Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 218395

Summary: dev-libs/libsigc++-1.0.4-r3 fails w/gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: GNOME C++ Bindings Maintainers (OBSOLETE) <gnome-mm+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: libsigc++-1.0.4-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 11:21:56 UTC
c++ -DHAVE_CONFIG_H -I. -I. -I../../sigc++/config -I../..  -I../..    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c convert_slot_test.cc
c++ -DHAVE_CONFIG_H -I. -I. -I../../sigc++/config -I../..  -I../..    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c disconnect.cc
convert_slot_test.cc: In function ‘int foobar(const char*)’:
convert_slot_test.cc:28: error: ‘strcmp’ was not declared in this scope
make[2]: *** [convert_slot_test.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/dev-libs/libsigc++-1.0.4-r3/work/libsigc++-1.0.4/tests/signals'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libsigc++-1.0.4-r3/work/libsigc++-1.0.4/tests'
make: *** [all-recursive] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 11:22:50 UTC
Created attachment 150279 [details, diff]
libsigc++-1.0.4-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2008-04-20 22:51:48 UTC
Applied, thanks.