NetBSD-Java archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/jdk15 and NetBSD 5



On Fri, Mar 06, 2009 at 08:46:43PM +0000, David Brownlee wrote:
> On Fri, 6 Mar 2009, David Brownlee wrote:
>
>>      I have some cleanups to wip/jdk15 that I'm just finishing
>>      testing. If you want to hold off just a little with PLIST
>>      fixes that would be ideal...
>
>       OK, I'm clear of wip/jdk15 :)
>
>       How is your PLIST munging going? :)


Most of the problems go away if I enable the jdk15-plugin option (the TODO
list mentions the installation without plugin is still broken).  The files
in PLIST with ${MACHINE_ARCH} are wrong because ${MACHINE_ARCH} expands to
x86_64 while the files are installed under amd64.  After manually replacing
that, the only four missing files are:

ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         /usr/pkg/java/jdk-1.5.0/bin/java-rmi.cgi
ERROR:         /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/Xusage.txt
ERROR:         /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjsig.so
ERROR:         /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjvm.so
*** Error code 1


Now, when starting up firefox3 or seamonkey with the plugin and trying to
use it, it prints on the console:

Cannot open "/home/lib/amd64/libjavaplugin_nscp.so"

After symlinking /usr/pkg/java/jdk-1.5.0/jre/lib to /home/lib and bumping
the datasize limit, the java plugin starts, but only displays a red cross
and the java console shows a bunch of classloader errors.  But it runs!
(the java console itself is a Java program)


        Geert


-- 
Geert Hendrickx  -=-  ghen%telenet.be@localhost  -=-  PGP: 0xC4BB9E9F
This e-mail was composed using 100% recycled spam messages!


Home | Main Index | Thread Index | Old Index