Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108093 - mplayer-1.0_pre7-r1 fails while compile after adding new USEflags
Summary: mplayer-1.0_pre7-r1 fails while compile after adding new USEflags
Status: RESOLVED INVALID
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: 2005-10-04 10:52 UTC by Boris Petersen
Modified: 2005-10-04 11: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 Boris Petersen 2005-10-04 10:52:16 UTC
I added new USEflags wich are="+3dnow +3dnowext +cdparanoia +divx4linux +fbcon
+mmx +real +xanim +xvid +xvmc". then I did a "emerge --newuse --update --deep
world". But compile of mplayer fails.

Reproducible: Always
Steps to Reproduce:
1. adding new USEflags
2. emerge --newuse --update --deep world
Actual Results:  
libao2/libao2.a(ao_sdl.o): In function `init':
ao_sdl.c:(.text+0x117): undefined reference to `SDL_OpenAudio'
ao_sdl.c:(.text+0x1bd): undefined reference to `SDL_PauseAudio'
libao2/libao2.a(ao_sdl.o): In function `reset':
ao_sdl.c:(.text+0x2fb): undefined reference to `SDL_PauseAudio'
ao_sdl.c:(.text+0x31b): undefined reference to `SDL_PauseAudio'
libao2/libao2.a(ao_sdl.o): In function `uninit':
ao_sdl.c:(.text+0x473): undefined reference to `SDL_CloseAudio'
libao2/libao2.a(ao_sdl.o): In function `audio_pause':
ao_sdl.c:(.text+0x5cb): undefined reference to `SDL_PauseAudio'
libao2/libao2.a(ao_sdl.o): In function `audio_resume':
ao_sdl.c:(.text+0x5eb): undefined reference to `SDL_PauseAudio'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1

!!! ERROR: media-video/mplayer-1.0_pre7-r1 failed.
!!! Function src_compile, Line 435, Exitcode 2
!!! Failed to build MPlayer!


Expected Results:  
mplayer should have compiled correctly

Portage 2.0.53_rc3 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.13-gentoo-r2 i686)
=================================================================
System uname: 2.6.13-gentoo-r2 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.12.0_pre8
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-O3 -march=athlon -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X alsa apache2 apm ares arts avi bash-completion berkdb
bitmap-fonts buttons cdparanoia cdr crypt cups curl divx4linux dvd dvdread eds
emboss encode escreen esd extras fam fbcon flac foomaticdb fortran gd gdbm gif
gnome gpm gstreamer gtk gtk2 hal hardened imagemagick imlib jabber java jpeg
libg++ libwww mad maildir mbox metar mikmod mmx motif mp3 mpeg ncurses nls
noaudio nsplugin ogg oggvorbis opengl oss pam pdflib perl png python quicktime
readline real sdl sockets spell ssl svga symlink tcpd tiff truetype
truetype-fonts type1-fonts vcd verbose vorbis win32codecs wxwindows xanim xine
xml xml2 xmms xosd xv xvid xvmc zlib linguas_de userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 10:53:14 UTC
Don't emerge libsdl w/ USE=noaudio; if you do, then don't file bugs.
Comment 2 Boris Petersen 2005-10-04 11:06:18 UTC
sry didn't see it was set. thx