Source: nwipe Version: 0.37-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20241223 ftbfs-trixie
Hi, During a rebuild of all packages in sid, this package failed to build on armhf. This package currently has binary packages on armhf, so this is a regression. Also, there are no known issues on amd64 or arm64 according to recent (a couple days ago) rebuilds. The rebuild was done using an armhf chroot on an AWS "m6g" instance (Graviton2 CPU). Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 > -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -c -o create_pdf.o create_pdf.c > prng.c: In function ‘nwipe_add_lagg_fibonacci_prng_init’: > prng.c:272:47: error: passing argument 2 of ‘add_lagg_fibonacci_init’ from > incompatible pointer type [-Wincompatible-pointer-types] > 272 | (add_lagg_fibonacci_state_t*) *state, (unsigned long*) ( > seed->s ), seed->length / sizeof( unsigned long ) ); > | > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | long unsigned int * > In file included from prng.c:28: > alfg/add_lagg_fibonacci_prng.h:40:75: note: expected ‘uint64_t *’ {aka ‘long > long unsigned int *’} but argument is of type ‘long unsigned int *’ > 40 | void add_lagg_fibonacci_init( add_lagg_fibonacci_state_t* state, > uint64_t init_key[], unsigned long key_length ); > | > ~~~~~~~~~^~~~~~~~~~ > prng.c: In function ‘nwipe_xoroshiro256_prng_init’: > prng.c:288:41: error: passing argument 2 of ‘xoroshiro256_init’ from > incompatible pointer type [-Wincompatible-pointer-types] > 288 | (xoroshiro256_state_t*) *state, (unsigned long*) ( seed->s ), > seed->length / sizeof( unsigned long ) ); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | long unsigned int * > In file included from prng.c:29: > xor/xoroshiro256_prng.h:39:63: note: expected ‘uint64_t *’ {aka ‘long long > unsigned int *’} but argument is of type ‘long unsigned int *’ > 39 | void xoroshiro256_init( xoroshiro256_state_t* state, uint64_t > init_key[], unsigned long key_length ); > | > ~~~~~~~~~^~~~~~~~~~ > make[3]: *** [Makefile:536: prng.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/12/23/nwipe_0.37-2_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241223;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241223&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.