From unknown Mon Jun 23 13:07:47 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51633 <51633@debbugs.gnu.org> To: bug#51633 <51633@debbugs.gnu.org> Subject: Status: Go importer fails on projects located in a sub-directory of a repository Reply-To: bug#51633 <51633@debbugs.gnu.org> Date: Mon, 23 Jun 2025 20:07:47 +0000 retitle 51633 Go importer fails on projects located in a sub-directory of a= repository reassign 51633 guix submitter 51633 Nicolas Goaziou severity 51633 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 06 09:44:18 2021 Received: (at submit) by debbugs.gnu.org; 6 Nov 2021 13:44:18 +0000 Received: from localhost ([127.0.0.1]:48721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjLzV-0004ni-VD for submit@debbugs.gnu.org; Sat, 06 Nov 2021 09:44:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:57584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjLzT-0004nW-PS for submit@debbugs.gnu.org; Sat, 06 Nov 2021 09:44:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55362) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjLzT-0007kB-HK for bug-guix@gnu.org; Sat, 06 Nov 2021 09:44:15 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:42169) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjLzQ-0004zf-V9 for bug-guix@gnu.org; Sat, 06 Nov 2021 09:44:15 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id BE1DC1BF205 for ; Sat, 6 Nov 2021 13:44:09 +0000 (UTC) From: Nicolas Goaziou To: bug-guix@gnu.org Subject: Go importer fails on projects located in a sub-directory of a repository Date: Sat, 06 Nov 2021 14:44:02 +0100 Message-ID: <87h7cppffh.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.201; envelope-from=mail@nicolasgoaziou.fr; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, It seems that Go importer errors on projects located in sub-directories of a repository. For example, guix import go github.com/Azure/go-autorest/autorest/adal fails with #< code: -3 message: "reference 'refs/tags/v0.9.17' not found" class: 4> Other problematic projects include - github.com/decred/dcrd/lru - cloud.google.com/go/storage - google.golang.org/grpc/cmd/protoc-gen-go-grpc Regards, -- Nicolas Goaziou