From owner-freebsd-gnome@FreeBSD.ORG Sun May 3 19:09:00 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 444AC106566B for ; Sun, 3 May 2009 19:09:00 +0000 (UTC) (envelope-from martinsm@gn.apc.org) Received: from lon1-post-2.mail.demon.net (lon1-post-2.mail.demon.net [195.173.77.149]) by mx1.freebsd.org (Postfix) with ESMTP id 0CD648FC13 for ; Sun, 3 May 2009 19:08:59 +0000 (UTC) (envelope-from martinsm@gn.apc.org) Received: from rakuman.demon.co.uk ([80.177.154.53] helo=rakuba.rakupottery.org.uk) by lon1-post-2.mail.demon.net with esmtp (Exim 4.69) id 1Lzdyg-00053F-Zk for freebsd-gnome@freebsd.org; Thu, 30 Apr 2009 21:39:34 +0000 Message-ID: <49FA1A95.2080709@gn.apc.org> Date: Thu, 30 Apr 2009 22:39:33 +0100 From: Martin Smith User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: <49272.80.177.154.53.1241099181.squirrel@sqmail.gn.apc.org> <49F9B1EE.5000801@entel.upc.edu> In-Reply-To: <49F9B1EE.5000801@entel.upc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: 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: Sun, 03 May 2009 19:09:00 -0000 Gustau Pérez wrote: > Martin Smith wrote: >> 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' >> > > I had this problem when gnome-2.26 was released. I think it was related > to pth_p.h including signal.h. > Removing the offending include fixed the problem. > > Looking at devel/pth/files I see a patch added 28/04 that fixes the > problem. Are your ports up to date ? They were a few days ago but I will update again, many thanks -- Martin