Summary: | Compile fails with radeonsi / LLVM (git) | ||
---|---|---|---|
Product: | Mesa | Reporter: | Chris Rankin <rankincj> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED NOTABUG | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Chris Rankin
2017-04-04 19:34:13 UTC
This has nothing to do with LLVM. It looks like your sid_tables.h is stale -- please remove it (it's auto-generated) and try again. To add a bit more explanation: sid_tables.h is usually updated automatically; but it was moved some time ago, and it's possible that you have an old copy in the old location. (In reply to Nicolai Hähnle from comment #2) > To add a bit more explanation: sid_tables.h is usually updated > automatically; but it was moved some time ago, and it's possible that you > have an old copy in the old location. OK, thanks. I'll give that a try, although I run "make distclean" before each build precisely to avoid this kind of error. (In reply to Chris Rankin from comment #3) > (In reply to Nicolai Hähnle from comment #2) > > To add a bit more explanation: sid_tables.h is usually updated > > automatically; but it was moved some time ago, and it's possible that you > > have an old copy in the old location. > > OK, thanks. I'll give that a try, although I run "make distclean" before > each build precisely to avoid this kind of error. I don't think make distclean would help here. the old header is unknown to the build system, you'd need to run distclean before pulling in the changeset. git status should show it as untracked file (git clean -f should work as well, but that removes all untracked files) Removing the old file fixes the build. Thanks. |
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.