[llvm-bugs] [Bug 52176] New: Recent changes to directory structure break other projects cmake builds on Ubuntu

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 14 06:35:35 PDT 2021


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

            Bug ID: 52176
           Summary: Recent changes to directory structure break other
                    projects cmake builds on Ubuntu
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: jchorko+clang at gmail.com
                CC: llvm-bugs at lists.llvm.org

Some libraries have been moved to /usr/lib/llvm-14/lib/x86_64-pc-linux-gnu

This causes cmake to deduce x86_64-pc-linux-gnu instead of x86_64-linux-gnu
architecture, causing find_package and find_library to look in wrong
directories and fail to find libraries (like freetype) and configure projects.


CMake 3.18.4
Ubuntu 21.04
clang version 14.0.0-++20211013083626+6fbc812883ab-1-exp1-20211013204205.35

-- 
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/20211014/fc919e57/attachment.html>


More information about the llvm-bugs mailing list