From owner-freebsd-stable Mon Nov 20 11:52:55 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 65F8D37B4C5 for ; Mon, 20 Nov 2000 11:52:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAKJqIQ26222; Mon, 20 Nov 2000 12:52:23 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA26174; Mon, 20 Nov 2000 12:52:18 -0700 (MST) Message-Id: <200011201952.MAA26174@harmony.village.org> To: Igor Khavin Subject: Re: make depend fails Cc: freebsd-stable , Igor Karpov In-reply-to: Your message of "Mon, 20 Nov 2000 21:16:38 +0200." <3A197896.99E1331@greyk.kiev.ua> References: <3A197896.99E1331@greyk.kiev.ua> Date: Mon, 20 Nov 2000 12:52:18 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A197896.99E1331@greyk.kiev.ua> Igor Khavin writes: : Trying to make depend I got : : @ -> /usr/src/sys : machine -> /usr/src/sys/i386/include : make: don't know how to make agp_if.c. Stop : *** Error code 2 : Stop in /usr/src/sys/modules. : *** Error code 1 : Stop in /usr/src/sys/compile/NOVEMBER. : : After a number of unsuccessful attempts to build world, as was suggested : in UPDATING (I have a list of errors, errors where different)I did: : : # rm -rf /usr/obj/* : Then removed all directories from /usr/src/, then : # cd /usr/src/ && make update : after CVSup finished successfully : # make buildworld : after it finished successfully : # cd /sys/i386/conf && config NOVEMBER : after it finished successfully : # cd ../../compile/NOVEMBER && make depend This is not in updating. Thus spake UPDATING: To build a kernel ----------------- cd /usr/src # If you have not already done so, please buildworld here # You will also need to update your config file to 4.x. Usually # people tend to start with GENERIC from 4.x and hack from there. make buildkernel KERNEL= make installkernel KERNEL= # Verify that the new kernel works, it will be installed as # /kernel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message