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#52300 - [gst-plugins-bad] missing 4 obj deps
Attached to Project:
Arch Linux
Opened by Clemmitt Sigler (cmsigler) - Thursday, 29 December 2016, 12:25 GMT
Last edited by Antonio Rojas (arojas) - Monday, 28 February 2022, 19:18 GMT
Opened by Clemmitt Sigler (cmsigler) - Thursday, 29 December 2016, 12:25 GMT
Last edited by Antonio Rojas (arojas) - Monday, 28 February 2022, 19:18 GMT
|
DetailsDescription:
After upgrading gst-plugins-bad from 1.10.2-1 -> 1.10.2-2 several obj deps now fail. This is on my x86_64 box Additional info: Installed/upgraded -- gst-plugins-bad 1.10.2-2 New dependencies (which I have installed) -- libfdk-aac-0.1.4-2 vulkan-icd-loader-1.0.37.0-1 zbar-0.10-8 Steps to reproduce: 1.) Upgrade to gst-plugins-bad 1.10.2-2 2.) Search for missing obj deps: $ for file in $(pacman -Ql gst-plugins-bad | grep /usr/lib/gstreamer-1.0/ | grep '\.so' | awk '{print $2}'); do if [[ $(ldd $file | grep 'not found') ]]; then echo $file '-->'; ldd $file | grep 'not found'; fi; done 3.) Results (on my box): /usr/lib/gstreamer-1.0/libgstfdkaac.so --> libfdk-aac.so.1 => not found /usr/lib/gstreamer-1.0/libgstvulkan.so --> libvulkan.so.1 => not found /usr/lib/gstreamer-1.0/libgstx265.so --> libx265.so.95 => not found /usr/lib/gstreamer-1.0/libgstzbar.so --> libzbar.so.0 => not found 4.) Install libfdk-aac vulkan-icd-loader zbar which were not previously installed 5.) New results: /usr/lib/gstreamer-1.0/libgstx265.so --> libx265.so.95 => not found because x265 2.2-1, upgraded from 2.1-2, installs /usr/lib/libx265.so.102 HTH. Clemmitt Sigler |
This task depends upon
Current lists from namcap:
gst-plugins-bad W: Referenced library 'libx265.so.95' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libSoundTouch.so.1' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libWildMidi.so.2' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libfdk-aac.so.1' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libzbar.so.0' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libfluidsynth.so.1' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libfaac.so.0' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libspandsp.so.2' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libvulkan.so.1' is an uninstalled dependency
gst-plugins-bad W: Referenced library 'libkate.so.1' is an uninstalled dependency
gst-plugins-bad E: Dependency gtk3 detected and not included (libraries ['usr/lib/libgdk-3.so.0', 'usr/lib/libgtk-3.so.0'] needed in files ['usr/lib/gstreamer-1.0/libgstgtksink.so'])
gst-plugins-bad E: Dependency qt5-x11extras detected and not included (libraries ['usr/lib/libQt5X11Extras.so.5'] needed in files ['usr/lib/gstreamer-1.0/libgstqmlgl.so'])
gst-plugins-bad E: Dependency neon detected and not included (libraries ['usr/lib/libneon.so.27'] needed in files ['usr/lib/gstreamer-1.0/libgstneonhttpsrc.so'])
gst-plugins-bad E: Dependency openal detected and not included (libraries ['usr/lib/libopenal.so.1'] needed in files ['usr/lib/gstreamer-1.0/libgstopenal.so'])
gst-plugins-bad E: Dependency qt5-declarative detected and not included (libraries ['usr/lib/libQt5Quick.so.5', 'usr/lib/libQt5Qml.so.5'] needed in files ['usr/lib/gstreamer-1.0/libgstqmlgl.so'])
THANK YOU for checking to help close this old, stale bug :D
It seems this bug report has been addressed in the pkg and is no longer valid (and hasn't been for a long time). Thanks again :)
Clemmitt Sigler