| Summary: | 7.2-STABLE compile fails | ||
|---|---|---|---|
| Product: | Base System | Reporter: | yuri |
| Component: | kern | Assignee: | Gavin Atkinson <gavin> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
yuri
2009-10-14 20:10:01 UTC
State Changed From-To: open->feedback Hi, Firstly, try removing the whole of /usr/obj, and trying again. Secondly, try a different cvsup server. It's possible that the one you are using is somehow corrupt. If neither of those work, please show the contents of your /etc/src.conf and /etc/make.conf if they exist. Responsible Changed From-To: freebsd-bugs->gavin Track It looks like this line in /etc/make.conf: CFLAGS=-I/usr/local/include caused failure. Some files have the same paths under /usr/include and /usr/local/include. Might me worthwhile to find all such collisions of include files between base installation and ports and eliminate them. Otherwise it's kind of messy. Yuri State Changed From-To: feedback->closed Close, was a local problem with settings in /etc/make.conf. To submitter: It's not really possible or worthwhile to identify all name clashes when there are 20,000 ports - especially given this is the first time I've seen somebody have this problem. |