From owner-freebsd-stable@FreeBSD.ORG Mon Aug 25 22:52:40 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1DCB16A4C2 for ; Mon, 25 Aug 2003 22:52:40 -0700 (PDT) Received: from jk.homeunix.net (dhcp-19-33.dsl.CSUChico.EDU [132.241.19.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED1043FCB for ; Mon, 25 Aug 2003 22:52:39 -0700 (PDT) (envelope-from warlock@jk.homeunix.net) Received: from pandora.jk.homeunix.net (localhost.jk.homeunix.net [127.0.0.1]) by jk.homeunix.net (8.12.9/8.12.9) with ESMTP id h7Q5qJpJ094399 for ; Mon, 25 Aug 2003 22:52:19 -0700 (PDT) (envelope-from warlock@pandora.jk.homeunix.net) Received: (from warlock@localhost) by pandora.jk.homeunix.net (8.12.9/8.12.9/Submit) id h7Q5qJ0N094398 for freebsd-stable@freebsd.org; Mon, 25 Aug 2003 22:52:19 -0700 (PDT) Date: Mon, 25 Aug 2003 22:52:19 -0700 From: John Kennedy To: freebsd-stable@freebsd.org Message-ID: <20030826055219.GB387@pandora.jk.homeunix.net> References: <14267732406.20030826082732@ck-pttuntex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14267732406.20030826082732@ck-pttuntex.com> User-Agent: Mutt/1.4.1i Subject: Re: help again X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 05:52:40 -0000 On Tue, Aug 26, 2003 at 08:27:32AM +0700, misael wrote: > pls anyone help with this probs.. > i always failed to cvsup my box.. > in the make buildworld (stage 4:: populating /usr/obj/usr/src/i386/usr/include),session always shown these error msgs: > > 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 Don't know what to say, other than I didn't have the same problem. I cvsuped my sources ~2:38 PM GMT -7. 2 drwxr-xr-x 2 root wheel 512 Aug 25 14:38 /usr/src/sup/ports-all 2 drwxr-xr-x 2 root wheel 512 Aug 25 14:28 /usr/src/sup/src-all One time I really suspected that my source tree got corrupted (and was helpfully trying to preserve the corruption) so I nuked the source tree and started over froms scratch. Took a while, but the problem wen away our someone checked in a patch that fixed it at just the right moment. =-=-=-= ... -------------------------------------------------------------- >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 SHARED=symlinks par-includes ===> share/info cd /usr/src/share/info; make buildincludes; make installincludes ===> include cd /usr/src/include; make buildincludes; make installincludes creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo "#ifdef _KERNEL" >> osreldate.h; echo '#error "osreldate.h must not be used in the kernel, use sys/param.h"' >> osreldate.h; echo "#else" >> osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; echo "#endif" >> osreldate.h ===> include/arpa ...