Date: Mon, 20 Nov 2000 00:27:53 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Mark R Grant <mark@mmcable.com> Cc: current@FreeBSD.org Subject: Re: Error in libstdc++ buildworld Message-ID: <20001120002753.A70004@dragon.nuxi.com> In-Reply-To: <3A181FB7.FBB1A4AC@mmcable.com>; from mark@mmcable.com on Sun, Nov 19, 2000 at 12:45:11PM -0600 References: <3A17F7D1.732AB18D@mmcable.com> <20001119082746.A39585@dragon.nuxi.com> <3A180358.652F4AF9@mmcable.com> <20001119084953.A43120@dragon.nuxi.com> <3A181FB7.FBB1A4AC@mmcable.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 19, 2000 at 12:45:11PM -0600, Mark R Grant wrote: > 1. I cleaned up the source directories using "cd /usr ; make cleandir" > 2. I cleaned up the object directories using "cd /usr/obj ; chflags -R > noschg * ; rm -rf *" These two steps should be reversed. The `make cleandir' in #1 will clean out the /usr/obj/<...dir> shadow tree if it exists, else the dir w/in /usr/src/ ``make cleandir && make cleandir'' is the way to ensure that /usr/src is truely clean (or do your step #2 above first). > 4. I decided that since I am too much of a novice at this, I should use the > buildworld and installworld seperately. I ran "cd /usr/src ; make -j2 > buildworld" With -jX (X > 1), you cannot trust any error output. You would be better off not using -j until you know you can build the world. From the output you provide I'm not sure why the /usr/obj/usr/src/i386/mk directory doesn't exist. But please try your step #2, followed by our step #1 and see if this goes away. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001120002753.A70004>