Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85912 - libjsw fails to compile with gcc 3.3.5
Summary: libjsw fails to compile with gcc 3.3.5
Status: RESOLVED DUPLICATE of bug 85780
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 08:54 UTC by Canek Peláez Valdés
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Canek Peláez Valdés 2005-03-19 08:54:31 UTC
When upgrading from libjsw-1.5.4 to libjsw-1.5.5, the emerging fails with the following error:

>>> emerge (1 of 3) media-libs/libjsw-1.5.5 to /
>>> md5 src_uri ;-) libjsw-1.5.5.tar.bz2
>>> Unpacking source...
>>> Unpacking libjsw-1.5.5.tar.bz2 to /var/tmp/portage/libjsw-1.5.5/work
>>> Source unpacked.
Building library "libjsw.so.1.5.5"...
Compiling module axisio.o
Compiling module attributes.o
Compiling module buttonio.o
Compiling module calibrationfio.o
Compiling module forcefeedback.o
Compiling module main.o
Compiling module utils.o
Compiling module fio.o
Compiling module disk.o
Compiling module strexp.o
Compiling module string.o
string.cpp:31: error: declaration of `char* strcasestr(const char*, const
   char*)' throws different exceptions
../include/string.h:46: error: than previous declaration `char*
   strcasestr(const char*, const char*) throw ()'
string.cpp: In function `char* strcasestr(const char*, const char*)':
string.cpp:221: error: declaration of `char* strcasestr(const char*, const
   char*)' throws different exceptions
string.cpp:31: error: than previous declaration `char* strcasestr(const char*,
   const char*) throw ()'
make: *** [string.o] Error 1

!!! ERROR: media-libs/libjsw-1.5.5 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! main build failed
!!! If you need support, post the topmost build error, NOT this status message.

Acording to posts in the forum thread (see URL), this happens with both gcc 3.3.4 and gcc 3.3.5, but no with gcc 3.4.2.

Reproducible: Always
Steps to Reproduce:
1. gcc-config i686-pc-linux-gnu-3.3.5
2. emerge -u media-libs/libjsw
3. see how the emerge fails
Actual Results:  
The emerge fails

Expected Results:  
It shouldn't fail
Comment 1 Jesse Adelman 2005-03-19 12:57:02 UTC
Duplicate of http://bugs.gentoo.org/show_bug.cgi?id=85780 ?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-19 14:16:54 UTC
please search

*** This bug has been marked as a duplicate of 85780 ***