From owner-freebsd-java Fri Mar 7 7:53:33 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 7F77B37B405 for ; Fri, 7 Mar 2003 07:53:31 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6FA43FBD for ; Fri, 7 Mar 2003 07:53:26 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h27I48mJ098902; Fri, 7 Mar 2003 18:04:09 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h27G0CiM069613; Fri, 7 Mar 2003 18:00:12 +0200 (EET) (envelope-from ml) Date: Fri, 7 Mar 2003 18:00:12 +0200 From: Alexey Zelkin To: Doug Poland Cc: freebsd-java@FreeBSD.ORG Subject: Re: error building jdk1.4 Message-ID: <20030307180012.A69511@phantom.cris.net> References: <20030307155103.GA52598@babylon.polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030307155103.GA52598@babylon.polands.org>; from doug@polands.org on Fri, Mar 07, 2003 at 09:51:03AM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 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 hi, Looks like your stable is too old :( pthread_attr_get_np() function should be declared in /usr/include/pthread_np.h On Fri, Mar 07, 2003 at 09:51:03AM -0600, Doug Poland wrote: > Hello, > > I just refreshed my ports on a 4.7-STABLE box and was attempting to > compile the jdk1.4 port. > > I ran make and after considerable building, came across this error : > > Compiling /usr/ports/java/jdk14/work/hotspot/src/share/vm/runtime/osThread.cpp > Compiling /usr/ports/java/jdk14/work/hotspot/src/os/bsd/vm/osThread_bsd.cpp > Compiling /usr/ports/java/jdk14/work/hotspot/src/os/bsd/vm/os_bsd.cpp > /usr/ports/java/jdk14/work/hotspot/src/os/bsd/vm/os_bsd.cpp: In function `static unsigned char * os::current_stack_base()': > /usr/ports/java/jdk14/work/hotspot/src/os/bsd/vm/os_bsd.cpp:114: implicit declaration of function `int pthread_attr_get_np(...)' > gmake[3]: *** [os_bsd.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[2]: *** [the_vm] Error 2 > gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' > gmake[1]: *** [product] Error 2 > gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' > gmake: *** [product] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk14. > > Can anyone shed some light on this little prob? > > > -- > Regards, > Doug > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message