From owner-freebsd-questions@FreeBSD.ORG Sun Oct 9 00:00:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA87E16A420 for ; Sun, 9 Oct 2005 00:00:08 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 2B87F43D45 for ; Sun, 9 Oct 2005 00:00:07 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 18554 invoked by uid 502); 8 Oct 2005 23:09:52 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 8 Oct 2005 23:09:52 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <434851BF.70106@ywave.com> Date: Sat, 08 Oct 2005 16:09:51 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "O. Hartmann" References: <434825D5.9020807@mail.uni-mainz.de> <43484440.5000800@ywave.com> <43484D9A.5020507@mail.uni-mainz.de> In-Reply-To: <43484D9A.5020507@mail.uni-mainz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports: jdk15/jdk14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 00:00:08 -0000 O. Hartmann wrote: > Micah wrote: > >> O. Hartmann wrote: >> >>> Hello. >>> >>> Again, I run into frustrations when trying to install JDK14/JDK15 >>> from the ports collection. >>> Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 >>> platform (Dell OptiPlex280). >>> Installation of linux-sun-jdk1.4.2 performed well without problems. >>> But when trying the installation of jdk14 or jdk15, I receive a >>> SIGNAL 11 running java: >>> >>> Bootstrap Settings: >>> JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2 >>> BOOTSTRAP J2SDK VERSION: Segmentation fault >>> OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586 >>> >>> dmesg: >>> pid 1286 (java), uid 0: exited on signal 11 >>> >>> I tried using blackdown JDK, but without success, it seems tricky to >>> allow an alternative JDK. >>> >>> Any help appreciated. >>> >>> Oliver >> >> >> >> >> Does the linux JDK work? Have you tried compiling java source and >> running java classes with it? Did you follow the directions in >> /usr/ports/java/linux-sun-jdk14/pkg-message to enable the linux procfs? >> >> Micah > > > The Linux SDK is the one that crashes (getting signal 11 from java as > reported and this is the linux SDK). It is the Linux java that isn't > capable booting the build process. I wasn't asking if you had tried the linux JDK to install the native JDK. I was asking if you had actually verified that the linux JDK had been installed properly and was in working order. Micah