Summary: | Mesa can't find ubuntu llvm | ||
---|---|---|---|
Product: | Mesa | Reporter: | Fabio Pedretti <pedretti.fabio> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Fabio Pedretti
2011-04-18 03:01:55 UTC
You may need to install the llvm development headers/libraries. Something like 'llvm-dev'. (In reply to comment #1) > You may need to install the llvm development headers/libraries. Something like > 'llvm-dev'. Uh, they did... that's where the llvm-config-2.8 script lives. This is how Debian is packaging LLVM, with lots of version suffixes; they're putting LLVM 2.8 in llvm-2.8-dev, LLVM 2.7 in llvm-2.7-dev, etcetera. And IIRC they don't want to use update-alternatives to have a symlink from /usr/bin/llvm-config to /usr/bin/llvm-config-$VERSION, because the releases aren't binary-compatible. Have you installed "llvm" package? It provides llvm-config (without suffix) and others as symlinks to llvm-2.8 versions on my ubuntu system. (In reply to comment #3) > Have you installed "llvm" package? It provides llvm-config (without suffix) and > others as symlinks to llvm-2.8 versions on my ubuntu system. You are right here. Strange however that llvm-dev doesn't depend on it. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.