Your message dated Sun, 28 Jul 2024 14:35:13 +0000
with message-id <e1sy4zr-00eqey...@fasolo.debian.org>
and subject line Bug#1075063: fixed in hdf5 1.10.10+repack-4
has caused the Debian Bug report #1075063,
regarding hdf5: 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.)


-- 
1075063: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hdf5
Version: 1.10.10+repack-3.3
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/hdf5_1.10.10+repack-3.3_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

[...]
      |                                                        long long 
unsigned int   haddr_t {aka long unsigned int}
      |                                                     %lu
In file included from ../../../../../java/src/jni/h5util.h:22,
                 from ../../../../../java/src/jni/h5dImp.c:28:
../../../../../java/src/jni/h5dImp.c: In function 
‘Java_hdf_hdf5lib_H5_H5DwriteVL’:
../../../../../java/src/jni/h5jni.h:95:29: error: assignment to ‘jbyteArray’ 
{aka ‘struct _jobject *’} from incompatible pointer type ‘jbyte *’ {aka ‘signed 
char *’} [-Wincompatible-pointer-types]
   95 |         if (NULL == (outBuf = (*envptr)->GetByteArrayElements(envptr, 
arrayToPin, isCopy))) {                \
      |                             ^
../../../../../java/src/jni/h5dImp.c:1501:9: note: in expansion of macro 
‘PIN_BYTE_ARRAY’
 1501 |         PIN_BYTE_ARRAY(ENVONLY, buf, writeBuf, &writeBufIsCopy, 
"H5DwriteVL: write buffer not pinned");
      |         ^~~~~~~~~~~~~~
In file included from ../../../../../java/src/jni/h5util.h:22,
                 from ../../../../../java/src/jni/h5aImp.c:27:
../../../../../java/src/jni/h5aImp.c: In function 
‘Java_hdf_hdf5lib_H5_H5AwriteVL’:
../../../../../java/src/jni/h5jni.h:95:29: error: assignment to ‘jbyteArray’ 
{aka ‘struct _jobject *’} from incompatible pointer type ‘jbyte *’ {aka ‘signed 
char *’} [-Wincompatible-pointer-types]
   95 |         if (NULL == (outBuf = (*envptr)->GetByteArrayElements(envptr, 
arrayToPin, isCopy))) {                \
      |                             ^
../../../../../java/src/jni/h5aImp.c:1503:9: note: in expansion of macro 
‘PIN_BYTE_ARRAY’
 1503 |         PIN_BYTE_ARRAY(ENVONLY, buf, writeBuf, &writeBufIsCopy, 
"H5AwriteVL: write buffer not pinned");
      |         ^~~~~~~~~~~~~~
../../../../../java/src/jni/h5dImp.c: In function ‘H5DwriteVL_asstr’:
../../../../../java/src/jni/h5dImp.c:1961:37: warning: cast discards ‘const’ 
qualifier from pointer target type [-Wcast-qual]
 1961 |         if (!h5str_convert(ENVONLY, (char **)&utf8, did, tid, &(((char 
*)writeBuf)[i * typeSize]), 0))
      |                                     ^
../../../../../java/src/jni/h5Constants.c: In function 
‘Java_hdf_hdf5lib_HDF5Constants_H5FD_1MEM_1DEFAULT_1LHEAP_1SIZE’:
../../../../../java/src/jni/h5Constants.c:1613:12: warning: signed conversion 
from ‘long long unsigned int’ to ‘jlong’ {aka ‘long int’} changes value from 
‘12297829382473034408’ to ‘-6148914691236517208’ [-Wsign-conversion]
 1613 |     return (hsize_t)(4 * (HADDR_MAX / (H5FD_MEM_NTYPES - 1)));
      |            ^
../../../../../java/src/jni/h5Constants.c: In function 
‘Java_hdf_hdf5lib_HDF5Constants_H5FD_1MEM_1DEFAULT_1OHDR_1SIZE’:
../../../../../java/src/jni/h5Constants.c:1618:12: warning: signed conversion 
from ‘long long unsigned int’ to ‘jlong’ {aka ‘long int’} changes value from 
‘15372286728091293010’ to ‘-3074457345618258606’ [-Wsign-conversion]
 1618 |     return (hsize_t)(5 * (HADDR_MAX / (H5FD_MEM_NTYPES - 1)));
      |            ^
../../../../../java/src/jni/h5aImp.c: In function ‘H5AwriteVL_asstr’:
../../../../../java/src/jni/h5aImp.c:1929:37: warning: cast discards ‘const’ 
qualifier from pointer target type [-Wcast-qual]
 1929 |         if (!h5str_convert(ENVONLY, (char **)&utf8, aid, tid, &(((char 
*)writeBuf)[i * typeSize]), 0))
      |                                     ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/exceptionImp.c -o exceptionImp.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/h5Imp.c -o h5Imp.o >/dev/null 2>&1
make[5]: *** [Makefile:1044: h5dImp.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:1044: h5aImp.lo] Error 1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/h5eImp.c -o h5eImp.o >/dev/null 2>&1
In file included from /usr/include/string.h:548,
                 from ../../../../../java/src/jni/h5util.c:25:
In function ‘memcpy’,
    inlined from ‘h5str_convert’ at ../../../../../java/src/jni/h5util.c:477:13:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: dangling 
pointer ‘value’ to ‘tmp_uchar’ may be used [-Wdangling-pointer=]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../java/src/jni/h5util.c: In function ‘h5str_convert’:
../../../../../java/src/jni/h5util.c:442:35: note: ‘tmp_uchar’ declared here
  442 |                     unsigned char tmp_uchar = 0;
      |                                   ^~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/nativeData.c -o nativeData.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/h5util.c -o h5util.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../../java/src/jni 
-I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L 
-DNDEBUG -UH5_DEBUG_API -I../../../../../src -I../../../../../java/src/jni 
-I/usr/lib/jvm/java-17-openjdk-amd64/include 
-I/usr/lib/jvm/java-17-openjdk-amd64/include/linux -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wcast-qual -Wconversion -Wextra 
-Wfloat-equal -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-include-dirs 
-Wshadow -Wundef -Wwrite-strings -pedantic -Wno-c++-compat -Wlarger-than=2560 
-Wlogical-op -Wframe-larger-than=16384 -Wpacked-bitfield-compat -Wsync-nand 
-Wno-unsuffixed-float-constants -Wdouble-promotion -Wtrampolines 
-Wstack-usage=8192 -Wmaybe-uninitialized -Wdate-time -Warray-bounds=2 
-Wc99-c11-compat -Wduplicated-cond -Whsa -Wnormalized -Wnull-dereference 
-Wunused-const-variable -Walloca -Walloc-zero -Wduplicated-branches 
-Wformat-overflow=2 -Wformat-truncation=1 -Wattribute-alias -Wcast-align=strict 
-Wshift-over
 flow=2 -Wattribute-alias=2 -Wmissing-profile -Wc11-c2x-compat -fstdarg-opt 
-fdiagnostics-urls=never -fno-diagnostics-color -s -Wbad-function-cast 
-Wimplicit-function-declaration -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wold-style-definition -Wpacked -Wpointer-sign 
-Wpointer-to-int-cast -Wredundant-decls -Wstrict-prototypes -Wswitch 
-Wunused-function -Wunused-variable -Wunused-parameter -Wcast-align 
-Wunused-but-set-variable -Wformat -Wincompatible-pointer-types -Wshadow 
-Wrestrict -Wcast-function-type -Wmaybe-uninitialized -Wno-aggregate-return 
-Wno-inline -Wno-missing-format-attribute -Wno-missing-noreturn 
-Wno-overlength-strings -Wno-jump-misses-init -Wstrict-overflow=2 
-Wno-suggest-attribute=const -Wno-suggest-attribute=noreturn 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=format 
-Wno-suggest-attribute=cold -Wno-suggest-attribute=malloc -O3 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack
 -clash-protection -Wformat -Werror=format-security -fcf-protection -c 
../../../../../java/src/jni/h5Constants.c -o h5Constants.o >/dev/null 2>&1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-serial/java/src/jni'
make[4]: *** [Makefile:819: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-serial/java/src'
make[3]: *** [Makefile:896: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-serial/java'
make[2]: *** [Makefile:728: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-serial'
dh_auto_build: error: cd debian/build-serial && make -j8 returned exit code 2
make[1]: *** [debian/rules:301: build_serial] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:274: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hdf5
Source-Version: 1.10.10+repack-4
Done: Gilles Filippini <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hdf5, 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.
Gilles Filippini <p...@debian.org> (supplier of updated hdf5 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: SHA512

Format: 1.8
Date: Sun, 28 Jul 2024 15:35:47 +0200
Source: hdf5
Architecture: source
Version: 1.10.10+repack-4
Distribution: unstable
Urgency: medium
Maintainer: Gilles Filippini <p...@debian.org>
Changed-By: Gilles Filippini <p...@debian.org>
Closes: 1068320 1075063
Changes:
 hdf5 (1.10.10+repack-4) unstable; urgency=medium
 .
   * Drop OpenMPI support for 32 bit archs (closes: #1068320)
   * debian/rules: fix binary packages exclusion via DH_OPTIONS when
     flavors are disabled
   * New patch: gcc14.patch (closes: #1075063)
Checksums-Sha1:
 628ad40c676421736b459b5cefc9eb0741559921 3806 hdf5_1.10.10+repack-4.dsc
 830d9797a355a3c54e0ddd805fc2a2535cf5493c 152872 
hdf5_1.10.10+repack-4.debian.tar.xz
 6ebdc64d45e2be8e532413a8acee20c2497086f0 28419 
hdf5_1.10.10+repack-4_amd64.buildinfo
Checksums-Sha256:
 2b238117e4d3d0a1d9a5414d97ee78c157da90a5259f385f409b2f3255a4562f 3806 
hdf5_1.10.10+repack-4.dsc
 8776da0344b5c426e49e3fd39cc8c8735c35a51f539eac68084d24544425e8a3 152872 
hdf5_1.10.10+repack-4.debian.tar.xz
 109f5d7d1a5fe64006d76911cc43319f62475e2c863343bd068daac2cc3575ec 28419 
hdf5_1.10.10+repack-4_amd64.buildinfo
Files:
 6bd23cd28dcaed81196a0ff55973f44f 3806 science optional 
hdf5_1.10.10+repack-4.dsc
 f85d38668badf7b4c5de6cb40265b355 152872 science optional 
hdf5_1.10.10+repack-4.debian.tar.xz
 1bf2d842b32b77f35914ec3df13f4a00 28419 science optional 
hdf5_1.10.10+repack-4_amd64.buildinfo

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

iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAmamUycQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7PgzQAB/9kbRU5fb1Kxg8ERTGUnUwz06JS9IS1Viee
yiqV4LpwQTX/y8OlK+ZUDxzFekPTrH0nY5X1po3tLj9xZZrFV3yJJ19gc6iKX7Um
A57P2lrRBR9SJx1KLsCSiO9hgTLYYC8Si4+q/31ZcQUNyadgclvCshRIgyvxNyvi
bIQ3uImpu9EQut9DiZOFAGBnX9jELvkDr4J7gtND1vqsMFcCXIw3mvLjTcEMXVxM
plrY+WThbVQgv6qXeanGH6p01HAjB/i1QiEnSSXNH6WMYqADWRZsQqFn3qPiu2KA
L5BT1Jeg0qwkI4HdR7eRYabgGe+oBp/V9VMDuMNp8pX5NTwLlZdq
=egKD
-----END PGP SIGNATURE-----

Attachment: pgpc1DsGHI9nv.pgp
Description: PGP signature


--- End Message ---

Reply via email to