id summary reporter owner description type status milestone component version severity resolution keywords cc 340 """failed fileclone"" when building with -j on 1.32.0" cout René Rivera "{{{ I use distcc to get faster builds: GCC='distcc gcc' GXX='distcc g++' bjam -j12 ""-sTOOLS=gcc"" stage But when I do this I see lots of errors like this: FileClone stage/lib/libboost_unit_test_framework-gcc-d-1_32.so.1.32.0 cp: cannot stat `bin/boost/libs/test/build/libboost_unit_test_framework.so/gcc/debug/shared-linkable-true/libboost_unit_test_framework-gcc-d-1_32.so.1.32.0': No such file or directory cp -fpd ""bin/boost/libs/test/build/libboost_unit_test_framework.so/gcc/debug/shared-linkable-true/libboost_unit_test_framework-gcc-d-1_32.so.1.32.0"" ""stage/lib/libboost_unit_test_framework-gcc-d-1_32.so.1.32.0"" ...failed FileClone stage/lib/libboost_unit_test_framework-gcc-d-1_32.so.1.32.0... I suspect there's a dependency problem somewhere, but I don't know bjam well enough to diagnose it. This also happens when I use -j without distcc, so the problem doesn't seem to be particular to that setup. The easy workaround is to try build boost with -j and then fix everything that failed to build by running bjam again without -j. }}}" Bugs closed None None Works For Me