From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#35603: Go build system mishandles repetitive import paths Date: Mon, 06 May 2019 22:42:49 -0400 Message-ID: <871s1bc7di.fsf@gmail.com> References: <20190506154249.GA9060@jasmine.lan> <20190506155617.GA16846@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNq4N-0003X3-De for bug-guix@gnu.org; Mon, 06 May 2019 22:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNq4M-0005H0-HH for bug-guix@gnu.org; Mon, 06 May 2019 22:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44390) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNq4M-0005Gq-Dy for bug-guix@gnu.org; Mon, 06 May 2019 22:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNq4M-0000E0-Aw for bug-guix@gnu.org; Mon, 06 May 2019 22:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190506155617.GA16846@jasmine.lan> (Leo Famulari's message of "Mon, 6 May 2019 11:56:17 -0400") 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: Leo Famulari Cc: 35603@debbugs.gnu.org Hello again, Leo Famulari writes: > Looks like it affects packages that use tarballs (instead of Git > checkouts) and have a repetitive element in the import path. For > example, 'github.com/restic/restic' is also broken. I've fixed restic with commit fb09818277; sorry! Maxim