New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/24497#issuecomment-704008662 Comment: Would be best to file an issue upstream https://gitlab.gnome.org/GNOME/NetworkManager-vpnc . say "FTBFS with recent versions of libnma" and include the build log and version number of libnma Until it is fixed, use the following to get it to build in a limited capacity: ```patch --- a/srcpkgs/NetworkManager-vpnc/template +++ b/srcpkgs/NetworkManager-vpnc/template @@ -1,11 +1,11 @@ # Template file for 'NetworkManager-vpnc' pkgname=NetworkManager-vpnc version=1.2.6 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--localstatedir=/var --disable-static --without-libnm-glib" +configure_args="--localstatedir=/var --disable-static --without-gnome --without-libnm-glib" hostmakedepends="pkg-config intltool" -makedepends="libnm libnm-gtk network-manager-applet-devel libsecret-devel" +makedepends="NetworkManager-devel libsecret-devel" depends="vpnc" short_desc="NetworkManager VPN plugin for VPNC" maintainer="Peter Kuchar " ```