GNU bug report logs - #79016
[PATCH 0/2] gnu: frotz: Update to 2.55.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Mon, 14 Jul 2025 14:59:02 UTC

Severity: normal

Tags: patch

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

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 79016 in the body.
You can then email your comments to 79016 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Mon, 14 Jul 2025 14:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Faiz <adam.faiz <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Jul 2025 14:59:02 GMT) Full text and rfc822 format available.

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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH 0/2] gnu: frotz: Update to 2.55.
Date: Mon, 14 Jul 2025 22:57:43 +0800
From c71f5ace0641a70df71eb1ec9bd17198312a5b1c Mon Sep 17 00:00:00 2001
Message-ID: <cover.1752504959.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 22:55:59 +0800
Subject: [PATCH 0/2] gnu: frotz: Update to 2.55.

This patch series updates frotz and frotz-dumb-terminal.

AwesomeAdam54321 (2):
  gnu: frotz: Update to 2.55.
  gnu: frotz-dumb-terminal: Update to 2.55.

 gnu/packages/games.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


base-commit: 7479725ff28e2bf2f5f90cf412a18d5da39cbf9e
-- 
2.50.0




Information forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Mon, 14 Jul 2025 15:02:02 GMT) Full text and rfc822 format available.

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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 79016 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH 1/2] gnu: frotz: Update to 2.55.
Date: Mon, 14 Jul 2025 23:01:18 +0800
From fc3d8f33e81547bd30670e2929cf4731db95f376 Mon Sep 17 00:00:00 2001
Message-ID: 
<fc3d8f33e81547bd30670e2929cf4731db95f376.1752504959.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz <at> disroot.org>
References: <cover.1752504959.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 22:49:27 +0800
Subject: [PATCH 1/2] gnu: frotz: Update to 2.55.

