GNU bug report logs -
#46050
[PATCH 1/3] gnu: sbcl-cmd: Remove dead code.
Previous Next
Reported by: Matthew Kraai <kraai <at> ftbfs.org>
Date: Sat, 23 Jan 2021 10:17:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46050 in the body.
You can then email your comments to 46050 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46050
; Package
guix-patches
.
(Sat, 23 Jan 2021 10:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthew Kraai <kraai <at> ftbfs.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 23 Jan 2021 10:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-cmd): Remove dead code.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 57d40dad07..7f5dfaddbc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2020, 2021 Adam Kandur <rndd <at> tuta.io>
;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2021 Aurora <rind38 <at> disroot.org>
+;;; Copyright © 2021 Matthew Kraai <kraai <at> ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -13224,9 +13225,8 @@ standard library.")
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
- (let ((source (assoc-ref inputs "source"))
- (bin (string-append (assoc-ref inputs "coreutils") "/bin")))
- (substitute* (string-append "cmd.lisp")
+ (let ((bin (string-append (assoc-ref inputs "coreutils") "/bin")))
+ (substitute* "cmd.lisp"
(("\"env\"") (format #f "\"~a/env\"" bin))
(("\"pwd\"") (format #f "\"~a/pwd\"" bin)))))))))
(home-page "https://github.com/ruricolist/cmd")
--
2.30.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#46050
; Package
guix-patches
.
(Sat, 23 Jan 2021 10:20:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 46050 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (cl-cmd): Use sbcl-package->cl-source-package.
---
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 7f5dfaddbc..d2e08883db 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13241,7 +13241,7 @@ be usable from multi-threaded programs.")
(sbcl-package->ecl-package sbcl-cmd))
(define-public cl-cmd
- (sbcl-package->ecl-package sbcl-cmd))
+ (sbcl-package->cl-source-package sbcl-cmd))
(define-public sbcl-ppath
(let ((commit "eb1a8173b4d1d691ea9a7699412123462f58c3ce"))
--
2.30.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#46050
; Package
guix-patches
.
(Sat, 23 Jan 2021 10:20:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 46050 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (cl-ppath): Use sbcl-package->cl-source-package.
---
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 d2e08883db..88e946efae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13284,4 +13284,4 @@ corresponding OS system functions are called.")
(sbcl-package->ecl-package sbcl-ppath))
(define-public cl-ppath
- (sbcl-package->ecl-package sbcl-ppath))
+ (sbcl-package->cl-source-package sbcl-ppath))
--
2.30.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sat, 23 Jan 2021 13:30:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Matthew Kraai <kraai <at> ftbfs.org>
:
bug acknowledged by developer.
(Sat, 23 Jan 2021 13:30:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 46050-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patches pushed as 60528f9ba729f7a22180d3a93d18bbdb3cfb2783 and
following.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 21 Feb 2021 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.