GNU bug report logs -
#69911
[PATCH gnome-team 0/6] GNOME 44.10 update
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Wed, 20 Mar 2024 06:33:01 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 69911 in the body.
You can then email your comments to 69911 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Wed, 20 Mar 2024 06:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear Guix,
GNOME 44.10 is out. I could not test it, because I don’t have enough disk
space for the world rebuild.
Best regards,
Vivien
Vivien Kraus (6):
gnu: folks: Update to 0.15.8.
gnu: gnome-online-accounts: Update to 3.48.1.
gnu: gnome-shell: Update to 44.10.
gnu: gtkmm <at> 3: Update to 3.24.9.
gnu: template-glib: Update to 3.36.2.
gnu: vala: Update to 0.56.16.
gnu/packages/glib.scm | 4 ++--
gnu/packages/gnome.scm | 16 ++++++++--------
gnu/packages/gtk.scm | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
base-commit: 1caa0eeee5042f33bc0bb66dc38bed7513cad0fb
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.9.
Change-Id: I63e4cf6d040ff7d147965d5320ab818ff553456b
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f43eece4f2..5062d3aeda 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1878,7 +1878,7 @@ (define-public gtkmm-3
(package
(inherit gtkmm)
(name "gtkmm")
- (version "3.24.8")
+ (version "3.24.9")
(source
(origin
(method url-fetch)
@@ -1887,7 +1887,7 @@ (define-public gtkmm-3
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1i4ql0j6id6g34w5nbhd7vjak7l3s50lqgdjaj2ranrfj9j0r56j"))))
+ (base32 "1kj4mla3z9kxhdby5w88nl744xkmq6xchf79m1kfa72p0kjbzm9h"))))
(propagated-inputs
`(("atkmm-2.28" ,atkmm-2.28)
("cairomm-1.14" ,cairomm-1.14)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:37:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vala): Update to 0.56.16.
Change-Id: Ia5c0c608642d4505efef52d882a51bb83c3dd539
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5432ebc27b..b1709458b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4487,7 +4487,7 @@ (define-public seahorse
(define-public vala
(package
(name "vala")
- (version "0.56.14")
+ (version "0.56.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4495,7 +4495,7 @@ (define-public vala
"vala-" version ".tar.xz"))
(sha256
(base32
- "0mzmldhf6474dp2jkxj160kkafdz32c2l5f8xnm05p4vr9lc50lk"))))
+ "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (folks): Update to 0.15.8.
Change-Id: I36ceb7d70e315a22352495e3470ce9fd7e126196
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e7d77a3a2..f82ca3e30a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10841,7 +10841,7 @@ (define-public gnome-shell-extensions
(define-public folks
(package
(name "folks")
- (version "0.15.7")
+ (version "0.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10850,7 +10850,7 @@ (define-public folks
"folks-" version ".tar.xz"))
(sha256
(base32
- "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
+ "1hj9brran2azy3scyf913svhxjrmya83fi7x239h33rp7vxnljlm"))))
(build-system meson-build-system)
(arguments
'(#:phases
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.48.1.
Change-Id: I779bc5ae3978b59489abd8c3c54944c035674fc6
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f82ca3e30a..f6a5c4088d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8096,7 +8096,7 @@ (define-public mutter
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.48.0")
+ (version "3.48.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8104,7 +8104,7 @@ (define-public gnome-online-accounts
name "-" version ".tar.xz"))
(sha256
(base32
- "1gvmc4k5vm4qd97yfkd5a4sixz0pfq9nblss42c2mmyvzzybk2s1"))))
+ "12kza6wss01kcka1zc2bck4hwgc55vzwwdxabk75qndzhh8cg81y"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.2.
Change-Id: Ib945eb6748143cb9b921758215ce00e721f288b0
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5848ebc7aa..bff8bec81f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1437,7 +1437,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.36.1")
+ (version "3.36.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1445,7 +1445,7 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
+ "0j4rc4jvxk5pzmx5831s90m9g4cfyp10hxd1ndiyg34806jg6800"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~'("-D" "gtk_doc=true")))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 06:37:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 69911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-shell): Update to 44.10.
Change-Id: Ib4591ac6b34af33e63468eddd21015b823a6f8da
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6a5c4088d..5432ebc27b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9284,7 +9284,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.9")
+ (version "44.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9292,7 +9292,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
+ "01pw9qnnvh64x56z1gqh0qk6vfn0ihh4zijq23f4bpz9wszlbpwf"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Wed, 20 Mar 2024 10:51:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Wed, 20 Mar 2024 10:51:03 GMT)
Full text and
rfc822 format available.
Message #28 received at 69911-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Vivien Kraus via Guix-patches via <guix-patches <at> gnu.org> writes:
> Dear Guix,
>
> GNOME 44.10 is out. I could not test it, because I don’t have enough disk
> space for the world rebuild.
I picked all but the vala and gtkmm <at> 3 update (as those both have lots of
dependents), applied them to gnome-team and things seem to build
fine. I've also reconfigured to gnome-team and haven't come across any
problems yet. I've now pushed those patches to gnome-team.
I don't know much about the substance of the changes on gnome-team, but
the substitute availability is looking good at least (it's just
i686-linux that's lagging behind on bordeaux).
I'll close this issue but feel free to re-send the vala and gtkmm <at> 3
updates to a new issue.
Is there anything that needs to happen before gnome-team can be merged?
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 10:56:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 12:23:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 69911-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Le mercredi 20 mars 2024 à 10:42 +0000, Christopher Baines a écrit :
> Is there anything that needs to happen before gnome-team can be
> merged?
There are concerning failures, such as lightdm, that must be
investigated. QA has also highlighted flaky tests in a bunch of
packages, and a time-bomb (kcalendarcore).
I will resubmit the world-rebuilding patches in a new issue.
Best regards,
Vivien
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69911
; Package
guix-patches
.
(Wed, 20 Mar 2024 12:31:02 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, 18 Apr 2024 11:25:23 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.