Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285894 - mplayer-1.0_rc4_p20090919-r1.ebuild: unable to configure sources after unpack
Summary: mplayer-1.0_rc4_p20090919-r1.ebuild: unable to configure sources after unpack
Status: RESOLVED DUPLICATE of bug 285799
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 05:02 UTC by Namenloss
Modified: 2009-09-22 05:09 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 Namenloss 2009-09-22 05:02:55 UTC
After upgrading the portage tree and try to update world emerge stop's on mplayer with error:
>>> Configuring source in /home/tmp/portage/media-video/mplayer-1.0_rc4_p20090919-r1/work/mplayer-1.0_rc4_p20090919 ...
Unknown parameter: --disable
 * 
 * ERROR: media-video/mplayer-1.0_rc4_p20090919-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 2750:  Called die
 * The specific snippet of code:
 *       CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
 *  The die message:
 *   configure died

Reproducible: Always

Steps to Reproduce:
1. Set ACCEPT_KEYWORDS="~x86"
2. USE="a52 aac alsa ass cddb cdio dirac dts dv dvd dvdnav enca encode faac faad iconv jpeg live mmx mp2 mp3 network opengl osdmenu png quicktime rar real rtc samba schroedinger shm speex sse sse2 theora tremor truetype unicode vorbis win32codecs x264 xscreensaver xv xvid -3dnow -3dnowext -X -aalib (-altivec) -bidi -bindist -bl -cdparanoia -cpudetection -custom-cpuopts -debug* -dga -directfb -doc -dvb -dxr3 -esd -fbcon -ftp -ggi -gif -gmplayer -ipv6 -jack -joystick -ladspa -libcaca -lirc -lzo -mad -md5sum -mmxext -mng -nas -nut -openal -opencore-amr -oss -pnm -pulseaudio -pvr -radio -sdl -ssse3 -svga -teletext -tga -v4l -v4l2 -vdpau -vidix -xanim -xinerama -xvmc -zoran" VIDEO_CARDS="-mga -nvidia -s3virge -tdfx" emerge -v mplayer

Actual Results:  
Working mplayer after editing ebuild

Expected Results:  
Working mplayer

Path to fix it:
--- /usr/portage/media-video/mplayer/mplayer-1.0_rc4_p20090919-r1.ebuild	2009-09-19 22:12:25.000000000 +0600
+++ /home/dante/mplayer-1.0_rc4_p20090919-r1.ebuild	2009-09-22 10:43:35.068167028 +0600
@@ -435,8 +435,8 @@
 			myconf="${myconf} --disable-xv --disable-xvmc"
 		fi
 	else
-		myconf="${myconf} --disable-dga1 --disable dga2 --disable dxr3 \
-			--disable ggi --disable-gl --disable-vdpau --disable-vidix \
+		myconf="${myconf} --disable-dga1 --disable-dga2 --disable-dxr3 \
+			--disable-ggi --disable-gl --disable-vdpau --disable-vidix \
 			--disable-vidix-pcidb --disable-xinerama --disable-xss \
 			--disable-xv --disable-xvmc"
 	fi
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-22 05:09:28 UTC

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