From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 14:10:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9A216A4CF for ; Tue, 9 Mar 2004 14:10:41 -0800 (PST) Received: from broad.100mwh.com (unknown [205.214.86.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6276443D1D for ; Tue, 9 Mar 2004 14:10:41 -0800 (PST) (envelope-from rseals@vdsi.net) Received: from aqua.magellanhealth.com ([204.193.75.20] helo=[10.200.10.14]) by broad.100mwh.com with asmtp (Exim 4.24) id 1B0pQt-0008Ow-Ex for freebsd-questions@FreeBSD.ORG; Tue, 09 Mar 2004 15:10:39 -0700 From: Ray Seals To: FreeBSD Questions In-Reply-To: <1078514904.1731.2.camel@localhost.localdomain> References: <1078514904.1731.2.camel@localhost.localdomain> Content-Type: text/plain Message-Id: <1078870236.618.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 09 Mar 2004 16:10:36 -0600 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - broad.100mwh.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - vdsi.net Subject: Re: Upgrading from 4.7 to 5.2.1 buildworld errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rseals@vdsi.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 22:10:41 -0000 Updated the boxes sources from 4.7 to 5.2.1 Release. I'm running a GENERIC kernel. When I do a make buildworld, I get the following error message: -------------------------------------------------------------- >>> stage 4.1: building includes -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 _SHLIBDIRPREFIX=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/ usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr /sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbi n:/bin:/usr/sbin:/usr/bin /usr/obj/usr/src/make.i386/make -f Makefile.inc1 SHARED=symlinks par-includes ===> share/info cd /usr/src/share/info; /usr/obj/usr/src/make.i386/make buildincludes; /usr/obj/usr/src/make.i386/make installincludes ===> include cd /usr/src/include; /usr/obj/usr/src/make.i386/make buildincludes; /usr/obj/usr/src/make.i386/make installincludes creating osreldate.h from newvers.sh make: no target to make. *** Error code 2 Stop in /usr/src/include. *** Error code 1 Any help would be appreciated. Ray