GNU bug report logs -
#35138
guix system search needs installer
Previous Next
Full log
Message #16 received at 35138-done <at> debbugs.gnu.org (full text, mbox):
Hello!
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:
> So building guix now with "./configure --enable-installer" leads to this
> error:
> ------------------------------------------------------------------
> + make clean
> Makefile:5388: *** missing separator. Stop.
> + make -j8
> Makefile:5388: *** missing separator. Stop.
> ------------------------------------------------------------------
>
> The resulting Makefile looks as follow:
> ------------------------------------------------------------------
> 5384 scripts/guix: scripts/guix.in Makefile
> 5385 $(AM_V_at)rm -f $@ $@-t
>
> 5386 $(AM_V_at)$(MKDIR_P) "$(@D)"
>
> 5387 $(AM_V_GEN)$(do_subst) < "$(srcdir)/$@.in" > "$@-t"
>
> 5388 $(AM_V_at)chmod a+x,a-w "$@-t" && mv -f "$@-t" "$@"
>
> 5389 elif !ENABLE_INSTALLER
>
> 5390
> ------------------------------------------------------------------
Oops, commit c8e070dad70cbc13b6f77d4f20d7d21d3931a835 should fix it.
Thanks for the report!
Ludo’.
This bug report was last modified 6 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.