* gnu/packages/games.scm (frotz): Update to 2.55.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index af9b7ebe66..4cd8c8963e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9540,7 +9540,7 @@ (define-public xonotic
 (define-public frotz
   (package
     (name "frotz")
-    (version "2.54")
+    (version "2.55")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -9551,7 +9551,7 @@ (define-public frotz
                           "frotz/frotz-" version ".tar.gz")))
               (sha256
                (base32
- "1vsfq9ryyb4nvzxpnnn40k423k9pdy8k67i8390qz5h0vmxw0fds"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; there are no tests
-- 
2.50.0




Information forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Mon, 14 Jul 2025 15:04:02 GMT) Full text and rfc822 format available.

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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 79016 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH 2/2] gnu: frotz-dumb-terminal: Update to 2.55.
Date: Mon, 14 Jul 2025 23:03:32 +0800
From c71f5ace0641a70df71eb1ec9bd17198312a5b1c Mon Sep 17 00:00:00 2001
Message-ID: 
<c71f5ace0641a70df71eb1ec9bd17198312a5b1c.1752504959.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz <at> disroot.org>
References: <cover.1752504959.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 21:58:11 +0800
Subject: [PATCH 2/2] gnu: frotz-dumb-terminal: Update to 2.55.

* gnu/packages/games.scm (frotz-dumb-terminal): Update to 2.55.

Change-Id: Ifde6b3ab631ab64a43509119caffdd61fe2e378f
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4cd8c8963e..f0fc5bfcdb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9639,7 +9639,7 @@ (define-public naev
 (define-public frotz-dumb-terminal
   (package
     (name "frotz-dumb-terminal")
-    (version "2.44")
+    (version "2.55")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -9650,8 +9650,9 @@ (define-public frotz-dumb-terminal
                           "frotz/frotz-" version ".tar.gz")))
               (sha256
                (base32
- "1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
     (build-system gnu-build-system)
+    (native-inputs (list pkg-config which))
     (arguments
      `(#:tests? #f                      ; there are no tests
        #:phases
@@ -9659,7 +9660,7 @@ (define-public frotz-dumb-terminal
          (delete 'configure)
          (replace 'build
            (lambda _
-             (invoke "make" "dumb")))
+             (invoke "make" (string-append "CC=" ,(cc-for-target)) 
"dumb")))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
-- 
2.50.0




Information forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Mon, 14 Jul 2025 18:07:01 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Adam Faiz <adam.faiz <at> disroot.org>
Cc: 宋文武 <iyzsong <at> envs.net>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 79016 <at> debbugs.gnu.org
Subject: Re: [PATCH 1/2] gnu: frotz: Update to 2.55.
Date: Mon, 14 Jul 2025 20:06:05 +0200
Hello Adam,

unfortunately I cannot apply your patch with "git am", the error message
says there is an error in line 10. I suppose you prepared them before
the addition of asciiquarium yesterday; could you maybe send a v2?

Concerning the second patch, please record all changes in the commit
message (native-inputs, phases); there are examples you can find with
"git log".

Thanks!

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Sat, 19 Jul 2025 10:35:02 GMT) Full text and rfc822 format available.

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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 79016 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH v2 1/2] gnu: frotz: Update to 2.55.
Date: Sat, 19 Jul 2025 18:34:08 +0800
From 941264c294418e0c2b1496ff3df11c5747c8e310 Mon Sep 17 00:00:00 2001
Message-ID: 
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 22:49:27 +0800
Subject: [PATCH v2 1/2] gnu: frotz: Update to 2.55.

* gnu/packages/games.scm (frotz): Update to 2.55.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7dd0eb89a5..dfd4a041fd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9582,7 +9582,7 @@ (define-public xonotic
 (define-public frotz
   (package
     (name "frotz")
-    (version "2.54")
+    (version "2.55")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -9593,7 +9593,7 @@ (define-public frotz
                           "frotz/frotz-" version ".tar.gz")))
               (sha256
                (base32
- "1vsfq9ryyb4nvzxpnnn40k423k9pdy8k67i8390qz5h0vmxw0fds"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; there are no tests

base-commit: 8737b5332ed57ec056e70f3f7f1d88e4012101cd
-- 
2.50.0




Information forwarded to guix-patches <at> gnu.org:
bug#79016; Package guix-patches. (Sat, 19 Jul 2025 10:36:02 GMT) Full text and rfc822 format available.

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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 79016 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH v2 2/2] gnu: frotz-dumb-terminal: Update to 2.55.
Date: Sat, 19 Jul 2025 18:35:15 +0800
From bdc10f0861b55eb79de4769a07f8fd2f8a19fd26 Mon Sep 17 00:00:00 2001
Message-ID: 
<bdc10f0861b55eb79de4769a07f8fd2f8a19fd26.1752594380.git.adam.faiz <at> disroot.org>
In-Reply-To: 
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz <at> disroot.org>
References: 
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 21:58:11 +0800
Subject: [PATCH v2 2/2] gnu: frotz-dumb-terminal: Update to 2.55.

* gnu/packages/games.scm (frotz-dumb-terminal): Update to 2.55.
[native-inputs]: Add pkg-config and which.
[arguments]<#:phases>: Set CC variable in make command during 'build phase.

Change-Id: Ifde6b3ab631ab64a43509119caffdd61fe2e378f
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dfd4a041fd..8a7024cab8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9681,7 +9681,7 @@ (define-public naev
 (define-public frotz-dumb-terminal
   (package
     (name "frotz-dumb-terminal")
-    (version "2.44")
+    (version "2.55")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -9692,8 +9692,9 @@ (define-public frotz-dumb-terminal
                           "frotz/frotz-" version ".tar.gz")))
               (sha256
                (base32
- "1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
     (build-system gnu-build-system)
+    (native-inputs (list pkg-config which))
     (arguments
      `(#:tests? #f                      ; there are no tests
        #:phases
@@ -9701,7 +9702,7 @@ (define-public frotz-dumb-terminal
          (delete 'configure)
          (replace 'build
            (lambda _
-             (invoke "make" "dumb")))
+             (invoke "make" (string-append "CC=" ,(cc-for-target)) 
"dumb")))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
-- 
2.50.0




Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sun, 27 Jul 2025 08:48:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Faiz <adam.faiz <at> disroot.org>:
bug acknowledged by developer. (Sun, 27 Jul 2025 08:48:02 GMT) Full text and rfc822 format available.

Message #25 received at 79016-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 79016-done <at> debbugs.gnu.org
Subject: Close
Date: Sun, 27 Jul 2025 10:46:50 +0200
Also pushed.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Aug 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 26 days ago.

Previous Next


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