emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54875: closed ([PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.)


From: GNU bug Tracking System
Subject: bug#54875: closed ([PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.)
Date: Tue, 12 Apr 2022 12:08:01 +0000

Your message dated Tue, 12 Apr 2022 12:05:44 +0000
with message-id <87fsmiwlmd.fsf@kitej>
and subject line Re: [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.
has caused the debbugs.gnu.org bug report #54875,
regarding [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54875: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54875
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py. Date: Tue, 12 Apr 2022 02:08:18 +0000
* 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(-)

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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#54875] [PATCH] gnu: sbcl-py4cl: Fix path to py4cl.py. Date: Tue, 12 Apr 2022 12:05:44 +0000
Patch pushed as 1f22508a8a973a20cf33ba1d7f0869ada8258617, with the
hardcoded "sbcl" replaced by a call to the '%lisp-type' function which
should do the right thing.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]