Opened 14 years ago

Last modified 14 years ago

#26768 closed defect

activating qt4-mac 4.6.3_6 fails — at Initial Version

Reported by: deliverable@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: qt4-mac

Description

The current port contains, on post-destroot, use of /usr/bin/find without fullk path:

... find -E ...

Since I installed findutils +with_native_names, it was picking up the MacPorts find which has no -E, and failing. I edited the Portfile to say

... /usr/bin/find -E ...

However, after that I couldn't build -- I had to clean and rebuild, and now get

DEBUG: Executing org.macports.activate (qt4-mac) ---> Activating qt4-mac @4.6.3_6 Error: Target org.macports.activate returned: could not read "0": no such file or directory DEBUG: Backtrace: could not read "0": no such file or directory

while executing

"file type $srcfile"

(procedure "_check_contents" line 9) invoked from within

"_check_contents $name $contents $imagedir"

(procedure "portimage::activate" line 107) invoked from within

"registry_activate $name "${version}_${revision}${portvariants}" [array get user_options]"

(procedure "portactivate::activate_main" line 6) invoked from within

"$procedure $targetname"

I can see destroot/ full of stuff.

Change History (0)

Note: See TracTickets for help on using tickets.