From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#37842: Multiple channels with the same name hangs 'guix pull' Date: Sun, 20 Oct 2019 21:50:47 -0400 Message-ID: <8736fmn9xk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48554) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMMqd-0003Cz-Jo for bug-guix@gnu.org; Sun, 20 Oct 2019 21:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMMqc-0007OG-IP for bug-guix@gnu.org; Sun, 20 Oct 2019 21:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46707) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMMqc-0007OA-FC for bug-guix@gnu.org; Sun, 20 Oct 2019 21:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMMqc-0003Wj-B0 for bug-guix@gnu.org; Sun, 20 Oct 2019 21:51:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48529) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMMqR-0003CC-LZ for bug-guix@gnu.org; Sun, 20 Oct 2019 21:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMMqQ-0007C2-Hg for bug-guix@gnu.org; Sun, 20 Oct 2019 21:50:51 -0400 Received: from mail-qk1-x72f.google.com ([2607:f8b0:4864:20::72f]:41931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMMqQ-0007Ba-CA for bug-guix@gnu.org; Sun, 20 Oct 2019 21:50:50 -0400 Received: by mail-qk1-x72f.google.com with SMTP id p10so11009803qkg.8 for ; Sun, 20 Oct 2019 18:50:50 -0700 (PDT) Received: from apteryx (dsl-149-171.b2b2c.ca. [66.158.149.171]) by smtp.gmail.com with ESMTPSA id u123sm7130540qkh.120.2019.10.20.18.50.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Oct 2019 18:50:48 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37842@debbugs.gnu.org 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