[llvm-bugs] [Bug 41912] New: FileCheck is proveded by a different package

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 16 10:28:44 PDT 2019


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

            Bug ID: 41912
           Summary: FileCheck is proveded by a different package
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: zsolt.parragi at cancellar.hu
                CC: llvm-bugs at lists.llvm.org

According to the man page, FileCheck is installed as part of the llvm package
on ubuntu: 

http://manpages.ubuntu.com/manpages/disco/man1/FileCheck-8.1.html

(and I do remember that it was the case earlier)

In reality, the executable was moved to the llvm-<version>-tools package, and
requires an explicit version or a modified path:

dpkg-query -L llvm-8 | grep -i file
/usr/share/man/man1/FileCheck-8.1.gz

dpkg-query -L llvm-8-tools | grep -i file
/usr/lib/llvm-8/bin/FileCheck
/usr/bin/FileCheck-8

-- 
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/20190516/37b00618/attachment.html>


More information about the llvm-bugs mailing list