GNU bug report logs - #46769
guix pull fails when quoted symbol is the 'name' of dependent channel

Previous Next

Package: guix;

Reported by: Ozhap <ozhap <at> vollbio.de>

Date: Thu, 25 Feb 2021 13:55:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46769 in the body.
You can then email your comments to 46769 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#46769; Package guix. (Thu, 25 Feb 2021 13:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ozhap <ozhap <at> vollbio.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 25 Feb 2021 13:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ozhap <ozhap <at> vollbio.de>
To: bug-guix <at> gnu.org
Subject: guix pull fails when quoted symbol is the 'name' of dependent channel
Date: Thu, 25 Feb 2021 19:26:49 +0530
So for eg, this:

(channel
 (version 0)
 (dependencies
  (channel
   (name 'some-collection)
   ...
   )))

...as given in info:guix#Declaring_Channel_Dependencies causes 'guix
pull' to fail ("channels.scm:719:22"). But when the value is unquoted:

(channel
 (version 0)
 (dependencies
  (channel
   (name some-collection)
   ...
   )))

...it works fine.

--
Ozhap




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 30 Mar 2021 10:32:01 GMT) Full text and rfc822 format available.

Notification sent to Ozhap <ozhap <at> vollbio.de>:
bug acknowledged by developer. (Tue, 30 Mar 2021 10:32:01 GMT) Full text and rfc822 format available.

Message #10 received at 46769-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ozhap <ozhap <at> vollbio.de>
Cc: 46769-done <at> debbugs.gnu.org
Subject: Re: bug#46769: guix pull fails when quoted symbol is the 'name' of
 dependent channel
Date: Tue, 30 Mar 2021 12:31:24 +0200
Ozhap <ozhap <at> vollbio.de> skribis:

> So for eg, this:
>
> (channel
>  (version 0)
>  (dependencies
>   (channel
>    (name 'some-collection)
>    ...
>    )))
>
> ...as given in info:guix#Declaring_Channel_Dependencies causes 'guix
> pull' to fail ("channels.scm:719:22"). But when the value is unquoted:
>
> (channel
>  (version 0)
>  (dependencies
>   (channel
>    (name some-collection)
>    ...
>    )))
>
> ...it works fine.

Fixed in 52e64b21be50e2c5febd7bf1accd88ffdc05a4bb, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 27 Apr 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 357 days ago.

Previous Next


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