Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147604 - glibmm-2.8.4 compile fails - undefined reference(s)
Summary: glibmm-2.8.4 compile fails - undefined reference(s)
Status: RESOLVED DUPLICATE of bug 55268
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-14 13:11 UTC by Darren Kirby
Modified: 2006-09-14 13:36 UTC (History)
0 users

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


Attachments
Output of emerge --info (emerge.info,7.32 KB, text/plain)
2006-09-14 13:12 UTC, Darren Kirby
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Kirby 2006-09-14 13:11:41 UTC
Hello.

This package is not in my world, but breaks during an emerge -uD world. I disabled distcc and tried again but the same result:

i686-pc-linux-gnu-g++ -march=athlon-xp -O2 -pipe -fomit-frame-pointer -mmmx -m3dnow -fpermissive -Wall -Wno-long-long -o .libs/test main.o glibmm_value.o  ../../glib/glibmm/.libs/libglibmm-2.4.so /usr/lib/libsigc-2.0.so /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.so -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so -L/usr/lib/gcc/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib
../../glib/glibmm/.libs/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::insert(std::_List_iterator<sigc::slot_base>, sigc::slot_base const&)'
../../glib/glibmm/.libs/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::_List_iterator<sigc::slot_base>)'
collect2: ld returned 1 exit status
distcc[1460] ERROR: compile (null) on localhost failed
make[3]: *** [test] Error 1
make[3]: Leaving directory `/var/tmp/portage/glibmm-2.8.4/work/glibmm-2.8.4/tests/glibmm_value'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibmm-2.8.4/work/glibmm-2.8.4/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glibmm-2.8.4/work/glibmm-2.8.4'
make: *** [all] Error 2

!!! ERROR: dev-cpp/glibmm-2.8.4 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called gnome2_src_compile
  gnome2.eclass, line 64:   Called die

Sorry, don't really know enough about C/C++ to investigate myself. Bugzilla says message is too long so I have attached my emerge --info
Comment 1 Darren Kirby 2006-09-14 13:12:56 UTC
Created attachment 96999 [details]
Output of emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 13:19:52 UTC
Re-emerge libsigc++

*** This bug has been marked as a duplicate of 55268 ***
Comment 3 Darren Kirby 2006-09-14 13:36:18 UTC
Thanks Jakub, that has it sorted. Sorry for the dupe. I do always search first but often forget to add closed and resolved bugs to the search, and there does not appear to be a way to make this the default in my preferences.