From owner-freebsd-stable Sun Mar 21 11:33:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailbox2.ucsd.edu (mailbox2.ucsd.edu [132.239.1.54]) by hub.freebsd.org (Postfix) with ESMTP id D73FA14EA0 for ; Sun, 21 Mar 1999 11:33:13 -0800 (PST) (envelope-from rjdawes@physics.ucsd.edu) Received: from physics.ucsd.edu (physics.ucsd.edu [132.239.69.26]) by mailbox2.ucsd.edu (8.9.1a/8.9.1) with SMTP id LAA18346; Sun, 21 Mar 1999 11:32:24 -0800 (PST) Received: from localhost by physics.ucsd.edu (SMI-8.6/SMI-SVR4) id LAA01990; Sun, 21 Mar 1999 11:30:42 -0800 Date: Sun, 21 Mar 1999 11:30:42 -0800 (PST) From: "Richard J. Dawes" X-Sender: rjdawes@physics Reply-To: Richard Dawes To: Vladimir Litovka Cc: freebsd-stable@FreeBSD.ORG, Oliver Fromme , Vadim Chepkov Subject: Re: Problem with "make release" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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