Public bug reported:

Binary package hint: bitcollider-plugins

Distribution: Ubuntu Intrepid
Description:    Ubuntu 8.10
Release:        8.10

Package:
bitcollider-plugins:
  Installed: 0.6.0-1
  Candidate: 0.6.0-1
  Version table:
 *** 0.6.0-1 0
        500 http://de.archive.ubuntu.com intrepid/universe Packages
        100 /var/lib/dpkg/status

Bitcollider fails to collect video metadata (eg, framerate, bitrate)
with the following error:

bitcollider: symbol lookup error:
/usr/lib/bitcollider/plugins/video.bcp: undefined symbol: floor

Expected result: video metadata should be collected, as in:

tag.video.format=AVI
tag.video.width=624
tag.video.height=352
tag.video.fps=24
tag.video.duration=2547667
tag.video.bitrate=1152
tag.video.codec=XVID

Actual result: bitcollider fails with error:

bitcollider: symbol lookup error:
/usr/lib/bitcollider/plugins/video.bcp: undefined symbol: floor

The error does not occur when analyzing audio files and can be corrected
by prepending LD_PRELOAD=/usr/lib/libm.so to the command line, since
"floor" is a function defined by libm (math library) .

** Affects: bitcollider (Ubuntu)
     Importance: Undecided
         Status: New

-- 
bitcollider fails to collect video metadata with error: symbol lookup error: 
/usr/lib/bitcollider/plugins/video.bcp: undefined symbol: floor
https://bugs.launchpad.net/bugs/325217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to