Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46161 - media-libs/xine-lib-1_rc3-r2 doesnt build Xv driver on amd64
Summary: media-libs/xine-lib-1_rc3-r2 doesnt build Xv driver on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 13:56 UTC by Danny van Dyk (RETIRED)
Modified: 2004-04-01 11:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
New ebuild to allow xine-lib-1_rc3-r2 to find libXv.so on amd64 (xine-lib-1_rc3-r2.ebuild,3.85 KB, text/plain)
2004-03-29 13:58 UTC, Danny van Dyk (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danny van Dyk (RETIRED) gentoo-dev 2004-03-29 13:56:21 UTC
The Xv-output driver doesnt get build due to an error in ./configure

>checking for libXv.a location... not found in /usr/X11R6/lib64
>
>****************************************************************
>* if you don't have a libXv.so on your system, use:            *
>* ld --whole-archive -shared -o libXv.so.1 libXv.a             *
>* then: ln -s libXv.so.1 libXv.so                              *
>* to create it or try to use --with-xv-path to set the         *
>* location of libXv.so                                         *
>****************************************************************

A quick solution for me was adding the following line to the ebuild:
use amd64 && myconf="${myconf} --with-xv-path=/usr/X11R6/lib"

I'll attach my ebuild. [This error hasn't occured in any previous version
i tested on amd64, media-libs/xine-lib-1_rc3-r1 is definitely sane !]
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-03-29 13:58:55 UTC
Created attachment 28317 [details]
New ebuild to allow xine-lib-1_rc3-r2 to find libXv.so on amd64
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-04-01 11:11:48 UTC
.....apparently fixed in cvs