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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message