Package: src:qrisk2
Version: 0.1.20150729-5
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p lib
mkdir -p executables
dh_auto_build
        make -j2 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
makedepend -- -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -- -I 
/usr/include/linux -I include c/Q80_model_4_0.c c/Q80_model_4_1.c c/utils.c
gcc -I include -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 -c c/Q80_model_4_0.c -o c/Q80_model_4_0.o
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 27): cannot 
find include file "bits/libc-header-start.h"
        not in /usr/include/linux/bits/libc-header-start.h
        not in include/bits/libc-header-start.h
        not in /usr/include/bits/libc-header-start.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 37): cannot 
find include file "bits/types.h"
        not in /usr/include/linux/bits/types.h
        not in include/bits/types.h
        not in /usr/include/bits/types.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 40): cannot 
find include file "bits/math-vector.h"
        not in /usr/include/linux/bits/math-vector.h
        not in include/bits/math-vector.h
        not in /usr/include/bits/math-vector.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 43): cannot 
find include file "bits/floatn.h"
        not in /usr/include/linux/bits/floatn.h
        not in include/bits/floatn.h
        not in /usr/include/bits/floatn.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 152): cannot 
find include file "bits/flt-eval-method.h"
        not in /usr/include/linux/bits/flt-eval-method.h
        not in include/bits/flt-eval-method.h
        not in /usr/include/bits/flt-eval-method.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 204): cannot 
find include file "bits/fp-logb.h"
        not in /usr/include/linux/bits/fp-logb.h
        not in include/bits/fp-logb.h
        not in /usr/include/bits/fp-logb.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 247): cannot 
find include file "bits/fp-fast.h"
        not in /usr/include/linux/bits/fp-fast.h
        not in include/bits/fp-fast.h
        not in /usr/include/bits/fp-fast.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 312): cannot 
find include file "bits/mathcalls-helper-functions.h"
        not in /usr/include/linux/bits/mathcalls-helper-functions.h
        not in include/bits/mathcalls-helper-functions.h
        not in /usr/include/bits/mathcalls-helper-functions.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 313): cannot 
find include file "bits/mathcalls.h"
        not in /usr/include/linux/bits/mathcalls.h
        not in include/bits/mathcalls.h
        not in /usr/include/bits/mathcalls.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 566): cannot 
find include file "bits/mathcalls-narrow.h"
        not in /usr/include/linux/bits/mathcalls-narrow.h
        not in include/bits/mathcalls-narrow.h
        not in /usr/include/bits/mathcalls-narrow.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 587): cannot 
find include file "bits/mathcalls-narrow.h"
        not in /usr/include/linux/bits/mathcalls-narrow.h
        not in include/bits/mathcalls-narrow.h
        not in /usr/include/bits/mathcalls-narrow.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 616): cannot 
find include file "bits/mathcalls-narrow.h"
        not in /usr/include/linux/bits/mathcalls-narrow.h
        not in include/bits/mathcalls-narrow.h
        not in /usr/include/bits/mathcalls-narrow.h
makedepend: warning:  c/Q80_model_4_0.c (reading /usr/include/math.h, line 1055): cannot 
find include file "bits/iscanonical.h"
        not in /usr/include/linux/bits/iscanonical.h
        not in include/bits/iscanonical.h
        not in /usr/include/bits/iscanonical.h
gcc -I include -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 -c c/Q80_model_4_1.c -o c/Q80_model_4_1.o
In file included from c/Q80_model_4_1.c:41:
include/clinrisk/utils.h:42:6: error: conflicting types for ‘strlcat’; have 
‘void(char *, char *, int)’
   42 | void strlcat(char *dst, char *src, int n) ;
      |      ^~~~~~~
In file included from c/Q80_model_4_0.c:40:
include/clinrisk/utils.h:42:6: error: conflicting types for ‘strlcat’; have 
‘void(char *, char *, int)’
   42 | void strlcat(char *dst, char *src, int n) ;
      |      ^~~~~~~
In file included from /usr/include/features.h:502,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/math.h:27,
                 from c/Q80_model_4_1.c:38:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: previous 
definition of ‘strlcat’ with type ‘size_t(char * restrict,  const char * 
restrict,  size_t)’ {aka ‘long unsigned int(char * restrict,  const char * 
restrict,  long unsigned int)’}
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
In file included from /usr/include/features.h:502,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/math.h:27,
                 from c/Q80_model_4_0.c:37:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: previous 
definition of ‘strlcat’ with type ‘size_t(char * restrict,  const char * 
restrict,  size_t)’ {aka ‘long unsigned int(char * restrict,  const char * 
restrict,  long unsigned int)’}
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
make[2]: *** [Makefile:66: c/Q80_model_4_1.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:66: c/Q80_model_4_0.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to