alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
137 stars 9 forks source link

Stuck validating source files #48

Closed N-kay closed 3 years ago

N-kay commented 3 years ago

I have not seen this mentioned anywhere yet, but no matter which aur package I try to add, aurto never advances past the validation stage. sha256sum is installed, no further output or error is given. No verbose or debug options seem to exist.

alexheretic commented 3 years ago

The output is reduced, it's only printed in full after a failure. It could just be taking a while to setup the chroot env, the reduced output doesn't always make it very clear that stuff is happening. You can run the underlying aurutils aur sync ... command (that aurto prints) yourself for the full output.

N-kay commented 3 years ago

I'll admit I overlooked that entirely. Simply copy-pasting the underlying command works so far (currently compiling).

Does aurto run the command(s) as a different user? Maybe that's why it fails.

alexheretic commented 3 years ago

I think it's not failing, it's just not showing the output because it only shows lines that start with ==> or -> which I think at one time worked well to summarize which phase you were in without the full output.

It should show the latest line, which would show progress better. Or maybe just bin the idea of summarizing the output... I'll raise an issue to improve that #49.

alexheretic commented 3 years ago

I assume this is fixed now we show more output. Let me know otherwise.