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 ENmkOrFQ51+ddwAA0tVLHw (envelope-from ) for ; Sat, 26 Dec 2020 15:03:13 +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 cN9lNrFQ51+SaQAAbx9fmQ (envelope-from ) for ; Sat, 26 Dec 2020 15:03:13 +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 88707940430 for ; Sat, 26 Dec 2020 15:03:12 +0000 (UTC) Received: from localhost ([::1]:57894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktB66-0001n1-3W for larch@yhetil.org; Sat, 26 Dec 2020 10:03:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58936) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktB5d-0001mu-LJ for help-guix@gnu.org; Sat, 26 Dec 2020 10:02:41 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:40756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktB5b-0001HJ-MM for help-guix@gnu.org; Sat, 26 Dec 2020 10:02:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=N+TyKN6DZJFMO7pPfFqpF/ixxuaktv1l0EEKEJmhAOk=; h=date:in-reply-to: references:subject:cc:to:from; b=a3HDtdga+v8g1OUUcv42ysyUiPzon3joZNa/r LGiwLOQ8hYembdy69nTcBwuCFct5HT0E31q19+eqAK/zC2XlJdAsarimyCsk6unViajEFx MWFDZZkcrOyLqZnAiNC7PfCNRQjBuwnXqjo9l/5c2GpNIXZv3OHP8ODl5f6NEBDgxaeaDl RRUc8RNQepku409UnUqv382xRSWO1+ly1zRj1GWZCRPUOTYwLsLeReA5SxrK4jtkmyWG62 edcbP3xQFs93dUSviCPP8CIwRHxk33hPN4haj0UU7O4lVbNn8XwIK1V9D8z+iV68Q4QqMH 82wZCWev3iTABri+I1U4gqfkA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 62800653 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Sat, 26 Dec 2020 15:02:59 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Todor =?utf-8?Q?Kondi=C4=87?= Subject: Re: rust: where is cargo? References: In-reply-to: Date: Sat, 26 Dec 2020 16:02:33 +0100 Message-ID: <87czywsj92.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.62 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=a3HDtdga; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 88707940430 X-Spam-Score: -3.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: d7a+cSkROSpQ --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi Todor! Todor Kondi=C4=87 =E5=86=99=E9=81=93=EF=BC=9A > I have been playing with rust and the first thing I noticed with=20 > the guix installation is that there is no cargo. There is, in the (as you note) cargo output: $ guix install rust:cargo $ type cargo cargo is /home/nckx/.guix-profile/bin/cargo $ realpath `command -v cargo` /gnu/store/krn8958...-rust-1.46.0-cargo/bin/cargo $ cargo search guix=20=20 guix =3D "0.1.0" # Cross Platform Gui Library # wait whut no I think we'll need more details to know why/what doesn't work for=20 you. How did you install and test cargo? > More accurately, there is indeed an output of the rust package=20 > called "cargo" and there are entries for cargo with bin paths in=20 > the store, but nothing that ends up in the PATH variable=20 > (etc/profile). Then your configuration is broken somehow: something is messing=20 with Guix's $PATH. Do you modify $PATH anywhere, for example in your .bash_profile? > I know that guix approach is to replace package managers I don't think that's true. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX+dQig0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15KBgBALTnYZz9KlMZtDLjbIBRela1C5fqIQhK2VANvoxe auilAPoDeAaeTiJsHRVCmFGxFR7W4lBTEQPTKuRDQgYd3V6oDQ== =p0Ik -----END PGP SIGNATURE----- --=-=-=--