Boost C++ Libraries: Ticket #340: "failed fileclone" when building with -j on 1.32.0 https://svn.boost.org/trac10/ticket/340 <pre class="wiki">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. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/340 Trac 1.4.3 René Rivera Sun, 23 Oct 2005 16:23:01 GMT <link>https://svn.boost.org/trac10/ticket/340#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/340#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 I was unable to repro this with the 1.33 release. So the dependency problems are likely fixed by now (sorry for the delay). Have you upgraded to 1.33? If yes, do you see the problem with it? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Tue, 22 Nov 2005 06:00:54 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/340#comment:2 https://svn.boost.org/trac10/ticket/340#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=33595 Assuming this is fixed. </pre> Ticket