From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: [WIP] gnu: Add fd. (rust) Date: Fri, 7 Feb 2020 09:24:47 +0100 Message-ID: <20200207082447.br26tybk7udqun4j@rafflesia> References: <20200206163205.20668-1-tanguy@bioneland.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48611) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izywW-0000gS-4J for guix-devel@gnu.org; Fri, 07 Feb 2020 03:24:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izywU-0007Lx-Ve for guix-devel@gnu.org; Fri, 07 Feb 2020 03:24:51 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:34911) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izywU-0007E2-P6 for guix-devel@gnu.org; Fri, 07 Feb 2020 03:24:50 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: John Soo Cc: Guix-devel Hi John! Le 02/06, John Soo a écrit : > > I've just submitted 2 patches to add 2 trivial rust dependencies I need. > > But even with those, `fd` does not build! :-( > > Nice! I have a working set of patches. I'll attach them so you can compare. > > > > ``` > > 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?! > > > > I'm not a rust specialist, so any help would be welcome! > > Clap is missing a dependency in our package set currently. My patches fix that. I've been living without fd for almost a year now, so you can imagine how I feel now, so close to having it back! :-) I've just tried you patches and… unfortunately it did not work! :-( At least on today's head! … BUT, it was enough to apply lscolors manually to make it work! \o/ Thank you so much for you patches! fd is now installed in a dedicated profile until you patches make it to the repo! I've just reactivated fd/fzf in my fish and nvim config files! You've made my day! :-) Regards -- Tanguy