From owner-freebsd-ports@FreeBSD.ORG Wed Mar 1 08:29:14 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E6C16A420; Wed, 1 Mar 2006 08:29:14 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from mail.yazzy.net (mail.yazzy.net [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C864343D48; Wed, 1 Mar 2006 08:29:13 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from mail.witelcom.com ([84.247.144.144] helo=marcin) by mail.yazzy.net with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1FEMhJ-0004Na-Cv; Wed, 01 Mar 2006 09:28:37 +0100 Date: Wed, 1 Mar 2006 09:29:20 +0100 From: Marcin Jessa To: gnome@FreeBSD.org Message-Id: <20060301092920.18e08881.yazzy@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) Cc: ports@freebsd.org Subject: libxklavier and wv build error: undefined reference to `pthread_equal' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 08:29:14 -0000 Hi I've problems building x11/libxklavier and textproc/wv : ../libxklavier/.libs/libxklavier.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp () /usr/local/lib/libxml2.so: undefined reference to `pthread_equal' gmake[2]: *** [test_config] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/libxklavier/work/libxklavier-2.1/tests' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/libxklavier/work/libxklavier-2.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/libxklavier. The same with textproc/wv ./.libs/libwv.so: warning: warning: tmpnam() possibly used unsafely; consider us ing mkstemp () ./.libs/libwv.so: warning: warning: tempnam() possibly used unsafely; consider u sing mkstemp() /usr/local/lib/libxml2.so: undefined reference to `pthread_equal' gmake[2]: *** [wvSummary] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/wv/work/wv-1.0.0' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/wv/work/wv-1.0.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/textproc/wv. My libxml2 is: libxml2-2.6.23_1