From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0CUpIk3J7V96dgAA0tVLHw (envelope-from ) for ; Thu, 31 Dec 2020 12:51:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 0GXjHU3J7V/pAwAAbx9fmQ (envelope-from ) for ; Thu, 31 Dec 2020 12:51:25 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 153BC940149 for ; Thu, 31 Dec 2020 12:51:25 +0000 (UTC) Received: from localhost ([::1]:36370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuxQJ-0008Cm-W2 for larch@yhetil.org; Thu, 31 Dec 2020 07:51:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuxQ0-00086O-9K for guix-patches@gnu.org; Thu, 31 Dec 2020 07:51:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55580) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kuxPz-00052T-OK for guix-patches@gnu.org; Thu, 31 Dec 2020 07:51:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kuxPz-0003mI-N7 for guix-patches@gnu.org; Thu, 31 Dec 2020 07:51:03 -0500 Subject: bug#45307: [PATCH]: build-system/cargo: Use argument "--no-track" in "cargo install" Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 31 Dec 2020 12:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45307 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zhu Zihao Mail-Followup-To: 45307@debbugs.gnu.org, efraim@flashner.co.il, all_but_last@163.com Received: via spool by 45307-done@debbugs.gnu.org id=D45307.160941900614287 (code D ref 45307); Thu, 31 Dec 2020 12:51:03 +0000 Received: (at 45307-done) by debbugs.gnu.org; 31 Dec 2020 12:50:06 +0000 Received: from localhost ([127.0.0.1]:38831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuxP3-0003iG-Ov for submit@debbugs.gnu.org; Thu, 31 Dec 2020 07:50:06 -0500 Received: from flashner.co.il ([178.62.234.194]:36310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuxHS-0003GL-4c for 45307-done@debbugs.gnu.org; Thu, 31 Dec 2020 07:42:14 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id A01834001D; Thu, 31 Dec 2020 12:42:07 +0000 (UTC) Date: Thu, 31 Dec 2020 14:41:30 +0200 From: Efraim Flashner Message-ID: References: <86h7oj4zms.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aUGGcz8nZsBgazfi" Content-Disposition: inline In-Reply-To: <86h7oj4zms.fsf@163.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45307-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.43 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 153BC940149 X-Spam-Score: -2.43 X-Migadu-Scanner: scn1.migadu.com X-TUID: 5X3hdVJuLMgx --aUGGcz8nZsBgazfi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 18, 2020 at 10:27:39AM +0800, Zhu Zihao wrote: >=20 > After we update rust to rust-1.45, cargo install now create > .crates2.json instead of .crates.toml. So the hack we use in > c1cc0c4865a8bfff43c5c9bd6ae8dcadb061c8a0 doesn't work. >=20 > I checked the ArchLinux Rust packaging guideline and found that we > should use --no-track in "cargo install" to prevent cargo install these > files to prefix. >=20 I remember looking at that too after watching the archconf video. Thanks for turning it into a patch. Patch pushed! --=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 --aUGGcz8nZsBgazfi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/txvoACgkQQarn3Mo9 g1Hbrw/+JpPE+LDSy0jV9tpihlJS+0ciSI7Tf9NLiKkCNXwqLyvzLgN7gr5hanvt L562AOpDnRaFrHZkAYGKBRv/O3AtOWbEk7S4KBujTNdr4aolo5PSDChrOCBtkMEA qz9+109mpIRQSf/8JIWxIRwg55+ZW2MzZQsfTliMWlfXkZ73DyNKLeQlzrvTz78q q9uGv+77fO/uBDA6HrPEOZMTD4K+2auBC8QMYxkiXPJaLeQcVRRLJq5i1IF4g4Se +A39l4ypHQBQKj3dhq/mXYLWEcN9rlUBAUNUuS8gZWkCm1czKwNJR6W0OQ73tG+h bECgZw0dkf217FcOzw7ApIXiru2v/YBHaBCXNgEkbFQJcdeprr9cBie09C/GaUeP BIwYlhQOc8ait5GMAjA4hCrVLbLqmedzur7IzN0YpbjDqgWD6LDoiTiT+B7jN7pz 9nmc76i8j2FRK/1mJya3payeqGj5kwaOe4T3hqYjhHavE8WqLGYwh09ExKBzstXD xlvxB9I3L+kjUCueq6UhlitcBuHRkFqlWJULDCpOJi5NKkE0FR1zONOa1nvC3eyG +gWNkL5FGcobceXGpzYdMTXp+KUnqiQbg6FMBcPcsJfa1YYPTHG1c8BD06ygto9t 1OSzAFL6PTtqZDAKlonR4mkKz3ICXP2kygu+2kA8SszJRYih4p0= =84FB -----END PGP SIGNATURE----- --aUGGcz8nZsBgazfi--