From owner-freebsd-questions Sat May 12 12:46:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.79]) by hub.freebsd.org (Postfix) with ESMTP id CBAC237B424; Sat, 12 May 2001 12:46:23 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out3.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f4CJel647217; Sat, 12 May 2001 14:40:47 -0500 (CDT) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id OAA04462; Sat, 12 May 2001 14:46:22 -0500 (CDT) Date: Sat, 12 May 2001 14:46:22 -0500 From: Doug Poland To: Ruslan Ermilov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make installworld fails on: devascii Message-ID: <20010512144622.A3938@polands.org> Mail-Followup-To: Ruslan Ermilov , freebsd-questions@FreeBSD.ORG References: <20010512073301.A4183@polands.org> <20010512201254.C78947@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010512201254.C78947@sunbay.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 12, 2001 at 08:12:54PM +0300, Ruslan Ermilov wrote: > On Sat, May 12, 2001 at 07:33:02AM -0500, Doug Poland wrote: > > Hello, > > > > I'm attempting to move from 4.2-STABLE to 4.3-STABLE and experienced > > an error during make installworld. Here's what I see... > > > > ===> 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 > > > > > > I've tried it twice and if stops at the same place with the > > same error. Any suggestions? > > > I remember having seen this problem before, but I don't recall > exactly what it was caused by. Might worth checking the $PATH > from within src/gnu/usr.bin/groff/font/Makefile. > Curious, I just compared the makefile to another machine (both cvsup'd at the same time). The problem machine has SUBDIR= filename1 filename2 filename3 ...\ filenamex filenamey filenamez ...\ devascii ... ... (sorry I don't have the exact names) The other machine (which built and installed correctly) has: SUBDIR= contrib doc font man src tmac Why is there a difference? Can I just tar the entire subdir from good machine to the one in question? Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message