GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #191 received at 78826 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 52/88] gnu: jekyll: Update to 4.4.1.
Date: Wed, 18 Jun 2025 16:27:39 +0200
* gnu/packages/ruby-xyz.scm (jekyll): Update to 4.4.1.
  [arguments]{phases}: Refresh phase 'disable-problematic-tests.
---
 gnu/packages/ruby-xyz.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index bbe743225a..030e8b5826 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -13767,7 +13767,7 @@ (define-public ruby-terminal-table
 (define-public jekyll
   (package
     (name "jekyll")
-    (version "4.3.4")
+    (version "4.4.1")
     (source (origin
               (method git-fetch)        ;for tests
               (uri (git-reference
@@ -13776,7 +13776,7 @@ (define-public jekyll
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0sz285x5ppbifrnixi9sdzv28kg4x3qbzds3qniiwh1ip9hi1yk4"))))
+                "13cgr7nhxsmackzc976pcvrmam0il623rz13fnr9f7g4g3d1m1lq"))))
     (build-system ruby-build-system)
     (arguments
      (list #:modules '((guix build ruby-build-system)
@@ -13835,7 +13835,13 @@ (define-public jekyll
                      ;; These tests fail non-deterministically (see:
                      ;; https://github.com/jekyll/jekyll/issues/9323).
                      (delete-file "test_new_command.rb")
-                     (delete-file "test_collections.rb"))))
+                     (delete-file "test_collections.rb")
+                     ;; This requires post-install run with GEM_PATH.
+                     ;; Also requires more native-inputs.
+                     (substitute* "test_commands_serve.rb"
+                       ((".*\"fork is not supported.*" all)
+                        (string-append all
+                                       "      skip('fails on guix')\n"))))))
                (replace 'check
                  (lambda* (#:key tests? #:allow-other-keys)
                    (when tests?
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


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