From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0VQZ-0008Ie-Re for guix-patches@gnu.org; Sat, 08 Feb 2020 14:06:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0VQY-0005td-Sd for guix-patches@gnu.org; Sat, 08 Feb 2020 14:06:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0VQY-0005tB-Nr for guix-patches@gnu.org; Sat, 08 Feb 2020 14:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0VQY-0004Fx-Jv for guix-patches@gnu.org; Sat, 08 Feb 2020 14:06:02 -0500 Subject: bug#39488: [PATCH] gnu: add fd. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sat, 8 Feb 2020 21:05:05 +0200 From: Efraim Flashner Message-ID: <20200208190505.GA1133@E5400> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: John Soo Cc: 39488-done@debbugs.gnu.org --envbJBWh7q8WU6mo Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A couple of notes: rust-nix-0.14: rust-sysctl should be 0.1, not 0.4. I added 0.1 and switched the dependency. rust-ctrlc-3.1: It builds with no problems so I removed skip-build rust-lscolors-0.6: rust-ansi-term should be 0.12, not 0.11. I changed it and removed skip-build. fd: rust-clap is a dependency and build dependency and version-check a build-dependency so I put them in cargo-dependencies. I flushed out the description a bit. I checked the cargo.toml and I wasn't sure if jemalloc was used or not (it looked like not windows or not musl) but I see it building jemalloc-sys so I see it is. fd.bash should be renamed to just 'fd' so I added a rename-file after the installation. As a last thing I changed the jemalloc reference to jemalloc.so and now 'guix gc --references' retains a reference to jemalloc. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --envbJBWh7q8WU6mo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4/BmEACgkQQarn3Mo9 g1FuahAAwaQJPkkSGhVBP1oIPaxudKJ5bAChSSkiTEirM1J6gqyrnuXWNuKSeRwS aOmwRyBBky9hCXmpesPKDHOtN+c6iA2XdN3pKH/y+xSFcdnnf9AEKNyYRfJf1Rif KvHSGlRifOo9h76OGZE2CvNwQmi7gGdNydulEKYLSdE6uTLwqgfi9W+7d1bu0NNK kFrhhCUpiqkSAlHr9ei+n9QN1/aKgm3eg2fat3IFDo5b6eMosh381Q93al8zIdbw 7Uk7YdlSBhVra5Tx3qjZIQa4VRt4o92n5fX09mpB/YsCT/vPHy7puyYRpLDqAOz2 da5LKGWcSAPlKsjzI7t/juVUSgIMmHevhzmBJxaKjA0eTavoP1Ozqbrbx4pv/lAa NGRN3glD+JoWLI7qp0XdKdPCkrOpVFAAJ3DeK+amrqAsz1+lmPg4M6axKtNH5ZMk YyOCTVaHbb3KC5vhktopc04pZ61RXbrYbPiWBRc/FMZIDukPPvxAAt81zy35/rOT Adc23smwrtqILvlQ1ybZ3dQlJMXfP21LSSIOuKsSBCMttKVzvSXmbBZBlbDDqGqk XgWejx9YRYa7pBogKOQAK5aI5wbjvDBRXM7CekUXXm0Xn71x4AHfWRCgn3oDkNoL zwx1U7H3HKfSYVgi2ieYCFT7NEw/JaBfzXF9NGyiw39WBqXB98Q= =7v/X -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--