Source: libpthread-workqueue Version: 0.9.1-1 Severity: serious >From my pbuilder build log (on amd64):
... dh_auto_test make -j1 check VERBOSE=1 make[1]: Entering directory '/build/libpthread-workqueue-0.9.1' make test_api test_latency test_witem_cache make[2]: Entering directory '/build/libpthread-workqueue-0.9.1' gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o testing/api/test_api-test.o `test -f 'testing/api/test.c' || echo './'`testing/api/test.c /bin/bash ./libtool --tag=CC --mode=link gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o test_api testing/api/test_api-test.o libpthread_workqueue.la -lpthread -lrt libtool: link: gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/test_api testing/api/test_api-test.o ./.libs/libpthread_workqueue.so -lpthread -lrt gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o testing/latency/test_latency-latency.o `test -f 'testing/latency/latency.c' || echo './'`testing/latency/latency.c /bin/bash ./libtool --tag=CC --mode=link gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o test_latency testing/latency/test_latency-latency.o libpthread_workqueue.la -lpthread -lrt libtool: link: gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/test_latency testing/latency/test_latency-latency.o ./.libs/libpthread_workqueue.so -lpthread -lrt gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o testing/witem_cache/test_witem_cache-test.o `test -f 'testing/witem_cache/test.c' || echo './'`testing/witem_cache/test.c /bin/bash ./libtool --tag=CC --mode=link gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o test_witem_cache testing/witem_cache/test_witem_cache-test.o libpthread_workqueue.la -lpthread -lrt libtool: link: gcc -I./include -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/test_witem_cache testing/witem_cache/test_witem_cache-test.o ./.libs/libpthread_workqueue.so -lpthread -lrt make[2]: Leaving directory '/build/libpthread-workqueue-0.9.1' make check-TESTS make[2]: Entering directory '/build/libpthread-workqueue-0.9.1' make[3]: Entering directory '/build/libpthread-workqueue-0.9.1' At this point, the build hangs and has to be interrupted. -- Daniel Schepler