From owner-freebsd-stable Wed May 8 07:10:37 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA26462 for stable-outgoing; Wed, 8 May 1996 07:10:37 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA26447 for ; Wed, 8 May 1996 07:10:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id HAA13837 for ; Wed, 8 May 1996 07:09:59 -0700 (PDT) To: stable@freebsd.org Subject: Build failure in 2.1-RELEASE to -stable transition. Date: Wed, 08 May 1996 07:09:59 -0700 Message-ID: <13832.831564599@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I finally got the chance to try the following sequence in a clean fashion: 1. Install 2.1.0-RELEASE (except for srcdist) on a new machine. 2. Sup -stable as /usr/src 3. Make world And it bombed out with the following error: ===> share/doc/papers/kerntune (cd /usr/src/share/doc/papers/kerntune; groff -mtty-char -Tascii -e -t -p -s -ms -o1- /usr/src/share/doc/papers/kerntune/0.t /usr/src/share/doc/papers/kerntune/1.t /usr/src/share/doc/papers/kerntune/2.t /usr/src/share/doc/papers/kerntune/3.t /usr/src/share/doc/papers/kerntune/4.t) | gzip -c > kerntune.ascii.gz :330: warning: indent cannot be negative ===> share/doc/papers/memfs indxbib -o ref.bib /usr/src/share/doc/papers/memfs/ref.bib indxbib:fatal error: can't open `/usr/share/dict/eign': No such file or directory I also notice a: ===> share/doc/usd/04.csh (cd /usr/src/share/doc/usd/04.csh/../../../../bin/csh/USD.doc; groff -mtty-char -Tascii -ms -o1- tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g) | gzip -c > paper.ascii.gz troff: fatal error: can't open `csh.a': No such file or directory Further up, though this doesn't appear to kill the installation. /usr/share/dict/eign is installed by /usr/src/gnu/usr.bin/groff/indxbib, though I'm not exactly sure that `indxbib' is "tools target" material. Comments? If nobody beats me to it, I'll work on smashing this one when I wake up. I'm off to bed! Jordan