Your message dated Thu, 22 Aug 2024 21:35:53 +0000
with message-id <[email protected]>
and subject line Bug#1074848: fixed in bitshuffle 0.5.1-1.3
has caused the Debian Bug report #1074848,
regarding bitshuffle: 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 [email protected]
immediately.)
--
1074848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074848
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bitshuffle
Version: 0.5.1-1.2
Severity: important
Tags: sid trixie
User: [email protected]
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/bitshuffle_0.5.1-1.2_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
[...]
102 | if (nbytes != size * elem_size) {
| ^~
src/bitshuffle.c: In function ‘bshuf_decompress_zstd_block’:
src/bitshuffle.c:187:16: warning: comparison of integer expressions of
different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long
unsigned int’} [-Wsign-compare]
187 | if (nbytes != size * elem_size) {
| ^~
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -Izstd/lib/
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.12
-c src/bitshuffle_core.c -o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -Izstd/lib/
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.12
-c src/iochain.c -o build/temp.linux-x86_64-cpython-312/src/iochain.o -fopenmp
-fPIC -O3 -ffast-math -std=c99 -fno-strict-aliasing
mpicc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2
-Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-312/bitshuffle/ext.o
build/temp.linux-x86_64-cpython-312/src/bitshuffle.o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o
build/temp.linux-x86_64-cpython-312/src/iochain.o -L/usr/lib/x86_64-linux-gnu
-llz4 -lzstd -o
build/lib.linux-x86_64-cpython-312/bitshuffle/ext.cpython-312-x86_64-linux-gnu.so
-fopenmp
building 'bitshuffle.h5' extension
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c bitshuffle/h5.c -o
build/temp.linux-x86_64-cpython-312/bitshuffle/h5.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bitshuffle.c -o
build/temp.linux-x86_64-cpython-312/src/bitshuffle.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
src/bitshuffle.c: In function ‘bshuf_decompress_lz4_block’:
src/bitshuffle.c:102:16: warning: comparison of integer expressions of
different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long
unsigned int’} [-Wsign-compare]
102 | if (nbytes != size * elem_size) {
| ^~
src/bitshuffle.c: In function ‘bshuf_decompress_zstd_block’:
src/bitshuffle.c:187:16: warning: comparison of integer expressions of
different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long
unsigned int’} [-Wsign-compare]
187 | if (nbytes != size * elem_size) {
| ^~
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bitshuffle_core.c -o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bshuf_h5filter.c -o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5filter.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/hdf5_dl.c -o
build/temp.linux-x86_64-cpython-312/src/hdf5_dl.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DH5_USE_18_API -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/iochain.c -o
build/temp.linux-x86_64-cpython-312/src/iochain.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2
-Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-312/bitshuffle/h5.o
build/temp.linux-x86_64-cpython-312/src/bitshuffle.o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5filter.o
build/temp.linux-x86_64-cpython-312/src/hdf5_dl.o
build/temp.linux-x86_64-cpython-312/src/iochain.o
-L/usr/lib/x86_64-linux-gnu/hdf5/openmpi
-L/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu -lmpi -llz4
-lzstd -o
build/lib.linux-x86_64-cpython-312/bitshuffle/h5.cpython-312-x86_64-linux-gnu.so
-fopenmp
building 'bitshuffle.plugin.libh5bshuf' extension
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bitshuffle.c -o
build/temp.linux-x86_64-cpython-312/src/bitshuffle.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
src/bitshuffle.c: In function ‘bshuf_decompress_lz4_block’:
src/bitshuffle.c:102:16: warning: comparison of integer expressions of
different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long
unsigned int’} [-Wsign-compare]
102 | if (nbytes != size * elem_size) {
| ^~
src/bitshuffle.c: In function ‘bshuf_decompress_zstd_block’:
src/bitshuffle.c:187:16: warning: comparison of integer expressions of
different signedness: ‘int64_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long
unsigned int’} [-Wsign-compare]
187 | if (nbytes != size * elem_size) {
| ^~
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bitshuffle_core.c -o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bshuf_h5filter.c -o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5filter.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/bshuf_h5plugin.c -o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5plugin.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=5 -DBSHUF_VERSION_POINT=1
-DZSTD_SUPPORT=1 -DZSTD_SUPPORT=1 -Isrc/ -I/usr/include/hdf5/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -Izstd/lib/
-I/usr/include/python3.12 -c src/iochain.c -o
build/temp.linux-x86_64-cpython-312/src/iochain.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
creating build/lib.linux-x86_64-cpython-312/bitshuffle/plugin
mpicc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2
-Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-312/src/bitshuffle.o
build/temp.linux-x86_64-cpython-312/src/bitshuffle_core.o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5filter.o
build/temp.linux-x86_64-cpython-312/src/bshuf_h5plugin.o
build/temp.linux-x86_64-cpython-312/src/iochain.o
-L/usr/lib/x86_64-linux-gnu/hdf5/openmpi
-L/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu -lhdf5
-lmpi -llz4 -lzstd -o
build/lib.linux-x86_64-cpython-312/bitshuffle/plugin/libh5bshuf.cpython-312-x86_64-linux-gnu.so
-fopenmp
building 'bitshuffle.plugin.libh5LZF' extension
creating build/temp.linux-x86_64-cpython-312/lzf
mpicc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-Ilzf/ -I/usr/include/hdf5/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/include/liblzf
-I/usr/include/python3.12 -c lzf/lzf_filter.c -o
build/temp.linux-x86_64-cpython-312/lzf/lzf_filter.o -fopenmp -fPIC -O3
-ffast-math -std=c99 -fno-strict-aliasing
lzf/lzf_filter.c: In function ‘register_lzf’:
lzf/lzf_filter.c:85:9: error: initialization of ‘int’ from ‘char *’ makes
integer from pointer without a cast [-Wint-conversion]
85 | "lzf",
| ^~~~~
lzf/lzf_filter.c:85:9: note: (near initialization for ‘filter_class.id’)
lzf/lzf_filter.c:86:9: error: initialization of ‘unsigned int’ from ‘void *’
makes integer from pointer without a cast [-Wint-conversion]
86 | NULL,
| ^~~~
lzf/lzf_filter.c:86:9: note: (near initialization for
‘filter_class.encoder_present’)
lzf/lzf_filter.c:87:9: error: initialization of ‘unsigned int’ from ‘herr_t
(*)(hid_t, hid_t, hid_t)’ {aka ‘int (*)(long int, long int, long int)’}
makes integer from pointer without a cast [-Wint-conversion]
87 | (H5Z_set_local_func_t)(lzf_set_local),
| ^
lzf/lzf_filter.c:87:9: note: (near initialization for
‘filter_class.decoder_present’)
lzf/lzf_filter.c:88:9: error: initialization of ‘const char *’ from
incompatible pointer type ‘size_t (*)(unsigned int, size_t, const unsigned
int *, size_t, size_t *, void **)’ {aka ‘long unsigned int (*)(unsigned int,
long unsigned int, const unsigned int *, long unsigned int, long unsigned int
*, void **)’} [-Wincompatible-pointer-types]
88 | (H5Z_func_t)(lzf_filter)
| ^
lzf/lzf_filter.c:88:9: note: (near initialization for ‘filter_class.name’)
error: command '/usr/bin/mpicc' failed with exit code 1
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1:
python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_bitshuffle
dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.12"
returned exit code 13
make[1]: *** [debian/rules:34: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:31: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: bitshuffle
Source-Version: 0.5.1-1.3
Done: Gilles Filippini <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bitshuffle, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gilles Filippini <[email protected]> (supplier of updated bitshuffle 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 16 Aug 2024 21:57:44 +0200
Source: bitshuffle
Architecture: source
Version: 0.5.1-1.3
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Closes: 1074848
Changes:
bitshuffle (0.5.1-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* New patch gcc14.patch to fix FTBFS against GCC-14 (closes: #1074848)
Checksums-Sha1:
8ad56cd83b527ad15d7f1ba62ee428c6d673cca5 1966 bitshuffle_0.5.1-1.3.dsc
daff5c80498d835c294cc4f75e2475b144cc3ae2 7784
bitshuffle_0.5.1-1.3.debian.tar.xz
7a160c8a3c1595e2218c20c5f1a489831087c13a 11609
bitshuffle_0.5.1-1.3_amd64.buildinfo
Checksums-Sha256:
1d3a687d08e3104acda2eb3c5a1f79b756543e4156ae5135212eda55983e8538 1966
bitshuffle_0.5.1-1.3.dsc
be2b3d1f414036a85d6eda0823d0c4d0c8fe459401bc5f70689186361c5db3f8 7784
bitshuffle_0.5.1-1.3.debian.tar.xz
d5f5f38f8ca8a4c9c54e4b0fba4778adca1acbba8fa3d55c7330730ff3d15d91 11609
bitshuffle_0.5.1-1.3_amd64.buildinfo
Files:
eb8a55184dd829a9e78a18aa92f3a6e7 1966 devel optional bitshuffle_0.5.1-1.3.dsc
1987a33671688298430e0ebfb099b289 7784 devel optional
bitshuffle_0.5.1-1.3.debian.tar.xz
698d20618a3d02e6087cdb65cbd9a5c7 11609 devel optional
bitshuffle_0.5.1-1.3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAma/vdYQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7Pg+NUB/4kxqFbFoQTh8zKLI8CzFsaeips7lu/jbsD
/OHIZF99tUdq0hcFfR79k/vjhny+p4bmmBt/uSWi9RT0INGxEyDEUvmHPU1OrRFJ
wZzgPpGnELPuakyMZzPYJ9KI98RHsFAnuTrCQVm3w4RPpr0FQ5yGNxeBSmi6hVIK
Wg100Jqsr2SvfDb/lpPmlOBXETLcOV7t5g3iTUKYOBgXth1tdx3YCWrUcHuBt+cQ
xPUXEW+v4rXO91468vePI+U3Gjfjgn4x6iC5jcY/x0xmYqfloe0xiNNWlyjVLufd
5XEhlwYns05Gq+vRQ3nzk8GNzdT/H3GMkKr/9vb3AhO5tcfpw2+j
=fo4n
-----END PGP SIGNATURE-----
pgpPxZbhJikYp.pgp
Description: PGP signature
--- End Message ---