From unknown Sat Jun 21 12:12:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77467] [PATCH 0/1] netcdf: Fix propagated inputs Resent-From: Luca Cirrottola Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 17:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77467 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77467@debbugs.gnu.org Cc: Luca Cirrottola X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17436138892910 (code B ref -1); Wed, 02 Apr 2025 17:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 17:11:29 +0000 Received: from localhost ([127.0.0.1]:59200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u01ce-0000kq-Ry for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:11:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59940) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u01cb-0000js-Vb for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:11:26 -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 1u01cT-0001nv-H6 for guix-patches@gnu.org; Wed, 02 Apr 2025 13:11:17 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u01cR-00014s-39 for guix-patches@gnu.org; Wed, 02 Apr 2025 13:11:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=46TLWUg9uxw6eRMDLW1u+R3RPtlvw5d6ctE7Wq2Uspo=; b=FgigFOvOp2ASroauUNufFGZZEuU9j99Q7xg2h2jRhDc+Fp03vEkOOH1P CFaROd5oOyyrpytoJkZcUgOo7Gc2effEiys+r8Osx/nC5IbwVjWz69MUP viqsSyq/HTnFtqA+N150TpWFq+ph7r/VqZthmVpMwppmsmZgxk9jphplP Y=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=luca.cirrottola@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,182,1739833200"; d="scan'208";a="113290065" Received: from unknown (HELO canard.bordeaux.inria.fr) ([193.50.110.220]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2025 19:11:10 +0200 From: Luca Cirrottola Date: Wed, 2 Apr 2025 19:10:55 +0200 Message-Id: <20250402171055.608706-1-luca.cirrottola@inria.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.104; envelope-from=luca.cirrottola@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Linking to the netcdf package currently fails with the error: ld: cannot find -lmfhdf: No such file or directory ld: cannot find -lcurl: No such file or directory ld: cannot find -lxml2: No such file or directory This patch tries to fix this by propagating the inputs curl, hdf4-alt and libxml2 into the environment. Luca Cirrottola (1): gnu: netcdf: Fix propagated inputs. gnu/packages/maths.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) base-commit: 111aacf22fdc0314f41b737106ad70c1899a58e7 -- 2.34.1 From unknown Sat Jun 21 12:12:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77467] [PATCH 1/1] gnu: netcdf: Fix propagated inputs. References: <20250402171055.608706-1-luca.cirrottola@inria.fr> In-Reply-To: <20250402171055.608706-1-luca.cirrottola@inria.fr> Resent-From: Luca Cirrottola Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 17:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77467 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77467@debbugs.gnu.org Cc: Luca Cirrottola Received: via spool by 77467-submit@debbugs.gnu.org id=B77467.17436140203426 (code B ref 77467); Wed, 02 Apr 2025 17:14:02 +0000 Received: (at 77467) by debbugs.gnu.org; 2 Apr 2025 17:13:40 +0000 Received: from localhost ([127.0.0.1]:59206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u01el-0000tC-Mj for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:13:39 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:31211) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u01ej-0000sp-90 for 77467@debbugs.gnu.org; Wed, 02 Apr 2025 13:13:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=LtpMSwfLmP5/OnNqi3WXFDwsPgih8mjV4T+pyujVTOQ=; b=AR4S6luSmQ64JSGKkmYXY5MKiwRPqcAmfz/BmgDyPDa5gZFxa/40AP/9 /LaDVMwcXInDQChNkPpd2Ue/F8a9Z+mWicfU5n1L06ZJ5fX8WR/s8ADjT XCSpxOOaVICNAKCIMSCAjvhjuynWZpAlouH5E9dg22A8LT0gu3xe9xBEZ o=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=luca.cirrottola@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,182,1739833200"; d="scan'208";a="113290319" Received: from unknown (HELO canard.bordeaux.inria.fr) ([193.50.110.220]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2025 19:13:31 +0200 From: Luca Cirrottola Date: Wed, 2 Apr 2025 19:13:05 +0200 Message-Id: <20250402171305.608828-1-luca.cirrottola@inria.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --- gnu/packages/maths.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6910b32dae..279a5eb39d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2286,13 +2286,14 @@ (define-public netcdf (native-inputs (list m4 doxygen graphviz)) (inputs - (list curl - hdf4-alt - hdf5 + (list hdf5 libjpeg-turbo - libxml2 unzip zlib)) + (propagated-inputs + (list curl + hdf4-alt + libxml2)) (arguments (list #:configure-flags #~'("--enable-doxygen" "--enable-dot" -- 2.34.1 From unknown Sat Jun 21 12:12:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77467] [PATCH 1/1] gnu: netcdf: Fix propagated inputs. Resent-From: Luca Cirrottola Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 17:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77467 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77467@debbugs.gnu.org Cc: andreas@enge.fr, sharlatanus@gmail.com, bavier@posteo.net Received: via spool by 77467-submit@debbugs.gnu.org id=B77467.17436143394417 (code B ref 77467); Wed, 02 Apr 2025 17:19:02 +0000 Received: (at 77467) by debbugs.gnu.org; 2 Apr 2025 17:18:59 +0000 Received: from localhost ([127.0.0.1]:59233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u01ju-00019A-Vp for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:18:59 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:56253) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u01jt-00018t-B5 for 77467@debbugs.gnu.org; Wed, 02 Apr 2025 13:18:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:message-id:in-reply-to:references: subject:mime-version:content-transfer-encoding; bh=4ylXJvIMrWNNULa3+66XJ2jpwtPJVaPSK5F6Mno2vGo=; b=kHatabxnDKYj5U6HulIm01smLF+3jmPF2Y4FXplpRGirmF+kx+itTc7X DclFZFlOIKCp83bmjreQdfSNpTWTOoCqIFkM9Ymcwjj5jbgePbFRB+yEl Rb5hSDgpdgTtx3oQZQ8NVLOjVOtOpD63TjN+OnhiOjqOJNmURx+KDrqap o=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=luca.cirrottola@inria.fr; spf=None smtp.helo=postmaster@zcs2-store1.inria.fr Received-SPF: Pass (mail2-relais-roc.national.inria.fr: domain of luca.cirrottola@inria.fr designates 128.93.142.3 as permitted sender) identity=mailfrom; client-ip=128.93.142.3; receiver=mail2-relais-roc.national.inria.fr; envelope-from="luca.cirrottola@inria.fr"; x-sender="luca.cirrottola@inria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 include:mailout.safebrands.com a:basic-mail.safebrands.com a:basic-mail01.safebrands.com a:basic-mail02.safebrands.com ip4:128.93.142.0/24 ip4:192.134.164.0/24 ip4:128.93.162.160 ip4:128.93.162.3 ip4:128.93.162.88 ip4:89.107.174.7 mx ~all" Received-SPF: None (mail2-relais-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@zcs2-store1.inria.fr) identity=helo; client-ip=128.93.142.3; receiver=mail2-relais-roc.national.inria.fr; envelope-from="luca.cirrottola@inria.fr"; x-sender="postmaster@zcs2-store1.inria.fr"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="6.15,182,1739833200"; d="scan'208";a="216067240" X-MGA-submission: MDH9C5oR7an1VqUyu5l3vczfmfPnZP0wsW+1GH2Dw9sIxWCVWAUkqdtsrh7NGawUW5qAVu2+mCt0HhMg1XAyJQCcThykEgufvFVsMmjx36L8qYVZ7CDar6aikuXTU287k+M8xKJyu5xdgpLwuuG9LS6WFhqDpxe3jCiDqmhxZm+JNw== Received: from zcs2-store1.inria.fr ([128.93.142.3]) by mail2-relais-roc.national.inria.fr with ESMTP; 02 Apr 2025 19:18:51 +0200 Date: Wed, 2 Apr 2025 19:18:50 +0200 (CEST) From: Luca Cirrottola Message-ID: <402201656.1594058.1743614330736.JavaMail.zimbra@inria.fr> In-Reply-To: <20250402171305.608828-1-luca.cirrottola@inria.fr> References: <20250402171305.608828-1-luca.cirrottola@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: [193.50.110.220] X-Mailer: Zimbra 10.1.6_GA_4744 (ZimbraWebClient - FF136 (Linux)/10.1.6_GA_4744) Thread-Topic: netcdf: Fix propagated inputs. Thread-Index: q/1+I+Bfx5PRhF7z+dyUmaM7kXJ3Qw== X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) CC the science team. From unknown Sat Jun 21 12:12:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77467] [PATCH 1/1] gnu: netcdf: Fix propagated inputs. Resent-From: Luca Cirrottola Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 15 Apr 2025 16:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77467 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77467 <77467@debbugs.gnu.org> Cc: Andreas Enge , Sharlatan Hellseher , Eric Bavier Received: via spool by 77467-submit@debbugs.gnu.org id=B77467.17447331796603 (code B ref 77467); Tue, 15 Apr 2025 16:07:02 +0000 Received: (at 77467) by debbugs.gnu.org; 15 Apr 2025 16:06:19 +0000 Received: from localhost ([127.0.0.1]:54099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4ini-0001iK-0I for submit@debbugs.gnu.org; Tue, 15 Apr 2025 12:06:18 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:3753) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4inb-0001gg-Sm for 77467@debbugs.gnu.org; Tue, 15 Apr 2025 12:06:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:message-id:in-reply-to:references: subject:mime-version:content-transfer-encoding; bh=125aAcY+OD0DrlOISoEPOXo8Z3pgFmQ54KbQVQrHGJQ=; b=RUT8aZ32upwLj6R6gsnk4hF5yrkYrzX2ErAVgFUUFT7FgOIvOYuLphQq nEWfR+GMbm/On/i1tasUMQ4HY6WmJUQq6QLIq5E56SYy+IjhqZPBDt9va XDv+I6XsFvifmz/DwiipRrnQCzgGOEzHpKR7aE8w2IBD8EQfGiAbkqSXQ o=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=luca.cirrottola@inria.fr; spf=None smtp.helo=postmaster@zcs2-store1.inria.fr Received-SPF: Pass (mail2-relais-roc.national.inria.fr: domain of luca.cirrottola@inria.fr designates 128.93.142.3 as permitted sender) identity=mailfrom; client-ip=128.93.142.3; receiver=mail2-relais-roc.national.inria.fr; envelope-from="luca.cirrottola@inria.fr"; x-sender="luca.cirrottola@inria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 include:mailout.safebrands.com a:basic-mail.safebrands.com a:basic-mail01.safebrands.com a:basic-mail02.safebrands.com ip4:128.93.142.0/24 ip4:192.134.164.0/24 ip4:128.93.162.160 ip4:128.93.162.3 ip4:128.93.162.88 ip4:89.107.174.7 mx ~all" Received-SPF: None (mail2-relais-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@zcs2-store1.inria.fr) identity=helo; client-ip=128.93.142.3; receiver=mail2-relais-roc.national.inria.fr; envelope-from="luca.cirrottola@inria.fr"; x-sender="postmaster@zcs2-store1.inria.fr"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="6.15,213,1739833200"; d="scan'208";a="218007968" X-MGA-submission: MDFBwMvo8KMPuIF3ZGvQKZwHJabEPDtiJkgMkXrjru2CVVTnF3vqP59GKmbydxtX+015/1aC563JyrM59rTwgusPZq7TH+92RaLVo2uef/MlWin+daO6ObCK55hrbhsiE0cwR3jSv39I4oVf2IxW+Z4Q5B+Q5JrXL2vEFQYr9r0Fag== Received: from zcs2-store1.inria.fr ([128.93.142.3]) by mail2-relais-roc.national.inria.fr with ESMTP; 15 Apr 2025 18:06:05 +0200 Date: Tue, 15 Apr 2025 18:06:04 +0200 (CEST) From: Luca Cirrottola Message-ID: <444478890.10106301.1744733164737.JavaMail.zimbra@inria.fr> In-Reply-To: <402201656.1594058.1743614330736.JavaMail.zimbra@inria.fr> References: <20250402171305.608828-1-luca.cirrottola@inria.fr> <402201656.1594058.1743614330736.JavaMail.zimbra@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: [193.50.110.220] X-Mailer: Zimbra 10.1.6_GA_4744 (ZimbraWebClient - FF137 (Linux)/10.1.6_GA_4744) Thread-Topic: netcdf: Fix propagated inputs. Thread-Index: q/1+I+Bfx5PRhF7z+dyUmaM7kXJ3Q16g+2U+ X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Shame on me, I have discovered that the problem was happening in a time machine, and that the behaviour is OK after the latest modification that Ludovic made on the recipe. So thanks Ludovic, you can close this issue. From unknown Sat Jun 21 12:12:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Luca Cirrottola Subject: bug#77467: closed (Re: [PATCH 1/1] gnu: netcdf: Fix propagated inputs.) Message-ID: References: <20250402171055.608706-1-luca.cirrottola@inria.fr> X-Gnu-PR-Message: they-closed 77467 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77467@debbugs.gnu.org Date: Tue, 15 Apr 2025 17:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1744738922-28975-1" This is a multi-part message in MIME format... ------------=_1744738922-28975-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77467: [PATCH 0/1] netcdf: Fix propagated inputs which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77467@debbugs.gnu.org. --=20 77467: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77467 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744738922-28975-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77467-done) by debbugs.gnu.org; 15 Apr 2025 17:41:19 +0000 Received: from localhost ([127.0.0.1]:54989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4kHd-0007RH-MR for submit@debbugs.gnu.org; Tue, 15 Apr 2025 13:41:18 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:60834) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4kHZ-0007PE-1L for 77467-done@debbugs.gnu.org; Tue, 15 Apr 2025 13:41:14 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C8A842E; Tue, 15 Apr 2025 19:41:05 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id 2D_JLaweTVbC; Tue, 15 Apr 2025 19:41:05 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ADC7A167; Tue, 15 Apr 2025 19:41:03 +0200 (CEST) Date: Tue, 15 Apr 2025 19:41:02 +0200 From: Andreas Enge To: Luca Cirrottola Subject: Re: [PATCH 1/1] gnu: netcdf: Fix propagated inputs. Message-ID: References: <20250402171305.608828-1-luca.cirrottola@inria.fr> <402201656.1594058.1743614330736.JavaMail.zimbra@inria.fr> <444478890.10106301.1744733164737.JavaMail.zimbra@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <444478890.10106301.1744733164737.JavaMail.zimbra@inria.fr> X-Rspamd-Queue-Id: C8A842E X-Spamd-Result: default: False [-9.13 / 15.00]; REPLY(-4.00)[]; BAYES_HAM(-2.77)[98.99%]; NEURAL_HAM(-2.76)[-0.920]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FREEMAIL_CC(0.00)[debbugs.gnu.org,posteo.net,gmail.com] X-Rspamd-Action: no action X-Spamd-Bar: --------- X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77467-done Cc: 77467 <77467-done@debbugs.gnu.org>, Sharlatan Hellseher , Eric Bavier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Tue, Apr 15, 2025 at 06:06:04PM +0200 schrieb Luca Cirrottola: > Shame on me, I have discovered that the problem was happening in a time machine, and that the behaviour is OK after the latest modification that Ludovic made on the recipe. So thanks Ludovic, you can close this issue. Okay, thanks for the update! Just closing this issue. Andreas ------------=_1744738922-28975-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 17:11:29 +0000 Received: from localhost ([127.0.0.1]:59200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u01ce-0000kq-Ry for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:11:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59940) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u01cb-0000js-Vb for submit@debbugs.gnu.org; Wed, 02 Apr 2025 13:11:26 -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 1u01cT-0001nv-H6 for guix-patches@gnu.org; Wed, 02 Apr 2025 13:11:17 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u01cR-00014s-39 for guix-patches@gnu.org; Wed, 02 Apr 2025 13:11:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=46TLWUg9uxw6eRMDLW1u+R3RPtlvw5d6ctE7Wq2Uspo=; b=FgigFOvOp2ASroauUNufFGZZEuU9j99Q7xg2h2jRhDc+Fp03vEkOOH1P CFaROd5oOyyrpytoJkZcUgOo7Gc2effEiys+r8Osx/nC5IbwVjWz69MUP viqsSyq/HTnFtqA+N150TpWFq+ph7r/VqZthmVpMwppmsmZgxk9jphplP Y=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=luca.cirrottola@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,182,1739833200"; d="scan'208";a="113290065" Received: from unknown (HELO canard.bordeaux.inria.fr) ([193.50.110.220]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2025 19:11:10 +0200 From: Luca Cirrottola To: guix-patches@gnu.org Subject: [PATCH 0/1] netcdf: Fix propagated inputs Date: Wed, 2 Apr 2025 19:10:55 +0200 Message-Id: <20250402171055.608706-1-luca.cirrottola@inria.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.104; envelope-from=luca.cirrottola@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Luca Cirrottola X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Linking to the netcdf package currently fails with the error: ld: cannot find -lmfhdf: No such file or directory ld: cannot find -lcurl: No such file or directory ld: cannot find -lxml2: No such file or directory This patch tries to fix this by propagating the inputs curl, hdf4-alt and libxml2 into the environment. Luca Cirrottola (1): gnu: netcdf: Fix propagated inputs. gnu/packages/maths.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) base-commit: 111aacf22fdc0314f41b737106ad70c1899a58e7 -- 2.34.1 ------------=_1744738922-28975-1--