From owner-freebsd-alpha Sun Feb 23 7:20:17 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 7277A37B401 for ; Sun, 23 Feb 2003 07:20:15 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAF943FAF for ; Sun, 23 Feb 2003 07:20:14 -0800 (PST) (envelope-from msmith@code-fu.com) Received: from code-fu.com (pcp711718pcs.alxndr01.va.comcast.net [68.50.73.228]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.09 (built Jan 7 2003)) with ESMTP id <0HAR002ZUP9P6O@mtaout05.icomcast.net> for alpha@FreeBSD.ORG; Sun, 23 Feb 2003 10:20:14 -0500 (EST) Date: Sun, 23 Feb 2003 10:20:12 -0500 From: "Michael A. Smith" Subject: make: don't know how to make /usr/src/sys/sys/_types.h To: alpha@FreeBSD.ORG Message-id: <3E58E6AC.2050401@code-fu.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030202 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 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. 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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I didn't write down details of the failed 5.0 and 4.7 builds, but my memory tells me they were the same as this (or nearly so). I've never had any problem keeping this machine up-to-date until now. It started as a 4.3 machine and has been completely updated several times. Seaching the mailing list archives has gotten me nowhere. Any clues? -- Michael A. Smith Programmer at Large To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message