Closed issue by unspecd on void-packages repository https://github.com/void-linux/void-packages/issues/40533 Description: ### Is this a new report? Yes ### System Info Void 6.0.7_1 x86_64-musl GenuineIntel notuptodate FFFF ### Package(s) Affected cups-filters-1.28.15_2, libzbar-0.23.1_6 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? None. ### Expected behaviour ./xbps-src pkg should build packages ### Actual behaviour #### cups-filters ```shell $ ./xbps-src -NE pkg cups-filters ... CCLD libcupsfilters.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:2535: libcupsfilters.la] Error 1 make[2]: Leaving directory '/builddir/cups-filters-1.28.15' make[1]: *** [Makefile:4853: all-recursive] Error 1 make[1]: Leaving directory '/builddir/cups-filters-1.28.15' make: *** [Makefile:2086: all] Error 2 ``` #### libzbar ```shell $ ./xbps-src -NE -pkg libzbar ... CCLD libzbar.la /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text' /usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:818: libzbar.la] Error 1 make[2]: Leaving directory '/builddir/zbar-0.23.1/zbar' make[1]: *** [Makefile:1905: all-recursive] Error 1 make[1]: Leaving directory '/builddir/zbar-0.23.1' make: *** [Makefile:985: all] Error 2 ``` ### Steps to reproduce 1. `./xbps-src -NE pkg cups-filters` 2. `./xbps-src -NE pkg libzbar`