Search Criteria
Package Details: openvpn3 26-1
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: | Phhere |
Last Packager: | Phhere |
Votes: | 23 |
Popularity: | 0.48 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2025-09-28 20:18 (UTC) |
Dependencies (19)
- gdbusppAUR (gdbuspp-gitAUR)
- glib2 (glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- 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, openssl-aegisAUR) (optional) – OpenSSL version
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for systemd-resolved integration
- repkg (optional) – Automatically rebuild the package on dependency updates
Required by (3)
- eovpn (optional)
- openvpn-manager-git
- openvpn3-indicator-git
Latest Comments
1 2 3 4 5 6 .. 15 Next › Last »
boniek commented on 2025-10-04 09:58 (UTC) (edited on 2025-10-04 10:07 (UTC) by boniek)
I get this only when upgrading from older openvpn3 (24.1 I think it was). It works when freshly installed though.
Philotomy commented on 2025-10-03 19:11 (UTC)
When building 26-1 I get the same error reported by @leonkacowicz (i.e. config-override-selftest is failing with exit status 2). Detail from meson-logs/testlog.txt follows:
skiwichu commented on 2025-09-30 06:21 (UTC) (edited on 2025-09-30 06:21 (UTC) by skiwichu)
I had a problem with bulding
gdbuspp
solved by addingexport CXXFLAGS+=" -Wno-error=free-nonheap-object"
tobuild()
function.Then:
1.
yay -G openvpn3
2. In
PKGBUILD
add -Ddco=disabled to the build() function3. Run
makepkg -sri
as suggested below.
vchlum commented on 2025-09-29 04:39 (UTC)
Removing the package and installing it again fixed the issue for me.
leonkacowicz commented on 2025-09-28 23:21 (UTC) (edited on 2025-09-28 23:21 (UTC) by leonkacowicz)
I can't build 26-1; all builds were working fine until this version.
Ganji commented on 2025-09-16 07:35 (UTC)
There is an error with libprotobuf:
Energi commented on 2025-09-02 07:45 (UTC) (edited on 2025-09-02 07:46 (UTC) by Energi)
@narigama's patch is pointing to the
-git
repository, but the idea is the same:https://aur.archlinux.org/openvpn3.git
(this repo)-Ddco=disabled
to thebuild()
functionmakepkg -sri
Here's a patch for this repository, if preferred:
narigama commented on 2025-08-29 09:32 (UTC)
Ran into issues today after a kernel update, the following steps fixed it:
Run
git clone https://aur.archlinux.org/openvpn3-git.git
Apply this patch/add this one line:
Finally, run
makepkg -sri
daskol commented on 2025-08-28 12:48 (UTC) (edited on 2025-08-28 12:49 (UTC) by daskol)
Here is a patch for
ovpn
being merged into linux kernel 6.16.UPD Sorry for a long comment. There is no collapse option.
skiwichu commented on 2025-08-27 20:19 (UTC) (edited on 2025-08-27 20:20 (UTC) by skiwichu)
@remanifest 's solution sounds reasonable.
If you don't want to reconfigure PKGBUILD, you can solve it by downgrading
protobuf
,protobuf-c
, andabseil-cpp
what seems to be the easiest way how to fix it till the version 25 will be released here.1 2 3 4 5 6 .. 15 Next › Last »