From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephane@antefacto.com>
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING,
	MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no
	version=4.0.0
Received: from relay05.indigo.ie (relay05.indigo.ie [194.125.133.229])
	by chiba.3jane.net (Postfix) with SMTP id 4FD58AC4F6
	for <gentoo-dev@gentoo.org>; Sun, 28 Apr 2002 07:19:10 -0500 (CDT)
Received: (qmail 56332 messnum 1202701 invoked from network[194.125.205.98/ts07-098.dublin.indigo.ie]); 28 Apr 2002 12:19:08 -0000
Received: from ts07-098.dublin.indigo.ie (194.125.205.98)
  by relay05.indigo.ie (qp 56332) with SMTP; 28 Apr 2002 12:19:08 -0000
From: Stephane Dudzinski <stephane@antefacto.com>
To: gentoo-dev@gentoo.org
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.3 
Date: 28 Apr 2002 13:20:46 +0100
Message-Id: <1019996448.2297.18.camel@tux>
Mime-Version: 1.0
Subject: [gentoo-dev] PHP 4.1.2
Sender: gentoo-dev-admin@gentoo.org
Errors-To: gentoo-dev-admin@gentoo.org
X-BeenThere: gentoo-dev@gentoo.org
X-Mailman-Version: 2.0.6
Precedence: bulk
Reply-To: gentoo-dev@gentoo.org
List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=subscribe>
List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org>
List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe>
List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/>
X-Archives-Salt: f940b8e6-b29e-4e9a-8d97-eeb62da4d36c
X-Archives-Hash: 42acd9718c1ceea16a0c2865002504ae

Hello, i emerged php 4.1.2 the other day and got a look at it only
yesterday. It was failing saying that java could not be found.

emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
downloading and installing it.

Still, no java found. Looked in the ebuild script and realised that two
variables weren't passed : JDK_HOME and JAVAC, i then did set those
properly and php compiled and worked alright.

I don't know if it's been fixed, just wanted to report it.
Steph