Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#47074 - [gst-plugins-bad] need additional dependency packages
Attached to Project:
Arch Linux
Opened by Andrew Bibb (ajbibb) - Sunday, 15 November 2015, 16:45 GMT
Last edited by Toolybird (Toolybird) - Monday, 29 May 2023, 03:09 GMT
Opened by Andrew Bibb (ajbibb) - Sunday, 15 November 2015, 16:45 GMT
Last edited by Toolybird (Toolybird) - Monday, 29 May 2023, 03:09 GMT
|
DetailsDescription:
I'm trying to run the opencv module from gst-plugins-bad and the module is blacklisted. Additional info: * gst-plugins-bad 1.6.1-1 Running gst-inspect reveals that the following: (gst-plugin-scanner:3633): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstkate.so': libkate.so.1: cannot open shared object file: No such file or directory (gst-plugin-scanner:3633): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopencv.so': libopencv_calib3d.so.2.4: cannot open shared object file: No such file or directory (gst-plugin-scanner:3633): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopenexr.so': libIlmImf-2_2.so.22: cannot open shared object file: No such file or directory I believe opencv and maybe openexr need to be included as dependencies or optional dependencies. Doing so (and clearing the gstreamer registry cache) allows one to run the opencv module from the plugin package and the last two failed "failed to load plugin" messages are gone, but the first with libkate.so.1 remains. My guess is there is still some gstreamer module which still does not work but I don't know which one needs libkate.so.1 Steps to reproduce: Remove opencv and openexr if installed separately, remove the gstreamer registry cache, and run gst-inspect-1.0 opencv |
This task depends upon
Closed by Toolybird (Toolybird)
Monday, 29 May 2023, 03:09 GMT
Reason for closing: No response
Additional comments about closing: Plus it's old and stale. If still an issue, please report upstream.
Monday, 29 May 2023, 03:09 GMT
Reason for closing: No response
Additional comments about closing: Plus it's old and stale. If still an issue, please report upstream.
like this "PKG_CHECK_MODULES(OPENCV, opencv >= 2.3.0 opencv < 2.5.0". I'd say upstream needs to be fixed
to allow newer OpenCV versions.