[opensuse-packaging] Problems with libdc1394-22
This is the error in a nutshell: $ gst-inspect /usr/lib64/gstreamer-0.10/libgstdc1394.so (gst-inspect-0.10:31127): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdc1394.so': /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Could not load plugin file: Opening module failed: /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Looking at the sources for libdc1394-22 in openSUSE 13.1, I can find dc1394_iso_release_all in iso.h, so it's *there*, but not exported in the final shared object. My guess is that it's an issue with how it's packaged or compiled. Thanks, ~Damien -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
El mié 30 abr 2014 12:04:35 CLT, Damien Radtke escribió:
This is the error in a nutshell:
$ gst-inspect /usr/lib64/gstreamer-0.10/libgstdc1394.so (gst-inspect-0.10:31127): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdc1394.so': /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Could not load plugin file: Opening module failed: /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all
Yes, there is a bug, the symbol is not exported.. even though it is part of the public API.. we need to fix it, -- Cristian "I don't know the key to success, but the key to failure is trying to please everybody." -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
El 30/04/14 23:38, Cristian Rodríguez escribió:
El mié 30 abr 2014 12:04:35 CLT, Damien Radtke escribió:
This is the error in a nutshell:
$ gst-inspect /usr/lib64/gstreamer-0.10/libgstdc1394.so (gst-inspect-0.10:31127): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdc1394.so': /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Could not load plugin file: Opening module failed: /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all
Yes, there is a bug, the symbol is not exported.. even though it is part of the public API.. we need to fix it,
Fixed in SR #232294 -- Cristian "I don't know the key to success, but the key to failure is trying to please everybody." -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
El 30/04/14 23:48, Cristian Rodríguez escribió:
El 30/04/14 23:38, Cristian Rodríguez escribió:
El mié 30 abr 2014 12:04:35 CLT, Damien Radtke escribió:
This is the error in a nutshell:
$ gst-inspect /usr/lib64/gstreamer-0.10/libgstdc1394.so (gst-inspect-0.10:31127): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdc1394.so': /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Could not load plugin file: Opening module failed: /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all
Yes, there is a bug, the symbol is not exported.. even though it is part of the public API.. we need to fix it,
Fixed in SR #232294
MR #232295 for openSUSE 13.1 as well. not getting fixed in anything older though. -- Cristian "I don't know the key to success, but the key to failure is trying to please everybody." -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Damien Radtke