Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78129 - xine-lib-1_rc8-r1 cant find libXv on xorg-x11-6.8.1.902
Summary: xine-lib-1_rc8-r1 cant find libXv on xorg-x11-6.8.1.902
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 12:41 UTC by Roman Gaufman
Modified: 2005-04-21 18:26 UTC (History)
1 user (show)

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 Roman Gaufman 2005-01-15 12:41:02 UTC
xine-lib-1_rc8-r1 cant find libXv on xorg-x11-6.8.1.902:
  checking for libXv.so... libXv.so not found in
  checking for libXv.a... libXv.a not found in

Naturally xorg-x11 is a keyword masked version while xine-lib is marked stable so feel free to mark as wont fix, but thought it would be valuable to report this especially since a version bump for xorg on stable should be coming soon.

multimedia portage # emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10-ck1 i686)
=================================================================
System uname: 2.6.10-ck1 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r2
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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 /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://194.117.143.71/mirrors/gentoo ftp://194.117.143.72/mirrors/gentoo http://194.117.143.69 http://194.117.143.72 http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X acl alsa audiofile bitmap-fonts bootsplash cdparanoia cups encode flac font-server gif gimpprint gphoto2 gpm ipv6 jpeg kdexdeltas mad mmx mmx2 ncurses nptl nvidia oggvorbis opengl pam perl pic png python readline real rtc sse ssl svg symlink theora tiff truetype truetype-fonts type1-fonts userlocales xml xprint xv xvid xvmc zlib"

Reproducible: Always
Steps to Reproduce:
1. echo x11-base/xorg-x11 >>/etc/portage/package.keywords
2. emerge xorg-x11 xine-lib
3. see how all xine frontends can no longer have xv video output as an option
Comment 1 Roman Gaufman 2005-01-15 14:03:00 UTC
Since its an ~arch vs arch issue. It would be more than fair to close this as "wont fix" and push xine-lib-1.0 to stable for the new xorg release since xine-lib-1.0 works beautifully.
Comment 2 Jurek Bartuszek (RETIRED) gentoo-dev 2005-02-27 17:26:14 UTC
Well, I've wasted so much precious time trying to figure out why does xv not work anymore. Of course the problem was in this version of xine-lib. I think that rc8 should be marked ~arch and/or removed from portage, since there are not many users, who do not use xv to play videos, I suppose.
Comment 3 Sebastian 2005-03-17 03:21:36 UTC
Hi,

it's because the xorg-x11 ebuild as of late installs lib ind /usr/lib. So xine-lib simply searches in the wrong place. You need to build xine-lib with --with-xv-path=/usr/lib. Just add it here:

# Use the built-in dvdnav plugin.
    local myconf="--with-included-dvdnav --with-xv-path=/usr/lib"

I think xine-lib 1.0 doesn't need this anymore, but I may be wrong.

Later
Sebastian
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-21 18:26:35 UTC
xine-lib-1.0-r2 will be marked stable soon and this is already fixed in that version.