Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15890 - transcode-0.6.2 won t compile
Summary: transcode-0.6.2 won t compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 21:46 UTC by Pascal Labit
Modified: 2003-02-18 00:58 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 Pascal Labit 2003-02-17 21:46:18 UTC
When emerge -uvp transcode : 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lartsc 
collect2: ld returned 1 exit status 
 

Reproducible: Always
Steps to Reproduce:
1.emerge -uvp transcode  
2. 
3. 



Portage 2.0.46-r12 (default-x86-1.4, gcc-which: no gcc in (/sbin:/bin:/usr/sbin:/usr/bin) 
sh: line 1: -dumpversion: command not found, glibc-2.3.1-r2) 
================================================================= 
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(TM) XP1800+ 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 apm jpeg libg++ mikmod alsa berkdb slang arts sdl tcpd esd motif scanner 3dnow 
acpi avi cdr crypt cups dga directfb doc dvd encode fbcon flash gdbm gif gphoto2 -gnome gpm 
gtk gtk2 guile imap imlib java kde lcms ldap libwww mmx mozilla mpeg nas ncurses nls 
oggvorbis opengl oss pam pdflib perl png python qt qtmt quicktime readline samba snmp spell 
sse ssl svga tcltk tetex tiff truetype usb wmf X xml xml2 -xmms xv zlib" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-xp -pipe " 
CXXFLAGS="-O3 -march=athlon-xp -pipe " 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-18 00:58:01 UTC
here's the thing. you had KDE/ARTS installed, then you unmerged them.  However, there are things on your system which still link to ARTS.  So, either bring KDE/ARTS back, or find out what is still linking to them and remerge those items.

ldd /usr/lib | grep larts 

should give you a list of things still linking.  qpkg -f on each one of those files will reveal what you need to unmerge. (don't forget to add -qt -kde -arts to your USE settings).