Date: Sun, 01 Apr 2001 05:50:38 -0500 From: Christopher Schulte <christopher@schulte.org> To: stable@freebsd.org Subject: installworld fails: gnu/usr.bin/groff/devascii Message-ID: <5.1.0.12.0.20010401052532.02da9868@pop.schulte.org>
next in thread | raw e-mail | index | archive | help
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 -- Christopher Schulte Finger for PGP key, or for UNIX impaired: http://noc.schulte.org/cgi-bin/noc/finger.cgi 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?5.1.0.12.0.20010401052532.02da9868>