Summary: | make buildworld clang failure | ||
---|---|---|---|
Product: | Base System | Reporter: | duckbreath |
Component: | kern | Assignee: | freebsd-toolchain (Nobody) <toolchain> |
Status: | Closed Not A Bug | ||
Severity: | Affects Only Me | CC: | dim |
Priority: | --- | ||
Version: | 10.0-RELEASE | ||
Hardware: | i386 | ||
OS: | Any |
Description
duckbreath
2015-09-05 23:45:12 UTC
This message: "fatal error: file '/usr/src/lib/clang/libllvmmipscodegen/../../../contrib/llvm/include/llvm/Support/Compiler.h' modified since it was first processed" seems to indicate that you were modifying the tree while it was compiling. What happens if you *don't* do that, clean /usr/obj out, and try to buildworld again? (In reply to Dimitry Andric from comment #1) I resolved this issue by running make delete-old (In reply to duckbreath from comment #2) > (In reply to Dimitry Andric from comment #1) > > I resolved this issue by running make delete-old Strange, that target is normally only used after installworld, to get rid of files in the base system that are obsolete. Let's assume that you just deleted /usr/obj and started again. :) |