@bhyoo I have
echo $LC_ALL
C.utf-8
I'll create an issue as you suggested
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: | 22 |
Popularity: | 1.00 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2025-06-04 12:05 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »
@bhyoo I have
echo $LC_ALL
C.utf-8
I'll create an issue as you suggested
@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?
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
@asbachb @florax @florax Fixed it. Please try it again.
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
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.
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?
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
.
I'm also having issues after a clean install. Getting error:
$ openvpn3 session-start --config profile-213.ovpn
Using pre-loaded configuration profile 'profile-213.ovpn'
openvpn3/session-start: ** ERROR ** No such method “Validate”
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.