Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 11:43:39 -0700
From:      garys@opusnet.com (Gary W. Swearingen)
To:        Lowell Gilbert <lgusenet@be-well.ilk.org>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: problems building website
Message-ID:  <ed7jedke1w.jed@mail.opusnet.com>
In-Reply-To: <44slx1svdz.fsf@be-well.ilk.org> (Lowell Gilbert's message of "22 Aug 2005 14:02:00 -0400")
References:  <44slx1svdz.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert <lgusenet@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.



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