Date: Sun, 21 Mar 1999 11:30:42 -0800 (PST) From: "Richard J. Dawes" <rjdawes@physics.ucsd.edu> To: Vladimir Litovka <doka@triton.kiev.sovam.com> Cc: freebsd-stable@FreeBSD.ORG, Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>, Vadim Chepkov <vvc@kharkiv.net> Subject: Re: Problem with "make release" Message-ID: <Pine.SOL.3.96.990321111739.1936A-100000@physics> In-Reply-To: <Pine.BSF.4.10.9903201505430.14864-100000@triton.kiev.sovam.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I too had this problem a month or so back. It turns out that setting the COPTS variable in make.conf or with the -D option to include a gcc optimization level no higher than "-O" (same as "-O1"), i.e. NOT "-O2" or "-O3", will allow the build to complete. (At least this is what worked for me...) Good luck! --Rich On Sat, 20 Mar 1999, Vladimir Litovka wrote: > Hello! > > On Sat, 20 Mar 1999, Oliver Fromme wrote: > > > Interestingly, "make buildworld" works perfectly fine (takes > > about 1 hour), > > Today's CVSUP make buildworld fails with this message: > > -------------------------------------------------------------------------- > ===> share/doc/psd/22.rpcgen > touch _stamp.extraobjs > (cd /usr/src/share/doc/psd/22.rpcgen/../../../../lib/libc/rpc/PSD.doc; > groff -mt > ty-char -Tascii -t -ms -o1- > /usr/src/share/doc/psd/22.rpcgen/../../../../lib/lib > c/rpc/PSD.doc/rpcgen.ms) | gzip -cn > paper.ascii.gz > groff: can't find `DESC' file > groff:fatal error: invalid device `ascii' > ===> share/doc/psd/23.rpc > touch _stamp.extraobjs > (cd /usr/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc; groff > -mtty- > char -Tascii -t -p -ms -o1- > /usr/src/share/doc/psd/23.rpc/../../../../lib/libc/r > pc/PSD.doc/rpc.prog.ms) | gzip -cn > paper.ascii.gz > groff: can't find `DESC' file > groff:fatal error: invalid device `ascii' > *** Error code 3 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > -------------------------------------------------------------------------- > > What is this? > > -- > Yours sincerely, > Vladimir Litovka, hostmaster of Sovam Teleport Kiev > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > ======================================== Richard J. Dawes rdawes@ucsd.edu ======================================== 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?Pine.SOL.3.96.990321111739.1936A-100000>