Opened 12 years ago

Closed 12 years ago

#36228 closed defect (duplicate)

apple-gcc42 @5666.3_8 build fails on Mountain Lion

Reported by: neil.skilling@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: apple-gcc42

Description

Trying to update apple-gcc42 on Mountain Lion

talisker:scripts neil$ uname -a 
Darwin talisker.local 12.1.0 Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64 x86_64
talisker:scripts neil$ xcodebuild -version
Xcode 4.4.1
Build version 4F1003

Failure is:

info:build ld: warning: ld: warning: ignoring file libgcc/./darwin-64_s.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): libgcc/./darwin-64_s.old: warning: ignoring file libgcc/./unwind-dw2_s.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): libgcc/./unwind-dw2_s.oignoring file libgcc/./unwind-dw2-fde-darwin_s.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): libgcc/./unwind-dw2-fde-darwin_s.o
:info:build ignoring file libgcc/./unwind-sjlj_s.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): libgcc/./unwind-sjlj_s.o
:info:build 
:info:build ld: warning: 
:info:build ignoring file libgcc/./unwind-c_s.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): libgcc/./unwind-c_s.o
: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
:info:build collect2: ld returned 1 exit status
:info:build make[5]: *** [libgcc_s.dylib] Error 1
:info:build make[5]: *** Waiting for unfinished jobs....
:info:build make[4]: *** [stmp-multilib] Error 2
:info:build rm cpp.pod gfdl.pod fsf-funding.pod gpl.pod gcov.pod gcc.pod
:info:build make[3]: *** [all-stage1-gcc] Error 2
:info:build make[2]: *** [stage1-bubble] Error 2
:info:build make[1]: *** [all] Error 2
:info:build + exit 1
:info:build make: *** [install] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/gcc-5666.3'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/gcc-5666.3" && /usr/bin/make -j4 -w install CC="/usr/bin/clang -std=gnu89" PREFIX="/opt/local" SRCROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/gcc-5666.3" OBJROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/objroot" SYMROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/symroot" DSTROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/destroot" RC_NONARCH_CFLAGS="-pipe -std=gnu89" RC_OS="macos" RC_ARCHS="x86_64" TARGETS="i386" 
:info:build Exit code: 2
:error:build org.macports.build for port apple-gcc42 returned: command execution failed
:debug:build Error code: CHILDSTATUS 76552 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for apple-gcc42: org.macports.install org.macports.build org.macports.destroot

Attachments (1)

log.bz2 (80.6 KB) - added by neil.skilling@… 12 years ago.
Log file

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by neil.skilling@…

Attachment: log.bz2 added

Log file

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to jeremyhu@…

In the future, please Cc the port maintainer(s).

comment:2 Changed 12 years ago by mf2k (Frank Schima)

Possible duplicate of #36026.

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

Resolution: duplicate
Status: newclosed

yep

Note: See TracTickets for help on using tickets.