| Summary: | configure script during emerge of media-libs/xine-lib-1_rc8-r1 fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jukka-Pekka Partanen <jukpart> |
| Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | shawvrana |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jukka-Pekka Partanen
2004-12-28 13:26:16 UTC
All this should have been fixed awhile ago. Please resync and see if the issues persist. Only 2 days since last sync but I did emerge --sync anyway, unfortunately the problem persists. I'm seeing the same behavior with xine-lib-1_rc8-r1 and xine-lib-1 after a sync.
------------------------------------------------------------------
if use xv; then
if [ -f "${ROOT}/usr/$(get_libdir)/libXv.so" ]; then
myconf="${myconf} --with-xv-path=${ROOT}/usr/$(get_libdir)"
elif [ -f "${ROOT}/usr/$(get_libdir)/libXv.a" ]; then
myconf="${myconf} --enable-static-xv --with-xv-path=${ROOT}/usr/$(get_libdir)"
elif [ -f "${ROOT}/usr/X11R6/$(get_libdir)/libXv.so" ]; then
myconf="${myconf} --with-xv-path=${ROOT}/usr/X11R6/$(get_libdir)"
elif [ -f "${ROOT}/usr/X11R6/$(get_libdir)/libXv.a" ]; then
myconf="${myconf} --enable-static-xv --with-xv-path=${ROOT}/usr/X11R6/$(get_libdir)"
else
eerror "Couldn't find your libXv. Did you set USE="xv" when you emerged xorg-x11?"
die "Couldn't find libXv."
fi
fi
------------------------------------------------------------------
Make sure that's in your guy's ebuild, if it's not sync again (should be the last time.. :|). If it still doesn't work, can you guys give me the output of:
`ls -la /usr/X11R6/lib/libXv*`
`ls -la /usr/lib/libXv*`
Thanks.
The problem seems to be that if X is not installed at all the configure script fails. I merged X and the ebuild works now. However, previous ebuilds have been succesfull with USE="-X -xv" and with X not installed at all. I have been using xine only with framebuffer video out (fbxine). I not having this problem anymore. I recently added X to my use flags (only had x11 before), unfortunately, I I not having this problem anymore. I recently added X to my use flags (only had x11 before), unfortunately, I´m not at all if that´ś what did it. |