Subject: Re: OOo2-bin on 2.1_RC5/i386: barf
To: Hubert Feyrer <feyrer@cs.stevens.edu>
From: Michael Rauch <mrauch@NetBSD.org>
List: tech-pkg
Date: 10/21/2005 14:21:04
Hi, 

most of the output is only a warning, although it doesn't really tell
so:

On Thu, Oct 20, 2005 at 08:41:47PM +0200, Hubert Feyrer wrote:
> javaldx failed!

That means that no suitable java was found. OOo will run fine without
one, only a few functions are missing.

> file_image_pagein: Function not implemented

That's the missing syscall madvise in the linux emulation. It gives
hints to the kernel how memory will be used. Its existence should give
some performance improvements but has no other use.

> I18N: Operating system doesn't support locale "en_US"

Not sure about the details of this one but also not a fatal error.

> [Java framework] Error in function createUserSettingsDocument 
> (elements.cxx).

That's the only one that worries me. Just before that line in the kdump
it is trying to access /emul/linux/home/feyrer/.openoffice.org2 and
seems to get EACCES (Permission denied). Does that directory exist and
what are its permissions?


Michael