tj_88, I had the same problem - it is solved by instruction in pinned comment.
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: | 21 |
Popularity: | 1.10 |
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, protobuf-dllexportAUR)
- 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 .. 13 Next › Last »
Fuzzy commented on 2024-10-07 13:31 (UTC) (edited on 2024-10-07 14:09 (UTC) by Fuzzy)
tj_83 commented on 2024-10-07 13:30 (UTC) (edited on 2024-10-07 13:30 (UTC) by tj_83)
Build is failing with v23-1
[77/78] Linking target src/tests/ovpncli-netcfg
ninja: Entering directory `/home/tina/.cache/yay/openvpn3/src/_builddir'
ninja: no work to do.
1/7 openvpn3-linux:standalone / logevent-selftest OK 0.01s
2/7 openvpn3-linux:standalone / netcfg-changeevent-selftest OK 0.01s
3/7 openvpn3-linux:standalone / netcfg-dns-direct-file-selftest OK 0.01s
4/7 openvpn3-linux:dbus / platforminfo OK 0.09s
5/7 openvpn3-linux:unit / unit-tests OK 0.12s
6/7 openvpn3-linux:post-install / config-override-selftest FAIL 0.24s killed by signal 6 SIGABRT
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=215 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /home/tina/.cache/yay/openvpn3/src/_builddir/src/tests/config-override-selftest
7/7 openvpn3-linux:dbus / request-queue-test OK 1.44s
Ok: 6
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Prigoryan commented on 2024-09-22 15:53 (UTC)
autoconf-archive
should probably be listed as a make dependecy.
deathangel908 commented on 2024-09-14 20:06 (UTC)
depends on old protobuf 28.0 where the new one is 28.1
SparkyTD commented on 2024-09-13 17:46 (UTC) (edited on 2024-09-13 17:47 (UTC) by SparkyTD)
I can no longer build this after 22_dev-7, previous version worked fine.
Output of "yay -S openvpn3": https://pastebin.com/raw/PLmbhBz9
Output of "yay -S openvpn3-git": https://pastebin.com/raw/bLsQUc4t
I already tried yay -Scc
and yay -Sc
as suggested by others.
Any help is appreciated!
deathangel908 commented on 2024-09-12 16:20 (UTC)
: openvpn3 session-start --config ./v9.ovpn;
Using pre-loaded configuration profile './v9.ovpn'
openvpn3/session-start: ** ERROR ** No such method “Validate”
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
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.