From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 07:35:30 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 CC72616A4CE for ; Wed, 17 Dec 2003 07:35:30 -0800 (PST) Received: from zeus.compuhelp.com (110.dhcp.eckhausolson.com [65.215.91.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735AB43D1F for ; Wed, 17 Dec 2003 07:35:29 -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 10:34:32 -0500 From: "Hunter Pine" To: Date: Wed, 17 Dec 2003 10:34:31 -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+MIX6RwABXpzA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: Message-ID: X-OriginalArrivalTime: 17 Dec 2003 15:34:32.0844 (UTC) FILETIME=[44C4BCC0:01C3C4B3] Subject: RE: 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 15:35:30 -0000 Oh yeah, expr is installed. :) -su-2.05b# which expr /bin/expr -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Hunter Pine Sent: Wednesday, December 17, 2003 9:54 AM To: freebsd-questions@freebsd.org Subject: installworld problem 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# _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"