From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 18:02:02 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 6608116A41F for ; Mon, 22 Aug 2005 18:02:02 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20CE543D46 for ; Mon, 22 Aug 2005 18:02:01 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: (qmail 10359 invoked from network); 22 Aug 2005 18:02:01 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2005 18:02:01 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B6494380; Mon, 22 Aug 2005 14:02:00 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-doc@freebsd.org From: Lowell Gilbert Date: 22 Aug 2005 14:02:00 -0400 Message-ID: <44slx1svdz.fsf@be-well.ilk.org> Lines: 74 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:02:02 -0000 I can't seem to build the www collection. The only faintly unusual thing I'm doing is using openjade, but that part seems to go fine. It's the installation of the documents that fails; apparently because it's trying to install the documents to the wrong directory. Can anyone explain what else I should be doing? I used the following script to do the build: ================================================================ mkdir -p /var/tmp/webbuild cd /var/tmp/webbuild || exit 1 if ! cvs -d /usr/scratch/scratch/ncvs -R co www doc ; then exit 1 fi echo cvsup okay cd /var/tmp/webbuild/www/en || exit 1 ENGLISH_ONLY=yes export ENGLISH_ONLY OPENJADE="yes" export OPENJADE make all || exit echo built okay cd /var/tmp/webbuild/www/en || exit 1 make DESTDIR=/usr/scratch/scratch/FreeBSD-Web-site install || exit 1 echo installed okay ================================================================ The output of the build ended with: ===> tutorials install -C -o lowell -g www -m 664 /var/tmp/webbuild/www/en/tutorials/index.html /usr/scratch/sc ratch/FreeBSD-Web-site/data/tutorials ===> doc ===> doc/articles ===> doc/articles/5-roadmap install -C -o lowell -g lowell -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/scratch/scratch/Free BSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site install -C -o lowell -g lowell -m 444 article.html /usr/scratch/scratch/FreeBSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site ===> doc/articles/checkpoint install -C -o lowell -g lowell -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/scratch/scratch/Free BSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site /bin/mkdir -p /usr/scratch/articles/checkpoint mkdir: /usr/scratch/articles: Permission denied *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1/articles/checkpoint. *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1/articles. *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1. *** Error code 1 Stop in /var/tmp/webbuild/www/en/doc. *** Error code 1 Stop in /var/tmp/webbuild/www/en.