Opened 9 years ago

Closed 9 years ago

#46875 closed defect (fixed)

cctools: build fails on Tiger

Reported by: dfifer19@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: cctools

Description (last modified by larryv (Lawrence Velázquez))

This is what happens when I Try installing cctools

devin-fifers-imac:~ devinfifer$ sudo port install cctools
--->  Computing dependencies for cctools
--->  Building cctools
Error: org.macports.build for port cctools returned: command execution failed
Please see the log file for port cctools for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cctools/cctools/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port cctools failed

Attachments (2)

main.log (22.7 KB) - added by dfifer19@… 9 years ago.
main.2.log (22.7 KB) - added by dfifer19@… 9 years ago.

Download all attachments as: .zip

Change History (8)

Changed 9 years ago by dfifer19@…

Attachment: main.log added

Changed 9 years ago by dfifer19@…

Attachment: main.2.log added

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: cctools removed
Owner: changed from macports-tickets@… to jeremyhu@…
Summary: Cannot install cctoolscctools: build fails on Tiger
:debug:main Skipping completed org.macports.archivefetch (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (cctools)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Feb 15 10:30:45 PST 2015

Your logs are incomplete. Please clean, try installing again, and attach the main.log immediately upon failure.

$ sudo port clean cctools
$ sudo port install cctools

comment:2 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

It was reported to build fine in #46629

comment:3 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Please attach the preprocessed source file for the failing compilation.

eg run this and attach /tmp/PruneTrie.cpp:

/opt/local/bin/g++-apple-4.2 -Os -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cctools/cctools/work/cctools-862/../ld64-236.3/src/abstraction  -arch ppc  -I/opt/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cctools/cctools/work/cctools-862/../ld64-236.3/src/other  -E -o /tmp/PruneTrie.cpp ./PruneTrie.cpp

You should be picking up 'struct linkedit_data_command' from mach-o/loader.h

comment:4 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Does r132952 fix this for you?

comment:5 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

(if not, attach the requested preprocessed source)

comment:6 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

No response. Assuming fixed.

Note: See TracTickets for help on using tickets.