This package copies xalloc.c from gnulib and builds it in such a way that it triggers an implicit function declaration warning: make[3]: Entering directory '/builddir/build/BUILD/lbzip2-b6dc48a7b9bfe6b340ed1f6d72133608ad57144b/lib' gcc -DHAVE_CONFIG_H -I. -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libgnu_a-xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c make[3]: Leaving directory '/builddir/build/BUILD/lbzip2-b6dc48a7b9bfe6b340ed1f6d72133608ad57144b/lib' xmalloc.c: In function 'nonnull': xmalloc.c:35:5: warning: implicit declaration of function 'xalloc_die' [-Wimplicit-function-declaration] 35 | xalloc_die (); | ^~~~~~~~~~ I have raised this issue on the gnulib list: xmalloc calling undeclared xalloc_die function <https://lists.gnu.org/archive/html/bug-gnulib/2022-12/msg00036.html> This is a blocker for building lbzip2 in stricter C99 mode.