Hi @nbari,
I usually use makepkg
in a chroot environment to test PKGBUILD. Otherwise, the aur helper yay
fits my needs and I do not test with other helpers (if the PKGBUILD best practices are followed it should be compatible with any tool you'd like anyway).
I did the exercise to build bruno
in a clean chroot with pkgctl build
to ensure I didn't miss a thing this time and I'm positive it builds correctly and no build dependency is missing.
My best guess is that some custom configuration you have on your host is messing with the build and sadly, I'm sorry to say I do not practice python enough to be able to help with your current issue.
Pinned Comments
vianney commented on 2024-11-28 21:31 (UTC) (edited on 2024-12-17 20:29 (UTC) by vianney)
Hi there,
1.35.0 has been out there for a week and while an updated PKGBUILD builds, bruno only displays its error screen when I try to test it. I haven't found why yet.
I also have very limited time to work on this issue for now so if you're interested in the 1.35.0, do not hesitate to try and have a go at it.
edit: just tried with 1.36.1 and the issue persists.