From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 7 00:50:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0447E16A4EA for ; Fri, 7 May 2004 00:50:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426ED43D31 for ; Fri, 7 May 2004 00:50:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i477oPoM073417 for ; Fri, 7 May 2004 00:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i477oPvu073415; Fri, 7 May 2004 00:50:25 -0700 (PDT) (envelope-from gnats) Date: Fri, 7 May 2004 00:50:25 -0700 (PDT) Message-Id: <200405070750.i477oPvu073415@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Volker Stolz Subject: Re: ports/66069: [MAINTAINER UPDATE] devel/antlr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 07:50:26 -0000 The following reply was made to PR ports/66069; it has been noted by GNATS. From: Volker Stolz To: freebsd-gnats-submit@FreeBSD.org, mainland@apeiron.net Cc: Subject: Re: ports/66069: [MAINTAINER UPDATE] devel/antlr Date: Fri, 07 May 2004 09:45:10 +0200 I'm running into problems: ===> Patching for antlr-2.7.3 ===> antlr-2.7.3 depends on file: /usr/local/jdk1.3.1/bin/javac - found ===> antlr-2.7.3 depends on file: /usr/local/jdk1.3.1/bin/java - found ===> antlr-2.7.3 depends on executable: gmake - found ===> antlr-2.7.3 depends on executable: gcc32 - found ===> Configuring for antlr-2.7.3 (cd /usr/tmp/antlr/work/antlr-2.7.3 && JAVAC=/usr/local/jdk1.3.1/bin/javac JAR=/usr/local/jdk1.3.1/bin/jar JAVA=/usr/local/jdk1.3.1/bin/java CC=gcc32 CXX=g++32 ./configure --prefix=/usr/local) checking if examples must be built... no checking build system type... i386-unknown-freebsd4.9 checking host system type... i386-unknown-freebsd4.9 checking if we are using Cygwin/MinGW... no no checking if we prefer gcj built over normal java... no checking if BOOTSTRAP_JAR is set... no checking for ar... /usr/bin/ar checking for as... /usr/bin/as checking for cygpath... no checking for gcc... gcc32 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc32 accepts -g... yes checking for gcc32 option to accept ANSI C... none needed checking how to run the C preprocessor... gcc32 -E checking whether we are using the GNU C++ compiler... yes checking whether g++32 accepts -g... yes checking how to run the C++ preprocessor... g++32 -E checking for doxygen... doxygen checking for a BSD-compatible install... /usr/bin/install -c configure: error: CLASSPATH not set. Please set it to include the directory containing configure. *** Error code 1 Stop in /usr/tmp/antlr.