[llvm-bugs] [Bug 26422] New: lua/generate_inputs.sh problem with parallel make
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 1 12:40:35 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26422
Bug ID: 26422
Summary: lua/generate_inputs.sh problem with parallel make
Product: Test Suite
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Programs Tests
Assignee: unassignedbugs at nondot.org
Reporter: hfinkel at anl.gov
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
When using cmake to generate makefiles, running:
make -j<something large> test-suite
often fails with:
/bin/sh: /home/xxxxxxx/public/build/x86_64/llvm-stage1/test-suite
bins/MultiSource/Applications/lua/generate_inputs.sh: No such file or directory
make[6]: *** [MultiSource/Applications/lua/generate_inputs.sh] Error 127
make[5]: *** [MultiSource/Applications/lua/CMakeFiles/lua_input.dir/all] Error
2
make[5]: *** Waiting for unfinished jobs....
I've observed no problems with a serial run.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160201/bc41421d/attachment.html>
More information about the llvm-bugs
mailing list