From owner-freebsd-java Sat Jan 4 13:38:16 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5035537B401 for ; Sat, 4 Jan 2003 13:38:14 -0800 (PST) Received: from wspf1.us4.outblaze.com (205-158-62-146.outblaze.com [205.158.62.146]) by mx1.FreeBSD.org (Postfix) with SMTP id CF8DA43E4A for ; Sat, 4 Jan 2003 13:38:13 -0800 (PST) (envelope-from ronp@outgun.com) Received: (qmail 30102 invoked from network); 4 Jan 2003 02:40:56 -0000 Received: from unknown (205.158.62.68) by 205-158-62-146.outblaze.com with QMQP; 4 Jan 2003 02:40:56 -0000 Received: (qmail 46995 invoked from network); 4 Jan 2003 21:38:13 -0000 Received: from unknown (HELO ws4-3.us4.outblaze.com) (205.158.62.52) by 205-158-62-153.outblaze.com with SMTP; 4 Jan 2003 21:38:13 -0000 Received: (qmail 24316 invoked by uid 1001); 4 Jan 2003 21:36:35 -0000 Message-ID: <20030104213635.24315.qmail@outgun.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [67.121.253.169] by ws4-3.us4.outblaze.com with http for ronp@outgun.com; Sun, 05 Jan 2003 05:36:35 +0800 From: "Ron Park" To: freebsd-java@FreeBSD.ORG Date: Sun, 05 Jan 2003 05:36:35 +0800 Subject: Re: What else did I miss? (Build hotspot on 4.7 Stable) X-Originating-Ip: 67.121.253.169 X-Originating-Server: ws4-3.us4.outblaze.com 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 O.K. update from what I did. I did cvsup stable tree, rebuild OS, rebuild hotspot. And it seems to do O.K. I got this warning about setkey in the linking part. ----------------------------------------------------------------------------- Linking vm... Linking launcher... /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp() gmake[2]: Leaving directory `/shared/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_compiler2/product' All done. gmake[1]: Leaving directory `/shared/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_compiler2/product' --------------------------------------------------------------------------------------- Anyway, I copy up the library to hotspot directory in jre, run java. And got all multiple of the warning -------------------------------------------------------------------------------------- ava HotSpot(TM) Core VM warning: os::allocate_thread_local_storage: pthread_key = 0x00000000 sizep == 0x00100000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the ke y for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x000 00000, value = 0x08078000 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08078000, 0x 08078000 Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the ke y for "index = 0x00000000" -------------------------------------------------------------------------------------- Is that anyway related to what link can't find? I ran java -version, and got java version "1.3.1-p7" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p7-part-030102-13:40) Java HotSpot(TM) Core VM (build 1.3.1-internal, interpreted mode) However, I can used that VM to run Ant to build my system. So, it does seems to work. -RP -- ____________________________________________________ Get your free email from http://www.outgun.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message