New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/24497#issuecomment-703924679 Comment: Upon trying to revbump and build `NetworkManager-vpnc` with the new `libnma` dependency, I get the following error: ``` checking for LIBNMA... no configure: error: Package requirements (libnma >= 1.2.0) were not met: Package 'libnm', required by 'libnma', not found ``` However, `libnm` is in the makedepends. What's going wrong here? Do I need to be installing more files from `libnma`, like a `libnma-devel`? EDIT: Also, looking through the build output for `libnma`, could this be the problem: ``` WARNING: libnma-1.8.30_1: libnma.so.0 not found in common/shlibs! ```