Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 21:58:55 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Gary W. Swearingen" <garys@opusnet.com>
Cc:        Lowell Gilbert <lgusenet@be-well.ilk.org>, freebsd-doc@freebsd.org
Subject:   Re: problems building website
Message-ID:  <20050822185855.GA1063@gothmog.gr>
In-Reply-To: <ed7jedke1w.jed@mail.opusnet.com>
References:  <44slx1svdz.fsf@be-well.ilk.org> <ed7jedke1w.jed@mail.opusnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-08-22 11:43, "Gary W. Swearingen" <garys@opusnet.com> wrote:
>
> 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

This is something new to me (I haven't run a full web site build in a while).

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

This is easy to fix:

	export WEBOWN="${USER}"
	export WEBGRP=$(id -gn)

Then the 'install' target will use your own credentials and avoid the
errors about being unable to chown the files.




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