From owner-freebsd-doc@FreeBSD.ORG Fri Feb 4 20:09:11 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A3716A4CE for ; Fri, 4 Feb 2005 20:09:11 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D5543D45 for ; Fri, 4 Feb 2005 20:09:10 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j14K93tH028584; Fri, 4 Feb 2005 12:09:03 -0800 From: Kent Stewart To: freebsd-doc@freebsd.org Date: Fri, 4 Feb 2005 12:09:08 -0800 User-Agent: KMail/1.7.2 References: <20050204192834.GA17121@panix.com> In-Reply-To: <20050204192834.GA17121@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502041209.08758.kstewart@owt.com> cc: Joe Altman Subject: Re: To what address should I send a query regarding the error below... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 20:09:11 -0000 On Friday 04 February 2005 11:28 am, Joe Altman wrote: > cd books/ > make all install > groff -p -S -Wall -mtty-char -man > /usr/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/h >andbook/advanced-networking/net-routing.pic > > /usr/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/h >andbook/advanced-networking/net-routing.ps /usr/bin/env > outfile=/usr/doc/en_US.ISO8859-1/books/handbook/../../../share/images >/books/handbook/advanced-networking/net-routing.eps /usr/local/bin/gs > -q -dNOPAUSE -dSAFER -dDELAYSAFER > -sPAPERSIZE=letter -r72 -sDEVICE=bit -sOutputFile=/dev/null > ps2epsi.ps < > /usr/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/h >andbook/advanced-networking/net-routing.ps 1>&2 > Unknown device: bit > *** Error code 1 > > Stop in /usr/doc/en_US.ISO8859-1/books/handbook. > *** Error code 1 > > Stop in /usr/doc/en_US.ISO8859-1/books. > > It's been in evidence for about two weeks now, on: > > vox# uname -a > FreeBSD vox.chthonixia.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Feb > 2 13:27:41 EST 2005 > root@vox.chthonixia.net:/usr/obj/usr/src/sys/VOX i386 > > And it happens in: > > /usr/doc/en_US.ISO8859-1 and in the handbook. > > If this is not the correct address, please direct my attention to it. This sometimes happens because of the make process. Files are broken but have a current timestamp. Make thinks they are current and doesn't try to rebuild them. I often find a "make clean" helps by gettingt rid of the broken pieces. Then, you can reupdate and build the docs. FWIW, I did a make clean and can build the US books. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html