https://bugs.llvm.org/show_bug.cgi?id=41200

            Bug ID: 41200
           Summary: building static library fails with glibc 2.29 (does
                    not export ustat in libc.a)
           Product: llgo
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: felix-l...@fefe.de
                CC: llvm-bugs@lists.llvm.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to