Date: Tue, 30 Apr 2002 06:41:11 +0930 From: Greg Lewis <glewis@eyesbeyond.com> To: Jeroen Ruigrok/asmodai <asmodai@wxs.nl> Cc: java@FreeBSD.ORG Subject: Re: Build and questions [Debugging info, hence long] Message-ID: <20020430064110.A44002@misty.eyesbeyond.com> In-Reply-To: <20020421140546.GN24261@daemon.ninth-circle.org>; from asmodai@wxs.nl on Sun, Apr 21, 2002 at 04:05:46PM %2B0200 References: <20020421140546.GN24261@daemon.ninth-circle.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020430064110.A44002>