New issue by svenper on void-packages repository https://github.com/void-linux/void-packages/issues/14269 Description: ### System * xuname: firefox-69.0_1: broken, unresolvable shlib `libdbus-glib-1.so.2' Transaction aborted due to unresolved shlibs. dmesg: read kernel buffer failed: Operation not permitted Void 5.2.11_1 x86_64-musl GenuineIntel uptodate hold rrnFFFFFFFFFFF * package: firefox-69.0_1 ### Expected behavior Firefox can either build without dbus, or does not have dbus optional. ### Actual behavior Firefox does not build without these template options. References to `dbus::Error::empty`, `dbus::connection::Connection::get_private`, `dbus::connection::Connection::conn_from_ptr`, `dbus::watch::WatchList::new`, etc. fail. Lots of lines of ``` /usr/bin/ld: DWARF error: mangled line number section (bad file number) ``` Building firefox on my machine is quite slow so I've yet to find exactly what build options cause the fail but it looks like dbus based on the log. [end of log](https://gist.githubusercontent.com/svenper/93c4ff5f5b78cead49c482ce091abcd2/raw) ### Steps to reproduce the behavior ``` ./xbps-src pkg firefox -o alsa,~dbus,~pulseaudio,~sndio,~startup_notification,~wayland,~xscreensaver ```