Source: libfiu
Version: 0.96-4
Severity: important
Tags: ftbfs

https://tests.reproducible-builds.org/debian/history/libfiu.html
https://tests.reproducible-builds.org/debian/rb-pkg/buster/armhf/libfiu.html

...
ln -f ../preload/posix/fiu_posix_preload.so libs/
ln -f ../preload/run/fiu_run_preload.so libs/
LD_LIBRARY_PATH=../libfiu/ ./test-parallel-wildcard
cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC 
-DFIU_ENABLE=1 -g -O2 -fdebug-prefix-map=/build/libfiu-0.96=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -pedantic 
-Wall -std=c99 -pedantic -Wall tests/kill.c -lfiu -o tests/kill.bin
LD_LIBRARY_PATH=../libfiu/ ./test-enable_stack
NOTE: fiu_enable_stack() failed, skipping test
LD_LIBRARY_PATH=../libfiu/ ./test-enable_stack_by_name
NOTE: fiu_enable_stack_by_name() failed, skipping test
./wrap-python 2 ./test-manyfps.py
./wrap-python 2 ./test-failinfo_refcount.py
./wrap-python 2 ./test-wildcards.py
./wrap-python 2 ./test-fiu_ctrl.py
./wrap-python 2 ./test-basic.py
cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC 
-DFIU_ENABLE=1 -g -O2 -fdebug-prefix-map=/build/libfiu-0.96=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -pedantic 
-Wall -std=c99 -pedantic -Wall tests/open.c -lfiu -o tests/open.bin
Traceback (most recent call last):
  File "./test-fiu_ctrl.py", line 21, in <module>
    cmd = run_cat()
  File "./test-fiu_ctrl.py", line 16, in run_cat
    return fiu_ctrl.Subprocess(["./small-cat"],
AttributeError: 'module' object has no attribute 'Subprocess'
make[3]: *** [Makefile:93: py-run-test-fiu_ctrl] Error 1

Reply via email to