FS#11766 - makepkg should emit a warning when base-devel is not installed
Attached to Project:
Pacman
Opened by Nicolas Pouillard (ertai) - Thursday, 16 October 2008, 15:37 GMT
Last edited by Allan McRae (Allan) - Thursday, 16 October 2008, 16:00 GMT
Opened by Nicolas Pouillard (ertai) - Thursday, 16 October 2008, 15:37 GMT
Last edited by Allan McRae (Allan) - Thursday, 16 October 2008, 16:00 GMT
|
Details
I think makepkg should emit a warning when base-devel is not
installed, indeed it took me a while to understand some
errors that where not directly related to the missing
package (like when missing pkg-config, or even gcc/make when
using loosy configure scripts).
|
This task depends upon
One possibility would be to think about something on the installer side, to at least mention that group.
Also to make sure information about base-devel is easy to find in the Wiki and other documentations.
Otherwise you could add all the required tools to makedepends of PKGBUILD, but it would be very messy. And it is currently indeed assumed that users building packages have this group installed.