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

2017-05-08 Thread Ludovic Courtès
Mark H Weaver skribis: >> ERROR: In procedure #: >> ERROR: Wrong type to apply: # > > This indicates another case of a macro being used before it is defined. > I don't have time at the moment to investigate further. I just followed up on that here: https://debbugs.gnu.org/cgi/bugreport.cgi?bu

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

2017-05-07 Thread Mark H Weaver
Leo Famulari writes: > On Sun, May 07, 2017 at 11:35:39AM +0200, Ludovic Courtès wrote: >> Hi, >> >> Danny Milosavljevic 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 clie

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

2017-05-07 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Danny Milosavljevic 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 8e815c5b6903a545c46b674c1cd

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

2017-05-07 Thread Leo Famulari
On Sun, May 07, 2017 at 11:35:39AM +0200, Ludovic Courtès wrote: > Hi, > > Danny Milosavljevic 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 pus

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

2017-05-07 Thread Ludovic Courtès
Hi, Danny Milosavljevic 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-para

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

2017-05-06 Thread Danny Milosavljevic
Hi, 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). It's still reconfiguring now but it looks good. If it works out, I'll post it here for review...

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

2017-05-06 Thread Mark H Weaver
Mathieu Othacehe writes: > Hi Mark, > > This problem should be resolved by make clean-go && make, see here : > > https://lists.gnu.org/archive/html/guix-patches/2017-05/msg00152.html As far as I know, *every* evaluation on Hydra is a clean build from scratch, so I'm not sure how to proceed. In

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

2017-05-06 Thread Mathieu Othacehe
Hi Mark, This problem should be resolved by make clean-go && make, see here : https://lists.gnu.org/archive/html/guix-patches/2017-05/msg00152.html Mathieu Mark H Weaver writes: > The error message is: > > ERROR: In procedure GNU with Linux-Libre 4.11 (beta): > ERROR: Wrong type to apply:

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

2017-05-05 Thread Mark H Weaver
The error message is: ERROR: In procedure GNU with Linux-Libre 4.11 (beta): ERROR: Wrong type to apply: "GNU with Linux-Libre 4.11 (beta)" Here's the head and tail of the output of the evaluator. Unfortunately, the relevant git commit is not printed. Mark --8<---cut here