GNU bug report logs - #56776
[PATCH] gnu: Add rust-findshlibs-0.8.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 26 Jul 2022 07:56:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

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 56776 in the body.
You can then email your comments to 56776 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#56776; Package guix-patches. (Tue, 26 Jul 2022 07:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 26 Jul 2022 07:56:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: Add rust-findshlibs-0.8.
Date: Tue, 26 Jul 2022 09:55:13 +0200
* gnu/packages/crates-io.scm (rust-findshlibs-0.8): New variable.
---
 gnu/packages/crates-io.scm | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b5cbc17ced..aaf7fe31e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21910,10 +21910,10 @@ (define-public rust-field-offset-0.3
 implementation.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-findshlibs-0.5
+(define-public rust-findshlibs-0.8
   (package
     (name "rust-findshlibs")
-    (version "0.5.0")
+    (version "0.8.0")
     (source
       (origin
         (method url-fetch)
@@ -21921,11 +21921,10 @@ (define-public rust-findshlibs-0.5
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
+          "1jc7yvc830mr29gvqpmc73qshf84nvd00xvaryv91ky7m4cgrbrp"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-libc" ,rust-libc-0.2))))
     (home-page "https://github.com/gimli-rs/findshlibs")
@@ -21936,6 +21935,20 @@ (define-public rust-findshlibs-0.5
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-findshlibs-0.5
+  (package
+    (inherit rust-findshlibs-0.8)
+    (name "rust-findshlibs")
+    (version "0.5.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "findshlibs" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))))
+
 (define-public rust-fixed-1
   (package
     (name "rust-fixed")
-- 
2.37.1





Information forwarded to guix-patches <at> gnu.org:
bug#56776; Package guix-patches. (Tue, 26 Jul 2022 08:01:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 56776 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: rust-addr2line-0.14: Do not skip build.
Date: Tue, 26 Jul 2022 09:59:35 +0200
* gnu/packages/crates-io.scm
(rust-addr2line-0.14): Adding development dependencies.
---
 gnu/packages/crates-io.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aaf7fe31e0..abf9e37c85 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1708,7 +1708,7 @@ (define-public rust-addr2line-0.14
         (base32 "1xs5bsi40zpyxbbylyaysya5h36ykcbg91i82415sxw5wk7q4px5"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:tests? #f
        #:cargo-inputs
        (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
         ("rust-cpp-demangle" ,rust-cpp-demangle-0.3)
@@ -1718,7 +1718,13 @@ (define-public rust-addr2line-0.14
         ("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
         ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
         ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
-        ("rust-smallvec" ,rust-smallvec-1))))
+        ("rust-smallvec" ,rust-smallvec-1))
+       #:cargo-development-inputs
+       (("rust-memmap" ,rust-memmap-0.7)
+        ("rust-clap" ,rust-clap-2)
+        ("rust-backtrace" ,rust-backtrace-0.3)
+        ("rust-findshlibs" ,rust-findshlibs-0.8)
+        ("rust-rustc-test" ,rust-rustc-test-0.3))))
     (home-page "https://github.com/gimli-rs/addr2line")
     (synopsis "Symbolication library written in Rust, using gimli")
     (description
-- 
2.37.1





Reply sent to Nicolas Graves <ngraves <at> ngraves.fr>:
You have taken responsibility. (Fri, 28 Oct 2022 08:33:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Fri, 28 Oct 2022 08:33:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 56776-done <at> debbugs.gnu.org
Subject: rust-findshlibs
Date: Fri, 28 Oct 2022 10:32:40 +0200
I close this patch series because it's not a leaf (regarding recent
changes by Efraim Flashner for rust packages).

-- 
Best regards,
Nicolas Graves




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 25 Nov 2022 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 124 days ago.

Previous Next


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