Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218395 - dev-libs/libsigc++-1.0.4-r3 fails w/gcc-4.3.0
Summary: dev-libs/libsigc++-1.0.4-r3 fails w/gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME C++ Bindings Maintainers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-19 11:21 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-20 22:51 UTC (History)
0 users

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


Attachments
libsigc++-1.0.4-gcc43.patch (libsigc++-1.0.4-gcc43.patch,238 bytes, patch)
2008-04-19 11:22 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.