Opened 12 years ago

Closed 12 years ago

#36596 closed defect (duplicate)

apple-gcc42 command execution failed - build failure

Reported by: 1337shane@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: apple-gcc42

Description

OSX 10.8.2
Intel Core i7
Xcode version 4.5.1
Also, see attached log file.

$ sudo port version
Version: 2.1.2

$ sudo port clean apple-gcc42
$ sudo port install apple-gcc42
--->  Computing dependencies for apple-gcc42
--->  Fetching archive for apple-gcc42
--->  Attempting to fetch apple-gcc42-5666.3_9.darwin_12.x86_64.tbz2 from http://packages.macports.org/apple-gcc42
--->  Attempting to fetch apple-gcc42-5666.3_9.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/apple-gcc42
--->  Attempting to fetch apple-gcc42-5666.3_9.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/apple-gcc42
--->  Fetching distfiles for apple-gcc42
--->  Verifying checksum(s) for apple-gcc42
--->  Extracting apple-gcc42
--->  Applying patches to apple-gcc42
--->  Configuring apple-gcc42
--->  Building apple-gcc42
Error: org.macports.build for port apple-gcc42 returned: command execution failed
Please see the log file for port apple-gcc42 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port apple-gcc42 failed


$ sudo port upgrade outdated
--->  Computing dependencies for apple-gcc42
--->  Building apple-gcc42
Error: org.macports.build for port apple-gcc42 returned: command execution failed

Attachments (1)

main.log.tgz (5.7 KB) - added by 1337shane@… 12 years ago.
relevant logs

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by 1337shane@…

Attachment: main.log.tgz added

relevant logs

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu@… added
Port: apple-gcc42 added
Resolution: duplicate
Status: newclosed

Remember to fill in the Port field and to Cc the maintainer of that port.

The log you attached shows this error:

:info:build Undefined symbols for architecture x86_64:
:info:build   "___bswapdi2", referenced from:
:info:build      -exported_symbol[s_list] command line option
:info:build   "___bswapsi2", referenced from:
:info:build      -exported_symbol[s_list] command line option
:info:build ld: symbol(s) not found for architecture x86_64

We've seen that error before; see #36504, which is a duplicate of #36026.

For future reference, the log you attached is not from a clean attempt so it does not tell us much else. If this had not been a duplicate ticket, I would have asked you to please "sudo port clean apple-gcc42", then try again, then attach the new main.log so we could see the full log. However since we already know this is a duplicate we don't need that in this case.

Note: See TracTickets for help on using tickets.