[llvm-bugs] [Bug 30877] New: Parallel cmake/gmake build fails with random errors
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 1 22:52:36 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30877
Bug ID: 30877
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
These commands:
> 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
ended in failure:
> [ 91%] Building CXX object utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o
> In file included from /opt/llvm/latest/llvm/utils/unittest/googletest/src/gtest-all.cc:42:
> In file included from /opt/llvm/latest/llvm/utils/unittest/googletest/src/gtest.cc:132:
> /opt/llvm/latest/llvm/utils/unittest/googletest/src/gtest-internal-inl.h:153:3: error: field of type 'testing::internal::String' has private default > constructor
> GTestFlagSaver() {
> ^
> /usr/local/include/gtest/internal/gtest-string.h:157:3: note: declared private here
> String(); // Not meant to be instantiated.
> ^
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/6fd40d0c/attachment-0001.html>
More information about the llvm-bugs
mailing list