Gentoo Archives: gentoo-user

From: Makurin Roman <drolyk@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can`t play dvd with xine based video players
Date: Sun, 28 Aug 2005 21:07:08
Message-Id: 200508290059.52385.drolyk@gmail.com
In Reply to: Re: [gentoo-user] Can`t play dvd with xine based video players by Nick Rout
1 В сообщении от Воскресенье 28 августа 2005 23:56 Nick Rout написал(a):
2 > On Sun, 2005-08-28 at 20:50 +0400, Makurin Roman wrote:
3 > > В сообщении от Воскресенье 28 августа 2005 23:25 Alex написал(a):
4 > > > On Sunday 28 August 2005 15:39, Makurin Roman wrote:
5 > > > > I know that xine in gentoo
6 > > > > trying to use system libs rather than included and sometimes it gives
7 > > > > such problems.
8 > > >
9 > > > Do you have libdvdnav or libdvdread installed? AFAIK xine doesnt use
10 > > > these anymore, it uses its internal ones.
11 > > > Just a guess...
12 > >
13 > > I`ve got libdvdread installed. Its needed by transcode, not xine
14 >
15 > Look stop guessing and do some diagnosis.
16 >
17 > firstly use ldd to make sure that there are no broken links to
18 > libraries.
19
20 ldd output looks fine.
21 ---
22 ldd /usr/lib/xine/plugins/1.1.0/xineplug_inp_dvd.so
23 linux-gate.so.1 => (0xffffe000)
24 libxine.so.1 => /usr/lib/libxine.so.1 (0xb7f14000)
25 libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7f01000)
26 libc.so.6 => /lib/tls/libc.so.6 (0xb7de7000)
27 libdl.so.2 => /lib/libdl.so.2 (0xb7de3000)
28 libm.so.6 => /lib/tls/libm.so.6 (0xb7dc0000)
29 libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d53000)
30 libz.so.1 => /lib/libz.so.1 (0xb7d42000)
31 librt.so.1 => /lib/tls/librt.so.1 (0xb7d38000)
32 /lib/ld-linux.so.2 (0x80000000)
33
34 ldd /usr/lib/libxine.so.1.13.0
35 linux-gate.so.1 => (0xffffe000)
36 libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4f2f4000)
37 libdl.so.2 => /lib/libdl.so.2 (0x4f2db000)
38 libm.so.6 => /lib/tls/libm.so.6 (0x4f2b6000)
39 libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4f3fc000)
40 libz.so.1 => /lib/libz.so.1 (0x4f2e1000)
41 librt.so.1 => /lib/tls/librt.so.1 (0x4ef5c000)
42 libc.so.6 => /lib/tls/libc.so.6 (0x4f19a000)
43 /lib/ld-linux.so.2 (0x80000000)
44 ---
45 >
46 > secondly run xine with strace, saving the results to a file. there will
47 > usually be something revealing at the point of the crash, which may
48 > reveal the problem.
49
50 Here is strace log: https://bugs.gentoo.org/attachment.cgi?id=67117
51 but I can`t see anything useful there :-/
52
53 >
54 > also, does mplayer still play dvd's?
55 >
56
57 I don`t have mplayer, it have problems with localized messages(messages looks
58 like squares seqs) :-(
59
60 > --
61 > Nick Rout <nick@×××××××.nz>