Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97787 - media-gfx/iv-0.1.10 compile error: strcasestr throws different exceptions
Summary: media-gfx/iv-0.1.10 compile error: strcasestr throws different exceptions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-03 00:09 UTC by Heinrich Nirschl
Modified: 2005-12-20 21:39 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 Heinrich Nirschl 2005-07-03 00:09:18 UTC
The currently stable media-gfx/iv-0.1.10 does not compile with gcc-3.3.5

Reproducible: Always
Steps to Reproduce:
1.emerge media-gfx/iv
2.
3.

Actual Results:  
Compilation error:

...
c++ -c string.cpp  -Wall -O6 -fomit-frame-pointer -funroll-loops
-finline-functions -ffast-math -DHAVE_LIBPNG -DHAVE_IMLIB `gtk-config --cflags`
`imlib-config --cflags` -DINCLUDE_IV_TITLE_IMAGE -D__cplusplus -Dc_plusplus
string.cpp:38: error: declaration of `char* strcasestr(const char*, const
   char*)' throws different exceptions
../include/string.h:27: error: than previous declaration `char*
   strcasestr(const char*, const char*) throw ()'
string.cpp: In function `char* strcasestr(const char*, const char*)':
string.cpp:223: error: declaration of `char* strcasestr(const char*, const
   char*)' throws different exceptions
string.cpp:38: error: than previous declaration `char* strcasestr(const char*,
   const char*) throw ()'
make: *** [string.o] Error 1

!!! ERROR: media-gfx/iv-0.1.10 failed.
!!! Function src_compile, Line 27, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 18:23:43)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distlocks sandbox sfperms strict userpriv
usersandbox"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/
ftp://mirror.switch.ch/mirror/gentoo/ http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm atm avi berkdb bitmap-fonts bonobo cdr crypt cups
curl dga doc dvd eds emacs emboss encode esd fam flac foomaticdb fortran gd gdbm
gif gnome gpm gstreamer gtk gtk2 gtkhtml imlib java jce jpeg junit libg++ libwww
mad mikmod mmx mmxext mng motif mozilla mp3 mpeg mysql ncurses nls nptl
offensive ogg oggvorbis opengl pam pdflib perl png python quicktime readline
real sdl slang spell sse sse2 ssl svga tcltk tcpd tetex tiff truetype
truetype-fonts type1-fonts vorbis xine xml xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-03 01:43:59 UTC
Please try 1.2.1, as 0.1.10 is quite obsolete. Reopen if the new one does not
work either.
Comment 2 Heinrich Nirschl 2005-07-03 08:47:06 UTC
Tried it now, 1.2.1 works. The main reason for reporting was that the stable
version does not work.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-08-14 18:09:07 UTC
bugzilla.
Comment 4 Heinrich Nirschl 2005-12-20 21:39:51 UTC
Resolving, version 1.2.1 is stable since a while.