GNU bug report logs - #77467
[PATCH 0/1] netcdf: Fix propagated inputs

Previous Next

Package: guix-patches;

Reported by: Luca Cirrottola <luca.cirrottola <at> inria.fr>

Date: Wed, 2 Apr 2025 17:12:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77467 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77467; Package guix-patches. (Wed, 02 Apr 2025 17:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Luca Cirrottola <luca.cirrottola <at> inria.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 02 Apr 2025 17:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Luca Cirrottola <luca.cirrottola <at> inria.fr>
Subject: [PATCH 0/1] netcdf: Fix propagated inputs
Date: Wed,  2 Apr 2025 19:10:55 +0200
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





Information forwarded to guix-patches <at> gnu.org:
bug#77467; Package guix-patches. (Wed, 02 Apr 2025 17:14:02 GMT) Full text and rfc822 format available.

Message #8 received at 77467 <at> debbugs.gnu.org (full text, mbox):

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: 77467 <at> debbugs.gnu.org
Cc: Luca Cirrottola <luca.cirrottola <at> inria.fr>
Subject: [PATCH 1/1] gnu: netcdf: Fix propagated inputs.
Date: Wed,  2 Apr 2025 19:13:05 +0200
---
 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





Information forwarded to guix-patches <at> gnu.org:
bug#77467; Package guix-patches. (Wed, 02 Apr 2025 17:19:02 GMT) Full text and rfc822 format available.

Message #11 received at 77467 <at> debbugs.gnu.org (full text, mbox):

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: 77467 <at> debbugs.gnu.org
Cc: andreas <at> enge.fr, sharlatanus <at> gmail.com, bavier <at> posteo.net
Subject: Re: [PATCH 1/1] gnu: netcdf: Fix propagated inputs.
Date: Wed, 2 Apr 2025 19:18:50 +0200 (CEST)
CC the science team.




This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.