| Summary: | 4.5-RELEASE src/sys tree on the alpha arch is missing vital files | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mike <mikehable> |
| Component: | alpha | Assignee: | freebsd-alpha (Nobody) <alpha> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.5-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike
2002-05-20 20:30:01 UTC
To compile the bootstrap code you must have libstand installed as part of the slib distribution. The ssys sources are sufficient for compiling a kernel, but they are not sufficient for compiling the boot code on any architecture. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ State Changed From-To: open->closed This is not a bug and is not i386-specific, it is currently by design. If libstand is ever moved into src/sys then this would be fixed. However, moving libstand requires duplicating substantial portions of libc and is not really ideal. |