Package Details: openvpn3-git 22_dev.r5.ga3de5e2-2

Git Clone URL: https://aur.archlinux.org/openvpn3-git.git (read-only, click to copy)
Package Base: openvpn3-git
Description: OpenVPN 3 Linux client
Upstream URL: https://codeberg.org/OpenVPN/openvpn3-linux
Keywords: openvpn vpn
Licenses: AGPL3
Conflicts: openvpn3
Provides: openvpn3
Submitter: bhyoo
Maintainer: bhyoo
Last Packager: bhyoo
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-13 15:22 (UTC)
Last Updated: 2024-08-08 04:04 (UTC)

Dependencies (19)

Required by (2)

Sources (5)

Latest Comments

jcmendes commented on 2025-05-19 22:48 (UTC)

https://pastebin.com/128bMfAz

wcasanova commented on 2025-05-07 02:15 (UTC) (edited on 2025-05-07 02:16 (UTC) by wcasanova)

fails due to:

/usr/include/c++/15.1.1/ciso646:46:4: error: #warning "<ciso646> is deprecated in C++17, use <version> to detect implementation-specific macros" [-Werror=cpp]

I was able to compile the package successfully by adding the following flags:

CXXFLAGS+=" -Wno-error=cpp"

rzvncj commented on 2024-05-29 08:13 (UTC) (edited on 2024-05-29 08:13 (UTC) by rzvncj)

Hi, for the newest Git master version of openvpn3-linux I've added a PKGBUILD file in this GitHub comment.

The build system has been switched to meson, and this now depends on gdbuspp-git.

Hope this helps.

mad_doctor commented on 2022-07-07 20:00 (UTC)

I think that python-systemd should remain an optional dependency (as is polkit) because using systemd-resolved is optional. That way the package will remain "portable" and can be used by other arch-based distributions that does not use systemd for init.