From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id qJ8XMkOOi2KkGQAAbAwnHQ (envelope-from ) for ; Mon, 23 May 2022 15:38:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GEjrMUOOi2L+IQEA9RJhRA (envelope-from ) for ; Mon, 23 May 2022 15:38:11 +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 74CBDEE77 for ; Mon, 23 May 2022 15:38:11 +0200 (CEST) Received: from localhost ([::1]:47706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nt8GA-0006Pe-NZ for larch@yhetil.org; Mon, 23 May 2022 09:38:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8G2-0006Mx-Dd for guix-patches@gnu.org; Mon, 23 May 2022 09:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53811) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nt8G2-0000qe-3s for guix-patches@gnu.org; Mon, 23 May 2022 09:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nt8G2-0007dX-2H for guix-patches@gnu.org; Mon, 23 May 2022 09:38:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54910] [PATCH] guix: import: Convert inputs to the new format. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 May 2022 13:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54910 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kuba@kadziolka.net, Efraim Flashner Cc: Ricardo Wurmus , 54910@debbugs.gnu.org Received: via spool by 54910-submit@debbugs.gnu.org id=B54910.165331306329315 (code B ref 54910); Mon, 23 May 2022 13:38:02 +0000 Received: (at 54910) by debbugs.gnu.org; 23 May 2022 13:37:43 +0000 Received: from localhost ([127.0.0.1]:47706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8Fi-0007ck-BA for submit@debbugs.gnu.org; Mon, 23 May 2022 09:37:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8FT-0007cJ-S3 for 54910@debbugs.gnu.org; Mon, 23 May 2022 09:37:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8FH-0000ku-Ta; Mon, 23 May 2022 09:37:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=KKESYQb/H5AixF2XvkgOjP7VgGOIM+t/xsEYtNwxX9A=; b=LOjxN+b2PDxRd3nMHTW6 MfjXKQgcINgjR+ATHvT7uB7z/DIF5f70Zlvf6ZZFBnD/oiaNNJK8E6312/AlOikCy02xbVHAW9vf9 eOheXf8mfhwsZOk6di+8bvZEQPEvEOn8cIm3tv/ydqCcCRPewfiR9R7PkEXxNd+bPQ3fQW0/X1RCs kl0PLdyTp1GwxYuyHgKvp/BlCo6fOGDtndZMGV5VAsVM4qi8akZzjqoQKuv8RtSbRgDZig9ssyTMx HNURodyvlA/kmYjpk8LIxC3FMJmcQ/P7wkUzhFfzEhFjQDEn9C/ZzOUziXdm3d+ujmyHQ932n7fBE x4uGDV+4JLZUTQ==; Received: from [193.50.110.143] (port=55754 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8FH-0008Ic-Gb; Mon, 23 May 2022 09:37:15 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220413123108.5902-1-attila@lendvai.name> <87r160vtjy.fsf@elephly.net> Date: Mon, 23 May 2022 15:37:13 +0200 In-Reply-To: <87r160vtjy.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 14 Apr 2022 12:33:43 +0200") Message-ID: <87sfp05q0m.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653313091; 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-cc: 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=KKESYQb/H5AixF2XvkgOjP7VgGOIM+t/xsEYtNwxX9A=; b=C3O+SrhQStxOxW1CPB8oay3xmIqT0CgogVy1SBrudjRXL6daLG61iDjeLSTNMC64L2b9HA ezkQKhfS7mGS9qR7JMZSIYvR8HnFm9mmHj7xS3Qt6Lsq9wh6aQ/8JRKMNA9kw4JVdaQBTI 8tPwxK6eP0qbl1xyVK8wV52aO9sqmM9aCRpn58GyqRZIw46lrCgPVx5kEMFXG/Tc7rYoqQ BTtrEqKqCyIqp5j4cynVgCIpEnjwheW5N4MsK6A+WMSNv/eP251XGWCOsWJT/UnqE+Goxv /TYcK/GoZEVLAWCYCt7B5Y16NPXxFMia3P+cXMhqGMtKbIqDUUeVAQXDK+JRXQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653313091; a=rsa-sha256; cv=none; b=gczKVSkKSZUXA+uWSqvGlLbl3Qa4NZPZeFTzx04Xp8ML+uFod+MR91Nn2AJVWqrvrsds/H 7O7r3v74WgytKm8knRF9HS0Zh3imnsWhdg/e5HB6bfQRCheU0jLQ4dLV80Eb06uIktvvOD 3cdJzWYpp8JDO6EBDYqhpaDJJcoFH64a4V84kffEHHhM0SpjhxX2jiLMI5XO2usRmA0RNd yYYg+6qYE9R8H0t14NtSfCqVhYrb4GIw5pnlNnsyvlEkLYLJfneZqQIcmyzDa87tnweicI dKbob04ezYpwD6g5NfYwO3xETPgzrwHtfCO1kJPOOJVP7xwWxE/rc+nZMtMKSA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=LOjxN+b2; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=LOjxN+b2; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 74CBDEE77 X-Spam-Score: -4.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: yZCotE2Von4U Hey Efraim & Jakub, Ricardo Wurmus skribis: > Thanks for the patch! > > This looked good to me, so I applied it locally. I then ran the test > suite and noticed that tests/go.scm and tests/crate.scm have failing > tests. > > The failure in tests/go.scm is harmless and can easily be fixed. But > the failure in tests/crate.scm indicates a real problem, I think. The > build system expects that inputs are placed in the #:cargo-inputs field > in (arguments =E2=80=A6), and this seems to expect old-style labelled inp= uts. > > I don=E2=80=99t know if the build system would work with the new-style pl= ain > lists in the arguments field, so I=E2=80=99m Cc-ing contributors to the b= uild > system. > > @Jakub and @Efraim: could you please comment on this? A friendly ping. :-) I think it=E2=80=99s important to make sure the current Rust packaging stra= tegy does not =E2=80=9Chold us back=E2=80=9D. Thanks, Ludo=E2=80=99.