From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 eC/OAkrfVGLk3gAAgWs5BA (envelope-from ) for ; Tue, 12 Apr 2022 04:09:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YHE+O0nfVGL8ogAAauVa8A (envelope-from ) for ; Tue, 12 Apr 2022 04:09:13 +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 6D73011AD5 for ; Tue, 12 Apr 2022 04:09:13 +0200 (CEST) Received: from localhost ([::1]:59564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ne5xw-0002Wg-1L for larch@yhetil.org; Mon, 11 Apr 2022 22:09:12 -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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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+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=1649729353; 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=74u/XGgmr90BPPQLBJOTULGECLJAyxvs7gi/W0L88tU=; b=EOleqvZ7sYKAQ1CgTea3D/VjvJ6RwNXmTuBBJa+n2j+lQ1jI0lQZBqCApSTOFh0XrD1eZ8 gTR7y45L1FXVvbXs1S3gkTRHGCjQzK4o9UHGLRoTdvlI2rCAR/DoJALp5YDEwhzT9o8t5X img9VBQC0G+IJvVulknNBUDci4Libfz1Nxx8bQApb7JN8tfgsbq4VGDH231gwSgEo5IiCk dVFTqTDkvxaCdTrfxRlbxDrRAejxRk7JZSpL8HrkXFLbjUZEqeeMgBWIqXUI76C3yHObGi qBaGryCcScV7znBc9S+iIJ21P9QF5CUo+X47jkDo7XM+baz30GVFkxCRL9H0ew== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649729353; a=rsa-sha256; cv=none; b=T9EFBfsu61ndyExlfjdwlij6yPIaIZG5SGjZFvQXRb+fzmur7fTpCvCW0Zx8nmUaGNp0Uu r9ulmourVDriUEtCPwtBVhgUYSGN7fZbsGrDZSd5yBsv4g+1FxlJax5rwUhqaszHjzd/sy yJOo0RRP0NvWt/pxcTa3+jr7w6dyq8K0LDSK79WsKiIClRGX6WbDVHASPEc6ormojPnhKy JfF0jJlbegMqUxwlmGzRLO7ByY2lnG/fQW0ANFlbjifz7z3Vut3Z4coJ90Lm3dKNgIapoB OhewHjW6ksT+ozVclQa9wzSnqrGz3ZHdzhVdy6srzuBkdYcwgM6Sme1zeR7OWA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=SA0vPyrK; 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=SA0vPyrK; 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: 6D73011AD5 X-Spam-Score: 3.23 X-Migadu-Scanner: scn1.migadu.com X-TUID: 648SDNXE3PhX * 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-py4= cl 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(-) 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 -- 2.35.1