Subject: | Errors while building with --enable-developer and parallel make |
BIND fails to build for me when --enable-developer and parallel make are
used. Example build log excerpt attached.
Subject: | make-j2-enable-developer.log |
making all in /home/kempniu/bind9/unit
make[1]: Entering directory '/home/kempniu/bind9/unit'
making all in /home/kempniu/bind9/unit/atf-src
make[2]: Entering directory '/home/kempniu/bind9/unit/atf-src'
make[2]: Entering directory '/home/kempniu/bind9/unit/atf-src'
make all-am
make install-am
make[3]: Entering directory '/home/kempniu/bind9/unit/atf-src'
make[3]: Entering directory '/home/kempniu/bind9/unit/atf-src'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./atf-c -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -MT atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo -c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c/detail/test_helpers.c' || echo './'`atf-c/detail/test_helpers.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./atf-c -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -MT atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo -c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c/detail/test_helpers.c' || echo './'`atf-c/detail/test_helpers.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./atf-c -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -MT atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo -c atf-c/detail/test_helpers.c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./atf-c -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -MT atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo -MD -MP -MF atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo -c atf-c/detail/test_helpers.c -o atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.o
mv -f atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Plo
depbase=`echo atf-c++/detail/test_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wabi -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -MT atf-c++/detail/test_helpers.lo -MD -MP -MF $depbase.Tpo -c -o atf-c++/detail/test_helpers.lo atf-c++/detail/test_helpers.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
mv -f atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Plo
mv: cannot stat 'atf-c/detail/.deps/atf_c_detail_libtest_helpers_la-test_helpers.Tpo': No such file or directory
make[3]: *** [Makefile:3329: atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo] Error 1
make[3]: Leaving directory '/home/kempniu/bind9/unit/atf-src'
make[2]: *** [Makefile:1854: all] Error 2
make[2]: Leaving directory '/home/kempniu/bind9/unit/atf-src'
make[1]: *** [Makefile:82: subdirs] Error 1
make[1]: *** Waiting for unfinished jobs....