: openvpn3 session-start --config ./v9.ovpn;
Using pre-loaded configuration profile './v9.ovpn'
openvpn3/session-start: ** ERROR ** No such method “Validate”
Search Criteria
Package Details: openvpn3 24-2
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: | bhyoo |
Last Packager: | bhyoo |
Votes: | 20 |
Popularity: | 1.68 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2024-12-23 12:57 (UTC) |
Dependencies (19)
- gdbusppAUR (gdbuspp-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- 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) (optional) – OpenSSL version
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for systemd-resolved integration
- repkgAUR (optional) – Automatically rebuild the package on dependency updates
Required by (2)
- eovpn (optional)
- openvpn3-indicator-git
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »
deathangel908 commented on 2024-09-12 16:20 (UTC)
r2rstep commented on 2024-08-09 07:37 (UTC)
in case anyone else encounters problems with installation and
➜ openvpn3-linux git:(master) rst2man docs/man/openvpn3-log.1.rst | groff -Tutf8 -man
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
as suggested in openvpn3 issue disabling man-page generation is a workaround for this problem. I added -Dgenerate-man=disabled
in PKGBUID -> build()
florax commented on 2024-08-08 13:18 (UTC)
Now it builds and is working perfectly! Commit 22_dev-6 fixed this for me. Thank you @bhyoo I wish you will be very rich.
bhyoo commented on 2024-08-08 09:30 (UTC)
@r2rstep Sorry I paste wrong URL ); Please issue on https://codeberg.org/OpenVPN/openvpn3-linux
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.
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.