| Summary: | kernel compilation with latest sources fails - Don't know how to make agp_if.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | guenther.schmidt <guenther.schmidt> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
guenther.schmidt
2000-10-15 18:10:00 UTC
On Sun, 15 Oct 2000 guenther.schmidt@bigfoot.de wrote: > > >Number: 22008 > >Category: kern > >Synopsis: kernel compilation with latest sources fails - Don't know how to make agp_if.c > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Oct 15 10:10:00 PDT 2000 > >Closed-Date: > >Last-Modified: > >Originator: Guenther Schmidt > >Release: 4.1 > >Organization: > >Environment: > FreeBSD dougie.private.domain 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Thu Jun 29 04:40:35 CEST 2000 guenni@dougie.private.domain:/usr/src/sys/compile/MYKERNEL i386 > > >Description: > Kernel compilation with latest system sources fails. [``make depend'' output snipped] > ===> agp > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/MYKERNEL. > > >How-To-Repeat: > try to compile Generic kernel > >Fix: > Wish I'd know Did you happen to do a ``make world'' in /usr/src before you built a new kernel? I've seen this one happen and its always because they are trying to build a kernel from a userland that doesn't match the sources of the kernel. Do a ``make world'' and it should be able to compile a kernel after the make world is done. State Changed From-To: open->closed When facing with problems like this, please follow the instructions for kernel building given in src/UPDATING. After you will have the consistent sources, binaries and environment, you may return to the old way of building. |