GNU bug report logs - #53433
[PATCH 0/3] Fix/Update a couple scheme things

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Sat, 22 Jan 2022 00:38:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53433: closed ([PATCH 0/3] Fix/Update a couple scheme things)
Date: Sat, 22 Jan 2022 09:10:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 22 Jan 2022 12:09:50 +0300
with message-id <87czkkuof5.fsf <at> gmail.com>
and subject line Re: [bug#53433] [PATCH 1/3] gnu: scm: Fix build
has caused the debbugs.gnu.org bug report #53433,
regarding [PATCH 0/3] Fix/Update a couple scheme things
to be marked as done.

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


-- 
53433: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53433
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Subject: [PATCH 0/3] Fix/Update a couple scheme things
Date: Fri, 21 Jan 2022 19:16:07 -0500
[PATCH 1/3] gnu: scm: Fix build
[PATCH 2/3] gnu: slib: Update to 3b6.
[PATCH 3/3] gnu: jacal: Update to 1c7.



[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Morgan.J.Smith <at> outlook.com
Cc: 53433-done <at> debbugs.gnu.org
Subject: Re: [bug#53433] [PATCH 1/3] gnu: scm: Fix build
Date: Sat, 22 Jan 2022 12:09:50 +0300
[Message part 4 (text/plain, inline)]
Hi,

Morgan.J.Smith <at> outlook.com writes:

Pushed to master with the following change, a copyright for you, and
modified commit message for "gnu: jacal: Update to 1c7." patch.
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index abce9a2aae..ffe6d1356d 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -621,7 +621,7 @@ (define-public scm
          (replace 'build
                   (lambda* (#:key inputs outputs #:allow-other-keys)
                     (setenv "SCHEME_LIBRARY_PATH"
-                            (string-append (search-input-directory inputs "lib/slib/")))
+                            (search-input-directory inputs "lib/slib/"))
                     (invoke "make" "scmlit" "CC=gcc")
                     (invoke "make" "all")))
          (add-after 'install 'post-install
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.