New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/issues/27565#issuecomment-753014350 Comment: @hortimech By "rework", I mean add more private libraries to the list of "built-in" libraries. The tendency for Samba to create a metric fuckton of "*-samba4.so" unversioned libraries is a total nightmare for XBPS, which tries to track shared library dependencies. The more of these libraries can be "built in" to the versioned libraries intended for public consumption, the better. However, some private libraries refuse to compile as built-ins, and I wonder if a few of the additions to the built-in list made between `4.13.2_1` and `4.13.2_3` somehow compile but cause issues. I have no problems on `x86_64` and would like confirmation from @Anachron that these changes don't break on `aarch64`. See https://github.com/void-linux/void-packages/blob/master/srcpkgs/samba/template#L42-L58