Skip site navigation (1)Skip section navigation (2)
Date:      22 Aug 2005 14:02:00 -0400
From:      Lowell Gilbert <lgusenet@be-well.ilk.org>
To:        freebsd-doc@freebsd.org
Subject:   problems building website
Message-ID:  <44slx1svdz.fsf@be-well.ilk.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44slx1svdz.fsf>