[Webkit-unassigned] [Bug 151559] [CMake] Confusing error message if LLVM static libraries are not installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 07:28:18 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151559

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com,
                   |                            |mrobinson at webkit.org,
                   |                            |ossy at webkit.org
            Summary|[GTK] WebkitGTK 2.11.2      |[CMake] Confusing error
                   |doesn't build               |message if LLVM static
                   |                            |libraries are not installed

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
It's because we turned on FTL JIT. You need to either install LLVM on your system, including LLVM static libraries (the llvm-static package on Fedora), or run cmake with -DENABLE_FTL_JIT=OFF.

But this is also a bug in our CMake build system. You should have gotten a nice error message when running CMake. Currently our build system is smart enough to check that you have LLVM itself installed, but we additionally depend on those static libraries, and while we check for those separately, we don't error out properly if they're missing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151123/c05fe880/attachment.html>


More information about the webkit-unassigned mailing list