Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15907 - nethack does not compile with gnome in USE
Summary: nethack does not compile with gnome in USE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Highest major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 03:38 UTC by Daniel Ahlberg (RETIRED)
Modified: 2003-02-26 21:56 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 Daniel Ahlberg (RETIRED) gentoo-dev 2003-02-18 03:38:07 UTC
No gnome packages merged, first error: 
 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpopt 
collect2: ld returned 1 exit status 
make: *** [Sysunix] Error 1 
 
Merging dev-libs/popt, second error: 
 
Loading ... 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: warning: libaudiofile.so.0, 
needed by /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnomeui.so, not found (try using -rpath or 
-rpath-link) 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afGetSampleFormat' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afReadFrames' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afGetChannels' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afCloseFile' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afGetRate' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afGetFrameCount' 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnome.so: undefined reference to `afOpenFile' 
/usr/lib/libesd.so.0: undefined reference to `afGetTrackBytes' 
collect2: ld returned 1 exit status 
make: *** [Sysunix] Error 1 
 
Having -gnome in USE makes it compile. 
 
Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r3) 
================================================================= 
System uname: 2.4.20 i686 Celeron (Coppermine) 
GENTOO_MIRRORS="" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/mnt/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm arts avi crypt cups encode gif jpeg kde gnome libg++ libwww mikmod mmx 
motif mpeg ncurses nls pdflib png qtmt quicktime sdl spell svga truetype xml2 xmms xv zlib gdbm 
berkdb slang readline java guile X gpm tcpd pam ssl perl python esd imlib oggvorbis gtk qt opengl" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O3 -pipe" 
CXXFLAGS="-march=pentium3 -O3 -pipe" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-02-18 09:14:54 UTC
the actual issue here is this: 
 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: warning: 
libaudiofile.so.0,  
needed by /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../libgnomeui.so, not found (try 
using -rpath or  
-rpath-link) 
 
do you have alsa emerged ?  if so, please make sure you have at least 
/usr/lib/libasound.so ... 
 
and if you do, then `ln -s /usr/lib/libasound.so.2.0.0 /usr/lib/libasound.so.0` ... 
after that, emerge popt again and then nethack 
Comment 2 SpanKY gentoo-dev 2003-02-26 21:56:27 UTC
this really isnt a nethack issue, it just looks like something need to be re-emerged