You are not logged in.

#1 2024-09-13 15:47:50

SparkyTD
Member
Registered: 2024-06-22
Posts: 13

openvpn3 no longer installable after yay update

I haven't done a full yay update in about a week, so I decided to do one today. Unfortunately though, out of the ~100 packages that were updated, the single package that had to break was openvpn3, one of my most important programs that I use every day for work. I tried everything I could think of, including trying to reinstall it several times, clearing yay caches (yay -Scc / yay -Sc), doing multiple updates, and installing the "-git" version. The latter gives a different set of random C++ compilation errors. I also tried going to the AUR page, downloading older PKGBUILD tars and installing them manually with "makepkg -si", but again, the installation always fails with the same errors.

Based on the output of the command "yay -S openvpn3" (linked below), it looks like the error happens during something related to "bash-completion" which is even more frustrating, since I do not even use that feature, nor do I care about it. The error seems to stem from a python exception during the build process: "ModuleNotFoundError: No module named 'openvpn3.constants'", but I have no idea what to do about it.

Output of "yay -S openvpn3": https://pastebin.com/raw/PLmbhBz9
Output of "yay -S openvpn3-git": https://pastebin.com/raw/bLsQUc4t

Any help is appreciated!

Offline

#2 2024-09-13 16:08:57

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,327
Website

Re: openvpn3 no longer installable after yay update

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-09-13 17:29:06

philo
Member
Registered: 2015-01-26
Posts: 265

Re: openvpn3 no longer installable after yay update

Did you read the web page of the package?

Offline

#4 2024-09-13 17:35:11

SparkyTD
Member
Registered: 2024-06-22
Posts: 13

Re: openvpn3 no longer installable after yay update

philo wrote:

Did you read the web page of the package?

I've read some comments on the top of the AUR page suggesting solutions to potential build issues, like "yay -Scc" / "yay -Sc", but none of those comments have been helpful so far.

If you mean OpenVPN3's official website, I can't see any information there that is relevant to my issue.

Offline

#5 2024-09-13 17:41:30

philo
Member
Registered: 2015-01-26
Posts: 265

Re: openvpn3 no longer installable after yay update

Yes, I meant the AUR page. You can post there for help with your issue.

Offline

#6 2024-09-16 12:08:54

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,794

Re: openvpn3 no longer installable after yay update

The error comes from executing the check()) function.

makepkg has an option --nocheck to disable running that function, use that.
Sorry, no idea how to tell yay to not run check().


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#7 2024-09-16 14:10:10

SparkyTD
Member
Registered: 2024-06-22
Posts: 13

Re: openvpn3 no longer installable after yay update

Lone_Wolf wrote:

The error comes from executing the check()) function.

makepkg has an option --nocheck to disable running that function, use that.
Sorry, no idea how to tell yay to not run check().

Thanks this is already helpful, because I can just grab the latest tar from the AUR, and run "makepkg -si --nocheck" manually.

But the truth is, that over the past couple of days I've already written my own openvpn session manager daemon as my very first Rust project, so I will probably be using that one instead of openvpn3. At least if anything positive came out of this, it's that I finally started learning Rust which I've been meaning to do for months lol.

Offline

#8 2024-09-17 10:24:07

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,794

Re: openvpn3 no longer installable after yay update

If you're statisified with the outcome of this thread, please prepend [Solved] to the thread title (edit first post) .

(In case you feel something else then {Solved} is more approprriate, use that)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB