From owner-freebsd-java Wed Nov 20 22:32:16 2002 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 454B737B401 for ; Wed, 20 Nov 2002 22:32:15 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57DE43E91 for ; Wed, 20 Nov 2002 22:32:14 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 18Eks9-0002Ix-02 for freebsd-java@freebsd.org; Wed, 20 Nov 2002 23:31:33 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 18EkrY-000222-02; Wed, 20 Nov 2002 23:30:57 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id gAL6UEb55425; Thu, 21 Nov 2002 17:00:14 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 21 Nov 2002 16:59:57 +1030 From: Greg Lewis To: JY Cc: freebsd-java@FreeBSD.ORG Subject: Re: Java 1.3.1_p7-2 builds on -current but fails to run Message-ID: <20021121165957.A55399@misty.eyesbeyond.com> References: <20021121040830.GA83882@leafy.idv.tw> <20021121152508.B54345@misty.eyesbeyond.com> <20021121055902.GA38083@leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021121055902.GA38083@leafy.idv.tw>; from leafy@leafy.idv.tw on Thu, Nov 21, 2002 at 01:59:02PM +0800 X-Spam-Status: No, hits=-2.7 required=8.0 tests=IN_REP_TO,REFERENCES,SIGNATURE_SHORT_DENSE, SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: 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 On Thu, Nov 21, 2002 at 01:59:02PM +0800, JY wrote: > On Thu, Nov 21, 2002 at 03:25:08PM +1030, Greg Lewis wrote: > > > /usr/libexec/ld-elf.so.1: /usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi > > > .so: Undefined symbol "sem_wait" > > > > > > Anything I've missed? > > > > No idea, I don't have a -CURRENT box to test things on. I'd look at recent > > changes involving sem_wait, or at least try and locate what library its > > currently defined in. > It's defined in /usr/include/semaphore.h, how do I find out which library it is defined in? I suppose it might be some linker error. No, I mean the symbol definition, not the function prototype :). You should be able to find out what library its in with nm(1). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message