From owner-freebsd-java Mon Apr 29 14:11:37 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 28C2837B43B for ; Mon, 29 Apr 2002 14:11:21 -0700 (PDT) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 172IQW-0004ga-00; Mon, 29 Apr 2002 15:11:16 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g3TLBBK44109; Tue, 30 Apr 2002 06:41:11 +0930 (CST) (envelope-from glewis) Date: Tue, 30 Apr 2002 06:41:11 +0930 From: Greg Lewis To: Jeroen Ruigrok/asmodai Cc: java@FreeBSD.ORG Subject: Re: Build and questions [Debugging info, hence long] Message-ID: <20020430064110.A44002@misty.eyesbeyond.com> References: <20020421140546.GN24261@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020421140546.GN24261@daemon.ninth-circle.org>; from asmodai@wxs.nl on Sun, Apr 21, 2002 at 04:05:46PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Apr 21, 2002 at 04:05:46PM +0200, Jeroen Ruigrok/asmodai wrote: > Well, > > got jdk1.3.1 to build [again] without much problems on STABLE. > I then became daring and used my recently installed native jdk to bootstrap > the native jdk build. > And it built all the way. :) > [Not that it gained me anything but being able, hopefully, to bootstrap any > subsequent port changes without need for the linux-jdk13.] Good idea. I'd been planning this but I've just added a Makefile variable to allow this and will hopefully commit it following testing and approval. > Then running java run. > After finishing the install I get this on the last screen: > > ``o Checking required disk space requires file service native support > o File attributes could not be set because native support for that > operation is not available > o File times could not be set because native support for that operation is > not available'' > > It leaves a log file with this: > > (Apr 21, 2002 11:30:53 AM), Setup.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$DiskSpaceCheck, wrn, Checking required disk space requires file service native support. > (Apr 21, 2002 11:30:53 AM), Setup.product.install, com.installshield.product.act > ions.Files, wrn, Cannot set file attributes: operation is not supported by the current file service implementation. > (Apr 21, 2002 11:30:53 AM), Setup.product.install, com.installshield.product.actions.Files, wrn, Cannot set file times: operation is not supported by the current file service implementation. > > Is this even something we can fix or? Depends. From the wording of the message they may be doing some file system manipulations via JNI? If that is the case, we would need to port the code which they are using to do that or reverse engineer it. > After the install, when I run the p3p.jar file I managed to coredump java :) > > Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > SIGBUS 10* bus error Hmmm, I'll look into this when I can, but I doubt there is going to be any significant progress before 4.6 is frozen. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message