From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id eODzK66gH1+bCwAA0tVLHw (envelope-from ) for ; Tue, 28 Jul 2020 03:51:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id EMywJ66gH19PXgAAbx9fmQ (envelope-from ) for ; Tue, 28 Jul 2020 03:51:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3E4469403C9 for ; Tue, 28 Jul 2020 03:51:10 +0000 (UTC) Received: from localhost ([::1]:43728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0Gdw-0001xe-P6 for larch@yhetil.org; Mon, 27 Jul 2020 23:51:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52988) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Gdq-0001xX-2B for bug-guix@gnu.org; Mon, 27 Jul 2020 23:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45339) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0Gdp-00080B-PG for bug-guix@gnu.org; Mon, 27 Jul 2020 23:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k0Gdp-0004pg-Ni for bug-guix@gnu.org; Mon, 27 Jul 2020 23:51:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42543: lint failure for packages on load path specified with -L Resent-From: Jack Hill Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 28 Jul 2020 03:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42543 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: zimoun Received: via spool by 42543-submit@debbugs.gnu.org id=B42543.159590821918529 (code B ref 42543); Tue, 28 Jul 2020 03:51:01 +0000 Received: (at 42543) by debbugs.gnu.org; 28 Jul 2020 03:50:19 +0000 Received: from localhost ([127.0.0.1]:56885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Gd9-0004on-Jd for submit@debbugs.gnu.org; Mon, 27 Jul 2020 23:50:19 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:36446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Gd7-0004oZ-Lp for 42543@debbugs.gnu.org; Mon, 27 Jul 2020 23:50:18 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1k0Gd2-0005I6-5L; Mon, 27 Jul 2020 23:50:12 -0400 Date: Mon, 27 Jul 2020 23:50:11 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net In-Reply-To: <86365c1v5p.fsf@gmail.com> Message-ID: References: <86365c1v5p.fsf@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="925712948-1298817792-1595908212=:4809" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42543@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: QOx0Mmck4uCq This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --925712948-1298817792-1595908212=:4809 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 27 Jul 2020, zimoun wrote: > Dear, > > The issue was in the “formatting” and “source” checkers, something > inconsistent with other parts (see “search-path %load-path”). > > Therefore, “--load-path=path/to/modules” is now ’canonicalize-path’, > directly in “(guix scripts build)%standard-build-options” from where the > other load-path options derive. > > See patch http://issues.guix.gnu.org/42543#2 Thank you. I've applied the patches and it fixes the problem for me. My computer had some free cycles, so I ran the Guix test suite (make check) and all looks good: ============================================================================ Testsuite summary for GNU Guix 1.0.1.20277-f43458 ============================================================================ # TOTAL: 1065 # PASS: 1058 # SKIP: 5 # XFAIL: 2 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Best wishes, Jack --925712948-1298817792-1595908212=:4809--