[llvm-bugs] [Bug 30878] New: Parallel cmake/gmake build fails with random errors
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 1 22:57:05 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30878
Bug ID: 30878
Summary: Parallel cmake/gmake build fails with random errors
Product: Build scripts
Version: trunk
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: yuri at tsoft.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Build that runs long on single CPU quickly fails on multiple CPUs with random
errors which don't occur in single CPU build.
> cd ../cmake -G "Unix Makefiles" ../llvm -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/opt/llvm/current
> cmake -G "Unix Makefiles" ../llvm -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/opt/llvm/current
> gmake -j 10
on FreeBSD 11.
--
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/20161102/917160bf/attachment.html>
More information about the llvm-bugs
mailing list