From owner-freebsd-stable Sun Apr 1 23:40:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 83D0837B71A for ; Sun, 1 Apr 2001 23:40:07 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f326dSh17925; Mon, 2 Apr 2001 09:39:28 +0300 (EEST) (envelope-from ru) Date: Mon, 2 Apr 2001 09:39:28 +0300 From: Ruslan Ermilov To: Christopher Schulte Cc: stable@FreeBSD.ORG Subject: Re: installworld fails: gnu/usr.bin/groff/devascii Message-ID: <20010402093928.A17079@sunbay.com> Mail-Followup-To: Christopher Schulte , stable@FreeBSD.ORG References: <5.1.0.12.0.20010401052532.02da9868@pop.schulte.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.12.0.20010401052532.02da9868@pop.schulte.org>; from christopher@schulte.org on Sun, Apr 01, 2001 at 05:50:38AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 01, 2001 at 05:50:38AM -0500, Christopher Schulte wrote: > What confuses me is I don't see any recent changes made to the CVS > Repository which would cause this to fail.... any ideas? > > Fresh install of 4.2-RELEASE from CD > cvsup @ ~10pm 2001-03-31 > buildworld ran w/o error > installworld failed > > `expr` is in my path as shown via `which` and I was able to successfully > installworld by listing full path to expr (/bin/expr) in > gnu/usr.bin/groff/Makefile.tty. > > Here's the simple diff > > futon# diff Makefile.tty Makefile.tty.new > 15c15 > < @(charwidth=`expr $(RES) / $(CPI)` ; \ > --- > > @(charwidth=`/bin/expr $(RES) / $(CPI)` ; \ > > ===> gnu/usr.bin/groff/devascii > Making R > expr: not found > *** Error code 127 > > Stop in /usr/src/gnu/usr.bin/groff/devascii. > *** 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 > Something is broken on your side. What is shown above should have been done as part of `buildworld', not as part of `installworld'. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message