New issue by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/issues/14409 Description: ### System * xuname: *x86_64-musl * package: *gstreamer1-1.16.0_1* ### Expected behavior gdb not throwing an error while loading `/usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.1600.0-gdb.py` ### Actual behavior smth like `gst_gdb no found` ### Steps to reproduce the behavior Install gstreamer1 and gdb `gdb /usr/bin/gst-inspect-1.0` This behavior stems from the fact that `gst_dbg` is located in `/usr/share/glib-2.0/gdb` but `libgstreamer-1.0.so.0.1600.0-gdb.py` searches in `/usr/share/gstreamer-1.0/gdb`