[llvm-bugs] [Bug 26003] New: sanitizer lint checks fail on Ubuntu

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 2 21:17:58 PST 2016


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

            Bug ID: 26003
           Summary: sanitizer lint checks fail on Ubuntu
           Product: compiler-rt
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: axwalk at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I'm running "check-all" with compiler-rt in my tree, and I get the following
error:

cd
"/home/andrew/projects/debian/llvm-toolchain-snapshot-3.8~svn254193/build-llvm/projects/compiler-rt/lib"
&&
"LLVM_CHECKOUT=/home/andrew/projects/debian/llvm-toolchain-snapshot-3.8~svn254193"
SILENT=1 TM
PDIR= PYTHON_EXECUTABLE=/usr/bin/python
"COMPILER_RT=/home/andrew/projects/debian/llvm-toolchain-snapshot-3.8~svn254193/projects/compiler-rt"
"/home/andrew/projects/debian/llvm-toolchain-snapshot-3.8~svn25
4193/projects/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh"
/bin/sh: 1:
LLVM_CHECKOUT=/home/andrew/projects/debian/llvm-toolchain-snapshot-3.8~svn254193:
not found

Pretty sure this is because /bin/sh is dash on Ubuntu, and the env-var prefix
thing is a bashism.

-- 
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/20160103/ed56eefb/attachment.html>


More information about the llvm-bugs mailing list