Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75274 - kdemultimedia-3.3.1/juk fails to link, looking for i368 libstdc++ on i686 build
Summary: kdemultimedia-3.3.1/juk fails to link, looking for i368 libstdc++ on i686 build
Status: RESOLVED DUPLICATE of bug 51235
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 22:39 UTC by Frits Devos
Modified: 2005-07-17 13:06 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 Frits Devos 2004-12-21 22:39:19 UTC
Building kdemultimedia-3.3.1 for i686 with following /etc/make/conf:

CFLAGS="-pipe -O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-pnp alsa -gtk -gnome -gtk2 -crypt -xmms sdl -quicktime -esd -oggvorbis -opengl oss -ldap"
#FEATURES="distcc"
LINGUAS="nl"
ALSA_CARDS="cs4236"

Build fails on juk with following message:

/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -DNDEBUG -DNO_DEBUG -O2 -pipe -O2 -march=i686 -fomit-frame-pointer -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o juk -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.3/lib  -R/usr/kde/3.3/lib -R /usr/qt/3/lib -R /usr/X11R6/lib advancedsearchdialog.o actioncollection.o artsplayer.o cache.o collectionlist.o directorylist.o dynamicplaylist.o folderplaylist.o filehandle.o filerenamer.o filerenamerconfigdlg.o gstreamerplayer.o historyplaylist.o juk.o k3bexporter.o keydialog.o main.o mediafiles.o musicbrainzquery.o painteater.o playermanager.o playlist.o playlistbox.o playlistcollection.o playlistinterface.o playlistitem.o playlistsearch.o playlistsplitter.o searchplaylist.o searchwidget.o slideraction.o sortedstringlist.o splashscreen.o statuslabel.o stringshare.o systemtray.o tag.o tageditor.o tagguesser.o tagguesserconfigdlg.o trackpickerdialog.o treeviewitemplaylist.o ktrm.o viewmode.o jukIface_skel.o directorylistbase.o filerenamerconfigdlgwidget.o tagguesserconfigdlgwidget.o trackpickerdialogbase.o  -lmusicbrainz -ltunepimp -lartskde -lkio -L/usr/lib -ltag
libtool: link: cannot find the library `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la'

I do have /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/, but not the i368 version.

Reproducible: Always
Steps to Reproduce:
1.USE="oggvorbis" emerge kdemultimedia -auDv
2.
3.

Actual Results:  
See details 


Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, 
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r1 i686) 
================================================================= 
System uname: 2.6.9-gentoo-r1 i686 Pentium II (Deschutes) 
Gentoo Base System version 1.6.8 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
Autoconf: sys-devel/autoconf-2.59-r5 
Automake: sys-devel/automake-1.8.5-r1 
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 
Headers:  sys-kernel/linux-headers-2.4.21-r1 
Libtools: sys-devel/libtool-1.5.2-r7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-pipe -O2 -march=i686 -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-pipe -O2 -march=i686 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" 
GENTOO_MIRRORS="http://gentoo.osuosl.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa apm arts avi berkdb bitmap-fonts cups encode f77 fam foomaticdb 
fortran gdbm gif gpm imlib jpeg kde libg++ libwww mad mikmod motif mpeg mysql 
ncurses nls oss pam pdflib perl png python qt readline sdl spell ssl svga tcpd 
tiff truetype x86 xml2 xv zlib linguas_nl"
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-22 09:35:30 UTC

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