Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40843 - can't emerge media-sound/madplay-0.15.0b-r1 , compilation fault
Summary: can't emerge media-sound/madplay-0.15.0b-r1 , compilation fault
Status: RESOLVED DUPLICATE of bug 36950
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 07:41 UTC by Benjamin Schulz
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 Benjamin Schulz 2004-02-08 07:41:10 UTC
gcc -Wall -pipe -march=pentium3 -fprefetch-loop-arrays -fomit-frame-pointer -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o xing.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_esd.o audio_oss.o  /usr/lib/libesd.so -L/usr/lib /usr/lib/libaudiofile.so /usr/lib/libmad.so /usr/lib/libid3tag.so -lm
resample.o(.text+0x24): In function `resample_init':
: undefined reference to `mad_f_div'
player.o(.text+0x107d): In function `show_id3':
: undefined reference to `id3_frame_field'
player.o(.text+0x12c1): In function `show_id3':
: undefined reference to `id3_frame_field'
player.o(.text+0x12ec): In function `show_id3':
: undefined reference to `id3_frame_field'
player.o(.text+0x1661): In function `process_id3':
: undefined reference to `id3_frame_field'
player.o(.text+0x1740): In function `process_id3':
: undefined reference to `id3_frame_field'
player.o(.text+0x1748): In function `process_id3':
: undefined reference to `id3_field_getlatin1'
player.o(.text+0x1760): In function `process_id3':
: undefined reference to `id3_frame_field'
/usr/lib/libid3tag.so: undefined reference to `uncompress'
/usr/lib/libid3tag.so: undefined reference to `compress2'
collect2: ld returned 1 exit status
make[2]: *** [madplay] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/madplay-0.15.0b-r1/work/madplay-0.15.0b'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/madplay-0.15.0b-r1/work/madplay-0.15.0b'
make: *** [all] Fehler 2


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



bash-2.05b# emerge --info 
Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.0-gentoo) 
================================================================= 
System uname: 2.6.0-gentoo i686 Intel(R) Pentium(R) M processor 1500MHz 
Gentoo Base System version 1.4.3.10 
Autoconf: sys-devel/autoconf-2.58 
Automake: sys-devel/automake-1.7.7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium3 -fforce-addr -falign-functions=4 -funroll-loops 
-fprefetch-loop-arrays -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O3 -march=pentium3 -fforce-addr -falign-functions=4 -funroll-loops 
-fprefetch-loop-arrays -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
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="3ds X Xaw3d aalib acpi acpi4linux alsa apm arts avi cdr cmucl crypt cups 
dga directfb dv dvd dvdr emacs emacs-w3 encode esd foomaticdb gdbm gif glut 
gnome gpm gtk gtk2 guile i810 icc icc-pgo ifc imagemagick imlib irda java jpeg 
kde leim libg++ libwww linguas_de lirc mad mikmod mmx motif mozilla mpeg mule 
ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime 
readline scanner sdl slang spell sse ssl svga tcltk tcpd tetex tiff truetype 
trusted type1 usb video_cards_i830 x86 xine xml xml2 xmms xv zlib"
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-02-08 10:39:38 UTC
What version of libid3tag do you have installed?
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-02-08 11:45:22 UTC

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