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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to