From owner-freebsd-current Mon Nov 5 19:42:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id E6D4937B417 for ; Mon, 5 Nov 2001 19:42:16 -0800 (PST) Received: (qmail 1357 invoked from network); 6 Nov 2001 03:42:15 -0000 Received: from ken.yumyumyum.org (HELO there) (192.168.0.2) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 6 Nov 2001 03:42:15 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Kenneth Culver Reply-To: culverk@wam.umd.edu To: freebsd-current@freebsd.org Subject: awk problems Date: Mon, 5 Nov 2001 22:42:11 -0500 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011106034216.E6D4937B417@hub.freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message