Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158693 - media-sound/bmpx-0.36.1 link error on build
Summary: media-sound/bmpx-0.36.1 link error on build
Status: RESOLVED DUPLICATE of bug 123065
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 18:20 UTC by Chris Holcombe
Modified: 2006-12-20 20:53 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 Chris Holcombe 2006-12-20 18:20:16 UTC
When compiling bmpx 0.36.1 i'm getting the following error:
bmp2_bin-library-ui-import.o: In function `Bmp::LibraryUiImport::run(std::vector<Glib::ustring, std::allocator<Glib::ustring> > const&, std::vector<Bmp::Library::UTrack, std::allocator<Bmp::Library::UTrack> >&)':
library-ui-import.cc:(.text+0x294a): undefined reference to `__cxa_get_exception_ptr'
collect2: ld returned 1 exit status
make[3]: *** [bmp2-bin] Error 1
make[3]: Leaving directory `/var/tmp/portage/bmpx-0.36.1/work/bmpx-0.36.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/bmpx-0.36.1/work/bmpx-0.36.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bmpx-0.36.1/work/bmpx-0.36.1'
make: *** [all] Error 2

!!! ERROR: media-sound/bmpx-0.36.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  bmpx-0.36.1.ebuild, line 76:   Called die

!!! emake failed.
!!! If you need support, post the topmost build error, and the call stack if relevant.


With the hal flag enabled it fails with a similar message about a undefined reference. 

My emerge --info is:
GentooBox cholcombe # emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4, 2.6.19 i686)
=================================================================
System uname: 2.6.19 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.12.6
Last Sync: Wed, 20 Dec 2006 23:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=pentium4 -pipe -fomit-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/xeffects /usr/portage/local/layman/hanno-xgl"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa alsa_cards_emu10k1 alsa_cards_usb-audio apache2 apm berkdb bitmap-fonts browserplugin cdr cli cracklib crypt cups dlloader dri dvd dvdr eds elibc_glibc emboss encode esd foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 iconv imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog java jpeg kernel_linux libg++ libwww linguas_en mad mikmod mmx mono motif mozilla mp3 mpeg ncurses nptl nptlonly nsplugin nvidia ogg opengl pam pcre pda perl png pppd python quicktime readline reflection session spell spl sse sse2 ssl svg tcpd treutype-fonts truetype truetype-fonts type1-fonts udev usb userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Thanks guys!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-20 20:53:06 UTC
http://www.gentoo.org/doc/en/gcc-upgrading.xml


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