You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Andrew Black (JIRA)" <ji...@apache.org> on 2006/02/07 00:08:57 UTC

[jira] Created: (STDCXX-137) [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile

[FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile
-------------------------------------------------------

         Key: STDCXX-137
         URL: http://issues.apache.org/jira/browse/STDCXX-137
     Project: C++ Standard Library
        Type: Bug
  Components: Configuration  
    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
    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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (STDCXX-137) [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Closed: (STDCXX-137) [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-137?page=all ]
     
Martin Sebor closed STDCXX-137:
-------------------------------

    Resolution: Duplicate

Closed as a duplicate of STDCXX-124.

> [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile
> -------------------------------------------------------
>
>          Key: STDCXX-137
>          URL: http://issues.apache.org/jira/browse/STDCXX-137
>      Project: C++ Standard Library
>         Type: Bug
>   Components: Configuration
>     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
>     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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (STDCXX-137) [FreeBSD 6.0] UNISTD_DECL.cpp (+others) fail to compile

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499972 ] 

Martin Sebor commented on STDCXX-137:
-------------------------------------

Whoops. Never mind this Andrew, I updated the wrong issue.

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