[PATCH] Fix rust-rbw

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • Nicolas Graves
  • (
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 8 Jan 2022 02:52
(address . guix-patches@gnu.org)
87bl0nvvgr.fsf@ngraves.fr
Hi !

Among my first contributions, don't hesitate to make comments so that I
can improve ;)

I did a series of patches to add the rust-rbw package, which I enjoyed on
my previous OS. A small error prevented the packages from building,
corrected in this patch.

I'm currently trying to build the resulting crates-io packages at this
place : cuirass.ngraves.fr, and it builds locally.

Cheers,
From 6333d777dbdcde18615501b45dd7aee167d91590 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Sat, 8 Jan 2022 02:50:51 +0100
Subject: [PATCH] Fix rust-rbw : rust-tokio-macros dependency

---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b66b39e9d3..3cb5957a1c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57879,7 +57879,7 @@ (define-public rust-tokio-1.15
("rust-parking-lot" ,rust-parking-lot-0.11)
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
("rust-signal-hook-registry" ,rust-signal-hook-registry-1)
- ("rust-tokio-macros" ,rust-tokio-macros-1)
+ ("rust-tokio-macros" ,rust-tokio-macros-1.7)
("rust-tracing" ,rust-tracing-0.1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://tokio.rs")
--
2.34.0
N
N
Nicolas Graves wrote on 4 Aug 2022 13:28
(address . 53123@debbugs.gnu.org)
87y1w4meme.fsf@ngraves.fr
This bug can be closed since rust-tokio-macros has been updated to
1.7.0, not relevant anymore.

--
Best regards,
Nicolas Graves
E
E
Efraim Flashner wrote on 4 Aug 2022 19:38
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 53123-done@debbugs.gnu.org)
YuwEBy3CtSEekCjj@pbp
On Thu, Aug 04, 2022 at 01:28:57PM +0200, Nicolas Graves via Guix-patches via wrote:
Toggle quote (5 lines)
>
> This bug can be closed since rust-tokio-macros has been updated to
> 1.7.0, not relevant anymore.
>

Closing a bug can be done by sending an email to
xxxxx-done@debbugs.gnu.org, like I did with this email :)

--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmLsBAQACgkQQarn3Mo9
g1E/Fw/6AryNuJo9+g5BXrJ0L79JnjRcWTxsb11frusa4eMvQu0N4wHbI7AUVHOV
9ltyMfCGd4rzQzDk4ogjmeawTElDUaW4xwdk696Zx5lFs8BQLLfqLoWYZJ7MAIYr
sXGyHNx7+xyW3lYtfriyxo0dvF6txHnVmbu+82SC1MCVGIfYIzX01oHgxYhX7rzP
8KOyek9Gjmh3lEp+qt9ydCVQcLESvT0kp8N/z840hKIFRevq1SSLwnm0Ay1swq/H
+1lJrbJP5YchALtxRWz1KtSXAyhB4Q9SEDfUih45J2sSWkFsZyHtzGXTZM0dWz46
A01LTZ/VuByMi1xz9Ca3spAM6gyGErMMaQYzNTxp0UA5epgQ2VOsJy1KR6Z6AXCO
SN8K4ahWeuIUMPLyNE/wofBqaYALz2brFlt4hG+puCQTnFztj8KPJqQ/qLTx+FIB
yVDFdQjpuwkkMSZ4Nv5Pcv1aVDp2iAjbaiHtyBVNTZmcHHSmF1+Spt0eWscgdTOh
lJTcOaw1vYlSY3vwKACXAOQy1JMXYWkxPYDLA3Z6Hu65LMg1NC/Rvc7Y4tt/UbLS
rw0Mq9z7aytjTNhI0IvE8mlfKs5nIoBrH5CdnFrXLV0RYq24YKyopn7qp0OZMsVb
GUI4nvHEAf4OFbVuLtt/E8kOMZulNMLRUALp96wm0Dafrm1b62o=
=x9aw
-----END PGP SIGNATURE-----


Closed
(
Re: bug#53123: [PATCH] Fix rust-rbw
(address . 53123-done@debbugs.gnu.org)
CLXFGXH7AAIK.2ZWDXW6I7WZU8@guix-aspire
On Thu Aug 4, 2022 at 6:38 PM BST, Efraim Flashner wrote:
Toggle quote (2 lines)
> Closing a bug can be done by sending an email to
> xxxxx-done@debbugs.gnu.org, like I did with this email :)
You could also do:

To: control@debbugs.gnu.org

close XXXXX
thanks

(I didn't know about the XXXXX-done trick, thanks :))

-- (
Closed
?