alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

Gittyup doesn't compile #89

Open Dominiquini opened 2 weeks ago

Dominiquini commented 2 weeks ago

The Gittyup is broken. It doesn't compile! It fails when running tests. And even if I disable the tests, the compiled application is broken because it keeps depending on the source files, that could been deleted! I changed to use this version: Gittyup, and now it's working fine!

Thanks.

RafaelDominiquini commented 2 weeks ago

I'm only capable of installing after I remove the 'check' function in the PKGBUILD, and even after that, I get this error when launching the app:

liveuser@EndeavourOS:~ 2m57s 
$ gittyup 
PANIC: unprotected error in call to Lua API (cannot open /home/liveuser/.cache/yay/gittyup/src/Gittyup/conf/System.lua: No such file or directory)
Aborted (core dumped)

** Obs: The app launch correctly before I cleaned the yay cache with 'yay -Scc'!

Thanks.