[ https://issues.apache.org/jira/browse/STDCXX-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-137: ----------------------------------- Assignee: Andrew Black Andrew, I don't see these failures in our nightly builds. Can you see what's different in your setup? Or confirm that this is not an issue anymore (and if you can, find out what change fixed it?) > [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile > ------------------------------------------------------- > > Key: STDCXX-137 > URL: https://issues.apache.org/jira/browse/STDCXX-137 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.1.4 > Environment: ablackrw@td149$ uname -a > FreeBSD td149.testdrive.hp.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 01:10:43 UTC 2005 root@ds10.freebie.xs4all.nl:/usr/obj/usr/src/sys/GENERIC alpha > ablackrw@td149$ gcc -v > Using built-in specs. > Configured with: FreeBSD/alpha system compiler > Thread model: posix > gcc version 3.4.4 [FreeBSD] 20050518 > Reporter: Andrew Black > Assignee: Andrew Black > Priority: Critical > > UNISTD_DECL.cpp comp test fails to compile with the following output, leading to a failure to build the library. > gcc -c -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I. /house/ablackrw/stdcxx/etc/config/src/UNISTD_DECL.cpp > gcc UNISTD_DECL.o -lm -lsupc++ -o UNISTD_DECL > /usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x18): In function `__cxa_throw': > : undefined reference to `__cxxabiv1::__unexpected_handler' > /usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x2c): In function `__cxa_throw': > : undefined reference to `__cxxabiv1::__terminate_handler' > /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt9terminatev+0x10): In function `std::terminate()': > : undefined reference to `__cxxabiv1::__terminate_handler' > /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt10unexpectedv+0x10): In function `std::unexpected()': > : undefined reference to `__cxxabiv1::__unexpected_handler' > /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt13set_terminatePFvvE+0x8): In function `std::set_terminate(void (*)())': > : undefined reference to `__cxxabiv1::__terminate_handler' > /usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt14set_unexpectedPFvvE+0x8): In function `std::set_unexpected(void (*)())': > : undefined reference to `__cxxabiv1::__unexpected_handler' > config.log, config.h available upon request. Similar failures for same cause in multiple other tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.