Date: Sat, 18 Feb 2006 12:02:44 +0100 From: Vincent Blondel <vincent@xtra-net.org> To: freebsd-current@freebsd.org Subject: Re: buildworld problem Message-ID: <1140260564.1026.18.camel@wbedllfs.xtra-net.be> In-Reply-To: <84dead720602171952qe36f327g672d93d62fc48ff9@mail.gmail.com> References: <59310.192.168.1.21.1140031112.squirrel@192.168.1.21> <84dead720602151918q3f9779e1q3316f74433e6e1c4@mail.gmail.com> <1140110559.1105.4.camel@wbedllfs.xtra-net.be> <84dead720602162101s54a9cd1ap8e252ea6afb6536f@mail.gmail.com> <1140194159.1026.2.camel@wbedllfs.xtra-net.be> <84dead720602171952qe36f327g672d93d62fc48ff9@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Joseph, I typed in all the commands you mentionned in your last mail but this does not definitely change anything. This is a summary of the commands you can find in the complete log file "freebsd-current.log" I put as usual on my website. cd /usr rm -rf src obj cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src cd src env -i $SHELL make __MAKE_CONF=/dev/null buildworld Regards Vincent On Sat, 2006-02-18 at 09:22 +0530, Joseph Koshy wrote: > >>> "vb" == "Vincent Blondel" said: > > vb> I also put /etc/make.conf on same URL location. I just > vb> optimized this file for a ftp FreeBSD mirror located here in > vb> Brussels. > > This seems fine. > > vb> In file included from > /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/der_locl.h:53, > vb> from > /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/timegm.c:34: > vb> ./asn1_err.h:6:24: et/com_err.h: No such file or directory > > Odd. "$OBJDIR/kerberos5/lib/libasn1/asn1_err.h" > on my system does NOT reference <et/com_err.h> at all. > Are you sure your build is really clean? > > Here are steps to ensure a clean build: > > 1: rm -rf SRC-TREE OBJ-TREE > 2: chflag -R noschg OBJ-TREE # if OBJ-TREE is still around > 3: rm -rf OBJ-TREE # > 4: cvs checkout src > 5: env -i $SHELL # remove extra ENV variables > 6: make __MAKE_CONF=/dev/null buildworld # no make.conf > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1140260564.1026.18.camel>