Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 41485 invoked from network); 25 Sep 2003 15:42:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 15:42:24 -0000 Received: (qmail 41216 invoked by uid 500); 25 Sep 2003 15:42:07 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 41117 invoked by uid 500); 25 Sep 2003 15:42:07 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 41103 invoked by uid 500); 25 Sep 2003 15:42:07 -0000 Received: (qmail 41098 invoked from network); 25 Sep 2003 15:42:07 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Sep 2003 15:42:06 -0000 Received: (qmail 41328 invoked by uid 1303); 25 Sep 2003 15:42:12 -0000 Date: 25 Sep 2003 15:42:12 -0000 Message-ID: <20030925154212.41327.qmail@minotaur.apache.org> From: jfclere@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/daemon/xdocs faq.xml jsvc.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jfclere 2003/09/25 08:42:12 Modified: daemon/xdocs jsvc.xml Added: daemon/xdocs faq.xml Log: Start a faq page and add the autoconf version. Revision Changes Path 1.2 +1 -1 jakarta-commons/daemon/xdocs/jsvc.xml Index: jsvc.xml =================================================================== RCS file: /home/cvs/jakarta-commons/daemon/xdocs/jsvc.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jsvc.xml 16 Sep 2003 11:55:08 -0000 1.1 +++ jsvc.xml 25 Sep 2003 15:42:12 -0000 1.2 @@ -26,7 +26,7 @@

To build under an UNIX operating system you will need:

    -
  • GNU AutoConf
  • +
  • GNU AutoConf (at least version 2.53)
  • An ANSI-C compliant compiler (GCC is good)
  • GNU Make
  • A Java Platform 2 compliant SDK
  • 1.1 jakarta-commons/daemon/xdocs/faq.xml Index: faq.xml =================================================================== Daemon : FAQ Jean-Frederic Clere

    $ sh support/buildconf.sh autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_PATH ***BUG in Autoconf--please report*** AC_PATH ***BUG in Autoconf--please report*** AC_PATH Your version of autoconf is to old, upgrade your autoconf and retry. Or run support/buildconf.sh in another machine and copy the daemon tree in the machine where you want to compile jsvc.

    configure: creating ./config.status config.status: creating Makefile mv: Makefile: set owner/group (was: 1670/0): Operation not permitted config.status: creating Makedefs mv: Makedefs: set owner/group (was: 1670/0): Operation not permitted config.status: creating native/Makefile mv: native/Makefile: set owner/group (was: 1670/0): Operation not permitted *** All done *** Now you can issue "make" You should ignore those error messages they are normal in FreeBSD. config.status creates files in /tmp and move them in the current directory. When FreeBSD creates files it sets the group of the files to the group of the directory where the files are created. So if /tmp is group "wheel" the files are "wheel". When moving the files in the current directory (if you are not member of group "wheel") the group "wheel" cannot be set on the moved files.

    --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org