From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Ole Zabel Subject: bug#40858: Cargo in Guix Date: Sun, 26 Apr 2020 00:17:16 +0200 Message-ID: <41c810f3-2694-3c59-738f-17b2c3567eb3@posteo.de> 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]:51892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSUPz-0003FD-A1 for bug-guix@gnu.org; Sat, 25 Apr 2020 19:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSUPv-0007RC-56 for bug-guix@gnu.org; Sat, 25 Apr 2020 19:41:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49018) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSUPu-0007Os-Px for bug-guix@gnu.org; Sat, 25 Apr 2020 19:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSUPu-0004sa-NA for bug-guix@gnu.org; Sat, 25 Apr 2020 19:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33490) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jST74-000575-BX for bug-guix@gnu.org; Sat, 25 Apr 2020 18:17:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jST73-0005SZ-FK for bug-guix@gnu.org; Sat, 25 Apr 2020 18:17:30 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51580) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jST72-0005NG-Nd for bug-guix@gnu.org; Sat, 25 Apr 2020 18:17:29 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 42A9316006A for ; Sun, 26 Apr 2020 00:17:25 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 498llK3tM2z6tmx for ; Sun, 26 Apr 2020 00:17:17 +0200 (CEST) Content-Language: en-US-large List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40858@debbugs.gnu.org Hi, I just installed the rust package on guix-system and realized I have no idea of how to use `cargo` to build something. First, cargo is not in my search path after installing `rust`, because there is no link in `.guix-profile`. There is no dedicated package either. Second, the cargo binary installed in `/gnu/store/` throws the following: $ /gnu/store/*-rust-1.39.0-cargo/bin/cargo install ripgrep error: failed to download from `https://crates.io/api/ripgrep/12.0.1/download` Caused by: [60] SSL peer certificate or SSH remote key not found (server certificate verification failed. CAfile: none CRLFile: none) A `curl https://crates.io` works normally, so it's not an issue with the system certificates. Am I doing something wrong? Is this even the right place to report or ask?