GNU bug report logs
Report forwarded
to guix-patches@gnu.org
:
bug#79016
; Package guix-patches
.
(Mon, 14 Jul 2025 14:59:02 GMT) (full text , mbox , link ).
Acknowledgement sent
to Adam Faiz <adam.faiz@disroot.org>
:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org
.
(Mon, 14 Jul 2025 14:59:02 GMT) (full text , mbox , link ).
Message #5 received at submit@debbugs.gnu.org (full text , mbox , reply ):
From c71f5ace0641a70df71eb1ec9bd17198312a5b1c Mon Sep 17 00:00:00 2001
Message-ID: <cover.1752504959.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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@gnu.org
:
bug#79016
; Package guix-patches
.
(Mon, 14 Jul 2025 15:02:02 GMT) (full text , mbox , link ).
Message #8 received at 79016@debbugs.gnu.org (full text , mbox , reply ):
From fc3d8f33e81547bd30670e2929cf4731db95f376 Mon Sep 17 00:00:00 2001
Message-ID:
<fc3d8f33e81547bd30670e2929cf4731db95f376.1752504959.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz@disroot.org>
References: <cover.1752504959.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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@gnu.org
:
bug#79016
; Package guix-patches
.
(Mon, 14 Jul 2025 15:04:02 GMT) (full text , mbox , link ).
Message #11 received at 79016@debbugs.gnu.org (full text , mbox , reply ):
From c71f5ace0641a70df71eb1ec9bd17198312a5b1c Mon Sep 17 00:00:00 2001
Message-ID:
<c71f5ace0641a70df71eb1ec9bd17198312a5b1c.1752504959.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz@disroot.org>
References: <cover.1752504959.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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@gnu.org
:
bug#79016
; Package guix-patches
.
(Mon, 14 Jul 2025 18:07:01 GMT) (full text , mbox , link ).
Message #14 received at 79016@debbugs.gnu.org (full text , mbox , reply ):
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@gnu.org
:
bug#79016
; Package guix-patches
.
(Sat, 19 Jul 2025 10:35:02 GMT) (full text , mbox , link ).
Message #17 received at 79016@debbugs.gnu.org (full text , mbox , reply ):
From 941264c294418e0c2b1496ff3df11c5747c8e310 Mon Sep 17 00:00:00 2001
Message-ID:
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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@gnu.org
:
bug#79016
; Package guix-patches
.
(Sat, 19 Jul 2025 10:36:02 GMT) (full text , mbox , link ).
Message #20 received at 79016@debbugs.gnu.org (full text , mbox , reply ):
From bdc10f0861b55eb79de4769a07f8fd2f8a19fd26 Mon Sep 17 00:00:00 2001
Message-ID:
<bdc10f0861b55eb79de4769a07f8fd2f8a19fd26.1752594380.git.adam.faiz@disroot.org>
In-Reply-To:
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz@disroot.org>
References:
<941264c294418e0c2b1496ff3df11c5747c8e310.1752594380.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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@enge.fr>
:
You have taken responsibility.
(Sun, 27 Jul 2025 08:48:02 GMT) (full text , mbox , link ).
Notification sent
to Adam Faiz <adam.faiz@disroot.org>
:
bug acknowledged by developer.
(Sun, 27 Jul 2025 08:48:02 GMT) (full text , mbox , link ).
Message #25 received at 79016-done@debbugs.gnu.org (full text , mbox , reply ):
Also pushed.
Andreas
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org
.
(Sun, 24 Aug 2025 11:24:09 GMT) (full text , mbox , link ).
Display info messages
Send a report that this bug log contains spam .
debbugs.gnu.org maintainers
<help-debbugs@gnu.org >.
Last modified:
Mon Sep 8 12:03:46 2025;
Machine Name:
wallace-server
GNU bug tracking system
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/ .
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.