GNU bug report logs - #38445
Guix CI evaluation broken

Previous Next

Package: guix;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Sun, 1 Dec 2019 17:21:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Clément Lassieur <clement <at> lassieur.org>
Subject: bug#38445: closed (Re: bug#38445: Guix CI evaluation broken)
Date: Mon, 02 Dec 2019 09:08:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38445: Guix CI evaluation broken

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38445 <at> debbugs.gnu.org.

-- 
38445: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38445
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Bengt Richter <bokr <at> bokr.com>
Cc: 38445-done <at> debbugs.gnu.org,
 Clément Lassieur <clement <at> lassieur.org>
Subject: Re: bug#38445: Guix CI evaluation broken
Date: Mon, 02 Dec 2019 10:24:40 +0100
Hi Clément & Bengt,

Bengt Richter <bokr <at> bokr.com> skribis:

> On +2019-12-01 18:20:24 +0100, Clément Lassieur wrote:
>> Hi,
>> 
>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5
>> 
>> broke Guix CI.
>> 
>> The reason is:
>> 
>>     (local-file (string-append "" "../some-file"))
>> 
>> now differs from
>> 
>>     (local-file "../some-file")
>> 
>> And in gnu/system/install.scm (line 246) there's a STRING-APPEND.
>> 
>> We could probably do an easy fix by changing (string-append

Sorry for the breakage!  I noticed it yesterday and fixed it in
33d1c970c323971da8d70a662748c7b1b520d6b6.

Let me know if you think anything else is wrong!

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Clément Lassieur <clement <at> lassieur.org>
To: bug-guix <at> gnu.org, ludo <at> gnu.org
Subject: Guix CI evaluation broken
Date: Sun, 01 Dec 2019 18:20:24 +0100
Hi,

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5

broke Guix CI.

The reason is:

    (local-file (string-append "" "../some-file"))

now differs from

    (local-file "../some-file")

And in gnu/system/install.scm (line 246) there's a STRING-APPEND.

We could probably do an easy fix by changing (string-append
"exemples/" ...) to (string-append "gnu/system/exemples/" ...) but
still, I find that new behaviour weird.

Clément



This bug report was last modified 5 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.