Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
16-02-17-4d3eebf.drv >> - x86_64-linux >> /var/log/guix/drvs/qa//f7fvpw6z8h6ck5ia9ignik8r6bsm0d-rust-stage0-2016-02-17-4d3eebf.drv.bz2 >> Cannot open display "default display" >> Cannot open display "default display" >> sending 2 store files to

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
1 builder for > `/gnu/store/qaf7fvpw6z8h6ck5ia9ignik8r6bsm0d-rust-stage0-2016-02-17-4d3eebf.drv' > failed with exit code 100 > cannot build derivation > `/gnu/store/0jplgx6n7a8qc93h36cjwr0bxxcksrah-rust-1.8.0.drv': 1 dependencies > couldn't

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread Eric Le Bihan
, -- ELB From 4f52b3f041e040d93a0a2f178d3b4a6e8f49df9f Mon Sep 17 00:00:00 2001 From: Eric Le Bihan <eric.le.bihan@free.fr> Date: Thu, 28 Jul 2016 20:09:01 +0200 Subject: [PATCH v2] gnu: Add rust * gnu/packages/rust.scm(rust): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan@free.fr> ---

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
h-rust-1.8.0.drv' failed > -- > ELB > From 4f52b3f041e040d93a0a2f178d3b4a6e8f49df9f Mon Sep 17 00:00:00 2001 > From: Eric Le Bihan <eric.le.bihan@free.fr> > Date: Thu, 28 Jul 2016 20:09:01 +0200 > Subject: [PATCH v2] gnu: Add rust > > * gnu/packages/rust.scm(rus

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread David Craven
> How problematic will this be for us? Our person in charge for the rust > stuff works around this by including copies of the libraries in a folder > named 'third_party', but I don't understand enough of the language and > lack a build system at the moment. Initially this isn't a problem, since

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread ng0
ng0 writes: > I can testbuild rustc and give some input. > > Additionally, we're having conversations about rust, today this came up: > > > dev @> Very interesting: > https://github.com/rust-lang/rfcs/blob/master/text/1200-cargo-install.md > " it's not clear that this

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
Hi, I can not apply this patch with git am. Can you resend the patch as an appended file created with git format-patch or something similar, and not inlined? Eric Le Bihan writes: > * gnu/packages/rust.scm(rust): New variable. > > Signed-off-by: Eric Le Bihan

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread ng0
I can testbuild rustc and give some input. Additionally, we're having conversations about rust, today this came up: dev @> Very interesting: https://github.com/rust-lang/rfcs/blob/master/text/1200-cargo-install.md " it's not clear that this is worthwhile enough to support installing libraries

Re: [PATCH v2] gnu: Add rust

2016-09-07 Thread David Craven
I haven't actually built rustc yet, because I know how long it takes... > + (ld-so (string-append > + (assoc-ref inputs "libc") > + ,(glibc-dynamic-linker))) > + ;; Remove reference to

[PATCH v2] gnu: Add rust

2016-09-06 Thread Eric Le Bihan
* gnu/packages/rust.scm(rust): New variable. Signed-off-by: Eric Le Bihan --- gnu/packages/rust.scm | 143 ++ 1 file changed, 143 insertions(+) create mode 100644 gnu/packages/rust.scm diff --git