Package: src:libfiu; Maintainer for src:libfiu is Chris Lamb <[email protected]>;
Reported by: Matthias Klose <[email protected]>
Date: Mon, 17 Feb 2025 17:32:01 UTC
Severity: important
Tags: forky, sid
Found in version libfiu/1.2-3
Reply or subscribe to this bug.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to Chris Lamb <[email protected]>
:
Bug#1097184
; Package src:libfiu
.
(Mon, 17 Feb 2025 17:32:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Matthias Klose <[email protected]>
:
New Bug report received and forwarded. Copy sent to Chris Lamb <[email protected]>
.
(Mon, 17 Feb 2025 17:32:02 GMT) (full text, mbox, link).
Message #5 received at [email protected] (full text, mbox, reply):
Package: src:libfiu Version: 1.2-3 Severity: important Tags: sid forky User: [email protected] Usertags: ftbfs-gcc-15 [This bug is NOT targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/libfiu_1.2-3_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-15/porting_to.html [...] make[4]: Entering directory '/build/reproducible-path/libfiu-1.2/tests/collisions' cc -I../../libfiu/ -L../../libfiu/ -L./ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall -shared -fPIC libcoltest.c -o libcoltest.so make[4]: Entering directory '/build/reproducible-path/libfiu-1.2/tests/utils' mkdir -p libs/ ./generate-test -c tests/fprintf.conf -o tests/fprintf.c ln -f ../../preload/posix/fiu_posix_preload.so libs/ ln -f ../../preload/run/fiu_run_preload.so libs/ LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py > output-test-basic_ctrl.py.txt 2>&1 test-enable_stack.c: In function 'main': test-enable_stack.c:31:50: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 31 | r = fiu_enable_stack("fp-1", 1, NULL, 0, (void *)&func2, -1); | ^ cc -I../../libfiu/ -L../../libfiu/ -L./ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall -L. binary.c -lfiu -lcoltest -o binary ./generate-test -c tests/fread.conf -o tests/fread.c ./generate-test -c tests/kill.conf -o tests/kill.c ./generate-test -c tests/malloc.conf -o tests/malloc.c ./generate-test -c tests/mmap.conf -o tests/mmap.c ./generate-test -c tests/open.conf -o tests/open.c LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-enable_stack_by_name LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-ferror ./generate-test -c tests/open64.conf -o tests/open64.c ./wrap-python 3 ./test-basic.py ./wrap-python 3 ./test-cache_invalidation.py ./generate-test -c tests/pread.conf -o tests/pread.c LD_LIBRARY_PATH="./:../../libfiu/" ./binary ./generate-test -c tests/pread64.conf -o tests/pread64.c make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/collisions' ./wrap-python 3 ./test-failinfo_refcount.py ./wrap-python 3 ./test-fiu_ctrl.py ./generate-test -c tests/strdup.conf -o tests/strdup.c ./wrap-python 3 ./test-manyfps.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fopen.c -lfiu -o tests/fopen.bin ./wrap-python 3 ./test-onetime.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fprintf.c -lfiu -o tests/fprintf.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fread.c -lfiu -o tests/fread.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/kill.c -lfiu -o tests/kill.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/malloc.c -lfiu -o tests/malloc.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/mmap.c -lfiu -o tests/mmap.bin ./wrap-python 3 ./test-set_prng_seed-env.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/open.c -lfiu -o tests/open.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/open64.c -lfiu -o tests/open64.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/pread.c -lfiu -o tests/pread.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/pread64.c -lfiu -o tests/pread64.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/strdup.c -lfiu -o tests/strdup.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fopen.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fprintf.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fread.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/kill.bin LD_LIBRARY_PATH=../../libfiu/ ./test-basic_run.sh > output-test-basic_run.sh.txt 2>&1 LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/malloc.bin libc/mm/malloc - external callback not invoked make[4]: *** [Makefile:40: tests/malloc.bin-run] Error 255 make[4]: *** Waiting for unfinished jobs.... ./wrap-python 3 ./test-set_prng_seed.py ./wrap-python 3 ./test-wildcards.py LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-enable_stack rm tests/fprintf.bin tests/malloc.bin tests/kill.bin tests/open.bin tests/fread.bin tests/strdup.bin tests/open64.bin tests/mmap.bin tests/fopen.bin tests/pread64.bin tests/pread.bin make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/generated' make[3]: *** [Makefile:106: gen-tests] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/utils' rm test-enable_stack_by_name test-ferror test-enable_stack make[3]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests' make[2]: *** [Makefile:58: test] Error 2 make[2]: Leaving directory '/build/reproducible-path/libfiu-1.2' dh_auto_test: error: make -j8 test V=1 LC_ALL=C returned exit code 2 make[1]: *** [debian/rules:34: override_dh_auto_test] Error 25 make[1]: Leaving directory '/build/reproducible-path/libfiu-1.2' make: *** [debian/rules:13: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Information forwarded
to [email protected], Chris Lamb <[email protected]>
:
Bug#1097184
; Package src:libfiu
.
(Tue, 18 Feb 2025 13:15:01 GMT) (full text, mbox, link).
Acknowledgement sent
to "Chris Lamb" <[email protected]>
:
Extra info received and forwarded to list. Copy sent to Chris Lamb <[email protected]>
.
(Tue, 18 Feb 2025 13:15:02 GMT) (full text, mbox, link).
Message #10 received at [email protected] (full text, mbox, reply):
Hey Alberto, Just a heads-up that libfiu doesn't seem to build with GCC-15. I could set -std=gnu17, but perhaps the changes are straightforward and/or you wish to make them anyway. The full bug can be found at <https://bugs.debian.org/1097184>. Best wishes, Chris ----- Original message ----- From: Matthias Klose <[email protected]> To: [email protected] Subject: Bug#1097184: libfiu: ftbfs with GCC-15 Date: Monday, 17 February 2025 5:31 PM Package: src:libfiu Version: 1.2-3 Severity: important Tags: sid forky User: [email protected] Usertags: ftbfs-gcc-15 […] The package fails to build in a test rebuild on at least amd64 with gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/libfiu_1.2-3_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-15/porting_to.html [...] make[4]: Entering directory '/build/reproducible-path/libfiu-1.2/tests/collisions' cc -I../../libfiu/ -L../../libfiu/ -L./ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall -shared -fPIC libcoltest.c -o libcoltest.so make[4]: Entering directory '/build/reproducible-path/libfiu-1.2/tests/utils' mkdir -p libs/ ./generate-test -c tests/fprintf.conf -o tests/fprintf.c ln -f ../../preload/posix/fiu_posix_preload.so libs/ ln -f ../../preload/run/fiu_run_preload.so libs/ LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py > output-test-basic_ctrl.py.txt 2>&1 test-enable_stack.c: In function 'main': test-enable_stack.c:31:50: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 31 | r = fiu_enable_stack("fp-1", 1, NULL, 0, (void *)&func2, -1); | ^ cc -I../../libfiu/ -L../../libfiu/ -L./ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall -L. binary.c -lfiu -lcoltest -o binary ./generate-test -c tests/fread.conf -o tests/fread.c ./generate-test -c tests/kill.conf -o tests/kill.c ./generate-test -c tests/malloc.conf -o tests/malloc.c ./generate-test -c tests/mmap.conf -o tests/mmap.c ./generate-test -c tests/open.conf -o tests/open.c LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-enable_stack_by_name LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-ferror ./generate-test -c tests/open64.conf -o tests/open64.c ./wrap-python 3 ./test-basic.py ./wrap-python 3 ./test-cache_invalidation.py ./generate-test -c tests/pread.conf -o tests/pread.c LD_LIBRARY_PATH="./:../../libfiu/" ./binary ./generate-test -c tests/pread64.conf -o tests/pread64.c make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/collisions' ./wrap-python 3 ./test-failinfo_refcount.py ./wrap-python 3 ./test-fiu_ctrl.py ./generate-test -c tests/strdup.conf -o tests/strdup.c ./wrap-python 3 ./test-manyfps.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fopen.c -lfiu -o tests/fopen.bin ./wrap-python 3 ./test-onetime.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fprintf.c -lfiu -o tests/fprintf.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/fread.c -lfiu -o tests/fread.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/kill.c -lfiu -o tests/kill.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/malloc.c -lfiu -o tests/malloc.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/mmap.c -lfiu -o tests/mmap.bin ./wrap-python 3 ./test-set_prng_seed-env.py cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/open.c -lfiu -o tests/open.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/open64.c -lfiu -o tests/open64.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/pread.c -lfiu -o tests/pread.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/pread64.c -lfiu -o tests/pread64.bin cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libfiu-1.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99 -pedantic -Wall tests/strdup.c -lfiu -o tests/strdup.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fopen.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fprintf.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/fread.bin LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/kill.bin LD_LIBRARY_PATH=../../libfiu/ ./test-basic_run.sh > output-test-basic_run.sh.txt 2>&1 LD_LIBRARY_PATH=../../libfiu/ LD_PRELOAD="../../preload/run/fiu_run_preload.so ../../preload/posix/fiu_posix_preload.so" ./tests/malloc.bin libc/mm/malloc - external callback not invoked make[4]: *** [Makefile:40: tests/malloc.bin-run] Error 255 make[4]: *** Waiting for unfinished jobs.... ./wrap-python 3 ./test-set_prng_seed.py ./wrap-python 3 ./test-wildcards.py LD_LIBRARY_PATH=../libfiu/ LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so ./test-enable_stack rm tests/fprintf.bin tests/malloc.bin tests/kill.bin tests/open.bin tests/fread.bin tests/strdup.bin tests/open64.bin tests/mmap.bin tests/fopen.bin tests/pread64.bin tests/pread.bin make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/generated' make[3]: *** [Makefile:106: gen-tests] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests/utils' rm test-enable_stack_by_name test-ferror test-enable_stack make[3]: Leaving directory '/build/reproducible-path/libfiu-1.2/tests' make[2]: *** [Makefile:58: test] Error 2 make[2]: Leaving directory '/build/reproducible-path/libfiu-1.2' dh_auto_test: error: make -j8 test V=1 LC_ALL=C returned exit code 2 make[1]: *** [debian/rules:34: override_dh_auto_test] Error 25 make[1]: Leaving directory '/build/reproducible-path/libfiu-1.2' make: *** [debian/rules:13: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -- ,''`. : :' : Chris Lamb `. `'` [email protected] 🍥 chris-lamb.co.uk `-
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.