Asks for gdbuspp as dependency, but in missing dependencies it has a gdbuspp-git, while they're in conflict makes it to fail build. Do you know how to overcome it?
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: | 21 |
Popularity: | 1.10 |
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, protobuf-dllexportAUR)
- 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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »
TheBlackArroW commented on 2024-06-20 13:48 (UTC) (edited on 2024-06-20 13:48 (UTC) by TheBlackArroW)
thesharkcharles commented on 2024-06-17 23:23 (UTC)
@bhyoo good find! Hopefully that solves anyone else hitting the same issue too.
bhyoo commented on 2024-06-17 15:14 (UTC)
@leonkacowicz @thesharkcharles @TwIsL
It turned out that post_install
was only running on the initial installation of the package and needed post_upgrade
to run on upgrades, so I fixed it with the 22_dev update.
thesharkcharles commented on 2024-06-14 08:34 (UTC)
@leonkacowicz that solved it, thanks mate.
leonkacowicz commented on 2024-06-13 14:00 (UTC)
@thesharkcharles I had a similar issue. The problem was that the private vpn nameserver was not being added to either /etc/resolv.conf nor systemd-resolved. If I added it manually, it would work. Later I figured that I needed to run:
sudo openvpn3-admin init-config --write-configs
sudo systemctl restart net.openvpn.v3.netcfg.slice
thesharkcharles commented on 2024-06-13 07:44 (UTC)
Has anything changed in this newest release with respect to DNS resolution? Since updating I'm finding that hostnames with private DNS records are not resolving, and the public information is being used instead.
bhyoo commented on 2024-06-11 08:54 (UTC)
@TwIsL The command is already included in https://aur.archlinux.org/cgit/aur.git/tree/openvpn3.install?h=openvpn3
TwIsL commented on 2024-06-11 08:01 (UTC)
Maybe PKGBUILD file should be updated according this issue - https://codeberg.org/OpenVPN/openvpn3-linux/issues/4
bhyoo commented on 2024-05-29 05:42 (UTC)
You can skip the check
step by adding --mflags='--nocheck'
before the issue is resolved.
bhyoo commented on 2024-05-29 05:40 (UTC)
@leonkacowicz Can you upload the full test log?
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.