Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Nov 2002 00:16:37 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        "Gelu G. Lupas" <gelu@email.ro>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 4.7R kernel won't compile
Message-ID:  <3DC389E5.5070403@owt.com>
References:  <200211020814.gA28EmX22719@zerg.codec.ro>

next in thread | previous in thread | raw e-mail | index | archive | help


Gelu G. Lupas wrote:
> I recently cvsuped to RELENG_4_7 in order to make world (over 4.6.2-p2). World
> builds faine but the kernel fails to compile with the error messages below. This
> happens on 3 boxes and it happens with GENERIC, so it's not my kernel config
> file. Any idea how I can fix this? Shouldn't it be fixed in the CVS tree? 4.7R
> is supposed to build fine.
> 
> linking kernel
>    text    data     bss     dec     hex filename
> 1779910  141440  149012 2070362  1f975a kernel
> cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/LOKI/modules
> MACHINE=i386 make obj ;  env MAKEOBJDIRPREFIX=/usr/src/sys/compile/LOKI/modules
> MACHINE=i386 make all
> ===> accf_data
> "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find
> bsd.init.mk
> "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not find
> bsd.links.mk
> make: fatal errors encountered -- cannot continue
> *** Error code 1
> 
> Stop in /usr/src/sys/modules.
> *** Error code 1

You didn't do a buildkernel after a buildworld. The new make files, 
which your build tried to use, aren't installed until you do an 
installworld.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DC389E5.5070403>