Ticket #21682 (closed defect: fixed)
i386-elf-gcc @4.3.2 build failure - ld: duplicate symbol in libbackend.a and tree-inline.o
| Reported by: | slategrey@… | Owned by: | stepan@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | snowleopard | Cc: | pguyot@…, cshowalter@…, bjorn@…, matt.massicotte@… |
| Port: | i386-elf-gcc |
Description
Platform: Intel, OS X 10.6, Macports 1.8.0
Same error as #20816 in the regular gcc43 port. Presumably the fix is also approximately the same...?
Change History
comment:1 Changed 4 years ago by jmr@…
- Keywords i386-elf-gcc removed
- Owner changed from macports-tickets@… to stepan@…
- Cc pguyot@… added
comment:2 Changed 4 years ago by cshowalter@…
I tried something similar to what is described in #20816. Specifically,
- Edit /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/gcc-4.3.2/gcc/cp/Make-lang.in to remove tree-inline.o from CXX_C_OBJS.
- Continue compiling.
I got a different error:
...
checking for i386-elf-strip... /opt/local/i386-elf/bin/strip
checking whether ln -s works... yes
checking for i386-elf-gcc... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/build/./gcc/ -nostdinc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/build/i386-elf/newlib/ -isystem /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/build/i386-elf/newlib/targ-include -isystem /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-gcc/work/gcc-4.3.2/newlib/libc/include -B/opt/local/i386-elf/bin/ -B/opt/local/i386-elf/lib/ -isystem /opt/local/i386-elf/include -isystem /opt/local/i386-elf/sys-include
checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make: *** [all] Error 2
while executing
"command_exec build"
(procedure "portbuild::build_main" line 9)
invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for i386-elf-gcc): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
comment:5 Changed 4 years ago by bjorn@…
I also applied the patch in cl57794 that closed #20816, which got me to the same point as you describe. The problem you are now having can be addressed by updating the Portfile as described in cl59653 (which closes #21194).
After applying both patches I got the following error:
---> Activating i386-elf-gcc @4.3.2_0 Error: Unable to execute port: Image error: /opt/local/lib/x86_64/libiberty.a is being used by the active i386-elf-binutils port. Please deactivate this port first, or use 'port -f activate i386-elf-gcc' to force the activation.
I decided to force the activation, without really knowing the consequences. That seemed to work.
Note: See
TracTickets for help on using
tickets.

