Package: tbb Version: 4.2~20140122-1.1 Severity: important On most arch tbb build just fine. On other arch it is failing. However the build system is made such that error code is not propagated all the way up. As can be seen here:
http://buildd.debian-ports.org/status/fetch.php?pkg=tbb&arch=hppa&ver=4.2~20140122-1.1&stamp=1401922507 g++ -o test_tbb_fork.exe -g -O2 -DUSE_PTHREAD -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -g -O2 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 test_tbb_fork.o libtbb.so -lpthread -lrt -Wl,-rpath-link=. -rdynamic -Wl,--as-needed test_tbb_fork.o: In function `task_scheduler_init': /«PKGBUILDDIR»/build/linux_parisc64_gcc_cc4.8_libc2.18_kernel3.15.0_release/../../include/tbb/task_scheduler_init.h:126: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned int)' I believe it is required that the build system should report the error so that buildds are not mistaken. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org