After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143089 - [packaging] libgstdvdec.so: undefined symbol: dv_init
[packaging] libgstdvdec.so: undefined symbol: dv_init
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 147723 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-05-24 18:52 UTC by Tom von Schwerdtner
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom von Schwerdtner 2004-05-24 18:52:45 UTC
Using the GST FC2 RPMs along with FC2 base RPMs I get this error when I run
gst-register-0.8:

gst-register-0.8: symbol lookup error: /usr/lib/gstreamer-0.8/libgstdvdec.so:
undefined symbol: dv_init

(this happens after most of the plugins seem to get registered)

I also get the error with gstreamer-properties:

gstreamer-properties: symbol lookup error:
/usr/lib/gstreamer-0.8/libgstdvdec.so: undefined symbol: dv_init

I have libdv-0.102-1 installed from FC2's repository.  Oddly, when I run:

strings /usr/lib/libdv.so.4 | grep dv_init

I do get:
dv_init

as output.  So, it's there it seems, but for whatever reason it is not being found.

I suspect there is simply a version problem, however the GST rpm's installed
without detecting it which suggests that there is a missing Requires line
somewhere in one of the specs.
Comment 1 Stephane Loeuillet 2004-06-05 16:44:21 UTC
ldd /usr/lib/gstreamer-0.8/libgstdvdec.so

look for "not found" lines

it looks like the libdv against it was linked at compile time is not the one you
have.

is that libdv you have an official FC2 rpm ?
Comment 2 Thomas Vander Stichele 2004-06-12 08:00:13 UTC
Hm, I just did the same checks, for me it works fine.
What does ldd say for you ?
Comment 3 Christian Fredrik Kalager Schaller 2004-12-07 23:58:49 UTC
Ping
Comment 4 Stephane Loeuillet 2004-12-14 21:25:07 UTC
*** Bug 147723 has been marked as a duplicate of this bug. ***
Comment 5 Christian Fredrik Kalager Schaller 2004-12-21 11:42:56 UTC
Nothing heard on either bugs. Marking as closed.