bug#46826: [debian] compilation from git fails

2021-03-02 Thread cage
On Mon, Mar 01, 2021 at 09:40:33PM +0100, Ludovic Courtès wrote: > Hi! Hi! > > I pushed a slightly different fix as > 9ce78f27a02b3a5fcaea2f0633404b940795989a. FWIW the compilation works just fine! :) > Thanks, You're welcome! C.

bug#46826: [debian] compilation from git fails

2021-03-01 Thread Ludovic Courtès
Hi! I pushed a slightly different fix as 9ce78f27a02b3a5fcaea2f0633404b940795989a. Thanks, Ludo’.

bug#46826: [debian] compilation from git fails

2021-03-01 Thread cage
On Mon, Mar 01, 2021 at 12:42:08PM +0100, Maxime Devos wrote: Hi! > > Perhaps replace (when COND STUFF) with (define _ (when COND STUFF))? That > should > be ok for both guile2.2 and guile3.0. It's not very aesthetical, but if the > alternative is putting everything below (when COND STUFF) in

bug#46826: [debian] compilation from git fails

2021-03-01 Thread Maxime Devos
On Sun, 2021-02-28 at 09:03 +0100, cage wrote: > [...] > Akind usersuggestedtocomment theformin > guix/scripts/environment.scm starting at line 178: > > > (when (and profile > (> (length (manifest-entries manifest-from-opts)) 0)) >(leave (G_

bug#46826: [debian] compilation from git fails

2021-02-28 Thread cage
Errata: > guix/scripts/environment.scm starting at line 178: line 748 actually. Bye! C.

bug#46826: [debian] compilation from git fails

2021-02-28 Thread cage
Hi! i tried to compile guix from git but the compilation fails with a syntax error, details below: - OS Debian testing (bullseye) - guix commit hash 8ef1f24f16354e08f23dfabf11396527b0417638 (master) - $ guile --version guile (GNU Guile) 2.2.7 The error is: $ make [...]