problems building website

Lowell Gilbert lgusenet at be-well.ilk.org
Mon Aug 22 18:02:02 UTC 2005


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.



More information about the freebsd-doc mailing list