Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 09:39:28 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Christopher Schulte <christopher@schulte.org>
Cc:        stable@FreeBSD.ORG
Subject:   Re: installworld fails: gnu/usr.bin/groff/devascii
Message-ID:  <20010402093928.A17079@sunbay.com>
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
References:  <5.1.0.12.0.20010401052532.02da9868@pop.schulte.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010402093928.A17079>