| Summary: | kernel make depend fails | ||
|---|---|---|---|
| Product: | Base System | Reporter: | jpk28 <jpk28> |
| Component: | kern | Assignee: | Matt Jacob <mjacob> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->mjacob Over to the Qlogic maintainer. State Changed From-To: open->closed Fixed. Interestingly enough, I didn't get notice of being assigned this PR until the weekly summary showed up. |
The make depend for 'GENERIC' fails with ../../dev/isp/isp_freebsd.c:2230: stdarg.h: No such file or directory I can fix this by editing ..../dev/isp/isp_freebsd.c and changing the #include on 2230 to have a fuller path - however I imagine that it shouldn't happen. Fix: I would assume that you need a -I../../sys/i386/include/ (or similar) is needed somewhere. How-To-Repeat: cvsup to the current version of the source, cd .../src/sys/i386/conf config GENERIC cd ../../compile/GENERIC make depend