bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26791: Attempt to apply a string as a procedure during Hydra evaluat


From: Ludovic Courtès
Subject: bug#26791: Attempt to apply a string as a procedure during Hydra evaluation
Date: Sun, 07 May 2017 11:35:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi,

Danny Milosavljevic <address@hidden> skribis:

> I think it always works (also without compilation) when I move the 
> boot-parameters record definition up in gnu/system.scm (so it comes before 
> its clients).

Yeah I just pushed that as 8e815c5b6903a545c46b674c1cd1cc3180f835db.

The thing is that ‘boot-parameters’ is a macro, so it must be defined
before used.

Because of the way build-aux/compile-all.scm builds things (first loads
modules, then builds them), this error would not show up because the
macro would have been defined during the load phase.  However evaluation
on Hydra relies on auto-compilation, which does things the “normal” way.

I’ve started an evaluation of ‘master’ on Hydra.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]