unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Thompson, David" <dthompson2@worcester.edu>
To: 72183@debbugs.gnu.org
Subject: [bug#72183] [PATCH] gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.
Date: Thu, 18 Jul 2024 16:49:16 -0400	[thread overview]
Message-ID: <CAJ=Rwfa7Mxycv0GVcRbPnbnNK9G=KrNDNOL7DQA9WwAXScsiMw@mail.gmail.com> (raw)
In-Reply-To: <CAJ=RwfYdQbbUqCLt5A69t2Dsr1kj-JE_J9j4_B+iJOvDgNGORQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

Thanks to Efraim for pointing out that we could simply switch Shepherd
to refer to guile-3.0 instead of guile-3.0-latest.  The attached patch
does this.

Now updating guile-3.0-latest causes much less churn:

Building the following 23 packages would ensure 47 dependent packages
are rebuilt: guile-studio@0.1.1-1.dd0ad42 guile-chickadee@0.10.0
guile-gemini@0.1 guile-openai@0.2-1.751cd5d guile-newra@0-0.266e72e
haunt@0.3.0 guile-bash@0.1.6-0.1eabc56 lokke@0.0.0-1.92d3637
swineherd@0.0.4 cuirass@1.2.0-6.0eaf7b6 emacs-guix@0.5.2-7.455272c
guile-imanifest@0.0.0-0.ccd5a21 cl-ospm@0.0.2 guix-jupyter@0.2.2
guix-build-coordinator-agent-only@0-109.406db8a
nar-herder@0-37.82f9371 guix-minimal@1.4.0-23.843b85c gwl@0.5.1
gwl-next@0.5.0-1.706a089 guix-modules@0.1.0
guix-daemon@1.4.0-23.843b85c bffe@0-6.7df2aa6 hpcguix-web@0.4.1

- Dave

[-- Attachment #2: 0001-gnu-shepherd-0.9-Switch-from-guile-3.0-latest-to-gui.patch --]
[-- Type: text/x-patch, Size: 1425 bytes --]

From 76c82888fefcef1226c6d18a4cf790d5e02d1c32 Mon Sep 17 00:00:00 2001
Message-ID: <76c82888fefcef1226c6d18a4cf790d5e02d1c32.1721335570.git.dthompson2@worcester.edu>
From: David Thompson <dthompson2@worcester.edu>
Date: Thu, 18 Jul 2024 16:43:32 -0400
Subject: [PATCH] gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.

* gnu/packages/admin.scm (shepherd-0.9)[native-inputs]: Use guile-3.0.
[inputs]: Ditto.

Change-Id: I7f7efabc43e11e413300c6aa4c22919070d22389
---
 gnu/packages/admin.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ae0637fd2c..cf9693ac25 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -385,11 +385,9 @@ (define-public shepherd-0.9
                                       "/lib/guile/3.0/site-ccache"))))))
                         #~%standard-phases)))
 
-    ;; Note: Use 'guile-3.0-latest' to address the continuation-related memory
-    ;; leak reported at <https://issues.guix.gnu.org/58631>.
-    (native-inputs (list pkg-config guile-3.0-latest
+    (native-inputs (list pkg-config guile-3.0
                          guile-fibers-1.1))       ;for cross-compilation
-    (inputs (list guile-3.0-latest guile-fibers-1.1))))
+    (inputs (list guile-3.0 guile-fibers-1.1))))
 
 (define-public shepherd-0.10
   (package

base-commit: e3dfed59d39ac60dd2e2b9ef9f4ef63a2a081f41
-- 
2.41.0


  reply	other threads:[~2024-07-18 20:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-18 20:16 [bug#72183] [PATCH] gnu: guile: Update to 3.0.10 Thompson, David
2024-07-18 20:49 ` Thompson, David [this message]
2024-07-19 16:32 ` Ludovic Courtès
2024-07-19 17:09   ` bug#72183: " Thompson, David
2024-07-19 20:40   ` [bug#72183] " Ludovic Courtès
2024-07-19 22:07     ` Thompson, David
2024-09-01 17:31       ` Ludovic Courtès
2024-09-09 12:24         ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ=Rwfa7Mxycv0GVcRbPnbnNK9G=KrNDNOL7DQA9WwAXScsiMw@mail.gmail.com' \
    --to=dthompson2@worcester.edu \
    --cc=72183@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).