pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Note that one needs procfs mounted with the 'linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fb1090ebf08
branches:  trunk
changeset: 459968:6fb1090ebf08
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Aug 13 15:22:14 2003 +0000

description:
Note that one needs procfs mounted with the 'linux' option, too.

diffstat:

 lang/sun-jdk14/MESSAGE.NetBSD |  10 ++++------
 lang/sun-jre14/MESSAGE.NetBSD |   6 +++++-
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r e14f76454d03 -r 6fb1090ebf08 lang/sun-jdk14/MESSAGE.NetBSD
--- a/lang/sun-jdk14/MESSAGE.NetBSD     Wed Aug 13 13:58:57 2003 +0000
+++ b/lang/sun-jdk14/MESSAGE.NetBSD     Wed Aug 13 15:22:14 2003 +0000
@@ -1,16 +1,14 @@
 ===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2003/08/11 01:25:48 grant Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 15:22:14 jschauma Exp $
 
 In order to be able to run the JVM, you will need to compile your kernel
 with the following options:
 
-makeoptions     TEXTADDR=d0100000
-options         KERNBASE_LOCORE=0xd0000000
 options         COMPAT_LINUX
 
-Your kernel needs to be build from current sources later than 2003-08-09.
-Otherwise, jdk will fail to run properly on programs that can throw
-NullPointerExceptions.
+Then, you need to add the following line to your /etc/fstab:
+
+procfs /proc procfs rw,linux
 
 Furthermore, the data segment size set by your shell's 'ulimit' builtin
 must be at least 131204 -- please refer to your shell's manual page for
diff -r e14f76454d03 -r 6fb1090ebf08 lang/sun-jre14/MESSAGE.NetBSD
--- a/lang/sun-jre14/MESSAGE.NetBSD     Wed Aug 13 13:58:57 2003 +0000
+++ b/lang/sun-jre14/MESSAGE.NetBSD     Wed Aug 13 15:22:14 2003 +0000
@@ -1,11 +1,15 @@
 ===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 03:29:55 jschauma Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.4 2003/08/13 15:22:14 jschauma Exp $
 
 In order to be able to run the JVM, you will need to compile your kernel
 with the following options:
 
 options                COMPAT_LINUX
 
+Then, you need to add the following line to your /etc/fstab:
+
+procfs /proc procfs rw,linux
+
 Furthermore, the data segment size set by your shell's 'ulimit' builtin
 must be at least 131204 -- please refer to your shell's manual page for
 details.



Home | Main Index | Thread Index | Old Index