avbin package in Natty installs a wrong version

Bug #781382 reported by Facundo Batista
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
avbin (Ubuntu)
New
Undecided
Unassigned

Bug Description

I'm on a fully updated Natty. I install this package:

$ apt-cache policy libavbin0
libavbin0:
  Instalados: 7-1.1
  ...

I can check that the library is there:

$ ls -l /usr/lib/libavbin*
lrwxrwxrwx 1 root root 17 2011-05-11 17:56 /usr/lib/libavbin.so.0 -> libavbin.so.0.0.7
-rw-r--r-- 1 root root 9492 2011-02-23 16:29 /usr/lib/libavbin.so.0.0.7

Then, I do the following, using a perfectly valid .ogg:

$ ls -l
total 8
-rw-r--r-- 1 facundo users 5841 2011-05-11 17:49 tic.ogg
$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
>>> pyglet.resource.path.append(".")
>>> pyglet.resource.reindex()
>>> pyglet.resource.media("tic.ogg", streaming=False)
Violación de segmento

That would mean "Segmentation fault", :(

OTOH, if I uninstall the package (apt-get remove...), get...

    http://code.google.com/p/avbin/downloads/detail?name=avbin-linux-x86-32-7.tar.gz&can=2&q=

...from...

    http://code.google.com/p/avbin/downloads/list

..., uncompressit, run "sudo sh install.sh" to installit, I can see also that the library is there:

$ ls -l /usr/lib/libavbin*
lrwxrwxrwx 1 root root 13 2011-05-11 17:59 /usr/lib/libavbin.so -> libavbin.so.7
-rwxr-xr-x 1 root root 3926375 2011-05-11 17:59 /usr/lib/libavbin.so.7

And, what is more important, it works (doing this in the same directory than before):

$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
>>> pyglet.resource.path.append(".")
>>> pyglet.resource.reindex()
>>> pyglet.resource.media("tic.ogg", streaming=False)
<pyglet.media.StaticSource object at 0xb773fcec>
>>>

Note that the names of the installed libraries are different, but most notably the sizes are *wildly* different...

Feel free to tell me to try anything... for a closer loop, you can find me in IRC (Freenode, my nick is facundobatista).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.