GNU bug report logs -
#76263
[PATCH] gnu: network-manager: Update to 1.50.0.
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Thu, 13 Feb 2025 11:51:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <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 76263 in the body.
You can then email your comments to 76263 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, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Thu, 13 Feb 2025 11:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Divya Ranjan <divya <at> subvertising.org>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Thu, 13 Feb 2025 11:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (network-manager): Update to 1.50.0.
Change-Id: I22d38b667fd958168b94b836a2d623a11da5489b
---
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 1e8d813682..4c0f6feb04 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8463,7 +8463,7 @@ (define-public network-manager
(name "network-manager")
;; Note: NetworkManager still follows the odd/even major version number
;; for development/stable releases scheme; be sure to use a stable one.
- (version "1.44.0")
+ (version "1.50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -8473,7 +8473,7 @@ (define-public network-manager
"network-manager-meson.patch"))
(sha256
(base32
- "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
+ "1qv6ma7lhznwcjybl9kwbnbv28k1ca0r9n65ak2fnv35i8wff0zw"))))
(build-system meson-build-system)
(outputs '("out"
"doc")) ; 8 MiB of gtk-doc HTML
base-commit: bcce7f8fa8b821b76591b297f61d473c5972e397
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Fri, 21 Feb 2025 13:57:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Divya Ranjan <divya <at> subvertising.org> skribis:
> * gnu/packages/gnome.scm (network-manager): Update to 1.50.0.
[...]
> - (version "1.44.0")
> + (version "1.50.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/NetworkManager/"
> @@ -8473,7 +8473,7 @@ (define-public network-manager
> "network-manager-meson.patch"))
> (sha256
> (base32
> - "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
> + "1qv6ma7lhznwcjybl9kwbnbv28k1ca0r9n65ak2fnv35i8wff0zw"))))
‘network-manager-meson.patch’ doesn’t apply:
--8<---------------cut here---------------start------------->8---
source is at 'NetworkManager-1.50.0'
applying '/gnu/store/zmrcarqi9caif1mix5cvpy542jrhcq97-network-manager-plugin-path.patch'...
patching file src/core/vpn/nm-vpn-manager.c
applying '/gnu/store/wi7x4yk7w9c3r6721y4nl55z1ak4ysn5-network-manager-meson.patch'...
patching file src/core/devices/wwan/meson.build
Hunk #1 FAILED at 4.
1 out of 1 hunk FAILED -- saving rejects to file src/core/devices/wwan/meson.build.rej
Backtrace:
5 (primitive-load "/gnu/store/c0v00hx7a7sgxgpl6sygincxipn…")
In ice-9/eval.scm:
619:8 4 (_ #(#(#<directory (guile-user) 7ffff7850c80> "Net…") #))
In ice-9/boot-9.scm:
142:2 3 (dynamic-wind #<procedure 7ffff77aa9e0 at ice-9/eval.s…> …)
In ice-9/eval.scm:
619:8 2 (_ #(#(#<directory (guile-user) 7ffff7850c80>)))
In srfi/srfi-1.scm:
634:9 1 (for-each #<procedure apply-patch (a)> _)
In guix/build/utils.scm:
822:6 0 (invoke "/gnu/store/4jhlsg65s1zx90gnnfmaax52i8prnl45-p…" …)
guix/build/utils.scm:822:6: In procedure invoke:
ERROR:
1. &invoke-error:
program: "/gnu/store/4jhlsg65s1zx90gnnfmaax52i8prnl45-patch-2.7.6/bin/patch"
arguments: ("--force" "--no-backup-if-mismatch" "-p1" "--input" "/gnu/store/wi7x4yk7w9c3r6721y4nl55z1ak4ysn5-network-manager-meson.patch")
exit-status: 1
term-signal: #f
stop-signal: #f
builder for `/gnu/store/jpkcjngyinw6jawjhffckd8f5ngk9asa-NetworkManager-1.50.0.tar.zst.drv' failed with exit code 1
build of /gnu/store/jpkcjngyinw6jawjhffckd8f5ngk9asa-NetworkManager-1.50.0.tar.zst.drv failed
--8<---------------cut here---------------end--------------->8---
Could you take a look?
TIA,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Fri, 21 Feb 2025 14:13:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Hi!
Divya Ranjan <divya <at> subvertising.org> writes:
> * gnu/packages/gnome.scm (network-manager): Update to 1.50.0.
>
> Change-Id: I22d38b667fd958168b94b836a2d623a11da5489b
> ---
> 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 1e8d813682..4c0f6feb04 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -8463,7 +8463,7 @@ (define-public network-manager
> (name "network-manager")
> ;; Note: NetworkManager still follows the odd/even major version number
> ;; for development/stable releases scheme; be sure to use a stable one.
> - (version "1.44.0")
> + (version "1.50.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/NetworkManager/"
> @@ -8473,7 +8473,7 @@ (define-public network-manager
> "network-manager-meson.patch"))
> (sha256
> (base32
> - "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
> + "1qv6ma7lhznwcjybl9kwbnbv28k1ca0r9n65ak2fnv35i8wff0zw"))))
> (build-system meson-build-system)
Did you test this was compatible with the current libraries on the
gnome-team branch? What about the various plugins? It's typically
safer to update these together.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Sat, 22 Feb 2025 12:59:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Hello Maxim,
> Did you test this was compatible with the current libraries on the
> gnome-team branch? What about the various plugins? It's typically
> safer to update these together.
I haven’t tested the gnome-team branch, I shall try and report.
Regards,
--
Divya Ranjan,
Philosophy, Mathematics, Libre Software.
PGP Fingerprint: F0B3 1A69 8006 8FB8 096A 2F12 B245 10C6 108C 8D4A
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Wed, 05 Mar 2025 22:34:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Hello Maxim,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi!
>
> Divya Ranjan <divya <at> subvertising.org> writes:
>
>> * gnu/packages/gnome.scm (network-manager): Update to 1.50.0.
>>
>> Change-Id: I22d38b667fd958168b94b836a2d623a11da5489b
>> ---
>> 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 1e8d813682..4c0f6feb04 100644
>> --- a/gnu/packages/gnome.scm
>> +++ b/gnu/packages/gnome.scm
>> @@ -8463,7 +8463,7 @@ (define-public network-manager
>> (name "network-manager")
>> ;; Note: NetworkManager still follows the odd/even major version number
>> ;; for development/stable releases scheme; be sure to use a stable one.
>> - (version "1.44.0")
>> + (version "1.50.0")
>> (source (origin
>> (method url-fetch)
>> (uri (string-append "mirror://gnome/sources/NetworkManager/"
>> @@ -8473,7 +8473,7 @@ (define-public network-manager
>> "network-manager-meson.patch"))
>> (sha256
>> (base32
>> - "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
>> + "1qv6ma7lhznwcjybl9kwbnbv28k1ca0r9n65ak2fnv35i8wff0zw"))))
>> (build-system meson-build-system)
>
> Did you test this was compatible with the current libraries on the
> gnome-team branch? What about the various plugins? It's typically
> safer to update these together.
Indeed, I checked on the gnome-team branch and it builds fine, as it does on master. So the issue Ludo mentioned above is no longer faced, after the upgrade to 1.48.2.
--
Divya Ranjan,
Philosophy, Mathematics, Libre Software.
PGP Fingerprint: F0B3 1A69 8006 8FB8 096A 2F12 B245 10C6 108C 8D4A
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Thu, 06 Mar 2025 00:52:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Hi Divya,
Divya Ranjan <divya <at> subvertising.org> writes:
[...]
> Indeed, I checked on the gnome-team branch and it builds fine, as it
> does on master. So the issue Ludo mentioned above is no longer faced,
> after the upgrade to 1.48.2.
Is there still value in merging this bump to 1.50.0? Have you tested it on
our system?
Otherwise let's close it.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Thu, 06 Mar 2025 02:43:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 76263 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Well, I opened this because I needed 1.50.0, and yes I tested the build on my system.
On 6 March 2025 00:51:15 GMT, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>Hi Divya,
>
>Divya Ranjan <divya <at> subvertising.org> writes:
>
>[...]
>
>> Indeed, I checked on the gnome-team branch and it builds fine, as it
>> does on master. So the issue Ludo mentioned above is no longer faced,
>> after the upgrade to 1.48.2.
>
>Is there still value in merging this bump to 1.50.0? Have you tested it on
>our system?
>
>Otherwise let's close it.
>
>--
>Thanks,
>Maxim
Divya Ranjan, Mathematics, Philosophy and Libre Software
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76263
; Package
guix-patches
.
(Thu, 06 Mar 2025 05:37:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 76263 <at> debbugs.gnu.org (full text, mbox):
Hi Divya,
Divya Ranjan <divya <at> subvertising.org> writes:
> Well, I opened this because I needed 1.50.0, and yes I tested the build on my system.
Alright, thanks for the information, I guess we can merge it to master
then.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
--
Thanks,
Maxim
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Thu, 06 Mar 2025 16:13:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Divya Ranjan <divya <at> subvertising.org>
:
bug acknowledged by developer.
(Thu, 06 Mar 2025 16:13:03 GMT)
Full text and
rfc822 format available.
Message #31 received at 76263-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi Divya,
>
> Divya Ranjan <divya <at> subvertising.org> writes:
>
>> Well, I opened this because I needed 1.50.0, and yes I tested the build on my system.
>
> Alright, thanks for the information, I guess we can merge it to master
> then.
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Done, and followed by an update to the freshly released 1.52.0.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Apr 2025 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.