You are not logged in.
Got error compiling app link to python3.14
https://pastebin.com/EF1TL2y4
and protonvpn crashes
https://pastebin.com/4SfUkyQa
Last edited by appofice (2026-03-18 08:52:13)
Offline
Midori is not in the repo. So, I assume that you are trying to build it from AUR?
This is out of date.
https://aur.archlinux.org/packages/midori
If it won't build, contact the AUR maintainer. You might try makepkg to see if you get the same results.
Or, you can edit the PKGBUILD yourself
https://aur.archlinux.org/cgit/aur.git/ … D?h=midori
Looks like there is a binary that is up to date. Although, I would not install a binary from the AUR if you paid me.
If you want more answers, give a lot more info.
Offline
Midori drastically changed during 11.6.1 and no longer uses mach so the issue you encountered should no longer exist the PKGBUILD will need a substantial rewrite.
Edit:
Do you have a backtrace with debug symbols for the protonvpn crash?
Last edited by loqs (2026-03-16 01:53:02)
Offline
the package i want is yubico-authenticator
it is broken because of python-zxing-cpp
https://pastebin.com/Em5dEHiZ
i found a solution with python-zxing-cpp-bin but haven't found one for protonvpn
here are the last error i got for protonvpn
https://pastebin.com/PaHZVzN0
Offline
python-zxing-cpp builds for me without issue in a clean chroot. The internal compiler error from gcc looks similar to previous ones that were caused by system overclocking. Are either your system's memory or CPU overclocked?
Offline
cannot confirm any issues with the yubico auth application - i use it myself every day and it rebuild just fine at last update
very likely some local problem
Offline
cannot confirm any issues with the yubico auth application - i use it myself every day and it rebuild just fine at last update
very likely some local problem
i can only install yubico authenticator with python-zxing-cpp-bin, but before it was python-zxing-cpp
Ps: now it work i did 4 tries
1- i got internal compiler error
2- work until install, (because i did have python-zxing-cpp-bin installed it )
3- work until install, (/usr/lib/debug/usr/lib/python3.14/site-packages/zxingcpp.cpython-314-x86_64-linux-gnu.so.debug) so i move it now i will delete it
4- i have install it
Protonvpn haven't crash since 2 days ago
i gonna put solve even if i don't know what was the problem
Forgot, i modify my makepkg.conf deleting LTOFLAGS and adding !lto in OPTIONS
Last edited by appofice (2026-03-18 08:59:01)
Offline
i gonna put solve even if i don't know what was the problem
gcc sometimes failing and sometimes working for the same inputs points to either a build race or system instability. The internal compiler error from gcc points to system instability as the cause rather than a build race.
Offline