GNU bug report logs - #69790
[PATCH] gnu: fltk: Update to 1.3.9

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 14 Mar 2024 05:45:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 69790 in the body.
You can then email your comments to 69790 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#69790; Package guix-patches. (Thu, 14 Mar 2024 05:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 14 Mar 2024 05:45:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: fltk: Update to 1.3.9
Date: Wed, 13 Mar 2024 22:43:52 -0700
* gnu/packages/fltk.scm (fltk): Update to 1.3.9

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

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index 4518a1e30a..05d418022f 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -43,7 +43,7 @@ (define-module (gnu packages fltk)
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.8")
+    (version "1.3.9")
     (source
      (origin
       (method url-fetch)
@@ -51,7 +51,7 @@ (define-public fltk
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
+       (base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))

base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#69790; Package guix-patches. (Mon, 15 Apr 2024 20:42:03 GMT) Full text and rfc822 format available.

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

From: Parnikkapore <poomklao <at> yahoo.com>
To: control <at> debbugs.gnu.org, 69790 <at> debbugs.gnu.org
Subject: QA review for 69790
Date: Mon, 15 Apr 2024 22:40:28 +0200
user guix
usertag 69790 + reviewed-looks-good
thanks

Guix QA review form submission:
/ no new changes that could require the recipe to be modified
/ cross-compilation not affected by current change
/ does not cause a random sample of dependent packages to fail build

Items marked as checked: Lint warnings, Package builds, Commit messages

This fails, but IMO is a Guix bug instead of a bug in this package:
```
$ # --system=x86_64-linux
$ ./pre-inst-env guix build --target=aarch64-linux-gnu fltk
...
ERROR: In procedure %resolve-variable:
Unbound variable: %output
```




Information forwarded to guix-patches <at> gnu.org:
bug#69790; Package guix-patches. (Tue, 16 Apr 2024 07:45:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 69790 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: fltk: Update to 1.3.9
Date: Tue, 16 Apr 2024 00:44:12 -0700
* gnu/packages/fltk.scm (fltk): Update to 1.3.9

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

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index 4518a1e30a..05d418022f 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -43,7 +43,7 @@ (define-module (gnu packages fltk)
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.8")
+    (version "1.3.9")
     (source
      (origin
       (method url-fetch)
@@ -51,7 +51,7 @@ (define-public fltk
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
+       (base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))

base-commit: 4d67912265aa921084040d633238ca30c7dc4199
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#69790; Package guix-patches. (Tue, 16 Apr 2024 18:33:04 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 69790 <at> debbugs.gnu.org
Date: Tue, 16 Apr 2024 11:31:39 -0700
patch v2 is the same as patch v1.

Sent a v2 patch so Guix QA can pick it up for build check as v1 had
expired out of the queue for Guix QA




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 16 Apr 2024 22:13:04 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 16 Apr 2024 22:13:04 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: Parnikkapore <poomklao <at> yahoo.com>, 69790-done <at> debbugs.gnu.org
Subject: Re: [bug#69790] [PATCH v2] gnu: fltk: Update to 1.3.9
Date: Tue, 16 Apr 2024 23:11:50 +0100
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/fltk.scm (fltk): Update to 1.3.9
>
> Change-Id: Ic766550a4f15a147d8079ebecf0c59152aefa9f0
> ---
>  gnu/packages/fltk.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks both, I've pushed this to master as
7bead512e27328fb950609345f66d668af5d4f6e.

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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 May 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 day ago.

Previous Next


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