From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 14:43:47 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 8C93416A41F for ; Thu, 29 Sep 2005 14:43:47 +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 24C4843D53 for ; Thu, 29 Sep 2005 14:43:46 +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 979923000F2C for ; Thu, 29 Sep 2005 16:43:45 +0200 (CEST) Message-ID: <433BFD65.5050603@mail.uni-mainz.de> Date: Thu, 29 Sep 2005 16:42:45 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: Continous JAVA build error on AMD64 and i386 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: Thu, 29 Sep 2005 14:43:47 -0000 Hello. I reported earlier in this list about trouble in building and installing JAVA on both AMD64 and i386 architectures. In the meanwhile, I can compile ports/jdk15 on AMD64/FreeBSD-6.0, but jdk15 does not include or have the desired plugin for Mozilla/FireFox, so I tried compiling ports/jdk14. I got every recent and needed file for this compilation, but although I compiled "LINUX32" __and__ COMPAT32 options into kernel (also procfs and linprocfs and everything is installed and working correct), I receive the the message: this port is for i386 and you are running amd64. That's really nice. So I tried compiling jdk14 and jdk15 on an DELL Optiplex 280 running FreeBSD 6.0 (most recent buildworld as with the amd64 box!). I never had success compiling either jdk14 or jdk15, both end up in the attached error of mising BOOTDIR environment. Examining the log output shows some curiuous portions: JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2 -->BOOTSTRAP J2SDK VERSION: Segmentation fault OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586 This seems to be a fault in the Linux environment. I tried either Linuxulator as loadable kernel module or fixed compiled into kernel, with no success. Deinstalling everything belonging to Linux and doing a fresh install via dependencies while installing jdk14/jdk15 doesn't result in any suitable situation, I reiceive always the same error. What's up? Oliver