Control: severity -1 important Control: tags -1 unreproducible moreinfo Hi Daniel,
On Mon, 22 Aug 2016 08:18:19 -0700 Daniel Schepler <dschep...@gmail.com> wrote: ... > > 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. The package builds fine for me in sbuild. The issue may be specific to pbuilder/local configuration or is gone. Is the build still failing for you? Cheers, Balint