From owner-freebsd-ports@FreeBSD.ORG Sat Oct 8 22:53:22 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B9C16A41F; Sat, 8 Oct 2005 22:53:22 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6453643D48; Sat, 8 Oct 2005 22:53:22 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 2D6453001A92; Sun, 9 Oct 2005 00:53:21 +0200 (CEST) Message-ID: <43484D9A.5020507@mail.uni-mainz.de> Date: Sun, 09 Oct 2005 00:52:10 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Micah References: <434825D5.9020807@mail.uni-mainz.de> <43484440.5000800@ywave.com> In-Reply-To: <43484440.5000800@ywave.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports: jdk15/jdk14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 22:53:23 -0000 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.