Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2003 05:36:35 +0800
From:      "Ron Park" <ronp@outgun.com>
To:        freebsd-java@FreeBSD.ORG
Subject:   Re: What else did I miss?  (Build hotspot on 4.7 Stable)
Message-ID:  <20030104213635.24315.qmail@outgun.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104213635.24315.qmail>