Your message dated Thu, 30 Jul 2020 16:24:29 +0100
with message-id <[email protected]>
and subject line close bug - wrong number in changelog
has caused the Debian Bug report #957329,
regarding hdf-eos5: ftbfs with GCC-10
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.)


-- 
957329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hdf-eos5
Version: 5.1.16.dfsg.1-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/hdf-eos5_5.1.16.dfsg.1-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
      |                  ^~~~~~~~~~~~~~~~~~
      |                  HE5_ZAsetdimscale
ZAapi.c: In function ‘HE5_ZAcreate’:
ZAapi.c:338:34: warning: ‘%s’ directive writing likely 257 or more bytes into a 
region of size 247 [-Wformat-overflow=]
  338 |       sprintf(errbuf, "za name \"%s\" must be less than %d 
characters.\n", zaname, HE5_OBJNAMELENMAX);
      |                                  ^~
ZAapi.c:338:23: note: assuming directive output of 257 bytes
  338 |       sprintf(errbuf, "za name \"%s\" must be less than %d 
characters.\n", zaname, HE5_OBJNAMELENMAX);
      |                       
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from /usr/include/hdf5/serial/H5Epublic.h:20,
                 from /usr/include/hdf5/serial/hdf5.h:26,
                 from ../include/HE5_HdfEosDef.h:28,
                 from ZAapi.c:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output 46 or more bytes (assuming 303) into a 
destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  /usr/bin/h5cc -DHAVE_CONFIG_H -I. -I../include -I../include/ 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_HDFEOS5_THREADSAFE -Df2cFortran 
-I/usr/include/hdf5/serial -c GDapi.c  -fPIC -DPIC -o GDapi.o >/dev/null 2>&1
ZAapi.c: In function ‘HE5_ZAwrrdfield’:
ZAapi.c:8621:27: warning: argument 1 range [18446744071562067968, 
18446744073709551615] exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
 8621 |       tcount = (hsize_t *)calloc(rank, sizeof(hsize_t));
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/HE5_HdfEosDef.h:36,
                 from ZAapi.c:13:
/usr/include/stdlib.h:541:14: note: in a call to allocation function ‘calloc’ 
declared here
  541 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
ZAapi.c:8631:28: warning: argument 1 range [18446744071562067968, 
18446744073709551615] exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
 8631 |       lcount =  (hsize_t *)calloc(rank, sizeof(hsize_t));
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/HE5_HdfEosDef.h:36,
                 from ZAapi.c:13:
/usr/include/stdlib.h:541:14: note: in a call to allocation function ‘calloc’ 
declared here
  541 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
ZAapi.c:8614:28: warning: argument 1 range [18446744071562067968, 
18446744073709551615] exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
 8614 |       tstart = (hssize_t *)calloc(rank, sizeof(hssize_t));
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/HE5_HdfEosDef.h:36,
                 from ZAapi.c:13:
/usr/include/stdlib.h:541:14: note: in a call to allocation function ‘calloc’ 
declared here
  541 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
ZAapi.c:8621:27: warning: argument 1 range [18446744071562067968, 
18446744073709551615] exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
 8621 |       tcount = (hsize_t *)calloc(rank, sizeof(hsize_t));
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/HE5_HdfEosDef.h:36,
                 from ZAapi.c:13:
/usr/include/stdlib.h:541:14: note: in a call to allocation function ‘calloc’ 
declared here
  541 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
libtool: compile:  /usr/bin/h5cc -DHAVE_CONFIG_H -I. -I../include -I../include/ 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_HDFEOS5_THREADSAFE -Df2cFortran 
-I/usr/include/hdf5/serial -c SWapi.c  -fPIC -DPIC -o SWapi.o >/dev/null 2>&1
libtool: compile:  /usr/bin/h5cc -DHAVE_CONFIG_H -I. -I../include -I../include/ 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_HDFEOS5_THREADSAFE -Df2cFortran 
-I/usr/include/hdf5/serial -c ZAapi.c  -fPIC -DPIC -o ZAapi.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=link /usr/bin/h5cc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_HDFEOS5_THREADSAFE -Df2cFortran 
-I/usr/include/hdf5/serial  -Wl,-z,relro -lpthread -L/usr/lib/x86_64-linux-gnu 
-L/usr/lib/x86_64-linux-gnu/hdf5/serial -shrext .so -o libhe5_hdfeos.la -rpath 
/usr/lib/x86_64-linux-gnu EHapi.lo GDapi.lo PTapi.lo SWapi.lo TSapi.lo ZAapi.lo 
 -lgctp -lhdf5_hl -lhdf5 -lm 
libtool: link: /usr/bin/h5cc -shared  -fPIC -DPIC  .libs/EHapi.o .libs/GDapi.o 
.libs/PTapi.o .libs/SWapi.o .libs/TSapi.o .libs/ZAapi.o   -lpthread 
-L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/hdf5/serial -lgctp 
-lhdf5_hl -lhdf5 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro   
-Wl,-soname -Wl,libhe5_hdfeos.so.0 -o .libs/libhe5_hdfeos.so.0.0.0
/usr/bin/ld: .libs/GDapi.o:./src/../include/HE5_HdfEosDef.h:417: multiple 
definition of `GlobalMutex'; 
.libs/EHapi.o:./src/../include/HE5_HdfEosDef.h:417: first defined here
/usr/bin/ld: .libs/PTapi.o:./src/../include/HE5_HdfEosDef.h:417: multiple 
definition of `GlobalMutex'; 
.libs/EHapi.o:./src/../include/HE5_HdfEosDef.h:417: first defined here
/usr/bin/ld: .libs/SWapi.o:./src/../include/HE5_HdfEosDef.h:417: multiple 
definition of `GlobalMutex'; 
.libs/EHapi.o:./src/../include/HE5_HdfEosDef.h:417: first defined here
/usr/bin/ld: .libs/TSapi.o:./src/../include/HE5_HdfEosDef.h:417: multiple 
definition of `GlobalMutex'; 
.libs/EHapi.o:./src/../include/HE5_HdfEosDef.h:417: first defined here
/usr/bin/ld: .libs/ZAapi.o:./src/../include/HE5_HdfEosDef.h:417: multiple 
definition of `GlobalMutex'; 
.libs/EHapi.o:./src/../include/HE5_HdfEosDef.h:417: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:414: libhe5_hdfeos.la] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:402: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
close 957329

thanks


--
Alastair McKinstry, <[email protected]>, <[email protected]>, 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.     

--- End Message ---

Reply via email to