Source: id-utils Version: 4.6.28-20200521ss15dab 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): > cc -DHAVE_CONFIG_H -I. -I../lib -I../lib -DDATADIR=\"/usr/share/misc\" > -DLOCALEDIR=\"/usr/share/misc/locale\" > -DLANGUAGE_MAP_FILE=\"/usr/share/misc/id-lang.map\" -g -O2 > -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -Wall -g -MT walker.o -MD -MP -MF .deps/walker.Tpo -c > -o walker.o walker.c > walker.c: In function 'init_idh_tables': > walker.c:1190:14: error: passing argument 3 of 'hash_init' from incompatible > pointer type [-Wincompatible-pointer-types] > 1190 | dev_ino_hash_1, dev_ino_hash_2, dev_ino_hash_compare); > | ^~~~~~~~~~~~~~ > | | > | size_t (*)(const void *) {aka unsigned int (*)(const > void *)} > In file included from idfile.h:27, > from walker.c:34: > idu-hash.h:46:36: note: expected 'hash_func_t' {aka 'long unsigned int > (*)(const void *)'} but argument is of type 'size_t (*)(const void *)' {aka > 'unsigned int (*)(const void *)'} > 46 | hash_func_t hash_1, hash_func_t hash_2, > | ~~~~~~~~~~~~^~~~~~ > walker.c:1190:30: error: passing argument 4 of 'hash_init' from incompatible > pointer type [-Wincompatible-pointer-types] > 1190 | dev_ino_hash_1, dev_ino_hash_2, dev_ino_hash_compare); > | ^~~~~~~~~~~~~~ > | | > | size_t (*)(const void *) {aka unsigned > int (*)(const void *)} > idu-hash.h:46:56: note: expected 'hash_func_t' {aka 'long unsigned int > (*)(const void *)'} but argument is of type 'size_t (*)(const void *)' {aka > 'unsigned int (*)(const void *)'} > 46 | hash_func_t hash_1, hash_func_t hash_2, > | ~~~~~~~~~~~~^~~~~~ > make[3]: *** [Makefile:1849: walker.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/12/23/id-utils_4.6.28-20200521ss15dab_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.