From owner-freebsd-amd64@FreeBSD.ORG Wed Sep 14 16:55:39 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBC316A443 for ; Wed, 14 Sep 2005 16:55:39 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02CAA43D48 for ; Wed, 14 Sep 2005 16:55:38 +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 mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id E1B5E3000277 for ; Wed, 14 Sep 2005 18:55:37 +0200 (CEST) Message-ID: <432855C8.20304@mail.uni-mainz.de> Date: Wed, 14 Sep 2005 18:54:32 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@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: java/jdk15: build failure on FBSD 6.0/AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:55:39 -0000 Hello. Since my last posting about failing to build a working JDK I tried again with all the recommendations I got from this list. On FreeBSD/i386, build process still dies due to a sanity check error (watch out my previous posting about this error). One possible cause should be a missing Linuxulator - but that's not the trueth. Linux was enabled either as kernel module and loaded when system boots or staticaly built into the kernel. In both cases I receive the same error :-( On FreeBSD/AMD64 everything seems to build perfectly since this error occurs (and it seemes to be at the end of the build process): Force the Client VM when dumping the shared archive since you can't dump the archive with the Server VM. I feel confused, I read about this error but no solutions or workaround. It confuses me a bit that I still run into harsh trouble although I do exactly all the steps the port repository recommends! On the other hand, I ran into trouble fetching some essential ports needed by the jdk15-build process on an AMD64 architecture, but they are i386 and I needed fetching them on another i386-based machine (I remember myself it was a XFree86 library for Linux and not available for amd64, but fetching ports from FreeBSD 6.0/amd64 let me get ports only for amd64!). Within the last 4 years I belong to the 'small' (?) group of FreeBSD users who never had success compiling a working JAVA environment. So neither OpenOffice is fully working, nor FireFox or Mozilla are capable of working with JAVA under FBSD 5/6. Mmmmmmhhhh ... May there are some hidden hints and tricks? Oliver