This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++ bootstrap failure: undefined symbol _ZNSt9exceptionD1Ev


I'm seeing the following on i386-unknown-freebsd4.4 all day today, and
something similiar on sparc-sun-solaris2.8.

I believe this breakage happened during the last 18 hours or so.

/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /files/pfeifer/OBJ-1204-16:43/gcc/xgcc -B/files/pfeifer/OBJ-1204-16:43/gcc/ -nostdinc++  -L/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/src -L/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/src/.libs -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/bin/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/lib/ -isystem /sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/include -I/sw/test/gcc/cvs/libstdc++-v3/../gcc -I/sw/test/gcc/cvs/libstdc++-v3/../include -I/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/include/i386-unknown-freebsd4.4 -I/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/include -I/sw/test/gcc/cvs/libstdc++-v3/libsupc++   -g -O2 -fno-implicit-templates -prefer-pic -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -ffunction-sections -fdata-sections  -g    -c /sw/test/gcc/cvs/libstdc++-v3/libsupc++/eh_!
aux_runtime.cc
/files/pfeifer/OBJ-1204-16:43/gcc/xgcc -B/files/pfeifer/OBJ-1204-16:43/gcc/ -nostdinc++ -L/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/src -L/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/src/.libs -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/bin/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/lib/ -isystem /sw/test/gcc/FreeBSD/i386-unknown-freebsd4.4/include -I/sw/test/gcc/cvs/libstdc++-v3/../gcc -I/sw/test/gcc/cvs/libstdc++-v3/../include -I/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/include/i386-unknown-freebsd4.4 -I/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/include -I/sw/test/gcc/cvs/libstdc++-v3/libsupc++ -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c /sw/test/gcc/cvs/libstdc++-v3/libsupc++/eh_aux_runtime.cc  -fPIC -DPIC -o eh_aux_runtime.o
/var/tmp//ccGGOkH8.s: Assembler messages:
/var/tmp//ccGGOkH8.s:70: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:154: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:275: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:315: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:352: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:392: Warning: missing operand; zero assumed
/var/tmp//ccGGOkH8.s:70: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:70: Error: undefined symbol INTERNAL in operation
/var/tmp//ccGGOkH8.s:154: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:154: Error: undefined symbol INTERNAL in operation
/var/tmp//ccGGOkH8.s:275: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:275: Error: undefined symbol INTERNAL in operation
/var/tmp//ccGGOkH8.s:315: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:315: Error: undefined symbol INTERNAL in operation
/var/tmp//ccGGOkH8.s:352: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:352: Error: undefined symbol INTERNAL in operation
/var/tmp//ccGGOkH8.s:392: Error: undefined symbol _ZNSt9exceptionD1Ev in operation
/var/tmp//ccGGOkH8.s:392: Error: undefined symbol INTERNAL in operation
gmake[4]: *** [eh_aux_runtime.lo] Error 1
gmake[4]: Leaving directory `/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3/libsupc++'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3'
gmake[2]: *** [all-recursive-am] Error 2
gmake[2]: Leaving directory `/files/pfeifer/OBJ-1204-16:43/i386-unknown-freebsd4.4/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-1204-16:43'
gmake: *** [bootstrap-lean] Error 2

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]