From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 06:54:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC21316A4CE for ; Wed, 17 Dec 2003 06:54:11 -0800 (PST) Received: from zeus.compuhelp.com (110.dhcp.eckhausolson.com [65.215.91.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8A743D58 for ; Wed, 17 Dec 2003 06:54:07 -0800 (PST) (envelope-from hunter@compuhelp.com) Received: from rice ([24.193.49.112]) by zeus.compuhelp.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 17 Dec 2003 09:54:07 -0500 From: "Hunter Pine" To: Date: Wed, 17 Dec 2003 09:54:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 thread-index: AcPErZ6PJg4IzMmDS82aGqN+MIX6Rw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 17 Dec 2003 14:54:07.0142 (UTC) FILETIME=[9EEFFC60:01C3C4AD] Subject: installworld problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 14:54:12 -0000 I cvsup'd src-all to 4.9-STABLE on a fresh install of 4.8-RELEASE last night. I've now done a buildworld, buildkernel, installkernel, reboot, and installworld three times, all with the same result in the same place. I've tried another cvsup, but no updates have been made to the source tree since last night. I've made various changes to make.conf, hoping to find something that was misconfigured, no dice yet. The vanilla make.conf from /etc/defaults results in the same stop errors below. In all instances, the buildworld, buildkernel, and installkernel proceeds without error, and the new kernel reboots just fine. It's just this installkernel that's stumping me. Various google searches have not turned up any issues specific to installworld relating to either "devascii", or "Making R" or "expr: not found" or "Error code 127". The FreeBSD handbook directed me here, so if anyone can point me in a direction on what to try next, it'd be greatly appreciated. Thanks, Hunter Pine ---error dump--- ===> gnu/usr.bin/groff/font/devascii Making R expr: not found *** Error code 127 Stop in /usr/src/gnu/usr.bin/groff/font/devascii. *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/font. *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -su-2.05b#