Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162678 - dev-cpp/glibmm upgrade failure
Summary: dev-cpp/glibmm upgrade failure
Status: RESOLVED DUPLICATE of bug 55268
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: GNOME C++ Bindings Maintainers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 16:22 UTC by Kurt Willson
Modified: 2007-01-18 19:38 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 Kurt Willson 2007-01-18 16:22:38 UTC
Emerge upgrade of dev-cpp/glibmm-2.12.4 thru 2.9.1 fails. Was pulled in on just this last 'emerge -uDav world' on 1-12-07. glibmm-2.8.4 was installed 7-14-06; has since only wanted to upgrade since this last

 ' 


Reproducible: Always

Steps to Reproduce:
1.emerge -av glibmm-2.12.4 ; failed with below error
2.emerge -av libstdc++
3.see step 1 with next vs. down, masking out previous vs., stopping at 2.8.4(present vs.)

Actual Results:  
../../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
make[3]: *** [test] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-cpp/glibmm-2.12.4/work/glibmm-2.12.4/tests/glibmm_value'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-cpp/glibmm-2.12.4/work/glibmm-2.12.4/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-cpp/glibmm-2.12.4/work/glibmm-2.12.4'
make: *** [all] Error 2

!!! ERROR: dev-cpp/glibmm-2.12.4 failed.
Call stack:
  ebuild.sh, line 1610:   Called dyn_compile
  ebuild.sh, line 970:   Called qa_call 'src_compile'
  environment, line 1702:   Called src_compile
  ebuild.sh, line 1300:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure

Expected Results:  
should have finished ?!?

make.conf

CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~x86"
USE="X kde aim avi crypt curl dvd dvdr fam flash foomaticdb dig gtk2 icq \
     imap jabber jpeg ldap maildir mcal ncurses oggvorbis opengl \
     oscar pam ppds pdflib png quicktime readline sdl snmp spell \
     ssl theora truetype tiff usb videos xinerama xosd xml2 zlib cdr \
     cups dga divx4linux encode exif jack mpeg -nis offensive \
     alsa qt samba sse svg cdparanoia audiofile speex flac mmxgq \
     gstreamer truetype-fonts xv dri glx bluetooth -cracklib firefox \
     zeroconf rdesktop slp jpeg2k subversion xine xscreensaver hal xvid \
     win32codecs osc pcre doc browserplugin ogg vorbis java nptl nptlonly"
#GENTOO_MIRRORS="ftp://mirror.mcs.anl.gov/pub/gentoo"
PORTDIR_OVERLAY="/usr/local/portage"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nv nvidia vesa mga"

gcc-config -l
 [1] i686-pc-linux-gnu-3.3.6
 [2] i686-pc-linux-gnu-3.3.6-hardened
 [3] i686-pc-linux-gnu-3.3.6-hardenednopie
 [4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.3.6-hardenednossp
 [6] i686-pc-linux-gnu-3.4.6 *
 [7] i686-pc-linux-gnu-3.4.6-hardened
 [8] i686-pc-linux-gnu-3.4.6-hardenednopie
 [9] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [10] i686-pc-linux-gnu-3.4.6-hardenednossp
 [11] i686-pc-linux-gnu-4.1.1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-18 19:38:53 UTC

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