Date: Sun, 23 Feb 2003 18:54:21 +0100 From: Bernd Walter <ticso@cicely9.cicely.de> To: "Michael A. Smith" <msmith@code-fu.com> 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> In-Reply-To: <3E58E6AC.2050401@code-fu.com> References: <3E58E6AC.2050401@code-fu.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > <SNIP> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223175420.GE65535>
