Package Details: openvpn3 24-2

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: 0.92
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-12-23 12:57 (UTC)

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 or yay -Sc.

FYI. I replaced gdbuspp-git with gdbuspp in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.

Latest Comments

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

r2rstep commented on 2024-08-08 09:28 (UTC)

@bhyoo I realized you you sent link to the exact page on which I'm writing the comment so I'm a bit lost - how do I create and issue? Should I create a thread in the forum or you meant I should create an issue on the upstream repository: https://codeberg.org/OpenVPN/openvpn3-linux ?

r2rstep commented on 2024-08-08 09:18 (UTC) (edited on 2024-08-08 09:20 (UTC) by r2rstep)

@bhyoo I have

echo $LC_ALL
C.utf-8

I'll create an issue as you suggested

bhyoo commented on 2024-08-08 09:15 (UTC)

@r2rstep The cause of florax's error is gcc, and I think your issue is not related with PKGBUILD. You would better open an issue on https://aur.archlinux.org/packages/openvpn3 regarding the issue. BTW, have you configured locale?

r2rstep commented on 2024-08-08 09:07 (UTC) (edited on 2024-08-08 09:08 (UTC) by r2rstep)

I'm getting the same error as @florax after running yay -Scc. The errors in my case:

[104/169] Generating docs/man/man-openvpn2.1 with a custom command
FAILED: docs/man/openvpn2.1 
/usr/bin/rst2man ../openvpn3-linux-22_dev/docs/man/openvpn2.1.rst docs/man/openvpn2.1
Traceback (most recent call last):
  File "/usr/bin/rst2man", line 8, in <module>
    sys.exit(rst2man())
             ^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/docutils/core.py", line 760, in rst2man
    rst2something('manpage', 'Unix manual (troff)', 'user/manpage.html')
  File "/usr/lib/python3.12/site-packages/docutils/core.py", line 739, in rst2something
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python3.12/locale.py", line 615, in setlocale
    return _setlocale(category, locale)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
locale.Error: unsupported locale setting
.
.
.
.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openvpn3-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openvpn3 - exit status 4

bhyoo commented on 2024-08-08 01:30 (UTC)

@asbachb @florax @florax Fixed it. Please try it again.

marcosmoyano commented on 2024-08-07 12:06 (UTC)

It's not building for me, even after running yay -Scc The same happens with openvpn3-git The output is the same as reported by @florax

florax commented on 2024-08-07 08:45 (UTC) (edited on 2024-08-07 08:45 (UTC) by florax)

It won't build for me, this is the TLDR error output.
It happens the same with openvpn3-git

I've cleaned up the yay cache directories for openvpn3, openvpn3-git, gdbuspp and gdbuspp-git. Package is using gdbuspp as the dependency, compiled successfully before.

asbachb commented on 2024-07-29 07:16 (UTC)

Since some versions I'm unable to connnect to my vpn config:

2024-07-29 09:11:31  Client !! CRITICAL !!: Failed changing DNS Scope: No DNS resolver configured
2024-07-29 09:11:31  Client DEBUG: [Core] exception parsing dhcp-option: [dhcp-option] [DOMAIN] [ecom.intra] : [Proxy::Client('net.openvpn.v3.netcfg', '/net/openvpn/v3/netcfg/38082_598b8244t33c5t4dc5t9938t41e22d94fbcf', 'net.openvpn.v3.netcfg', 'AddDNSSearch')] Remote peer disconnected
2024-07-29 09:11:31  Client !! CRITICAL !!: Object does not exist at path “/net/openvpn/v3/netcfg/38082_598b8244t33c5t4dc5t9938t41e22d94fbcf”
2024-07-29 09:11:31  Client !! CRITICAL !!: Object does not exist at path “/net/openvpn/v3/netcfg/38082_598b8244t33c5t4dc5t9938t41e22d94fbcf”
2024-07-29 09:11:31  Client DEBUG: [Core] TUN Error: [Proxy::Client('net.openvpn.v3.netcfg', '/net/openvpn/v3/netcfg/38082_598b8244t33c5t4dc5t9938t41e22d94fbcf', 'net.openvpn.v3.netcfg', 'SetRemoteAddress')] Object does not exist at path “/net/openvpn/v3/netcfg/38082_598b8244t33c5t4dc5t9938t41e22d94fbcf”
2024-07-29 09:11:31  [STATUS] Connection, Client connection failed
2024-07-29 09:11:31  Client !! CRITICAL !!: Failed configuring TUN device (TUN_SETUP_FAILED)
2024-07-29 09:11:31  Client DEBUG: [Core] Client exception in transport_recv: tun_exception: not connected

Any ideas?

asbachb commented on 2024-07-29 07:07 (UTC)

Just a note for paru user: You might need to clean your paru cache directory. My builds did not work properly before I cleaned the cache directory and reinstalled openvpn3.