Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 16:51:30 +0200
From:      Holger Kipp <holger.kipp@alogis.com>
To:        Marcus Henschel <marcus@hamburg.de>, freebsd-java@freebsd.org
Subject:   Re: AW: FreeBSD 4.8 stable / jdk14
Message-ID:  <3F180972.37C704AA@alogis.com>
References:  <000001c34d3b$26d8d6a0$97faa8c0@mhnote>

next in thread | previous in thread | raw e-mail | index | archive | help
Marcus Henschel wrote:

> >> Bootstrap Settings:
> >>    BOOTDIR = /usr/local/linux-sun-jdk1.4.1
> >                           ^^^^^^^^^^^^^^^^^^
> >
> > You probably want to install linux-sun-jdk1.4.1 first.
> the problem is, that i can't install linux-sun-jdk1.4.1. If i move
> to /usr/ports/java/linux-sun-jdk14 and do a make install it says:
> ===>  linux-sun-jdk-1.4.2 You must manually fetch the J2SE v1.4 SDK
> Linux GNUZIP Tar shell script (j2sdk-1_4_2-linux-i58
> 6.bin) from http://java.sun.com/webapps/download/Display?BundleId=8590\
> &Referer=http://java.sun.com/j2se/1.4.2/download.html, place it in 
> /usr/ports/distfiles and then run make again.

Hmm. Have you considered installing linux-sun-jdk1.4.2 then and
changing Makefile for jdk14 accordingly? Something like

--- Makefile    Sun Apr  6 03:17:00 2003
+++ Makefile.142        Fri Jul 18 17:01:17 2003
@@ -36,7 +36,7 @@
 .if defined(NATIVE_BOOTSTRAP)
 JDK14DIR?=     ${LOCALBASE}/jdk${JDK_VERSION}
 .else
-JDK14DIR?=     ${LOCALBASE}/linux-sun-jdk${JDK_VERSION}
+JDK14DIR?=     ${LOCALBASE}/linux-sun-jdk1.4.2
 .endif
 
 # workaround to handle both 'zip' and 'tar.gz' distfiles

might do the trick for the time being.

Regards,
Holger
-- 
Holger Kipp, Dipl.-Math., Systemadministrator  | alogis AG
Fon: +49 (0)30 / 43 65 8 - 114                 | Berliner Strasse 26
Fax: +49 (0)30 / 43 65 8 - 214                 | D-13507 Berlin Tegel
email: holger.kipp@alogis.com                  | http://www.alogis.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F180972.37C704AA>