<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Parallel cmake/gmake build fails with random errors"
   href="https://llvm.org/bugs/show_bug.cgi?id=30877">30877</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Parallel cmake/gmake build fails with random errors
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cmake
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>yuri@tsoft.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>These commands:
<span class="quote">> 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</span >
ended in failure:
<span class="quote">> [ 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.
>   ^</span >

on FreeBSD 11.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>