This repository has been archived by the owner on May 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Bug reports
rmarquis edited this page Feb 1, 2016
·
18 revisions
When reporting problems, please:
- check whether makepkg -s can build a package successfully. As pacaur relies exclusively on makepkg to build and install packages, the PKGBUILD must be corrected by its maintainer if makepkg fails.
- check whether the package and its dependencies provide correct AUR metadata on the RPC interface. As pacaur relies exclusively on the metadata to solve dependencies, the .SRCINFO file should be corrected by its maintainer if the information differs.
- check that the problem is reproducible, and is not caused by a misconfiguration of pacaur/pacman/makepkg/sudoers/gpg/etc.
- check that the problem isn't due to the use of an intermediary pacman wrapper (such as powerpill).
- post the ouput of
bash -x pacaur <your command>
in the forum thread or on github to help debug the issue.