GNU bug report logs -
#34232
[PATCH] gnu: rust: Package rust@1.29.2
Previous Next
Reported by: Ivan Petkov <ivanppetkov <at> gmail.com>
Date: Mon, 28 Jan 2019 12:03: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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Feb 2019 17:57:33 +0100
with message-id <20190214175733.21922d5f <at> scratchpost.org>
and subject line Re: [bug#34232] [PATCH] gnu: rust: Package rust <at> 1.29.2
has caused the debbugs.gnu.org bug report #34232,
regarding [PATCH] gnu: rust: Package rust <at> 1.29.2
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
34232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34232
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/rust.scm (rust): renamed to rust-1.28
* gnu/packages/rust.scm (rust): Packaged rust <at> 1.29.2 by inheriting from
rust <at> 1.28.0 and only applying the necessary patches which were lacking
upstream
---
gnu/packages/rust.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 501736d89..179689973 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -749,7 +749,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
(("fn thin_lto_works") "#[ignore]\nfn thin_lto_works"))
#t)))))))))
-(define-public rust
+(define-public rust-1.28
(let ((base-rust
(rust-bootstrapped-package rust-1.27 "1.28.0"
"11k4rn77bca2rikykkk9fmprrgjswd4x4kaq7fia08vgkir82nhx"
@@ -782,3 +782,13 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
#t))
;; The thinlto test should pass with llvm 6.
(delete 'disable-thinlto-test))))))))
+
+(define-public rust
+ (let ((base-rust
+ (rust-bootstrapped-package rust-1.28 "1.29.2"
+ "1jb787080z754caa2w3w1amsygs4qlzj9rs1vy64firfmabfg22h"
+ #:patches
+ '("rust-1.25-accept-more-detailed-gdb-lines.patch"
+ "rust-reproducible-builds.patch"))))
+ (package
+ (inherit base-rust))))
--
2.20.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi Ivan,
On Wed, 13 Feb 2019 19:51:53 -0800
Ivan Petkov <ivanppetkov <at> gmail.com> wrote:
> Did you have any feedback on this?
Yes, I've applied it to master.
Thanks!
[Message part 5 (application/pgp-signature, inline)]
This bug report was last modified 6 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.