Date: Tue, 29 Feb 2000 16:56:39 +0800 From: SysadmiN <millis@ductape.net> To: freebsd-questions@FreeBSD.ORG Subject: make buildworld/groff Message-ID: <38BB89C7.880C8C08@ductape.net>
next in thread | raw e-mail | index | archive | help
I have a question of a problem I'm having with 3.2 -stable -> 3.3 -stable. ===> share ===> share/dict ===> share/doc ===> share/doc/psd ===> share/doc/psd/title touch _stamp.extraobjs (cd /usr/home/ncvs/src/share/doc/psd/title; groff -mtty-char -Tascii -ms -o1- /usr/home/ncvs/src/share/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/home/ncvs/src/share/doc/psd/contents; groff -mtty-char -Tascii -ms -o1- /usr/home/ncvs/src/share/doc/psd/contents/contents.ms) | gzip -cn > contents.ascii.gz groff: can't find `DESC' file groff:fatal error: invalid device `ascii' ===> share/doc/psd/05.sysman How do I fix this?, please? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38BB89C7.880C8C08>