Summary: | media-video/mplayer hangs on configuration | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | dan <d.w.mead> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | darktjm |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | mplayer configure.log |
Description
dan
2009-04-23 06:37:11 UTC
Please post the output of emerge -qpv mplayer and attach the config.log file after you have interrupted the hanging emerge... (In reply to comment #1) > Please post the output of > > emerge -qpv mplayer > > and attach the config.log file after you have interrupted the hanging emerge... > you sure you mean -p? (In reply to comment #2) > (In reply to comment #1) > > Please post the output of > > > > emerge -qpv mplayer > > > > and attach the config.log file after you have interrupted the hanging emerge... > > > > > you sure you mean -p? > That's what he means. (In reply to comment #1) > Please post the output of > > emerge -qpv mplayer > > and attach the config.log file after you have interrupted the hanging emerge... > this is all it does, where is the log file you want? new-host portage # emerge -qpv mplayer [ebuild U ] media-video/mplayer-1.0_rc2_p20090322 [1.0_rc2_p28288] USE="3dnow 3dnowext X a52 aac aalib alsa amrnb* amrwb* ass cddb* cdio* dirac* dts* dv* dvd dvdnav* enca* encode esd faac%* faad%* ftp gif gtk iconv ipv6 jpeg live* mad mmx mmxext mp2* mp3 nemesi* network%* openal opengl png quicktime rar* real* rtc* schroedinger* sdl speex* sse sse2 ssse3* theora tremor%* truetype unicode vorbis x264* xinerama* xscreensaver xv xvid (-altivec) -arts -bidi -bindist -bl -cdparanoia -cpudetection -custom-cflags -custom-cpuopts -debug -dga -directfb -doc -dvb -dxr3 -fbcon -ggi -jack -joystick -ladspa -libcaca -lirc -lzo -md5sum -mng -musepack -nas -oss -pnm -pulseaudio -pvr -radio -samba (-svga) -teletext -tga -v4l -v4l2 -vdpau% (-vidix) (-win32codecs) -xanim -xvmc -zoran" VIDEO_CARDS="nvidia%* vesa -mga -s3virge -tdfx" new-host portage # I wanted to have the output of "emerge -qpv mplayer" posted so we can see which USE flags you are using for compiling mplayer. The config.log file for mplayer usually can be found in /var/tmp/portage/media-video/mplayer/work/mplayer-[the version you are trying to emerge]/ Created attachment 190253 [details]
mplayer configure.log
(In reply to comment #5) > I wanted to have the output of "emerge -qpv mplayer" posted so we can see which > USE flags you are using for compiling mplayer. > The config.log file for mplayer usually can be found in > /var/tmp/portage/media-video/mplayer/work/mplayer-[the version you are trying > to emerge]/ > there ya go, i've attached that log file Did you try to re-emerge media-libs/libpng? (In reply to comment #8) > Did you try to re-emerge media-libs/libpng? > yes, i'll try again tonight Please report back and reopen the bug in necessary. I have the same problem. Reemerging libpng didn't help. (In reply to comment #11) > I have the same problem. Reemerging libpng didn't help. > I had exact same issue. configure script compiles and executes a binary to test for png support. This binary is stored in /tmp ldd of this binary showed all linked libraries. I found this binary was linked to obsolete nvidia tls library found in /usr/lib/tls. I simply moved this directory out of the way, ran ldconfig and then configure of mplayer worked as expected. Not sure why this is still "NEEDINFO", considering that the info was provided. I am having a similar issue (amd64 machine as well, but probably different combination of USE flags), except it stops at freetype2 detection, consistently. Looking at the hung configure process with gdb didn't help much (nor did running the hung process in exactly the same environment), but I did notice the sandbox libraries in the backtrace. In short, the following fixed it for me: FEATURES=-sandbox emerge -O1 media-video/mplayer If enough people request it, I might also provide more details (gdb backtrace, ps wchan info, my set of USE flags, etc.) Info provided... This should be fixed with mplayer-1.0_rc4_p20091026, please reopen if you can still reproduce. |