On Oct 13, 2013, at 11:44 AM, Tom Browder wrote: > Getting this error at rev 58166: > > /usr/local/bin/cmake -E cmake_progress_report > /usr/local/src2/brlcad-build/CMakeFiles > [ 11%] Generating C++ code to express CONFIG_CONTROL_DESIGN... > cd /usr/local/src2/brlcad-build/src/conv/step/g-step/CONFIG_CONTROL_DESIGN > && /usr/local/src2/brlcad-svn-trunk/src/other/stepcode/data/ap203/ap203.exp > /bin/sh: 1: > /usr/local/src2/brlcad-svn-trunk/src/other/stepcode/data/ap203/ap203.exp: > Permission denied > make[2]: *** > [src/conv/step/g-step/CONFIG_CONTROL_DESIGN/SdaiCONFIG_CONTROL_DESIGN.cc] > Error 126
Were you building in parallel? I've seen that error before but only when building massively parallel with make and/or ccache. Usually just running 'make' again gets past the problem. Some process briefly opens the ap203.exp file with a file lock (at least it seems to be what's going on). Cheers! Sean ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
