problems building website

Gary W. Swearingen garys at opusnet.com
Mon Aug 22 18:42:17 UTC 2005


Lowell Gilbert <lgusenet at be-well.ilk.org> writes:

> 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

I just now finished a build of last night's sources with:

export DOC_LANG=en_US.ISO8859-1
export FORMATS="txt html"
export ENGLISH_ONLY=t
export WEB_ONLY=t
export WEBGRP=jojo
export DESTDIR=/usr/share/www/freebsd.org
cd /usr/www
make install

I had to set /usr/share/www/freebsd.org permission for me as user.

I had to turn on the Internet because of

    ===> en/releases/6.0R
    /usr/bin/fetch http://people.freebsd.org/~pho/stress/log/news.rdf
    fetch: http://people.freebsd.org/~pho/stress/log/news.rdf: No address record
    *** Error code 1

And I had to join "www" group because of a chgrp "permission denied" error.



More information about the freebsd-doc mailing list