Your message dated Thu, 08 Aug 2024 12:19:19 +0000
with message-id <e1sc26x-00g237...@fasolo.debian.org>
and subject line Bug#1075062: fixed in hdf-eos4 3.0-1
has caused the Debian Bug report #1075062,
regarding hdf-eos4: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hdf-eos4
Version: 2.20v1.00-1.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/hdf-eos4_2.20v1.00-1.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
 1507 | #define TPLONG(         M,I,A,B,D)  A
      |                                     ^
../include/cfortHdf.h:1752:53: note: in expansion of macro ‘TCF’
 1752 |  _INT(0,LL,T0,0,0) CN(TCF(LN,T1,1,0) TCF(LN,T2,2,1) TCF(LN,T3,3,1) 
TCF(LN,T4,4,1) \
      |                                                     ^~~
../include/cfortHdf.h:1728:9: note: in expansion of macro ‘FCALLSCFUN15’
 1728 |         
FCALLSCFUN15(T0,CN,UN,LN,T1,T2,T3,T4,T5,T6,T7,T8,T9,TA,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
../include/cfortHdf.h:1718:9: note: in expansion of macro ‘FCALLSCFUN10’
 1718 |         
FCALLSCFUN10(T0,CN,UN,LN,T1,T2,T3,T4,T5,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
SWapi.c:14622:1: note: in expansion of macro ‘FCALLSCFUN5’
14622 | FCALLSCFUN5(INT, SWchkinfo, SWCHKINFO, swchkinfo, INT32, STRING, PINT32,
      | ^~~~~~~~~~~
SWapi.c:14467:51: note: expected ‘int32 *’ {aka ‘int *’} but argument is of 
type ‘long int *’
14467 | SWchkinfo(int32 swathID, char *fieldname, int32 * chunkcode, int32 * 
chunkrank,
      |                                           ~~~~~~~~^~~~~~~~~
../include/cfortHdf.h:1445:58: error: passing argument 4 of ‘SWchkinfo’ from 
incompatible pointer type [-Wincompatible-pointer-types]
 1445 | #define TCF(NAME,TN,I,M)  _SEP_(TN,M,COMMA) T##TN(NAME,I,A##I,B##I,C##I)
      |                                                          ^
      |                                                          |
      |                                                          long int *
../include/cfortHdf.h:1507:37: note: in definition of macro ‘TPLONG’
 1507 | #define TPLONG(         M,I,A,B,D)  A
      |                                     ^
../include/cfortHdf.h:1752:68: note: in expansion of macro ‘TCF’
 1752 |  _INT(0,LL,T0,0,0) CN(TCF(LN,T1,1,0) TCF(LN,T2,2,1) TCF(LN,T3,3,1) 
TCF(LN,T4,4,1) \
      |                                                                    ^~~
../include/cfortHdf.h:1728:9: note: in expansion of macro ‘FCALLSCFUN15’
 1728 |         
FCALLSCFUN15(T0,CN,UN,LN,T1,T2,T3,T4,T5,T6,T7,T8,T9,TA,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
../include/cfortHdf.h:1718:9: note: in expansion of macro ‘FCALLSCFUN10’
 1718 |         
FCALLSCFUN10(T0,CN,UN,LN,T1,T2,T3,T4,T5,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
SWapi.c:14622:1: note: in expansion of macro ‘FCALLSCFUN5’
14622 | FCALLSCFUN5(INT, SWchkinfo, SWCHKINFO, swchkinfo, INT32, STRING, PINT32,
      | ^~~~~~~~~~~
SWapi.c:14467:70: note: expected ‘int32 *’ {aka ‘int *’} but argument is of 
type ‘long int *’
14467 | SWchkinfo(int32 swathID, char *fieldname, int32 * chunkcode, int32 * 
chunkrank,
      |                                                              
~~~~~~~~^~~~~~~~~
../include/cfortHdf.h:1445:58: error: passing argument 5 of ‘SWchkinfo’ from 
incompatible pointer type [-Wincompatible-pointer-types]
 1445 | #define TCF(NAME,TN,I,M)  _SEP_(TN,M,COMMA) T##TN(NAME,I,A##I,B##I,C##I)
      |                                                          ^
      |                                                          |
      |                                                          long int *
../include/cfortHdf.h:1458:37: note: in definition of macro ‘TLONGV’
 1458 | #define TLONGV(         M,I,A,B,D)  A
      |                                     ^
../include/cfortHdf.h:1753:7: note: in expansion of macro ‘TCF’
 1753 |       TCF(LN,T5,5,1) TCF(LN,T6,6,1) TCF(LN,T7,7,1) TCF(LN,T8,8,1) 
TCF(LN,T9,9,1) \
      |       ^~~
../include/cfortHdf.h:1728:9: note: in expansion of macro ‘FCALLSCFUN15’
 1728 |         
FCALLSCFUN15(T0,CN,UN,LN,T1,T2,T3,T4,T5,T6,T7,T8,T9,TA,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
../include/cfortHdf.h:1718:9: note: in expansion of macro ‘FCALLSCFUN10’
 1718 |         
FCALLSCFUN10(T0,CN,UN,LN,T1,T2,T3,T4,T5,CF_0,CF_0,CF_0,CF_0,CF_0)
      |         ^~~~~~~~~~~~
SWapi.c:14622:1: note: in expansion of macro ‘FCALLSCFUN5’
14622 | FCALLSCFUN5(INT, SWchkinfo, SWCHKINFO, swchkinfo, INT32, STRING, PINT32,
      | ^~~~~~~~~~~
SWapi.c:14468:17: note: expected ‘int32 *’ {aka ‘int *’} but argument is of 
type ‘long int *’
14468 |           int32 fortchunkdims[])
      |           ~~~~~~^~~~~~~~~~~~~~~
make[2]: *** [Makefile:452: SWapi.lo] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:406: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:19: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hdf-eos4
Source-Version: 3.0-1
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hdf-eos4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated hdf-eos4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 08 Aug 2024 09:54:48 +0100
Source: hdf-eos4
Architecture: source
Version: 3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1075062
Changes:
 hdf-eos4 (3.0-1) unstable; urgency=medium
 .
   * New upstream release
     - Drop fix_tests.patch
   * Fix FTBFS with gcc 14. Closes: #1075062
   * Use https for Homepage:
   * Set Build-Depends to gfortran | fortran-compiler
   * User debhelper-compat (=13)
   * Add d/gbp.conf pointing to DEP-14 branch names
   * Set Debian Science Maint. as maintainer
   * Fix broken vcs url
   * Standards-Version: 4.7.0; no changes required
   * Recommend pkgconf not pkg-config
Checksums-Sha1:
 b8da843505ea43508c31de563ccf2179e2d958e4 2108 hdf-eos4_3.0-1.dsc
 ff5e31f2cea5a38d93c85f1ae5dcf1069da2daeb 465632 hdf-eos4_3.0.orig.tar.xz
 9872dc270ca72fba87ac1a20df1d6beaff04b723 7776 hdf-eos4_3.0-1.debian.tar.xz
Checksums-Sha256:
 4120729260df072308792a89d5f6869b174677dfe1ba043e7a70995e80b37964 2108 
hdf-eos4_3.0-1.dsc
 a9a768c801ba2fade5b5c1c8a7628ebdcf3cfd7963431b0985a8cbefd1b901be 465632 
hdf-eos4_3.0.orig.tar.xz
 76e36a828ba0eaf7e8092e01d7dc0b360322f2de878bd9bc4902b291e8f49959 7776 
hdf-eos4_3.0-1.debian.tar.xz
Files:
 126e7d09fc257b98d90f88eb9f819046 2108 libs optional hdf-eos4_3.0-1.dsc
 12831787f1b970d57fc54ffe09aa71d2 465632 libs optional hdf-eos4_3.0.orig.tar.xz
 311aa775e2403048ba645fd17db3226d 7776 libs optional 
hdf-eos4_3.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAma0tOAACgkQy+a7Tl2a
06Uvmw//WbWoZQbN9Sv0XFhpLxKrFk4MZZTswclIPFhSLnNpcNR+la4rwyga4G/P
1VvrYsVIPLLKNUwt1Sm1VvOchrfgHtLUsz3b6gfm7huiFQDioAU75dEyaJfLOtWN
w2mK0sd1sgeW5bwd0bXsTdm8NThnBnMBB3JOi6ydxh11uFT955PPsEg85hHpMH9T
4K0xaIz3OcV3rVeu90bky7s/z43VnNvwvrXo+HZGVWFtI7Woe7Hmd8bWr1NtjTd1
nDJvZ9S3v0JFZyLNtR4WKM0YcGcbhkIcBj5TP9q74uEZSjN5O+0En5f8RIaXRtcc
epORs8EPIA61ow4F2PjexKVwi5AGougqk9hPqinbN8rtIuHLoLyeGccZU9ZPUOPj
eyEBy3z4oKR83DY18awCSOvEduASpyZYcApYx2U/2IKo10OEFiyzFREfCY/lBYHS
l34p9yVsyb1zlII66gMf4BMszkZHWGpidUYmVriTUFFpdi5NX0W8i1f5evm+kJ9c
k9JXRTWet2V6IMZN08Y4b9Iu0RykWDTRmbBbimCne/7b5oZE+nzLeqXoxgC8YNkx
nF7B1FrlFVM4/hGmN6dDay7se/e/bwYtW6pPtdzzHALU8dmbgwtQjxijidiPQ4iR
v5ERxYMdXRYO7usDBAg8c++ClJnvwIfNHenmmDKkBLEWpY0Pf3s=
=qWZ+
-----END PGP SIGNATURE-----

Attachment: pgpeRFtZIOZEZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to