From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 30 14:04:45 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ED281065672 for ; Thu, 30 Apr 2009 14:04:45 +0000 (UTC) (envelope-from martinsm@gn.apc.org) Received: from mail.gn.apc.org (mail.gn.apc.org [217.72.179.5]) by mx1.freebsd.org (Postfix) with ESMTP id CD62C8FC18 for ; Thu, 30 Apr 2009 14:04:44 +0000 (UTC) (envelope-from martinsm@gn.apc.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.gn.apc.org (Postfix) with ESMTP id DD52835479C for ; Thu, 30 Apr 2009 14:46:25 +0100 (BST) X-Virus-Scanned: by amavisd-new at mail.greennet.org.uk Received: from mail.gn.apc.org ([127.0.0.1]) by localhost (mail.gn.apc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mdE+1IBXt8wE for ; Thu, 30 Apr 2009 14:46:25 +0100 (BST) Received: from sqmail.gn.apc.org (n10.greennet.org.uk [217.72.179.10]) by mail.gn.apc.org (Postfix) with ESMTP id CB4733547DD for ; Thu, 30 Apr 2009 14:46:21 +0100 (BST) Received: from 80.177.154.53 (SquirrelMail authenticated user martinsm) by sqmail.gn.apc.org with HTTP; Thu, 30 Apr 2009 14:46:21 +0100 (BST) Message-ID: <49272.80.177.154.53.1241099181.squirrel@sqmail.gn.apc.org> Date: Thu, 30 Apr 2009 14:46:21 +0100 (BST) From: "Martin Smith" To: freebsd-gnome@freebsd.org User-Agent: SquirrelMail/1.4.10 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: pth breaks gnome build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 14:04:45 -0000 Building gnome on a current (as of last weekend) system, it breaks at the following point: ./libtool --mode=link --quiet cc -o libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo -rpath /usr/local/lib/pth -version-info `./shtool version -lc -dlibtool pth_vers.c` ./libtool --mode=compile --quiet cc -c -I. -O2 -pipe -fno-strict-aliasing pthread.c In file included from pth_p.h.in:37, from pthread.c:43: /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' pthread.h:357: error: previous declaration of 'pthread_kill' was here *** Error code 1 Stop in /usr/ports/devel/pth/work/pth-2.0.7. *** Error code 1 Stop in /usr/ports/devel/pth. *** Error code 1 Stop in /usr/ports/devel/pth. is there a fix for this, I have done all the usual make delete-old etc and hal has built ok, but I cannot get past this point. Or alternatively is there a way I can skip it? -- Martin