trying to build package
CXX src/netcfg/ovpn3cli_openvpn3_admin-proxy-netcfg.o
CXX src/netcfg/ovpn3cli_openvpn3_admin-dco-keyconfig.pb.o
test -d `dirname src/shell/bash-completion/openvpn2` || /usr/bin/mkdir -p `dirname src/shell/bash-completion/openvpn2`
test . != . && cp -vr ./src/python/openvpn3 ./src/python/ || true
GEN src/shell/bash-completion/openvpn2
CXX src/ovpn3cli/openvpn3.o
CXX src/ovpn3cli/arghelpers.o
make[2]: *** [Makefile:4671: src/shell/bash-completion/openvpn2] Error 8
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/andrew/.cache/paru/clone/openvpn3/src/openvpn3-linux'
make[1]: *** [Makefile:3750: all-recursive] Error 1
make[1]: Leaving directory '/home/andrew/.cache/paru/clone/openvpn3/src/openvpn3-linux'
make: *** [Makefile:2345: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'openvpn3-16_beta-1':
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.