public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/49992] New: lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11
@ 2011-08-05 17:10 howarth at nitro dot med.uc.edu
  2011-08-05 17:13 ` [Bug lto/49992] " howarth at nitro dot med.uc.edu
                   ` (63 more replies)
  0 siblings, 64 replies; 65+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-08-05 17:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992

           Summary: lto-bootstrap reveals duplicate symbols on
                    x86_64-apple-darwin11
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


When using an lto-bootstrap on x86_64-apple-darwin11 under Xcode 4.1 with the
current work-in-progress patch for containerization of LTO sections on
darwin...

http://gcc.gnu.org/ml/gcc-bugs/2011-07/msg00595.html

the bootstrap now fails with a duplicate symbol at...


/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/./prev-gcc/g++
-B/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/bin/ -nostdinc++
-B/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/src/.libs
-B/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/libsupc++/.libs
-I/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/include/x86_64-apple-darwin11.0.0
-I/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc47-4.7.0-1/gcc-4.7-20110805/libstdc++-v3/libsupc++
-L/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/libsupc++/.libs
 -g -O2 -mdynamic-no-pic -flto=jobserver -frandom-seed=1 -DIN_GCC   -W -Wall
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -o gengtype gengtype.o gengtype-lex.o gengtype-parse.o
gengtype-state.o version.o errors.o libcommon.a ../libcpp/libcpp.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a libcommon.a
../libcpp/libcpp.a -lintl -L/sw/lib -liconv  ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a 
ld: duplicate symbol trim_filename(char const*) in libcommon.a(diagnostic.o)
and errors.o for architecture x86_64
collect2: error: ld returned 1 exit status
make[3]: *** [gengtype] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2


^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2011-11-18 11:51 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05 17:10 [Bug lto/49992] New: lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11 howarth at nitro dot med.uc.edu
2011-08-05 17:13 ` [Bug lto/49992] " howarth at nitro dot med.uc.edu
2011-08-05 20:27 ` iains at gcc dot gnu.org
2011-08-05 23:22 ` howarth at nitro dot med.uc.edu
2011-08-06 16:31 ` dominiq at lps dot ens.fr
2011-08-08 17:45 ` howarth at nitro dot med.uc.edu
2011-08-08 17:57 ` iains at gcc dot gnu.org
2011-08-08 18:13 ` dominiq at lps dot ens.fr
2011-08-08 18:24 ` iains at gcc dot gnu.org
2011-08-08 18:31 ` dominiq at lps dot ens.fr
2011-08-08 19:28 ` howarth at nitro dot med.uc.edu
2011-08-08 22:40 ` iains at gcc dot gnu.org
2011-08-08 22:42 ` iains at gcc dot gnu.org
2011-08-08 23:00 ` howarth at nitro dot med.uc.edu
2011-08-09  0:09 ` howarth at nitro dot med.uc.edu
2011-08-09 10:18 ` iains at gcc dot gnu.org
2011-08-09 11:57 ` iains at gcc dot gnu.org
2011-08-09 13:16 ` iains at gcc dot gnu.org
2011-08-09 13:53 ` howarth at nitro dot med.uc.edu
2011-08-09 14:11 ` iains at gcc dot gnu.org
2011-08-09 14:20 ` howarth at nitro dot med.uc.edu
2011-08-09 14:27 ` iains at gcc dot gnu.org
2011-08-09 14:35 ` howarth at nitro dot med.uc.edu
2011-08-09 14:50 ` iains at gcc dot gnu.org
2011-08-09 15:29 ` howarth at nitro dot med.uc.edu
2011-08-09 15:31 ` howarth at nitro dot med.uc.edu
2011-08-09 15:42 ` iains at gcc dot gnu.org
2011-08-09 17:29 ` mikestump at comcast dot net
2011-08-09 17:43 ` iains at gcc dot gnu.org
2011-08-09 17:55 ` mikestump at comcast dot net
2011-08-09 18:58 ` iains at gcc dot gnu.org
2011-08-09 20:24 ` howarth at nitro dot med.uc.edu
2011-08-09 20:30 ` iains at gcc dot gnu.org
2011-08-09 21:00 ` mikestump at comcast dot net
2011-08-09 22:02 ` howarth at nitro dot med.uc.edu
2011-08-10 22:12 ` mrs at gcc dot gnu.org
2011-08-10 23:24 ` howarth at nitro dot med.uc.edu
2011-08-11  0:03 ` howarth at nitro dot med.uc.edu
2011-08-11  1:26 ` howarth at nitro dot med.uc.edu
2011-08-11  8:53 ` iains at gcc dot gnu.org
2011-08-11 12:48 ` howarth at nitro dot med.uc.edu
2011-08-11 13:24 ` howarth at nitro dot med.uc.edu
2011-08-11 13:27 ` mikestump at comcast dot net
2011-08-11 13:50 ` [Bug target/49992] " iains at gcc dot gnu.org
2011-08-11 14:31 ` howarth at nitro dot med.uc.edu
2011-08-11 16:34 ` mikestump at comcast dot net
2011-08-11 17:20 ` howarth at nitro dot med.uc.edu
2011-08-11 23:07 ` howarth at nitro dot med.uc.edu
2011-08-12  0:51 ` howarth at nitro dot med.uc.edu
2011-08-12  8:57 ` iains at gcc dot gnu.org
2011-08-14  9:10 ` iains at gcc dot gnu.org
2011-08-31 17:59 ` mrs at gcc dot gnu.org
2011-09-22  9:50 ` iains at gcc dot gnu.org
2011-09-22 11:05 ` janus at gcc dot gnu.org
2011-09-22 11:21 ` iains at gcc dot gnu.org
2011-09-22 16:25 ` howarth at nitro dot med.uc.edu
2011-09-23  0:56 ` howarth at nitro dot med.uc.edu
2011-09-23 11:03 ` dominiq at lps dot ens.fr
2011-10-21 19:13 ` nenad at intrepid dot com
2011-10-21 19:24 ` iains at gcc dot gnu.org
2011-11-18 11:39 ` iains at gcc dot gnu.org
2011-11-18 11:46 ` iains at gcc dot gnu.org
2011-11-18 11:51 ` iains at gcc dot gnu.org
2011-11-18 11:51 ` iains at gcc dot gnu.org
2011-11-18 13:20 ` iains at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).