GNU bug report logs - #35276
[PATCH] gnu: rust: Update to 1.34.0

Previous Next

Package: guix-patches;

Reported by: Ivan Petkov <ivanppetkov <at> gmail.com>

Date: Sun, 14 Apr 2019 16:56:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ivan Petkov <ivanppetkov <at> gmail.com>
Subject: bug#35276: closed (Re: [PATCH] gnu: rust: Update to 1.34.0)
Date: Sun, 14 Apr 2019 20:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#35276: [PATCH] gnu: rust: Update to 1.34.0

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35276 <at> debbugs.gnu.org.

-- 
35276: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35276
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Ivan Petkov <ivanppetkov <at> gmail.com>
Cc: 35276-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: rust: Update to 1.34.0
Date: Sun, 14 Apr 2019 22:00:00 +0200
[Message part 3 (text/plain, inline)]
Hi Ivan,

thanks!

I've pushed that patch to guix master as a5c72da46c302511ef77f02ed9725e701ab82687.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ivan Petkov <ivanppetkov <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: rust: Update to 1.34.0
Date: Sun, 14 Apr 2019 09:54:58 -0700
* gnu/packages/rust.scm (rust): Replace with rust-1.34 package
---
 gnu/packages/rust.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 5198fd3328..26f20f31f2 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1006,4 +1006,18 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                  (setenv "RUST_TEST_THREADS" "2")
                  #t)))))))))
 
-(define-public rust rust-1.33)
+(define-public rust
+  (let ((base-rust
+         (rust-bootstrapped-package rust-1.33 "1.34.0"
+                                    "0n8z1wngkxab1rvixqg6w8b727hzpnm9wp9h8iy3mpbrzp7mmj3s"
+                                    #:patches '())))
+    (package
+      (inherit base-rust)
+      (source
+        (origin
+          (inherit (package-source base-rust))
+          (snippet '(begin
+                      (delete-file-recursively "src/llvm-emscripten")
+                      (delete-file-recursively "src/llvm-project")
+                      (delete-file-recursively "vendor/jemalloc-sys/jemalloc")
+                      #t)))))))
-- 
2.21.0




This bug report was last modified 6 years and 97 days ago.

Previous Next


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