guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [WIP] gnu: Add fd. (rust)


From: Tanguy Le Carrour
Subject: Re: [WIP] gnu: Add fd. (rust)
Date: Fri, 7 Feb 2020 08:57:49 +0100

Hi Efraim,

Le 02/06, Efraim Flashner a écrit :
> On Thu, Feb 06, 2020 at 05:32:06PM +0100, Tanguy Le Carrour wrote:
> > I'm back on (trying to) package fd [1][].
> > 
> > [1]: https://github.com/sharkdp/fd
> > 
> > I've just submitted 2 patches to add 2 trivial rust dependencies I need.
> > But even with those, `fd` does not build! :-(
> > I have the following error:
> > 
> > ```
> > starting phase `build'
> > error: no matching package named `term_size` found
> > location searched: registry `https://github.com/rust-lang/crates.io-index`
> > perhaps you meant: term_size
> > required by package `clap v2.33.0`
> >     ... which is depended on by `fd-find v7.4.0 
> > (/tmp/guix-build-fd-7.4.0.drv-0/fd-find-7.4.0)`
> > command "cargo" "build" "--release" failed with status 101
> > ```
> > 
> > I tried adding `term_size` to `cargo-inputs` or to 
> > `cargo-development-inputs`,
> > but it did not solve my problem. Am I missing something?!
> > 
> […]
> According to here¹ you need rust-term-size-0.3. Ideally we'll switch to
> actually building and testing more of the crates so we can catch missing
> or wrong dependencies.
> 
> ¹ https://crates.io/crates/clap/2.33.0

I would have expected something like "error: no matching VERSION for package
`term_size` found"!
I'll remember to check crates.io for version next time!

Thanks!


-- 
Tanguy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]