From owner-freebsd-questions Wed Jun 13 5:33:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by hub.freebsd.org (Postfix) with ESMTP id C5F1E37B401 for ; Wed, 13 Jun 2001 05:33:22 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.11.3/8.9.3) with ESMTP id f5DCXKA68189; Wed, 13 Jun 2001 14:33:20 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Wed, 13 Jun 2001 14:33:20 +0200 (CEST) From: Konrad Heuer To: Michael Radzewitz Cc: "'questions@freebsd.org'" Subject: Re: your mail In-Reply-To: Message-ID: <20010613142748.D68147-100000@gwdu60.gwdg.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Jun 2001, Michael Radzewitz wrote: > I have updated my sys-sources via cvsup. > Why I can not run the normal: > > # /usr/sbin/config MYKERNEL > # cd ../../compile/MYKERNEL > # make depend > # make > # make install > > sequenze to install a new kernel. The handbook > gives a big warning about this but the other > description don't work on my system either: > > # cd /usr/src > # make buildkernel KERNCONF=3DMYKERNEL > # make installkernel KERNCONF=3DMYKERNEL > > In this case, make gives me the message: > > # don't know how to make buildkernel. Stop > > There is nothing in the directory (/usr/src). > No makefile only the directory sys. > > So maybe someone can say me what I am doing > wrong with that buildkernel business... It seems you've fetched the kernel sources only. In this case, you can't do a make buildkernel since no Makefile is there ... try to fetch src-base too with cvsup or try to build the new kernel with config, make depend etc. In any case, you might run into problems because system binaries and kernel originate from different system versions. You should prefer to fetch src-all and to rebuild system and kernel although this takes more time. Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message