Package: src:libopaque Version: 1.0.1-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ About the archive rebuild: The build was made on virtual machines 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 add an affects on src:libopaque, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --sourcedirectory=src --with python3 dh_auto_clean -O--sourcedirectory=src cd src && make -j2 clean make[1]: Entering directory '/<<PKGBUILDDIR>>/src' make -C utils/man clean make[2]: Entering directory '/<<PKGBUILDDIR>>/src/utils/man' rm -f *.1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/utils/man' rm -f \ *.o \ aux_/*.o \ libopaque.dll \ libopaque.so \ libopaque.a \ tests/opaque-munit \ tests/opaque-munit.exe \ tests/opaque-munit.html \ tests/opaque-munit.js \ tests/opaque-test \ tests/opaque-test.exe \ tests/opaque-test.html \ tests/opaque-test.js \ tests/opaque-tv1 \ tests/opaque-tv1.exe \ tests/opaque-tv1.html \ tests/opaque-tv1.js \ utils/opaque make[1]: Leaving directory '/<<PKGBUILDDIR>>/src' dh_autoreconf_clean -O--sourcedirectory=src dh_clean -O--sourcedirectory=src rm -f debian/debhelper-build-stamp rm -rf debian/.debhelper/ rm -f -- debian/libopaque-bin.substvars debian/libopaque0.substvars debian/libopaque-dev.substvars debian/python3-opaque.substvars debian/files rm -fr -- debian/libopaque-bin/ debian/tmp/ debian/libopaque0/ debian/libopaque-dev/ debian/python3-opaque/ find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} + \) -o \ \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) -prune -exec rm -rf {} + \) \) debian/rules binary dh binary --sourcedirectory=src --with python3 dh_update_autotools_config -O--sourcedirectory=src dh_autoreconf -O--sourcedirectory=src dh_auto_configure -O--sourcedirectory=src dh_auto_build -O--sourcedirectory=src cd src && make -j2 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<<PKGBUILDDIR>>/src' cc -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 -fcf-protection -Wall -pedantic -std=c99 -fpic -Wl,-z,defs -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -fcf-protection=full -fstack-clash-protection -Iaux_ -o common.o -c common.c cc -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 -fcf-protection -Wall -pedantic -std=c99 -fpic -Wl,-z,defs -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -fcf-protection=full -fstack-clash-protection -Iaux_ -I/usr/include/oprf -o opaque.o -c opaque.c cc -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 -fcf-protection -Wall -pedantic -std=c99 -fpic -Wl,-z,defs -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -fcf-protection=full -fstack-clash-protection -Iaux_ -o aux_/kdf_hkdf_sha512.o -c aux_/kdf_hkdf_sha512.c opaque.c:81:3: warning: âelement_countâ attribute directive ignored [-Wattributes] 81 | uint8_t pwdU[] __bounds(pwdU_len); | ^~~~~~~ opaque.c:96:3: warning: âelement_countâ attribute directive ignored [-Wattributes] 96 | uint8_t pwdU[] __bounds(pwdU_len); | ^~~~~~~ opaque.c: In function âvoprf_hash_to_scalarâ: opaque.c:133:9: error: implicit declaration of function âexpand_message_xmdâ; did you mean âoprf_expand_message_xmdâ? [-Wimplicit-function-declaration] 133 | if(0!=expand_message_xmd(msg, msg_len, dst, dst_len, crypto_core_ristretto255_HASHBYTES, uniform_bytes)) { | ^~~~~~~~~~~~~~~~~~ | oprf_expand_message_xmd opaque.c: In function âopaque_CombineCredentialResponsesâ: opaque.c:1073:26: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C23 [-Wpedantic] 1073 | toprf_thresholdmult(t, responses, beta); | ^~~~~~~~~ opaque.c: In function âopaque_CombineRegistrationResponsesâ: opaque.c:1540:26: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C23 [-Wpedantic] 1540 | toprf_thresholdmult(t, responses, beta); | ^~~~~~~~~ make[1]: *** [makefile:173: opaque.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/<<PKGBUILDDIR>>/src' dh_auto_build: error: cd src && make -j2 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:15: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

