From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 0IgjARH3C2aFRwAA62LTzQ:P1 (envelope-from ) for ; Tue, 02 Apr 2024 14:16:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id 0IgjARH3C2aFRwAA62LTzQ (envelope-from ) for ; Tue, 02 Apr 2024 14:16:17 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=X6R6OWqR; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712060176; 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: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=PoLNURNXX8R5+bnwzWHEYRgOLhX8GlY2Qom8otqO8d4=; b=KOnHmzy8r/VYPZ2/uDvsc4BKuNdfCnPHM4AKZQRrR45olmMBWxIEk+WiYHBd9Y2PF2ItA0 lOfzwnacx+NeJFFZcS/1DtHe+ncwTBGxTbZbDZXGxbVwIHym3F0gJT+6uxpIwIjpJnsP2n usAK2Sn0LPsuo6iMTPHTgaxRAYeGlf5eb6rcNRDgJRGKO9rqrJXNkFW7pMfTeMe1Uq2/Ka qZg6PzVs397OvL43XUbv2qWED3TlbJkfLQ9eKJO/+Lkr/RmsTLyzZIZwrMAUAFt28l/1qD 19xQM4EivaxQ4UUv1kClAEOe1ucxz3KH1HrgNGTU/1F+yFcFf8NIclN226PC/g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=X6R6OWqR; 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"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712060176; a=rsa-sha256; cv=none; b=UroSqoB2a8spZ7NfXB+WYPlQ/+rbrJaCxy4mH48ypsPw+WMmt1DksMJgv2T86rjTJy1wc4 +WdjxTCtRrfqhyDRqQTfXZtBq82b56BFurCMIoftqF0Q/HOGQe8nn6vlF8xIvG0jrUxjUt M/G9DLZLBvWSTtFQRZw06b/REzkfxnj2b17AkfGlSNMPxVJdww3SudmvtwGO5t2MBfkZjy n4pXXNBRcBmqst0IXxhvAQU0alzOLKf+xnOocVF0D4xmcJWEf7NhwjQ9PtvNqFakBso+Et oWD3NgusSa4F+kZCUdS+gac0qf4CvpzhISu0kGPJEh4leP0oe/7SAUvLjzt+8Q== 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 B1A1739511 for ; Tue, 2 Apr 2024 14:16:15 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rrcS0-0004Ot-Hv; Tue, 02 Apr 2024 07:37:12 -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 1rrcRs-0004Gh-I3 for guix-patches@gnu.org; Tue, 02 Apr 2024 07:37:05 -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 1rrcRn-0000UT-D3 for guix-patches@gnu.org; Tue, 02 Apr 2024 07:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rrcRq-0003ns-PJ for guix-patches@gnu.org; Tue, 02 Apr 2024 07:37:02 -0400 Subject: bug#57111: [PATCH 00/56] gnu: crates-io: Allow build of various rust packages. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 02 Apr 2024 11:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jean Pierre De Jesus DIAZ Cc: 57111-done@debbugs.gnu.org Received: via spool by 57111-done@debbugs.gnu.org id=D57111.171205780014583 (code D ref 57111); Tue, 02 Apr 2024 11:37:02 +0000 Received: (at 57111-done) by debbugs.gnu.org; 2 Apr 2024 11:36:40 +0000 Received: from localhost ([127.0.0.1]:52839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrcRT-0003n8-L6 for submit@debbugs.gnu.org; Tue, 02 Apr 2024 07:36:39 -0400 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:51353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrcRR-0003mu-0A for 57111-done@debbugs.gnu.org; Tue, 02 Apr 2024 07:36:38 -0400 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-41569f1896dso10381525e9.2 for <57111-done@debbugs.gnu.org>; Tue, 02 Apr 2024 04:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1712057787; x=1712662587; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=PoLNURNXX8R5+bnwzWHEYRgOLhX8GlY2Qom8otqO8d4=; b=X6R6OWqRabDCUobONby+ha5t5+ZEvXJh3yc5aTVGTDHaEcMAJn7OUPFL8ktVO99kA/ MywZ3+thOpkiblhjHvXP+dsgu53DsEtY4h3M/+9mQjRRFYH287AMhxSzOmtYmLKbdIUK 67f/zUxWXwY/DUTiZf/09okto6XXO/gU0P5nMr8cDyFBvagzSQerzAb0ut2IUFYNZ9e3 98/0miIz29s8J3FakBY7dpUB2p05Z3uZvF+nkKcjzeA3IDJyncxYloZu4fdK4YGmUtEW efve+fKBCigi9iL9ip/HWo1/2z4K2Qp79jOiXede0Y3kTK6DdWdpwfYXOXz6sUQW/kqu /5Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712057787; x=1712662587; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PoLNURNXX8R5+bnwzWHEYRgOLhX8GlY2Qom8otqO8d4=; b=Ka4/J8T1TZwgMvuGlGSSEcGMHBxmn2At/8b3uPfeFEqHOTv0aUX7qjTwkmB8Kt2TBC GPS3319ta1+hw/V2z1EloVMILr3+ma/d/fZZoh+pTsaaVtLhrkRLWdW7cuD4kWsSiJ3T hw1/66TTyt4kzuonVdaUhWbVstlrHVqQrI1m7Osf2acQKMLKlL9kUQ1Y0QYuuLKypEdz UzsFsEhoqArfdybxgcsd4g69ueUxtmlztzVZ/P34xOZ/YpckOnHm9Sx+3NEDGZg+t0i8 hojl4ZDUl19mMQt/YXmLMvYl1JZC8S8q04d6UxMJwZaTcORT9CfY48kgcenvilAsYfCB xfFw== X-Gm-Message-State: AOJu0YzK36RkZyILJpA/facenMZ8dqS6f3pQRPsk32V+Rja6DljXGWjW qbTb1+xMPQxpj2bPFalicQzbsmDLnlEoVgpa0ZUlPltCyWgBAd3LqC2Y8OJuEoA= X-Google-Smtp-Source: AGHT+IGDe22sOEA5cNe0j14/9OXJUgux7W5U+RlqhhuazShX67jHGWx5z55/A2p1wZ+Yyc9QNPFlxg== X-Received: by 2002:a05:600c:1ca7:b0:414:216:2cd1 with SMTP id k39-20020a05600c1ca700b0041402162cd1mr7694040wms.5.1712057786973; Tue, 02 Apr 2024 04:36:26 -0700 (PDT) Received: from localhost ([141.226.12.177]) by smtp.gmail.com with ESMTPSA id f14-20020a05600c154e00b00414674a1a40sm17600279wmg.45.2024.04.02.04.36.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Apr 2024 04:36:26 -0700 (PDT) Date: Tue, 2 Apr 2024 14:36:25 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , Jean Pierre De Jesus DIAZ , 57111-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wjbv73IeCD4kK0cv" Content-Disposition: inline In-Reply-To: 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -3.95 X-Migadu-Queue-Id: B1A1739511 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -3.95 X-TUID: 3f9AkshD4KCK --wjbv73IeCD4kK0cv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 10, 2022 at 11:48:16AM +0000, Jean Pierre De Jesus DIAZ via Gui= x-patches via wrote: > This patch series allows cargo-build-system to fully build and test > some of these packages. These are small rust packages though. >=20 > Probably were added without verifying if the crate could get built or > not. So these patches are mostly one liners removing `#:skip-build? #t'. >=20 > I did a quick pass over the crates to find the simpler ones, there are > more for sure but don't want to send hundreds of patches. I'll tackle > these easy ones first and then I'll proceed with most complex ones > on further patches that require adding new packages and modifying > existing ones. >=20 > I've tested all of these crates on x86_64 and they build without > problems. >=20 > Maxime I've CCed you as this could relate to antioxidant (as it > requires crates to build, am I right?). >=20 > =E2=80=94 > Jean-Pierre De Jesus DIAZ Better late than never, 23 of the patches applied cleanly, the rest either were changed to build or were removed. Patches applied to the rust-team branch. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --wjbv73IeCD4kK0cv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmYL7bUACgkQQarn3Mo9 g1HsdhAAwWvrRQWAJGZRxMvgTnG1vQB//r9jvQJyfEWJpmPWVhQ8jhlJo7YTVevB IxvTOj9yIu/o5IfaZZWCi4KvhGdJu/oLww9r+31RLdhQskbwQOuGp6YlZZtvA2Ts aMoBByx3IIclpFBs5IjmzPfdaoeeoqUwvf3IGQL7zJ8PxLwrM9WqiK8CzJ+PX8Nq VqQXSqmjvEnprKYihx+ag9pCbh/iT9MCKxhXowc8clJvjigmiPZt3FVY5JTOEHFQ UEYskndI1VWYfMYQMWpTY+asMYDmPtfinUVDxJboAzDuloOe/BDrbu5WD5OuNY+x sw/2xX9sHBMIp0DHaISXe7j4u7xietlO0Wrm915mdTD244+YA6rUQO/8QET9pIrr tzJdNfvRpRo7TJOsiiznY0mNabfq/38dkXsReIgFXrcvvEkIKrWJ4GYE8TB05Nvp ZD18oUuh+5SOgmQ7Y2b0ciuo0s9xg2AqgJBWuqq25A/VgyAFtZgooxN7uNGsWSd4 jVwAyqNUwBhGZrfGXqRuOZ4Orxgvni4NFNFGqU3I4B76GSIdtjESvJ2salbeEeEK xRI3PlwcdHuzMVVTRRD1LSrilyOOTzqQCvMiroGD6UQDNLrPnO0dSmfQI7Q+aJLQ qB7LAwIv+gg9g13IZ2y5Z3hjCY+Ibu52E3o5ooIAaet7/yPy5Lw= =qJiR -----END PGP SIGNATURE----- --wjbv73IeCD4kK0cv--