From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ADK8AlfqVGIL3gAAgWs5BA (envelope-from ) for ; Tue, 12 Apr 2022 04:56:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qN8YN1bqVGKnbgEAG6o9tA (envelope-from ) for ; Tue, 12 Apr 2022 04:56:22 +0200 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 3F0F212843 for ; Tue, 12 Apr 2022 04:56:22 +0200 (CEST) Received: from localhost ([::1]:35502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ne6hZ-0003cJ-DN for larch@yhetil.org; Mon, 11 Apr 2022 22:56:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35930) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne6hI-0003cA-9c for guix-patches@gnu.org; Mon, 11 Apr 2022 22:56:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52929) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ne6hG-0000f7-KO for guix-patches@gnu.org; Mon, 11 Apr 2022 22:56:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ne6hG-0005yc-K0 for guix-patches@gnu.org; Mon, 11 Apr 2022 22:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54876] [PATCH] gnu: sbcl-py4cl: Fix path to python3. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 02:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54876 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54876@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164973215222956 (code B ref -1); Tue, 12 Apr 2022 02:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 02:55:52 +0000 Received: from localhost ([127.0.0.1]:46826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne6h6-0005yC-9u for submit@debbugs.gnu.org; Mon, 11 Apr 2022 22:55:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:51234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne6h4-0005y4-GM for submit@debbugs.gnu.org; Mon, 11 Apr 2022 22:55:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne6h4-0003WK-6u for guix-patches@gnu.org; Mon, 11 Apr 2022 22:55:50 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:37638) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne6h1-0000eE-HT for guix-patches@gnu.org; Mon, 11 Apr 2022 22:55:49 -0400 Date: Tue, 12 Apr 2022 02:55:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649732143; bh=PLGE52dQV4jlmL0OtHpMiRCjSkm/0OiBwy4K/lERZ5I=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID; b=Mlrf82GvOYUoGck5S0PfpR4QVwccWj9+kM5/hgBiomQYOUpCycsVNCuWiMRHqmu2J Qq1xI9FExmq1ai4bTbiCROB9zMLEEvu9A5CIhKvSEzatYoTcCCqk+GfXEeu4pyNKuZ rr1Z+KoC8Ku/AQEukxpvVDZqi09zOrFf5Fccgfl0YXcvniXUCfZtqBejuEJ6JNVit8 v8vjR4Y+pdaeC2s7+YRxHC6wqNycDHDtvkFoW/7dDvcCSJFsK8yhJEH0QnfGKz3Blp vMVlRzvruXYCD+w9J9Pm84YOp3zQoPUtFiizP22uqs/ss8zrB85nCtzKzVoMLzX+PV ofRNvnTOi/xGQ== From: "Paul A. Patience" Message-ID: <20220412025518.5253-1-paul@apatience.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.23; envelope-from=paul@apatience.com; helo=mail-4323.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649732182; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=PLGE52dQV4jlmL0OtHpMiRCjSkm/0OiBwy4K/lERZ5I=; b=fmR78uTuekBxZsGGISXdlaWhCMBYt5qQqq+Cr9tz+q0otDGUYHikpzWG6AHCMe8a1yE1f0 V8DBYg1pq2nkwJ4FjgEn+/llMDiQQR8L7JiwDW6/rkiTAq785rDhC9MXiCru7IPtEcF/66 njB2VGgUhGcHyue9n+2FZtVaKY/2lGmtyznwLjt/TJSLlcbER4E7LGbSmHBx4vFT+CEaJz 0xAnA5ZZH4DZQdX61T99aAxOwXnapIPXmb3ogUs9/I6toY68HK4Xj3xLM8bxew2Lo65Skk uHnYCifHglxUv8Zn7/bfNN8BmFZ2jWuxvNf2PodV+vqPddvD/qACol1zbkqxew== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649732182; a=rsa-sha256; cv=none; b=Sp7eLIStVPcHjgWD0ZKMbc/Hwtk3IkymSNWvT+gkZIc//SFnI0E9dCkqenjyf4twXXah2U 7RPnVItKQ0kmwO93m0syAs9kUSJcZexNdtlVc22HDEHOPNXPggwcAqCkh7qhuN9cyTyJn3 IGYsTCQHaTsZulqMZcv6bPpsbsOSXdO990tEY7bd1rUe5xqdCQnJLGFk1cenjGuiT7IDuZ I3zQiVWYlGEjXafZRRSDMYDlJldQeED2VmPJjDANHekEa8CtlTmO1EunxTrR8cSCLQbvL/ V7qjLnJwUP+BqSr0/sJV4vcfJpcgumOnsBHwSnJsQdTAROcsUBdM7KvD5b161g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=Mlrf82Gv; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 3.23 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=Mlrf82Gv; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 3F0F212843 X-Spam-Score: 3.23 X-Migadu-Scanner: scn1.migadu.com X-TUID: RdFLiwYJcfm2 * gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Add the 'fix-python3-path phase which sets py4cl:*python-command* to the absolute path to python3. --- gnu/packages/lisp-xyz.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 358bba4e89..10a46d4b9a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5180,6 +5180,12 @@ (define-public sbcl-py4cl (arguments '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'fix-python3-path + (lambda _ + (substitute* "src/callpython.lisp" + (("\\*python-command\\* \"python\"") + (string-append "*python-command* " + "\"" (which "python3") "\""))))) (add-after 'unpack 'replace-*base-directory*-var (lambda* (#:key outputs #:allow-other-keys) ;; In the ASD, the author makes an attempt to -- 2.35.1