On Thu, 2021-03-04 at 22:37 +0100, Xinglu Chen wrote: > Hi, > > While trying to install Nomad, the emacsy-minimal packages fails to > build. > > [...] > > Since emacsy-minimal uses the gnu-build-system, I thought that > `autoreconf` would already be available in the build environment, no? gnu-build-system does not imply "autoconf" as a native-input. gnu-build-system refers to packages that have a "./configure && make && make check && make install" build system, these do not necessarily use autoconf and automake. And when they do, the generated Makefile.in and configure script are often included in the release tarball, in which case gnu-build-system does not try to call "autoreconf". (IMHO gnu-build-system should always regenerate configure and Makefile.in except when it causes bootstrapping problems, but that's a separate matter.) I propose the attached patch, which seems to let "emacsy-minimal" build (on top of commit 4bc9a1f4e3bd39302b4ceaab8589a2e6ef82c4bd in my case). I've also fixed a build input of nomad (wrong variant of gnutls). I can now start nomad! > Any help would be appreciated! It is a known issue, but it seems to have slippen through the cracks. Greetings, Maxime. -- Maxime Devos PGP Key: C1F3 3EE2 0C52 8FDB 7DD7 011F 49E3 EE22 1917 25EE Freenode handle: mdevos *Not* a guix committer