From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qK4lEJ5e7mQYQwEAG6o9tA:P1 (envelope-from ) for ; Tue, 29 Aug 2023 23:09:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qK4lEJ5e7mQYQwEAG6o9tA (envelope-from ) for ; Tue, 29 Aug 2023 23:09:50 +0200 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 EAC3835F87 for ; Tue, 29 Aug 2023 23:09:49 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b="nob6fl/K"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693343390; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=R+jp8FKv9u26XlkJ415SgPAhNZTF3WhhIM64wo/8D3g=; b=kSdBhhqF0nPwCjwQyVnsdfWJT9oIIMCPs5LvZV9yZxQgox3Jyl7AfS+xYvddnAKu/k+5l4 tG2FoloATK3fRTwDdWbpHB9DjQZYgUoV+WIy0KLDlsIzLZSwiAnkmHxVnMK+WfqAGiUEOz +hgwkiOeVjcBw70eQaJmpP69lo1m57xdK6Gqwz5dHE/LBxDOEjnm0zTYHy/pDbrgHP3dJ9 C/4QJov+ig6TGtrZZ5HfyJXDW2yO1A/EDquUSaVG69p+RfL27dyOY4o/pH9VuauT1zwJnG HoMaSdEz3/YamfGTnL0QFa74XeagHLFk41CkCrwqQuAFyxC0gBZPgi3jdf409A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693343390; a=rsa-sha256; cv=none; b=ppk4MVY/ERbol1NWluTb9513ZIBfHfc4qyWLd7siEFoq1UaXhPcI5QQTrh+fZg+lSkynDd Z0w3U+j8rhfQvQL95AzVmbYO2HS6WtTY5Zptosr83wBJxh43pQ1h2qjtapW3Bf3YsY+Rky lP/2fHKjdiG4lgAgTG8W6TMN04xMojjUvpK20TAZ9c/36ziyoCB1t2adobo+43pUUtbPcY Hp7UwHpfO0NHFWj6iGhIDqb9uShzYzbkmI8/3rnWVzpZa5OT5VwJg0NG/hu3XvAqdIylBG KXMTYNET9KEE+6lOA0o9A9ANd0/CY2vWcMtPbEtA53mFweUhks+SYf7eqDuEtg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b="nob6fl/K"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qb5xi-0006gK-DR; Tue, 29 Aug 2023 17:09:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qb5sR-0005eO-BZ for bug-guix@gnu.org; Tue, 29 Aug 2023 17:03:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qb5sR-000221-4A for bug-guix@gnu.org; Tue, 29 Aug 2023 17:03:55 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qb5sX-00085F-RO for bug-guix@gnu.org; Tue, 29 Aug 2023 17:04:01 -0400 Subject: bug#65461: Cannot compile any Rust projects Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 29 Aug 2023 21:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65461 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jonas =?UTF-8?Q?M=C3=B8ller?= Cc: Josselin Poiret , 65461-done@debbugs.gnu.org Mail-Followup-To: 65461@debbugs.gnu.org, maxim.cournoyer@gmail.com, jonas@moesys.no Received: via spool by 65461-done@debbugs.gnu.org id=D65461.169334303031051 (code D ref 65461); Tue, 29 Aug 2023 21:04:01 +0000 Received: (at 65461-done) by debbugs.gnu.org; 29 Aug 2023 21:03:50 +0000 Received: from localhost ([127.0.0.1]:51703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qb5sL-00084l-Oo for submit@debbugs.gnu.org; Tue, 29 Aug 2023 17:03:50 -0400 Received: from mail-vk1-xa36.google.com ([2607:f8b0:4864:20::a36]:47158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qb5sH-00084S-3H for 65461-done@debbugs.gnu.org; Tue, 29 Aug 2023 17:03:48 -0400 Received: by mail-vk1-xa36.google.com with SMTP id 71dfb90a1353d-48d0bfd352eso2153602e0c.2 for <65461-done@debbugs.gnu.org>; Tue, 29 Aug 2023 14:03:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693343012; x=1693947812; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=R+jp8FKv9u26XlkJ415SgPAhNZTF3WhhIM64wo/8D3g=; b=nob6fl/KsLPbW054XgTedahUFhLj45DM0lckdGkpXVkKmoGdz7m3XNhwlglUdIJlYE RrcWDcrW9T/Mm/jbe4BF4QKUSfgrMhhMRscR4ypEEVB948Oo9XwHmYJUgJTz+z+QQ9z2 riYOgiiaNtQciW5CN/gRmIkzBW6v/wcTxy4gZmykcd4SeIjrvLXIf0wK04YJ11ZK492F PS8ZVyH8JJ8gl52sgKWAWp6QFRlqttRWRy8nHSa93+yE+op4ClJ6sAioK64hZK/pDT22 M1shVhNtZB8LrbmIyEpazllGzbCJAoh+iiKgmc03/ARJygPS3dWjFT4pgVlQ90ZbFVQq blsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693343012; x=1693947812; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=R+jp8FKv9u26XlkJ415SgPAhNZTF3WhhIM64wo/8D3g=; b=gQSTiu7UhjrL5UDUEEO7IRt4DzA6sHGv+2WYa+pU6VZfU2JBQsjN+yU0JPqovnm4z5 r3BxHxhTq60tCNfyVsoo1laFFqVVxVqdyEcPO3rntHKvlnuwaAFV8rASGj2MF6aizPrB uKnGbE5Dirq+erYKA6/6hdmHKFrX5Fqz7BCtjZ6elsge8zkvSAEMTeHonxw2nD8AnXZm 2wOnJWIB9RNoIF5BviWVLRdwMDNKqoVhqxhMUXUY6xU+L9p5BO67l3tZtutAn3Yy0nKG MQoiYd+xkne8AbmuzeOr6W/vrPINeqIzZqkwiWC2uDJT25V25BXonN3HEZJfdGmohhis MSNw== X-Gm-Message-State: AOJu0YxaafY7re6Mdg9wlumrsP1zxyzwpx4iyivwk788NxQSwQIAWi0n x/yfD2iUxWuo6Jujb1EqrbE0SKLfSiNCSA== X-Google-Smtp-Source: AGHT+IFGS5YFVTVkX6RQ19p3eZVo+dRKG8rhdBP37+F/P+hMWl60CoCNhMrJCAla0o436Qnoi5sDFQ== X-Received: by 2002:a05:6102:11e3:b0:44e:9cdc:6fe5 with SMTP id e3-20020a05610211e300b0044e9cdc6fe5mr379544vsg.17.1693343012200; Tue, 29 Aug 2023 14:03:32 -0700 (PDT) Received: from hurd (dsl-10-132-204.b2b2c.ca. [72.10.132.204]) by smtp.gmail.com with ESMTPSA id h3-20020a0cf203000000b0062ffbf23c22sm3606237qvk.131.2023.08.29.14.03.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Aug 2023 14:03:31 -0700 (PDT) From: Maxim Cournoyer References: <87wmxjth0t.fsf@jpoiret.xyz> Date: Tue, 29 Aug 2023 17:03:30 -0400 In-Reply-To: ("Jonas =?UTF-8?Q?M=C3=B8ller?="'s message of "Fri, 25 Aug 2023 13:30:00 +0000") Message-ID: <87il8x8st9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 2.78 X-Spam-Score: 2.78 X-Migadu-Queue-Id: EAC3835F87 X-Migadu-Scanner: mx2.migadu.com X-TUID: Zi6oLGPug5u+ Hi Jonas, Jonas M=C3=B8ller writes: > I can still reproduce this with: > > guix shell =E2=80=94container rust rust-cargo > cargo new hello > cd hello > cargo build If you add 'gcc-toolchain' in the container ('guix shell --container rust rust-cargo gcc-toolchain'), it now works, using my recent Guix 9f4b6bc. Closing, thanks to Josselin for the fix! --=20 Thanks, Maxim