From owner-freebsd-alpha Sun Feb 23 9:54:51 2003 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4228D37B401 for ; Sun, 23 Feb 2003 09:54:50 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5102E43FBF for ; Sun, 23 Feb 2003 09:54:46 -0800 (PST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id h1NHsRUc096226 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 23 Feb 2003 18:54:32 +0100 (CET) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.6/8.12.6) with ESMTP id h1NHsPFO023216 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 23 Feb 2003 18:54:25 +0100 (CET) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.6/8.12.6) with ESMTP id h1NHsOXW089833; Sun, 23 Feb 2003 18:54:24 +0100 (CET) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.6/8.12.6/Submit) id h1NHsMaH089832; Sun, 23 Feb 2003 18:54:22 +0100 (CET) Date: Sun, 23 Feb 2003 18:54:21 +0100 From: Bernd Walter To: "Michael A. Smith" Cc: alpha@FreeBSD.ORG Subject: Re: make: don't know how to make /usr/src/sys/sys/_types.h Message-ID: <20030223175420.GE65535@cicely9.cicely.de> Reply-To: ticso@cicely.de References: <3E58E6AC.2050401@code-fu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E58E6AC.2050401@code-fu.com> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.3i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Feb 23, 2003 at 10:20:12AM -0500, Michael A. Smith wrote: > I'm trying to update the system on my DEC Server 3000. It's running > 4.6-STABLE. I tried updating it to 50, but had troubles making the > kernel. Then I tried going back to 4.X (actually 4.7) and had the same > or similar problem. Each time I've tried to build a new version, I > delete /usr/src and cvsup the new (or old) source tree from scratch. You should update to the latest -stable and then update to 5.0. Updating directly with an older version might not work. > No, I'm trying to build 4.6.2 and here's what I get when compiling the > kernel: > > > cc -O -pipe -I/usr/include -I. -c aicasm_macro_scan.c > cc -O -pipe -I/usr/include -I. -o aicasm aicasm.o aicasm_symbol.o > aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll > cd /usr/obj/usr/src/sys/ZEUS; MAKEOBJDIRPREFIX=/usr/obj > MACHINE_ARCH=alpha MACHINE=alpha > OBJFORMAT_PATH=/usr/obj/usr/src/alpha/usr/libexec > PERL5LIB=/usr/obj/usr/src/alpha/usr/libdata/perl/5.00503 > GROFF_BIN_PATH=/usr/obj/usr/src/alpha/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/alpha/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/alpha/usr/share/tmac > DESTDIR=/usr/obj/usr/src/alpha INSTALL="sh /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/alpha/usr/sbin:/usr/obj/usr/src/alpha/usr/bin:/usr/obj/usr/src/alpha/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > OBJFORMAT_PATH=/usr/obj/usr/src/alpha/usr/libexec:/usr/libexec make > KERNEL=kernel depend > make: don't know how to make /usr/src/sys/sys/_types.h. Stop > *** Error code 2 Did you run buildworld first? Otherwise you don't have updated tools in /usr/obj to run buildkernel. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message