<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - building static library fails with glibc 2.29 (does not export ustat in libc.a)"
   href="https://bugs.llvm.org/show_bug.cgi?id=41200">41200</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>building static library fails with glibc 2.29 (does not export ustat in libc.a)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>llgo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>All Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>felix-llvm@fefe.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Building the current git llgo in static library mode fails with an undefined
symbol to ustat. glibc 2.29 does not export ustat in libc.a, only in libc.so
(and even there it is marked as legacy and deprecated and it will probably go
away soon).

I recommend not providing a ustat API in Go. The man page for ustat recommends
using statfs instead.</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>