Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 21:37:40 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        culverk@wam.umd.edu
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: awk problems
Message-ID:  <20011105213740.A50550@troutmask.apl.washington.edu>
In-Reply-To: <20011106034216.E6D4937B417@hub.freebsd.org>; from culverk@yumyumyum.org on Mon, Nov 05, 2001 at 10:42:11PM -0500
References:  <20011106034216.E6D4937B417@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 05, 2001 at 10:42:11PM -0500, Kenneth Culver wrote:
> I just recently cvsupped and noticed the awk changes (and read UPDATING), 
> and I'm still having problems getting a make world to complete. Here is the   
> end  of my make world log. It just sits there for hours filling up my HD 
> until I kill it and  make clean in /usr/src. here's the log:
> 
> ===> sys/boot/i386/loader
> ...
> bunch of cc's
> ...
> cp loader.sym loader.bin
> strip -R .comment -R .note loader.bin
> cat /usr/src/sys/boot/i386/loader/../../common/help.common 
> /usr/src/sys/boot/i386/loader/help.i386 | awk -f 
> /usr/src/sys/boot/i386/loader/../../common/merge_help.awk > loader.help
> 
> it just sits here taking almost 100% cpu for hours.
> 
> if anyone needs more details, please let me know.
> 

cvsup
cd src/gnu/usr.bin/awk
make depend && make && make install
cd /usr/src
make buildworld

-- 
Steve

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?20011105213740.A50550>