You are not logged in.
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
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
Did you read the web page of the package?
Offline
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
Yes, I meant the AUR page. You can post there for help with your issue.
Offline
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
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
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