From patchwork Tue Apr 12 02:08:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paul A. Patience" X-Patchwork-Id: 38533 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C288E27BBEA; Tue, 12 Apr 2022 03:09:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 9660E27BBE9 for ; Tue, 12 Apr 2022 03:09:11 +0100 (BST) Received: from localhost ([::1]:59564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ne5xu-0002Wg-Ow for patchwork@mira.cbaines.net; Mon, 11 Apr 2022 22:09:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5xm-0002WY-Jv for guix-patches@gnu.org; Mon, 11 Apr 2022 22:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ne5xm-0001JC-8t for guix-patches@gnu.org; Mon, 11 Apr 2022 22:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ne5xm-0004gh-0C for guix-patches@gnu.org; Mon, 11 Apr 2022 22:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 02:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54875 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54875@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.164972931517982 (code B ref -1); Tue, 12 Apr 2022 02:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 02:08:35 +0000 Received: from localhost ([127.0.0.1]:46631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5xL-0004fy-FJ for submit@debbugs.gnu.org; Mon, 11 Apr 2022 22:08:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:47082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5xK-0004fp-1u for submit@debbugs.gnu.org; Mon, 11 Apr 2022 22:08:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5xJ-0002T3-To for guix-patches@gnu.org; Mon, 11 Apr 2022 22:08:33 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:27012) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5xG-0001Go-Bj for guix-patches@gnu.org; Mon, 11 Apr 2022 22:08:33 -0400 Date: Tue, 12 Apr 2022 02:08:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649729307; bh=74u/XGgmr90BPPQLBJOTULGECLJAyxvs7gi/W0L88tU=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID; b=SA0vPyrKGi4beRM8NqFDezoYNC+PrCWzxNna29qVYKzsPiZB/Ks1rreDd9biLQBcs VxAA/cGugw7RzuBeIve9YhYbd5wMNdVmrAE3xUeyiB65l5831yygvPTrYARfhlj6St ysqmJlUTbhPZXdT75AiastvG7h0SZ+W9+6E5WOHtYYTgIPnuPAWxCucf8QwvLn2e67 Ut+yO4KtaE6C2N7X+9XPIyYwV7sbZ2g0RyaOJzBkE/hHKD+n20FXKYpjdbPhNBT1cz ovio4uC9sybsz97Rtmv+jHn5sw/PIlJekUOq2iKb7QvqUVEqgWuGhzoKTVx0ClMS+G aOokQFzOtgxkQ== From: "Paul A. Patience" Message-ID: <20220412020807.35559-1-paul@apatience.com> MIME-Version: 1.0 Received-SPF: pass client-ip=185.70.40.136; envelope-from=paul@apatience.com; helo=mail-40136.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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Fix the path which replaces py4cl/config:*base-directory*. --- Hello, This patch fixes the problem with sbcl-py4cl, but I suspect that the cl-py4cl and ecl-py4cl packages were and remain broken, as the paths are different; for example, cl-py4cl's py4cl.py is located in /STORE-PATH/share/common-lisp/source/cl-py4cl/py4cl.py. Unfortunately, I'm not sure how to address that in the package definition. gnu/packages/lisp-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.35.1 diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 358bba4e89..b356c96f84 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5192,7 +5192,7 @@ (define-public sbcl-py4cl (string-append "\"" (assoc-ref outputs "out") - "/share/common-lisp/sbcl-source/py4cl/" + "/share/common-lisp/sbcl/py4cl/" "\"")))))))) (synopsis "Call python from Common Lisp") (description