bitcollider fails to collect video metadata with error: symbol lookup error: /usr/lib/bitcollider/plugins/video.bcp: undefined symbol: floor

Bug #325217 reported by Austriaco
2
Affects Status Importance Assigned to Milestone
bitcollider (Ubuntu)
New
Undecided
Unassigned

Bug Description

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) .

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.