GNU bug report logs - #37842
Multiple channels with the same name hangs 'guix pull'

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 21 Oct 2019 01:51:02 UTC

Severity: normal

Tags: notabug

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: Multiple channels with the same name hangs 'guix pull'
Date: Sun, 20 Oct 2019 21:50:47 -0400
Hello!

When using a channels.scm file such as:

--8<---------------cut here---------------start------------->8---
(cons* (channel
	(name 'my-channel)
	(url "https://gitlab.com/Apteryks/sfl-guix-channel"))
       (channel
	(name 'my-channel)
	(url "https://gitlab.com/Apteryks/my-guix-channel"))
       %default-channels)
--8<---------------cut here---------------end--------------->8---

It should throw an error, but instead it hangs indefinitely, like:

guix pull
Updating channel 'my-channel' from Git repository at 'https://gitlab.com/Apteryks/sfl-guix-channel'...
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
[hair starts greying out]

Maxim




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

Previous Next


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