New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/issues/27565#issuecomment-753323321 Comment: These are the private libraries that were switched to built in for rev 2: - libauth4-samba4.so - libcluster-samba4.so - libflag-mapping-samba4.so - libiov-buf-samba4.so - libnet-keytab-samba4.so - libprinter-driver-samba4.so - libsamba-python-samba4.so - libsmbpasswdparser-samba4.so - libtdb-wrap-samba4.so These are the libraries added to the `$_privlibs` list in the template for rev 2: - auth4 - cluster - ctdb-event-client - flag_mapping - iov_buf - net_keytab - printer_driver - samba_python - smbpasswdparser - tdb-wrap - torture (Some of these were intended to be included all along, but I accidentally used a hypen instead of an underscore or vice versa.) Of the private libraries that were built in as of rev 2, these are the shared libraries that were moved to the `samba-libs` subpackage in rev 1: - cluster - flag-mapping - iov-buf - printer-driver - tdb-wrap It would be nice to determine which of these is responsible for the error. GIven that the complaint is about reading `secrets.tdb`, I would suspect `tdb-wrap` first.