public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/65150] New: bootstrap failure at r220878 on x86_64 darwin
@ 2015-02-20 23:45 howarth at bromo dot med.uc.edu
  2015-02-20 23:47 ` [Bug bootstrap/65150] " howarth at bromo dot med.uc.edu
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: howarth at bromo dot med.uc.edu @ 2015-02-20 23:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150

            Bug ID: 65150
           Summary: bootstrap failure at r220878 on x86_64 darwin
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: howarth at bromo dot med.uc.edu

Current gcc trunk at r220878 fails to bootstrap on x86_64-apple-darwin14 with
the error...

/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/xg++
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc5.0/x86_64-apple-darwin14.3.0/bin/ -nostdinc++
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/src/.libs
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/libsupc++/.libs

-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/include/x86_64-apple-darwin14.3.0

-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/include
 -I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150220/libstdc++-v3/libsupc++
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/prev-x86_64-apple-darwin14.3.0/libstdc++-v3/libsupc++/.libs
  -g -O2  -gtoggle -DIN_GCC    -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common
 -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -Wl,-no_pie
-o build/genmatch \
    build/genmatch.o ../libcpp/libcpp.a ../libiberty/libiberty.a build/errors.o
build/vec.o build/hash-table.o .././libiberty/libiberty.a -lintl -L/sw/lib
-liconv 
Undefined symbols for architecture x86_64:
  "std::type_info::__is_pointer_p() const", referenced from:
      vtable for __cxxabiv1::__si_class_type_info in
libstdc++.a(si_class_type_info.o)
      vtable for __cxxabiv1::__class_type_info in
libstdc++.a(class_type_info.o)
      vtable for std::type_info in libstdc++.a(tinfo.o)
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
Makefile:2606: recipe for target 'build/genmatch' failed
make[3]: *** [build/genmatch] Error 1
make[3]: Leaving directory
'/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc'
Makefile:4408: recipe for target 'all-stage2-gcc' failed
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory '/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir'
Makefile:20723: recipe for target 'stage2-bubble' failed
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory '/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir'
Makefile:20918: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2


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

end of thread, other threads:[~2015-02-27 15:10 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 23:45 [Bug bootstrap/65150] New: bootstrap failure at r220878 on x86_64 darwin howarth at bromo dot med.uc.edu
2015-02-20 23:47 ` [Bug bootstrap/65150] " howarth at bromo dot med.uc.edu
2015-02-21  9:39 ` howarth at bromo dot med.uc.edu
2015-02-21 12:47 ` [Bug bootstrap/65150] r220875 causes bootstrap failure " dominiq at lps dot ens.fr
2015-02-21 13:47 ` iains at gcc dot gnu.org
2015-02-22 23:16 ` mrs at gcc dot gnu.org
2015-02-23 10:18 ` [Bug bootstrap/65150] [5 Regression] " rguenth at gcc dot gnu.org
2015-02-23 12:52 ` jakub at gcc dot gnu.org
2015-02-23 17:56 ` iains at gcc dot gnu.org
2015-02-23 17:58 ` dominiq at lps dot ens.fr
2015-02-23 20:47 ` howarth at bromo dot med.uc.edu
2015-02-23 22:29 ` iains at gcc dot gnu.org
2015-02-24  4:31 ` hubicka at gcc dot gnu.org
2015-02-24 14:06 ` iains at gcc dot gnu.org
2015-02-24 15:02 ` howarth at bromo dot med.uc.edu
2015-02-24 20:01 ` mrs at gcc dot gnu.org
2015-02-24 20:20 ` jakub at gcc dot gnu.org
2015-02-25  1:08 ` iains at gcc dot gnu.org
2015-02-25  3:36 ` hubicka at ucw dot cz
2015-02-25  5:18 ` hubicka at ucw dot cz
2015-02-25 22:48 ` iains at gcc dot gnu.org
2015-02-27  6:14 ` hubicka at gcc dot gnu.org
2015-02-27  7:37 ` mrs at gcc dot gnu.org
2015-02-27  8:28 ` hubicka at gcc dot gnu.org
2015-02-27 15:29 ` howarth at bromo dot med.uc.edu

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).