Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74503 - xine-lib-1_rc7 does not run after a successful emerge
Summary: xine-lib-1_rc7 does not run after a successful emerge
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 07:35 UTC by Brian
Modified: 2005-04-13 13:36 UTC (History)
2 users (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 Brian 2004-12-15 07:35:16 UTC
Xine fails to startup, saying an error occured while loading some shared libraries.  The first library it fails to load is libxine.so.1  I symlinked that library, then xine fails to load libcurl.so.2.  So I symlinked that one as well. Next, xine starts up and fails, saying "all available video drivers failed."  I've looked, and this last bit may be related to Bug #56304, but I haven't found anything about those first two missing libraries.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michael Kefeder 2004-12-18 07:35:33 UTC
I can confirm this bug. I think it is related to the use of xorg-x11, because xine-lib-1_rc7 worked fine for me on XFree, i upgraded to xorg-x11 and left xine-lib alone - xine was still working. After I updated some codec packs and other stuff to get wmv9 videos running i tought a recompile of xine-lib could help. Well it didn't - xine-lib is now broken as described in Bug #56304.
Comment 2 Michael Kefeder 2004-12-18 07:49:42 UTC
quickfix for the "all available video drivers failed." bug:

cd /usr/lib/xine/plugins/1.0.0
find . -type f -exec ln -s '{}' '{}.so' \;

seems like the `make install` of xine-lib sux or fails somehow? I have no insight why the shared libs are installed without the .so extension. Install of xine-lib is broken anyhow because of the missing (or wrong linked) shared libs libxine.so.1 and libcurl.so.2
Comment 3 Brian 2004-12-18 08:24:38 UTC
It's not strictly an xorg thing, because I am running xfree.  Also, all of the codecs and drivers were properly installed into /usr/lib/xine/1.0.0/plugins, but xine just wasn't linked to them. I was reading somewhere that if you emerged X after installing xine-lib, then xine-lib would not be able to find the drivers.  I will try to re-emerge xine-lib to see if that fixes part of the problem.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-21 01:42:55 UTC
News about this? It should be right now.
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-13 13:36:43 UTC
feel free to reopen if that problem persists