From owner-freebsd-current Wed Feb 3 01:12:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29247 for freebsd-current-outgoing; Wed, 3 Feb 1999 01:12:08 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29240 for ; Wed, 3 Feb 1999 01:12:05 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.8.7/8.8.7) id UAA29868 for ; Wed, 3 Feb 1999 20:12:09 +1100 Received: from kmidc71-133.ecopost.com.au(203.28.71.133), claiming to be "tpgi.com.au" via SMTP by buffy.tpgi.com.au, id smtpda29741; Wed Feb 3 20:11:56 1999 Message-ID: <36B812EC.9D2279A5@tpgi.com.au> Date: Wed, 03 Feb 1999 20:12:12 +1100 From: Eddie Irvine X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: buildworld fails on 3.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I've cvsupped a number of times over the last week, zapped /usr/obj/* , made the includes, and keep getting exactly the same problem: my cvsup tag=RLENG_3 (or something like that) cd /usr/src make includes ----- this is OK make clean ----- this is OK nohup make buildworld 2>&1 -------- this is not so OK -------- The first appearance occurs on line 23914 of nohup.out: gzip -cn /usr/src/sbin/i386/nextboot/nextboot.8 > nextboot.8.gz ===> share ===> share/dict ===> share/doc ===> share/doc/psd ===> share/doc/psd/title touch _stamp.extraobjs (cd /usr/src/share/doc/psd/title; groff -mtty-char -Tascii -ms -o1- /usr/src/sha re/doc/psd/title/Title) | gzip -cn > Title.ascii.gz groff: can't find `DESC' file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ groff:fatal error: invalid device `ascii' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ===> share/doc/psd/contents touch _stamp.extraobjs (cd /usr/src/share/doc/psd/contents; groff -mtty-char -Tascii -ms -o1- /usr/src/ share/doc/psd/contents/contents.ms) | gzip -cn > contents.ascii.gz groff: can't find `DESC' file groff:fatal error: invalid device `ascii' ---------- and it karks it around line 24128 ===> share/doc/usd/13.viref sed -e\ 's:\(\.so[\ \ ][\ \ ]*\)\(vi.ref\)$:\1/usr/src/share/doc/usd/13.vire f/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \ ][\ \ ]*\)\(ex.cmd.roff\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib/nvi/d ocs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \ ][\ \ ]*\)\(ref.so\)$:\1/usr/s rc/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ ' s:\(\.so[\ \ ][\ \ ]*\)\(set.opt.roff\)$:\1/usr/src/share/doc/usd/13.viref/ ../../../../contrib/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \ ][\ \ ]*\)\(vi.cmd.roff\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib/nvi/d ocs/USD.doc/vi.ref/\2:' -e 's:^\.so index.so$::' /usr/src/share/doc/usd/13.viref /../../../../contrib/nvi/docs/USD.doc/vi.ref/vi.ref | groff -mtty-char -Tascii -t -s -me -o1- > /dev/null groff: can't find `DESC' file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ groff:fatal error: invalid device `ascii' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *** Error code 3 Stop. *** Error code 1 What do I do? should I zap the /usr/share/doc/* and re-cvsup? Eddie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message