From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id OB4XLpGbEGbRaQEAe85BDQ:P1 (envelope-from ) for ; Sat, 06 Apr 2024 02:47:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id OB4XLpGbEGbRaQEAe85BDQ (envelope-from ) for ; Sat, 06 Apr 2024 02:47:13 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ieee.org header.s=google header.b=S87QdlNO; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712364433; a=rsa-sha256; cv=none; b=GxqstI71tbr+cMNtHpGMgSatAXP9cP/M/esenUgBDuij/dc0TELrHsYlEDMiYzJUsNaJ11 NYfhdhu/MPgxfBiTuk+WDCw+wxGW+0Xjx6iXZajryc9Vbr9pkbivw65qIsx8onhnVMP0Nl dZtl3+i9SJROJ3qNlSjBNEObxJM/MysqyudNZSeXDRH8Qq4LcPgYHJxy5VhYES1cRLIHSK uUptUl1qDqY4xcUOzih9XTezCMpaIti0oo3EmVA+24JHY97/XxpcpGFaxFiI4q50FVkD1l aX5m7yMvZyKEGpwXckQbgMq9T6/+pvcPw/ElVbBG6kQ0ljadm1I0nAuFy419VQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ieee.org header.s=google header.b=S87QdlNO; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712364433; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=UM7QO7+0kD50xZRkfPaqUZhQB5XauyXrlopkrWGCvPc=; b=gSsGxZ30moNEsnjFHlS/ZiUuaPVrsqCJRAqAeWsQuWYjarKs8btHnmv7cDAEA4gz8D6Zjz uUJw7oaQ1BIGIcS8hIiFQZkOQ8WpucW+B+bc8NMC6DkFz6JowkN9lUiSSDKPkbvVtX0vQp gOlvIf16TO09Vjb/uQpB1tld9Z5RMAGkHiObxeUSwsBRkjvb3tbrx+ulVsqAUWrYYVpAf+ XA/XThawQnKmJTAwwr2tyaSU1LnwPKaKdj3CZENpGJaGN9pdgciBMvklUTvbw/3wxgOQUk OhvStSlQcR67r2Mf5XeEVbvibDAHowwOPY8LNBJbYsw5ltwJQcp3BhcFpXxR3Q== 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 A1B76722EB for ; Sat, 6 Apr 2024 02:47:13 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rsuCy-0000NY-EU; Fri, 05 Apr 2024 20:47:00 -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 1rsuCw-0000Mf-4S for guix-patches@gnu.org; Fri, 05 Apr 2024 20:46:58 -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 1rsuCv-0008CQ-ST for guix-patches@gnu.org; Fri, 05 Apr 2024 20:46:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rsuD1-0007M1-7c; Fri, 05 Apr 2024 20:47:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69624] [PATCH v2 2/8] gnu: Enables building rust-proc-macro2-diagnostics-0.10. Resent-From: Aaron Covrig Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2024 00:47:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69624 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69624@debbugs.gnu.org Cc: Aaron Covrig , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 69624-submit@debbugs.gnu.org id=B69624.171236440728177 (code B ref 69624); Sat, 06 Apr 2024 00:47:03 +0000 Received: (at 69624) by debbugs.gnu.org; 6 Apr 2024 00:46:47 +0000 Received: from localhost ([127.0.0.1]:37765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsuCk-0007KP-Po for submit@debbugs.gnu.org; Fri, 05 Apr 2024 20:46:47 -0400 Received: from mail-yw1-x112b.google.com ([2607:f8b0:4864:20::112b]:52513) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsuCh-0007J3-7M for 69624@debbugs.gnu.org; Fri, 05 Apr 2024 20:46:44 -0400 Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-617d411a696so11409307b3.1 for <69624@debbugs.gnu.org>; Fri, 05 Apr 2024 17:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1712364391; x=1712969191; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UM7QO7+0kD50xZRkfPaqUZhQB5XauyXrlopkrWGCvPc=; b=S87QdlNONo/ZjMwMxW5dgjmTmXIgWP77KfCnV4/nI00jmENZ1biMSC2K+XZ95P5G8Y EJqOpt7nY5YscxGSl7ZoGoFDYqQxbl/ptEnmlOgTsqo7uv19nSi9/F2AD4L8RApkVib/ 0hKGuE2/seCfi+g8DKj7OGwvht8GlKuZYx5OE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712364391; x=1712969191; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UM7QO7+0kD50xZRkfPaqUZhQB5XauyXrlopkrWGCvPc=; b=fD3/iCgOaPZu9mo2tbq6Nlb6G31bK30BdNTmiFyrEd6fX+uniPGy3XcUegxxO02Bxg D95RD4fRYLfV5FxGHs9JJui09YfKRT08yJ9hlCy7N/N/qfDLKJpQQWeE+KHhOPnrFPjh M1uwudciDWvJRUBeU4VF6Dgcx4hq5/FSrSwoZi0JaKSXd3212993SwKcMv/q11hUGQuh XIB8gwy5sh9kT8nXsnaeyM5nSifpZCAO8L5TB4xCfjZu8oFl8nDEJN7o/SmL6ZMieesc KQ6qBrU+SVjwEpTNxI24CS18ZKAG5PvP7dy3i+5nJ+R8yblERvowd/VvkxIhX+Z61PuC rv/A== X-Gm-Message-State: AOJu0YxcNjsHP6fjUR+sqiduwJBHUoUqZeciOuEUOhm9FJVyfn7Pj+lA LfN4A2zwj0QX53AA6I/yw096qT0XoLt9+Ix9IL1ZmBtfN2tCHVNUzfhUKJddDLMO0/DGhetuQlt I2h17Or0pwQ98FlJFuUergcJ7WzXanqfMTkVL4DKGjApiSi2SsIkwA+B2jgM12a2rv+3NF2JnBP iI0yPk4qTKcKG2xUgDNoqI/iPMqIk/IJeuvzSGDzk= X-Google-Smtp-Source: AGHT+IFvHJbs/jPRVLayFsFo82zZGjYK4VEY1WFyDTRI1lB6OEtI/aNbFViKGeLPqKNQl8/NpJ4vMA== X-Received: by 2002:a0d:e6c3:0:b0:617:cc9d:7370 with SMTP id p186-20020a0de6c3000000b00617cc9d7370mr2842279ywe.48.1712364391317; Fri, 05 Apr 2024 17:46:31 -0700 (PDT) Received: from mobile-dev.fios-router.home (pool-71-244-152-222.bltmmd.fios.verizon.net. [71.244.152.222]) by smtp.gmail.com with ESMTPSA id fb17-20020a05622a481100b00434383f2518sm1265877qtb.87.2024.04.05.17.46.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Apr 2024 17:46:31 -0700 (PDT) Date: Fri, 5 Apr 2024 20:44:32 -0400 Message-ID: <49221819c3123b8655f45cf58e3a3fa2728057f6.1712364277.git.aaron.covrig.us@ieee.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Aaron Covrig X-ACL-Warn: , Aaron Covrig via Guix-patches From: Aaron Covrig via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.36 X-Migadu-Queue-Id: A1B76722EB X-Migadu-Spam-Score: -6.36 X-Migadu-Scanner: mx10.migadu.com X-TUID: GvEFDe33f2jK * gnu/packages/crates-io.scm (rust-proc-macro2-diagnostics-0.10): Enables building Signed-off-by: Aaron Covrig --- gnu/packages/crates-io.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 36b5eb5496..365d82aef2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -55834,13 +55834,14 @@ (define-public rust-proc-macro2-diagnostics-0.10 (base32 "1j48ipc80pykvhx6yhndfa774s58ax1h6sm6mlhf09ls76f6l1mg")))) (build-system cargo-build-system) (arguments - `(#:tests? #f ; cannot determine resolution for the macro `diagnostic_item` + `(#:cargo-test-flags '("--" "--skip=main") #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-quote" ,rust-quote-1) ("rust-syn" ,rust-syn-2) - ("rust-version-check" ,rust-version-check-0.9) - ("rust-yansi" ,rust-yansi-1)) - #:cargo-development-inputs (("rust-trybuild" ,rust-trybuild-1)))) + ("rust-yansi" ,rust-yansi-1) + ("rust-version-check" ,rust-version-check-0.9)) + #:cargo-development-inputs (("rust-trybuild" ,rust-trybuild-1) + ("rust-version-check" ,rust-version-check-0.9)))) (home-page "https://github.com/SergioBenitez/proc-macro2-diagnostics") (synopsis "Diagnostics for proc-macro2") (description "Diagnostics for stable and nightly proc-macros!") -- 2.41.0