[llvm-bugs] [Bug 28325] New: Mismatched cmake paths in llvm-3.9-dev deb package

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 27 04:52:27 PDT 2016


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

            Bug ID: 28325
           Summary: Mismatched cmake paths in llvm-3.9-dev deb package
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: philip.pfaffe at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The llvm-3.9-dev package puts the exported cmake files in
/usr/share/llvm-3.9/cmake. 

This path doesn't match the one used in LLVMConfig.cmake, which sets
LLVM_CMAKE_DIR to ${LLVM_INSTALL_PREFIX}/lib/cmake/llvm. LLVM_INSTALL_PREFIX is
/usr. (See LLVMConfig.cmake:178)

Of course cmake then fails to include files from there (e.g.
LLVMConfig.cmake:183).

The package version is 1:3.9~svn27119 on Ubuntu Trusty.

-- 
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/20160627/b3ff58d3/attachment.html>


More information about the llvm-bugs mailing list