Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2003 22:52:19 -0700
From:      John Kennedy <warlock@jk.homeunix.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: help again
Message-ID:  <20030826055219.GB387@pandora.jk.homeunix.net>
In-Reply-To: <14267732406.20030826082732@ck-pttuntex.com>
References:  <14267732406.20030826082732@ck-pttuntex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030826055219.GB387>