From owner-freebsd-questions@FreeBSD.ORG Thu May 8 11:00:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3659B37B401 for ; Thu, 8 May 2003 11:00:47 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7276C43F75 for ; Thu, 8 May 2003 11:00:44 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b218.otenet.gr [212.205.244.226]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h48I0eRU019095; Thu, 8 May 2003 21:00:41 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h48I0dC7002204; Thu, 8 May 2003 21:00:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h48I0d7m002203; Thu, 8 May 2003 21:00:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 8 May 2003 21:00:39 +0300 From: Giorgos Keramidas To: radwasteus@yahoo.com Message-ID: <20030508180039.GA2071@gothmog.gr> References: <20030507221024.GA4053@gothmog.gr> <20030508040242.36539.qmail@web21508.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030508040242.36539.qmail@web21508.mail.yahoo.com> cc: questions@freebsd.org Subject: Re: checkout doc from /home/ncvs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 18:00:47 -0000 On 2003-05-07 21:02, radwasteus@yahoo.com wrote: >--- Giorgos Keramidas wrote: >> On 2003-05-06 18:46, AR9U wrote: >>> errors are a big file even i have cut some parts away. >>> but i will give you. >> >>> Script started on Tue May 6 09:18:16 2003 >>> bank@/home/manee/tmp/doc/en_US.ISO8859-1# make FORMAT="html" >>> ===> articles >>> ===> articles/5-roadmap >>> /usr/local/bin/jade -V [...] >>> /usr/local/bin/jade:[...]/article.sgml:24:0:E: DTD did not contain element declaration for document type name >>> [...] >> >> It seems you're missing some of the environment vars >> mentioned in the >> "FreeBSD Doc. Project Primer for New Contributors". > > well, am reading it and do setting some env. vars. but > as a plain user. That's fine. You don't need to be root to build or install the docs. > that plain user can su to root. > >> What is the output >> of the following command? >> >> $ env | grep SGML > > arg ya, as you expect it gives nothing for the root > user but give the same result as FDP suggested. Do you mean you are building the documentation as root? (When describing what you are doing, the reader shouldn't have to guess what you did. Always remember to provide ALL the details.) If this is the case, bear in mind that after you run su your old environment goes away, unless you use the -m option. > do we need to run this particular make as root ? No. Not necessarily. You'll have to use su to become root only if you want to install the docs in `/usr/share/doc'. If you do use su, then please make sure your environment contains the proper SGML_xxx variables, either by manually setting them, or by using the -m option of su(1). - Giorgos PS: Your mailer claims that the message is encoded in US-ASCII, but your From: lines contain some unreadable parts. Try to configure your mailer to use the proper encoding for all the stuff it puts in mail headers, or disable 8-bit characters in mail headers. If this isn't possible, perhaps there is a way to spell your name using US-ASCII characters only (at least in mail headers)?