From owner-freebsd-java Wed Feb 19 9:45:48 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 1928C37B401 for ; Wed, 19 Feb 2003 09:45:47 -0800 (PST) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.92.226.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4250D43F75 for ; Wed, 19 Feb 2003 09:45:46 -0800 (PST) (envelope-from barowc@telenet.net) Received: from roosevelt.telenet.net (alb-24-25-148-156.nycap.rr.com [24.25.148.156]) by ms-smtp-01.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h1JHjjb2024712 for ; Wed, 19 Feb 2003 12:45:45 -0500 (EST) Message-Id: <5.2.0.9.0.20030219124745.03126cb0@harding.rbs> X-Sender: barowc@harding.rbs X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 19 Feb 2003 12:50:00 -0500 To: freebsd-java@FreeBSD.ORG From: Chris Barown Subject: jdk1.3 with native threads Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 After watching the list for the last 2 weeks, I have decided to install the jdk13 with native threads, but I get the following error: /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused -Wno-parentheses -pthread -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc/include -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-p8"' -DFULL_VERSION='"1.3.1-p8-root-030219-12:29"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I. -I../../../../build/bsd-i386/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o ../../../../build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_md.o ../../../../src/solaris/hpi/native_threads/src/threads_md.c In file included from ../../../../src/solaris/hpi/native_threads/src/threads_md.c:27: /usr/include/sys/resource.h:61: field `ru_utime' has incomplete type /usr/include/sys/resource.h:62: field `ru_stime' has incomplete type gmake[4]: *** [../../../../build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_md.o] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. This is on a dual processor machine running 5.0-release. Any ideas? Thanks, Chris Barown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message