Bug#585973: libgstffmpeg.so linked to missing libva-0.31.0.6.so.1

2010-06-16 Thread oscar cassetti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I just ran apt-get upgrade on my  squeeze/sid and I this error.
I found a workaround that could  be useful in case you are stuck and
you need to play some video.
As root
cd /usr/lib
ln -s libva.so.1 libva-0.31.0.6.so.1

I think it could be solved by installing libva-0.31 from source (again
another workaround)
- --
Oscar
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.8)

iQEcBAEBAgAGBQJMGWi/AAoJEIvuSDkpOeZB7dwIAJ34piymhJUDILiQ8Z9qo6sA
kfTNiW2Nz1+EMD9y863yO2px3+0mxvArDC3XVTOGtGUWZX5HQpIwP5+3UzmT1vz3
oSvMJc8dUPB+71TDP2FWe6FKR2102tP7aFjLh0EtKBvTlPvQWQBGxtpbE2QJbpxO
Z2A6vyJdwAYu4Z14wIh3dmmDTxYABvbhyXgC+LeffXTpwpo/Aa+iM50stAi+t1LD
pw87/9O1Kq2yET1z3YOVaOhXMc+zuymCyFC28REmFCQCsaMzWRYo78SLBmB6hyiI
ID1pLZuIPHb8eC6OHN+Fjts9EvHWJ7/bvTIiLTwTnCMO/T9FBUaGiP3fMawAq3c=
=7t2m
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585973: libgstffmpeg.so linked to missing libva-0.31.0.6.so.1

2010-06-15 Thread Christopher David Howie
Package: gstreamer0.10-ffmpeg
Version: 0.10.10-1
Severity: grave

/usr/lib/gstreamer-0.10/libgstffmpeg.so appears to be linked to
libva-0.31.0.6.so.1, which is not available at all in lenny.

--8--
$ apt-cache policy gstreamer0.10-ffmpeg
gstreamer0.10-ffmpeg:
  Installed: 0.10.10-1
  Candidate: 0.10.10-1
  Version table:
 *** 0.10.10-1 0
900 http://ftp.us.debian.org squeeze/main Packages
800 http://ftp.us.debian.org sid/main Packages
100 /var/lib/dpkg/status

$ ldd /usr/lib/gstreamer-0.10/libgstffmpeg.so | grep 'not found'
libva-0.31.0.6.so.1 = not found
--8--

This renders the plugin useless, causing every gstreamer-based media
player I have to fail (totem mainly).  See this output, for example:

--8--
$ gst-launch-0.10 filesrc location=test.avi ! decodebin ! autovideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

(gst-launch-0.10:8507): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstffmpeg.so': libva-0.31.0.6.so.1: cannot
open shared object file: No such file or directory
ERROR: from element
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstAviDemux:avidemux0:
Internal data stream error.
Additional debug info:
gstavidemux.c(5111): gst_avi_demux_loop ():
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstAviDemux:avidemux0:
streaming stopped, reason not-linked
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
--8--

It appears that decodebin gives up entirely decoding the video stream
and decodes the audio only; replacing autovideosink with autoaudiosink
plays the audio stream without error, and linking decodebin to an
autoaudiosink and a fakesink results in a not-linked error.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers

If you correspond with me on a regular basis, please read this document:
http://www.chrishowie.com/email-preferences/

PGP fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5


IMPORTANT INFORMATION/DISCLAIMER

This document should be read only by those persons to whom it is
addressed.  If you have received this message it was obviously addressed
to you and therefore you can read it.

Additionally, by sending an email to ANY of my addresses you are
agreeing that I am, by definition, the intended recipient, and that I
may do whatever I wish with the contents of any message you send me,
unless a pre-existing agreement prohibits me from so doing.

This overrides any disclaimer or statement of confidentiality that may
be included on your message.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585973: libgstffmpeg.so linked to missing libva-0.31.0.6.so.1

2010-06-15 Thread Sjoerd Simons
On Tue, Jun 15, 2010 at 05:43:10AM -0400, Christopher David Howie wrote:
 Package: gstreamer0.10-ffmpeg
 Version: 0.10.10-1
 Severity: grave
 
 /usr/lib/gstreamer-0.10/libgstffmpeg.so appears to be linked to
 libva-0.31.0.6.so.1, which is not available at all in lenny.

libva doesn't exist in debian at all. Does your ffmpeg come from debian
multimedia by any chance ?  What version of libavcodec52 do you have on your
system?

  Sjoerd
-- 
Science and religion are in full accord but science and faith are in complete
discord.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585973: libgstffmpeg.so linked to missing libva-0.31.0.6.so.1

2010-06-15 Thread Christopher David Howie
On 06/15/2010 06:07 AM, Sjoerd Simons wrote:
 libva doesn't exist in debian at all. Does your ffmpeg come from debian
 multimedia by any chance ?  What version of libavcodec52 do you have on your
 system?

Gah, I thought I downgraded+held them both from d-m to squeeze to test
this issue, but maybe I only did that to this package.  Anywho, sorry
for the noise.

(I'm unsure how to close a bug as invalid so I'll leave that part to you.)

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers

If you correspond with me on a regular basis, please read this document:
http://www.chrishowie.com/email-preferences/

PGP fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5


IMPORTANT INFORMATION/DISCLAIMER

This document should be read only by those persons to whom it is
addressed.  If you have received this message it was obviously addressed
to you and therefore you can read it.

Additionally, by sending an email to ANY of my addresses or to ANY
mailing lists to which I am subscribed, whether intentionally or
accidentally, you are agreeing that I am the intended recipient, and
that I may do whatever I wish with the contents of any message received
from you, unless a pre-existing agreement prohibits me from so doing.

This overrides any disclaimer or statement of confidentiality that may
be included on your message.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org