Opened 14 years ago

Last modified 14 years ago

#26768 closed defect

activating qt4-mac 4.6.3_6 fails — at Version 1

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

Description (last modified by jmroot (Joshua Root))

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 (1)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Port: qt4-mac added

Please remember to preview and use WikiFormatting, fill in the Port field, and cc the maintainer.

If the activate phase is running, then the port is already registered as installed.

Note: See TracTickets for help on using tickets.