Upgrade pkgver to 17_beta if the build failed
Search Criteria
Package Details: openvpn3 24-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvpn3.git (read-only, click to copy) |
---|---|
Package Base: | openvpn3 |
Description: | OpenVPN 3 Linux client |
Upstream URL: | https://codeberg.org/OpenVPN/openvpn3-linux |
Keywords: | openvpn vpn |
Licenses: | AGPL3 |
Submitter: | bhyoo |
Maintainer: | bhyoo |
Last Packager: | bhyoo |
Votes: | 20 |
Popularity: | 1.52 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2024-12-23 12:57 (UTC) |
Dependencies (19)
- gdbusppAUR (gdbuspp-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libcap-ng (libcap-ng-gitAUR)
- libnl (libnl-gitAUR)
- lz4 (lz4-gitAUR)
- protobuf (protobuf-gitAUR)
- python-dbus
- python-gobject
- python-systemd
- tinyxml2 (tinyxml2-gitAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- meson (meson-gitAUR) (make)
- python-docutils (make)
- python-jinja (make)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR) (optional) – mbed TLS version
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – OpenSSL version
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for systemd-resolved integration
- repkgAUR (optional) – Automatically rebuild the package on dependency updates
Required by (2)
- eovpn (optional)
- openvpn3-indicator-git
Sources (3)
akizminet commented on 2021-12-22 08:01 (UTC)
gandriyko commented on 2021-12-13 13:45 (UTC) (edited on 2021-12-13 13:46 (UTC) by gandriyko)
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':
pkulak commented on 2021-11-04 18:41 (UTC)
Looks like this now depends on Hawkey?
dr460nf1r3 commented on 2021-08-05 06:45 (UTC)
Misses python-dbus in makedepends :)
jmpa commented on 2021-07-20 16:35 (UTC)
protobuf should be included as a dependency, not only for the makedepends.
beac0n commented on 2021-03-11 15:20 (UTC)
this does not compile with the latest openssl version. However, using mbedtls, which is available in community, it works like a charm.
see https://github.com/OpenVPN/openvpn3-linux/tree/v13_beta#building-openvpn-3-linux-client
By default, OpenVPN 3 Linux is built using the OpenSSL library. If you want to compile against mbed TLS, add the --with-crypto-library=mbedtls argument to ./configure.
bhyoo commented on 2020-10-10 13:55 (UTC)
@mickare Thanks~
mickare commented on 2020-10-01 19:38 (UTC)
This needs an update, libutil-linux was renamed to core/util-linux-libs.
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.