From owner-freebsd-emulation@FreeBSD.ORG Fri May 25 13:02:32 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BBFE16A469 for ; Fri, 25 May 2007 13:02:32 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id DB03813C48C for ; Fri, 25 May 2007 13:02:31 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3E14B8BF8BC; Fri, 25 May 2007 15:02:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id npJmHTXM1Pjr; Fri, 25 May 2007 15:02:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AF0178BF8B3; Fri, 25 May 2007 15:02:26 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l4PD2Q87056586; Fri, 25 May 2007 15:02:26 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 25 May 2007 15:02:26 +0200 From: Roman Divacky To: Pascal Hofstee Message-ID: <20070525130226.GA56503@freebsd.org> References: <1180083709.19278.13.camel@neo.zion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1180083709.19278.13.camel@neo.zion> User-Agent: Mutt/1.4.2.2i Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-fc6 and linux-sun-jdk* problems X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 13:02:32 -0000 On Fri, May 25, 2007 at 11:01:49AM +0200, Pascal Hofstee wrote: > Hi, > > I decided after the recent gcc-4.2.0, symbol versioning and xorg-7.2 > update i might as well give the new linux_base-fc6 a whirl and see how > that works out. > > The linux-base install itself went painless though i haven't really used > it yet until this morning when i wanted to install OpenOffice.org which > for which i need a native JDK to build. So i tried to install java/jdk15 > which (on default) uses linux-sun-jdk14 as its bootstrapping compiler. > > However this is where things started to go wrong ... i tried installing > linux-sun-jdk15 instead but wasn't any luckier there either. > > A simple invocation of the command "javac" (no parameters whatsoever .. > plain javac) bails out with the following problem (under > linux-sun-jdk15): I am currently playing with a problem that might be related to it and I hope to have a fix soon. I hope you'll be able to test the fix out ;) stay tuned :) roman