Package Details: openvpn3 24-1

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: 19
Popularity: 1.64
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-12-19 14:18 (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 .. 12 Next › Last »

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.

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