GNU bug report logs - #73154
[PATCH] gnu: rust: update to 1.81

Previous Next

Package: guix-patches;

Reported by: brennan <at> umanwizard.com

Date: Mon, 9 Sep 2024 18:25:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 73154 in the body.
You can then email your comments to 73154 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#73154; Package guix-patches. (Mon, 09 Sep 2024 18:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to brennan <at> umanwizard.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 09 Sep 2024 18:25:02 GMT) Full text and rfc822 format available.

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

From: brennan <at> umanwizard.com
To: guix-patches <at> gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>, efraim <at> flashner.co.il
Subject: [PATCH] gnu: rust: update to 1.81
Date: Mon,  9 Sep 2024 14:23:56 -0400
From: Brennan Vincent <brennan <at> umanwizard.com>

gnu/packages/rust.scm (new variable): rust-1.81.
gnu/packages/rust.scm (rust): update to 1.81.

Change-Id: Idb1958364225bebb9aa415419083b6ab97d7c4c7
---
 gnu/packages/rust.scm | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 396e8a858a..a33399d8fc 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1050,6 +1050,12 @@ (define-public rust-1.80
                (("features = \\[\"fs\"" all)
                 (string-append all ", \"use-libc\""))))))))))
 
+(define-public rust-1.81
+  (let ((base-rust (rust-bootstrapped-package rust-1.80 "1.81.0"
+                                              "19yggj1qivdhf68gx2652cfi7nxjkdgy39wh7h6facpzppz4h947")))
+    (package
+      (inherit base-rust))))
+
 (define (make-ignore-test-list strs)
   "Function to make creating a list to ignore tests a bit easier."
   (map (lambda (str)
@@ -1064,7 +1070,7 @@ (define (make-ignore-test-list strs)
 ;;; Here we take the latest included Rust, make it public, and re-enable tests
 ;;; and extra components such as rustfmt.
 (define-public rust
-  (let ((base-rust rust-1.80))
+  (let ((base-rust rust-1.81))
     (package
       (inherit base-rust)
       (properties (append
@@ -1134,7 +1140,10 @@ (define-public rust
                       '("fn fetch_downloads_with_git2_first_")))
                  (substitute* "src/tools/cargo/tests/testsuite/build.rs"
                    ,@(make-ignore-test-list
-                      '("fn build_with_symlink_to_path_dependency_with_build_script_in_git")))))
+                      '("fn build_with_symlink_to_path_dependency_with_build_script_in_git")))
+                 (substitute* "src/tools/cargo/tests/testsuite/publish_lockfile.rs"
+                   ,@(make-ignore-test-list
+                      '("fn note_resolve_changes")))))
              (add-after 'unpack 'disable-tests-requiring-mercurial
                (lambda _
                  (with-directory-excursion "src/tools/cargo/tests/testsuite/cargo_init"
@@ -1222,7 +1231,12 @@ (define-public rust
                    ;; string "rustc"
                    ,@(make-ignore-test-list
                       '("fn config_fingerprint"
-                        "fn features_fingerprint")))))
+                        "fn features_fingerprint")))
+                 (substitute* "src/tools/cargo/tests/testsuite/git_auth.rs"
+                   ;; This checks for a specific networking error message
+                   ;; that's different from the one we see in the builder
+                   ,@(make-ignore-test-list
+                      '("fn net_err_suggests_fetch_with_cli")))))
              (add-after 'unpack 'patch-command-exec-tests
                ;; This test suite includes some tests that the stdlib's
                ;; `Command` execution properly handles in situations where
-- 
2.45.2






Information forwarded to guix-patches <at> gnu.org:
bug#73154; Package guix-patches. (Mon, 09 Sep 2024 18:28:01 GMT) Full text and rfc822 format available.

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

From: "Brennan Vincent" <brennan <at> umanwizard.com>
To: 73154 <at> debbugs.gnu.org
Subject: Re: bug#73154: Acknowledgement ([PATCH] gnu: rust: update to 1.81)
Date: Mon, 09 Sep 2024 14:27:33 -0400
Please note that this patch depends on my previous series of patches to
upgrade Rust to 1.80.

https://lists.gnu.org/archive/html/guix-patches/2024-08/msg01076.html

help-debbugs <at> gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 73154 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> -- 
> 73154: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73154
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems





Information forwarded to guix-patches <at> gnu.org:
bug#73154; Package guix-patches. (Tue, 10 Sep 2024 05:49:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: "Brennan Vincent" <brennan <at> umanwizard.com>
Cc: GNU Debbugs <control <at> debbugs.gnu.org>, 73154 <at> debbugs.gnu.org
Subject: Re: [bug#73154] Acknowledgement ([PATCH] gnu: rust: update to 1.81)
Date: Tue, 10 Sep 2024 14:46:59 +0900
block 73154 by 72327
quit

Hi,

"Brennan Vincent" <brennan <at> umanwizard.com> writes:

> Please note that this patch depends on my previous series of patches to
> upgrade Rust to 1.80.

Expressing this in the tracker by blocking bug #73154 with bug #72327
with the above commands (and CC'ing the control server).

-- 
Thanks,
Maxim




Added blocking bug(s) 72327 Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 10 Sep 2024 05:49:02 GMT) Full text and rfc822 format available.

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 17 Sep 2024 09:58:03 GMT) Full text and rfc822 format available.

Notification sent to brennan <at> umanwizard.com:
bug acknowledged by developer. (Tue, 17 Sep 2024 09:58:03 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: brennan <at> umanwizard.com
Cc: 73154-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: rust: update to 1.81
Date: Tue, 17 Sep 2024 12:56:26 +0300
[Message part 1 (text/plain, inline)]
Thanks. Patch pushed to the rust-team branch.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[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. (Tue, 15 Oct 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 245 days ago.

Previous Next


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