Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13207 - xine-lib-1_beta2 has no working output drivers
Summary: xine-lib-1_beta2 has no working output drivers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-03 22:09 UTC by Arthur Britto
Modified: 2003-02-04 19:42 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 Arthur Britto 2003-01-03 22:09:42 UTC
xine-ui-0.9.16 was unable to find any output drivers for xine-lib-1_beta2 until
I manually added the following link:
  ln -s libxine.so.1.0.1 /usr/lib/libxine.so.0
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2003-01-04 06:17:02 UTC
This should not be necessary.  Try the following:
1. Remove your ~/.xine
2. Unmerge any xine-* packages, compiled agains the previous version of xine-lib.
3. Make sure xine-ui was compiled using xine-lib-1*.

I don't have /usr/lib/libxine.so.0 and xine works fine.

tea:~$ ls -1 /usr/lib/libxine.*
/usr/lib/libxine.la*
/usr/lib/libxine.so@
/usr/lib/libxine.so.1@
/usr/lib/libxine.so.1.0.1*
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2003-01-04 06:18:29 UTC
Changed severity to minor.  The packages in question are masked, after all.
Comment 3 Arthur Britto 2003-01-04 19:17:20 UTC
With knowledge of your working setup, I did more expermination.  I had assumed
that emerge -C xine-lib and emerge -C xine-ui prior to emerge xine-ui would be
sufficent.  Apparently, emerge -C xine-dvdnav is required prior to emerge xine-lib.

So, this now works for me.

However, I would recommend xine-lib should refuse to install if xine-dvdnav is
installed.

Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2003-01-05 19:25:01 UTC
I hear what you are saying, but I am not convinced that the new Xine would not
work with an old version of dvdnav installed.  Did you try removing your ~/.xine
directory _before_ removing the xine-dvdnav package?
Comment 5 Arthur Britto 2003-01-05 19:54:16 UTC
I was certain I removed my .xine directory.  However to be completely sure I
recompiled.

Although, xine-dvdnav is installed, the new xine works fine.  There is a
possiblitity that there was some interaction with prelinking.

I would recommend closing this bug.
Comment 6 Arcady Genkin (RETIRED) gentoo-dev 2003-01-05 21:37:14 UTC
Okay, thanks for the feedback.