bug#36456: Guix stumbles on duplicates?

2019-07-05 Thread Ludovic Courtès
Hi swedebugia, swedebugia skribis: > In guix/build-system/cargo.scm: >260:27 3 (lower "rust-backtrace-0.3.32" #:source _ #:inputs _ # . #) > 231:4 2 (expand-crate-sources _ _) >170:23 1 (crate-closure _) > 128:4 0 (_ #:cargo-inputs _) > > guix/build-system/cargo.scm:128:4:

bug#36456: Guix stumbles on duplicates?

2019-07-02 Thread swedebugia
On 2019-07-01 21:54, Ricardo Wurmus wrote: Hi swedebugia, I don’t understand the bug you are reporting. What duplicates are you referring to? How can I reproduce this bug? I sent the whole crates-io.scm to the bug-adress which you can use to reproduce. The duplicates in that file are a

bug#36456: Guix stumbles on duplicates?

2019-07-01 Thread Ricardo Wurmus
Hi swedebugia, I don’t understand the bug you are reporting. What duplicates are you referring to? How can I reproduce this bug? > guix/build-system/cargo.scm:128:4: Invalid keyword: > ("rust-lazy-static" # /home/user/src/guix/gnu/packages/crates-io.scm:98 3690d10>) What’s the code at the

bug#36456: Guix stumbles on duplicates?

2019-07-01 Thread swedebugia
Hi Yesterday Arne posted a list of 1000 crates-io packages to the devel list. When I inserted them in my 200+ crates-io.scm I got this error when trying to build rust-backtrace: $ ./pre-inst-env guix build rust-backtrace Backtrace: In guix/scripts/build.scm: 902:6 19 (_) In