From owner-freebsd-stable Fri Apr 19 18:59:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from transbay.net (mail.transbay.net [209.133.53.217]) by hub.freebsd.org (Postfix) with ESMTP id 31FCD37B405 for ; Fri, 19 Apr 2002 18:59:50 -0700 (PDT) Received: from borges (stalwart.codysbooks.com [209.133.54.175]) by transbay.net (8.11.2/8.11.2) with ESMTP id g3K1xnn34972 for ; Fri, 19 Apr 2002 18:59:49 -0700 (PDT) Subject: 'unsetenv' broken in -STABLE? From: Scott Reese Reply-To: sreese@codysbooks.com To: freebsd-stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 19 Apr 2002 19:56:00 -0600 Message-Id: <1019267763.304.52.camel@borges.codysbooks.com> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I'm attempting to rebuild the native JDK 1.3.1 because I suddenly began having issues with it today for no apparent reason. When I start the build process, I get the following error message: i386 Build started: 1.3.1-p6-root-020419-18:52 ERROR: Your JAVA_HOME environment variable is set. This will most likely cause the build to fail. Please unset it and start your build again. I figured, "okay, no problem," and I did this (the same way I've done it before): borges[115] % echo $JAVA_HOME /usr/local/linux-jdk1.3.1 borges[116] % unsetenv $JAVA_HOME borges[117] % echo $JAVA_HOME /usr/local/linux-jdk1.3.1 I'm using csh. This used to work, but since I've update to this week's -STABLE, things have been going batty... Here's what I'm running: 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 18 18:35:26 PDT 2002 root@borges.codysbooks.com:/usr/obj/usr/src/sys/BORGES i386 Anyone know what might be happening? TIA, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message