You are not logged in.
I am building an AUR package (v8-r) which needs pgrep for the prepare function. It fails to build in a clean chroot using extra-x86_64-build. If I explicitly add procps-ng to the makedepends, then it builds. Is this expected behavior? My understanding was that packages from base did not need to be included in the makedepends array. Is my understanding wrong, or is this an issue with the creation of the clean chroot?
Last edited by hpmachining (2024-01-09 03:31:44)
Offline
My understanding was that packages from base did not need to be included in the makedepends array.
Incorrect. Only packages from base-devel should not be included. Any other requirements should be listed.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thank you for clearing that up for me.
Offline