From owner-freebsd-questions@FreeBSD.ORG Wed May 7 15:10:29 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 EAFBC37B401 for ; Wed, 7 May 2003 15:10:29 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FF643F85 for ; Wed, 7 May 2003 15:10:28 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b142.otenet.gr [212.205.244.150]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h47MAPoq025442; Thu, 8 May 2003 01:10:25 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h47MAO02004084; Thu, 8 May 2003 01:10:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h47MAOJh004083; Thu, 8 May 2003 01:10:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 8 May 2003 01:10:24 +0300 From: Giorgos Keramidas To: AR9U Message-ID: <20030507221024.GA4053@gothmog.gr> References: <20030506113605.GA30266@igloo.linux.gr> <20030507014604.33801.qmail@web21505.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030507014604.33801.qmail@web21505.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: Wed, 07 May 2003 22:10:30 -0000 On 2003-05-06 18:46, AR9U wrote: > > No, it's not. If you followed the example commands I wrote, you > > should have a "clean" checkout. > > yes, i followed your example commands you had written. > and as expected, we have a clean checkout Cool :-) > 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 > /usr/local/bin/jade:[...]/article.sgml:26:8:E: element "article" undefined > /usr/local/bin/jade:[...]/article.sgml:27:14:E: element "articleinfo" undefined > /usr/local/bin/jade:[...]/article.sgml:28:10:E: element "title" undefined > /usr/local/bin/jade:[...]/article.sgml:30:16:E: element "authorgroup" undefined > /usr/local/bin/jade:[...]/article.sgml:31:17:E: element "corpauthor" undefined > /usr/local/bin/jade:[...]/article.sgml:34:12:E: element "pubdate" undefined It seems you're missing some of the environment vars mentioned in the "FreeBSD Doc. Project Primer for New Contributors". What is the output of the following command? $ env | grep SGML - Giorgos