alexheretic / aurto

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

Packages fail to build with aurto when aurutils works just fine. #80

Open dust0vich opened 1 year ago

dust0vich commented 1 year ago

It seems like a few packages, not all, fail to build part way when using aurto add when they work just fine with aur sync. I don't know why. For instance the AUR package etterna-git would be one of them. I would assume the auto updating would fail when aurto decides to update a package but I haven't really tested this thoroughly.

alexheretic commented 1 year ago

It may be because the package doesn't build in a chroot env, e.g. aur sync --chroot. It's a fairly common packaging mistake to miss out on makedepends that will cause chroot builds to fail but in most cases work otherwise since the dependency happens to be installed on the the build system anyway.