From owner-freebsd-stable Mon Nov 20 11:52:36 2000 Delivered-To: freebsd-stable@freebsd.org Received: from lucifer.techometer.net (techometer.net [216.240.169.101]) by hub.freebsd.org (Postfix) with ESMTP id 6AC8537B479 for ; Mon, 20 Nov 2000 11:52:32 -0800 (PST) Received: (from emechler@localhost) by lucifer.techometer.net (8.11.1/8.11.1) id eAKJptL03036; Mon, 20 Nov 2000 11:51:55 -0800 (PST) Date: Mon, 20 Nov 2000 11:51:54 -0800 From: Erick Mechler To: Igor Khavin Cc: freebsd-stable , Igor Karpov Subject: Re: make depend fails Message-ID: <20001120115154.A94899@lucifer.techometer.net> References: <3A197896.99E1331@greyk.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A197896.99E1331@greyk.kiev.ua>; from Igor Khavin on Mon, Nov 20, 2000 at 09:16:38PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If your source is newer than July, you need to use the new buildkernel/installkernel targets (from /usr/src/UPDATING)... 20000706: Binutils were updated. In order to build a kernel after this date, you must follow the updating procedure for building kernels exactly as presented here. You may be able to get away with doing it the old way, but if it breaks, make sure that you've tried the "To build a kernel" section with a fresh /usr/obj first. Be sure to let the list know how old your source is next time, too =) Regards, Erick At Mon, Nov 20, 2000 at 09:16:38PM +0200, Igor Khavin said this: :: 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 :: :: ...and got the same error. :: :: I read through UPDATING but I still cannot catch what did I do wrong. :: :: :: To Unsubscribe: send mail to majordomo@FreeBSD.org :: with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message