Changes between Initial Version and Version 1 of Ticket #35419


Ignore:
Timestamp:
Jul 30, 2012, 4:14:44 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting.

The log says:

C compiler cannot create executables

which usually means you have not installed Xcode or its command line tools properly—or had not at the time that you initially tried to install the port. The log also has several lines which say:

Skipping completed

which tells us this was not a clean build attempt. So please:

sudo port clean gcc48

and then try again, and attach the new main.log if it fails again.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35419

    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #35419 – Description

    initial v1  
    11With a new Mountain Lion install (clean, not upgraded), a clean XCode 4.4 install, and a clean XCode Command Line Tools install, I receive the following error when attempting to install the gcc48 port:
    22
     3{{{
    34--->  Building gcc48
    45Error: org.macports.build for port gcc48 returned: command execution failed
     
    89    http://guide.macports.org/#project.tickets
    910Error: Processing of port gcc48 failed
    10 
     11}}}
    1112
    1213I tried this after using XCode's download preferences to install the CLI tools as well as installing them directly from the download pkg dated 07/27.  The error above is the result regardless.