[llvm-bugs] [Bug 42824] New: DirectoryWatcher-linux.cpp fails to build on SLES11

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 30 06:24:25 PDT 2019


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

            Bug ID: 42824
           Summary: DirectoryWatcher-linux.cpp fails to build on SLES11
           Product: clang
           Version: 9.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: brian.cain at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk

IN_EXCL_UNLINK is supported by this kernel (`3.0.101-108.77-default`) but the
symbol's not provided.

SLES11 has glibc-devel-2.11.3-17.110.19.2

9.0 rc1 clang build fails like so:

/local/mnt/workspace/bcain_0721/llvm/utils/release/rc1/llvm.src/tools/clang/lib/DirectoryWatcher
/linux/DirectoryWatcher-linux.cpp:339:9: error: use of undeclared identifier
'IN_EXCL_UNLINK'
      | IN_EXCL_UNLINK

-- 
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/20190730/57112bd6/attachment.html>


More information about the llvm-bugs mailing list