GNU bug report logs - #63592
[PATCH] gnu: dia: Update to 0.97.3-4.6ef461d, fix Meson build.

Previous Next

Package: guix-patches;

Reported by: Ivan Vilata i Balaguer <ivan <at> selidor.net>

Date: Fri, 19 May 2023 17:26:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 63592 in the body.
You can then email your comments to 63592 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#63592; Package guix-patches. (Fri, 19 May 2023 17:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ivan Vilata i Balaguer <ivan <at> selidor.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 May 2023 17:26:02 GMT) Full text and rfc822 format available.

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

From: Ivan Vilata i Balaguer <ivan <at> selidor.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: dia: Update to 0.97.3-4.6ef461d, fix Meson build.
Date: Fri, 19 May 2023 19:24:44 +0200
[Message part 1 (text/plain, inline)]
Fixes <https://issues.guix.gnu.org/63274>.

* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 754bb668ba..cf53c4d1b1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1951,8 +1951,8 @@ (define-public dia
   ;; recent versions of the build tools.  The latest activity on the
   ;; pre-GNOME version has been in 2014, while GNOME has continued applying
   ;; fixes since.
-  (let ((commit "0997887d97f01be28bf3886dfd3e2002de437930")
-        (revision "3"))
+  (let ((commit "6ef461d8a04ffcd23df26fc4749cebc6322a5322")
+        (revision "4"))
     (package
       (name "dia")
       (version (git-version "0.97.3" revision commit))
@@ -1964,7 +1964,7 @@ (define-public dia
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "199b4n1jydg1g9lnz0r8xx67h7s2ac2lfj89zp015lbs0qqfkmsh"))))
+                  "0ni3yi3kzsd521bi9a4xd36y5w8df3f2nkwbdcxgkx1ns9bh9kzp"))))
       (build-system meson-build-system)
       ;; XXX: Parallel builds may cause: [74/566] [...]
       ;; fatal error: dia-lib-enums.h: No such file or directory

base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
-- 
2.39.2


-- 
Ivan Vilata i Balaguer -- https://elvil.net/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#63592; Package guix-patches. (Fri, 19 May 2023 17:59:02 GMT) Full text and rfc822 format available.

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

From: Ivan Vilata i Balaguer <ivan <at> selidor.net>
To: 63592 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to fix Meson build.
Date: Fri, 19 May 2023 19:58:30 +0200
[Message part 1 (text/plain, inline)]
Fixes <https://issues.guix.gnu.org/63274>.

* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.
---
Forgot to add copyright entry.

 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 754bb668ba..3bd6e8b4cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -74,6 +74,7 @@
 ;;; Copyright © 2022 Alexandros Theodotou <alex <at> zrythm.org>
 ;;; Copyright © 2022 Arjan Adriaanse <arjan <at> adriaan.se>
 ;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan <at> selidor.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1951,8 +1952,8 @@ (define-public dia
   ;; recent versions of the build tools.  The latest activity on the
   ;; pre-GNOME version has been in 2014, while GNOME has continued applying
   ;; fixes since.
-  (let ((commit "0997887d97f01be28bf3886dfd3e2002de437930")
-        (revision "3"))
+  (let ((commit "6ef461d8a04ffcd23df26fc4749cebc6322a5322")
+        (revision "4"))
     (package
       (name "dia")
       (version (git-version "0.97.3" revision commit))
@@ -1964,7 +1965,7 @@ (define-public dia
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "199b4n1jydg1g9lnz0r8xx67h7s2ac2lfj89zp015lbs0qqfkmsh"))))
+                  "0ni3yi3kzsd521bi9a4xd36y5w8df3f2nkwbdcxgkx1ns9bh9kzp"))))
       (build-system meson-build-system)
       ;; XXX: Parallel builds may cause: [74/566] [...]
       ;; fatal error: dia-lib-enums.h: No such file or directory

base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
-- 
2.39.2


-- 
Ivan Vilata i Balaguer -- https://elvil.net/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#63592; Package guix-patches. (Sat, 20 May 2023 10:07:01 GMT) Full text and rfc822 format available.

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

From: Ivan Vilata i Balaguer <ivan <at> selidor.net>
To: Ivan Vilata i Balaguer <ivan <at> selidor.net>
Cc: 63592 <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to fix Meson
 build.
Date: Sat, 20 May 2023 12:06:15 +0200
[Message part 1 (text/plain, inline)]
Please ignore these patches, as Giovanni already sent one (which I updated
slightly) to <https://issues.guix.gnu.org/63274>.

This issue may be closed.  Thanks and sorry for the noise!

PS: The reason for having sent this duplicate patch is that I didn't get email
responses being sent to the original bug address.  I thought that this was the
case in the Debian instance, but I may be wrong.  At any rate, bugs may be
easier to follow if a debbugs sent copies of emails to all involved addresses
(or at least the original poster). 🙂


Ivan Vilata i Balaguer (2023-05-19 19:58:30 +0200) wrote:

> Fixes <https://issues.guix.gnu.org/63274>.
> 
> * gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.

-- 
Ivan Vilata i Balaguer -- https://elvil.net/
[signature.asc (application/pgp-signature, inline)]

Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 21 May 2023 20:41:03 GMT) Full text and rfc822 format available.

Notification sent to Ivan Vilata i Balaguer <ivan <at> selidor.net>:
bug acknowledged by developer. (Sun, 21 May 2023 20:41:03 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Giovanni Biscuolo <g <at> xelera.eu>, 63274-done <at> debbugs.gnu.org, 
 63592-done <at> debbugs.gnu.org
Cc: Raghav Gururajan <rg <at> raghavgururajan.name>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [PATCH] gnu: dia: Update to 0.97.3-4.b903dd8
Date: Sun, 21 May 2023 22:40:06 +0200
Am Montag, dem 15.05.2023 um 16:52 +0200 schrieb Giovanni Biscuolo:
> Hello,
> 
> gentle ping (and I forgot to Cc: the gnome team)
Pushed now.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#63592; Package guix-patches. (Mon, 22 May 2023 14:27:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: Giovanni Biscuolo <g <at> xelera.eu>, 63592-done <at> debbugs.gnu.org,
 Raghav Gururajan <rg <at> raghavgururajan.name>, 63274-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: dia: Update to 0.97.3-4.b903dd8
Date: Mon, 22 May 2023 10:25:53 -0400
Hi,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Am Montag, dem 15.05.2023 um 16:52 +0200 schrieb Giovanni Biscuolo:
>> Hello,
>> 
>> gentle ping (and I forgot to Cc: the gnome team)
> Pushed now.

Thanks, Liliana!

-- 
Thanks,
Maxim




Added indication that bug 63592 blocks63526 Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Thu, 08 Jun 2023 02:54:02 GMT) Full text and rfc822 format available.

Removed indication that bug 63592 blocks Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Thu, 08 Jun 2023 03:36:01 GMT) Full text and rfc822 format available.

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

This bug report was last modified 307 days ago.

Previous Next


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