Package Details: openvpn3 22_dev-3

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
Licenses: AGPL3
Submitter: bhyoo
Maintainer: bhyoo
Last Packager: bhyoo
Votes: 16
Popularity: 1.54
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-06-17 14:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

rahulmb commented on 2022-02-15 19:10 (UTC)

You're missing python-systemd for systemd daemon. The module is imported here https://github.com/OpenVPN/openvpn3-linux/blob/8ff06c746a3aa33761841b0d85cd913c51c78511/distro/systemd/openvpn3-systemd

remanifest commented on 2022-01-28 22:38 (UTC)

Per this discussion, it appears that this is not tracking jsoncpp as a dependency, and openvpn3 was failing to run properly. Apparently, this package needs to be rebuilt following the jsoncpp update.

https://github.com/OpenVPN/openvpn3-linux/issues/97

I was able to rebuild it from source on this side, which did appear to fix the problem. It would be great to see that incorporated into this package.

pkulak commented on 2021-12-23 04:13 (UTC)

@bhyoo I think I did that install on a laptop that no longer runs, so I don't have a history to look back at, unfortunately. I remember it failing (I think Python?) because of an unmet dependency on Hawkey. Installing that fixed everything.

bhyoo commented on 2021-12-22 10:21 (UTC)

@pkulak Where did you find that update? I could not find Hawkey on dependency list (https://github.com/OpenVPN/openvpn3-linux#how-to-build-openvpn3-linux-locally)

akizminet commented on 2021-12-22 08:01 (UTC)

Upgrade pkgver to 17_beta if the build failed

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.