From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Mon, 25 Aug 2025 12:35:14 +0000
with message-id
and subject line Bug#1108656: fixed in ncl 6.6.2.dfsg.1-11
has caused the Debian Bug report #1108656,
regarding ncl: FTBFS with HDF 4.3.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
1108656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108656
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 2 Jul 2025 10:13:24 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-15.8 required=4.0 tests=BAYES_00,
BODY_INCLUDES_CONTROL_TAGS,FOURLA,KHOP_HELO_FCRDNS,SPF_HELO_NONE,
SPF_SOFTFAIL,WORD_WITHOUT_VOWELS,XMAILER_REPORTBUG autolearn=ham
autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 39; hammy, 150; neutral, 96; spammy,
0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*M:reportbug,
0.000-+--H*MI:reportbug, 0.000-+--H*x:reportbug,
0.000-+--H*UA:reportbug
Return-path:
Received: from 77-172-224-45.fixed.kpn.net ([77.172.224.45]:43482
helo=linuxminded.nl)
by buxtehude.debian.org with esmtp (Exim 4.96)
(envelope-from )
id 1uWuSx-007Eld-2a
for submit@bugs.debian.org;
Wed, 02 Jul 2025 10:13:23 +0000
Received: from localhost (localhost [127.0.0.1])
by linuxminded.nl (Postfix) with ESMTP id BEE0AA4030C;
Wed, 2 Jul 2025 12:13:18 +0200 (CEST)
Received: from linuxminded.nl ([127.0.0.1])
by localhost (anubis.linuxminded.xs4all.nl [127.0.0.1]) (amavis, port
10024)
with ESMTP id xAmj6Diqu1x3; Wed, 2 Jul 2025 12:13:18 +0200 (CEST)
Received: from osiris.linuxminded.xs4all.nl (osiris.linuxminded.xs4all.nl
[10.0.0.150])
by linuxminded.nl (Postfix) with ESMTPS id AC65AA4030B;
Wed, 2 Jul 2025 12:13:18 +0200 (CEST)
Received: by osiris.linuxminded.xs4all.nl (Postfix, from userid 1000)
id 7AD6217400D7; Wed, 02 Jul 2025 12:13:18 +0200 (CEST)
Content-Type: multipart/mixed; boundary="==========
=====2913232298027108931=="
MIME-Version: 1.0
From: Bas Couwenberg
To: Debian Bug Tracking System
Subject: ncl: FTBFS with HDF 4.3.1
Message-ID: <175145119844.1306016.4400525233703886113.reportbug@
siris.linuxminded.xs4all.nl>
X-Mailer: reportbug 13.2.0
Date: Wed, 02 Jul 2025 12:13:18 +0200
Delivered-To: submit@bugs.debian.org
This is a multi-part MIME message sent by reportbug.
--===============2913232298027108931==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Source: ncl
Version: 6.6.2.dfsg.1-10
Severity: important
Tags: ftbfs patch
Control: tags -1 forky sid
User: debian-gis@lists.debian.org
Usertags: hdf4-4.3.1
Dear Maintainer,
Your package FTBFS with HDF4 4.3.1 in experimental because the -alt
libraries
were removed.
The attached patch fixes the issue, but cannot be used for the package in
unstable until libhdf4 has been updated there sometime after the trixie
release.
Kind Regards,
Bas
--===============2913232298027108931==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ncl_6.6.2.dfsg.1-10.debdiff"
diff -Nru ncl-6.6.2.dfsg.1/debian/control ncl-6.6.2.dfsg.1/debian/control
--- ncl-6.6.2.dfsg.1/debian/control 2025-01-09 11:12:21.000000000 +0100
+++ ncl-6.6.2.dfsg.1/debian/control 2025-07-02 11:20:15.000000000 +0200
@@ -27,7 +27,7 @@
libblas-dev | libopenblas-dev | libblas.so,
libg2c-dev (>= 1.8.0~1),
libsphere-dev (>= 3.3~a1),
- libhdf4-alt-dev,
+ libhdf4-dev,
libhdfeos-dev,
libgctp-dev,
libhe5-hdfeos-dev,
@@ -75,7 +75,7 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libncarg0t64 (= ${binary:Version} ),
ibudunits2-dev,
- libsphere-dev, libhdfeos-dev, libhdf4-alt-dev, libhe5-hdfeos-dev,
+ libsphere-dev, libhdfeos-dev, libhdf4-dev, libhe5-hdfeos-dev,
ncl-ncarg, ksh | mksh | pdksh | zsh
Multi-Arch: same
Description: Development files for the NCAR command language library
diff -Nru ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.flang ncl-6.6.2.d
sg.1/debian/LINUX.DEBIAN.flang
--- ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.flang 2025-01-09 11:12:21.000000000
+0100
+++ ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.flang 2025-07-02 11:20:15.000000000
+0200
@@ -19,7 +19,7 @@
#define XToolLibrary -lXt -lSM -lICE
#define XLibrary -lX11 -lXext
-#define HDFlib -lmfhdfalt -ldfalt -ljpeg -lz
+#define HDFlib -lmfhdf -ldf -ljpeg -lz
#define HDFEOSlib -lhdfeos -lgctp
#define HDFEOS5lib -lhe5_hdfeos -lgctp
/*
diff -Nru ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.gfortran ncl-6.6.
.dfsg.1/debian/LINUX.DEBIAN.gfortran
--- ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.gfortran 2025-01-09 11:
2:21.000000000 +0100
+++ ncl-6.6.2.dfsg.1/debian/LINUX.DEBIAN.gfortran 2025-07-02 11:
0:15.000000000 +0200
@@ -20,7 +20,7 @@
#define XToolLibrary -lXt -lSM -lICE
#define XLibrary -lX11 -lXext
-#define HDFlib -lmfhdfalt -ldfalt -ljpeg -lz
+#define HDFlib -lmfhdf -ldf -ljpeg -lz
#define HDFEOSlib -lhdfeos -lgctp
#define HDFEOS5lib -lhe5_hdfeos -lgctp
/*
--===============2913232298027108931==--
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|