From owner-freebsd-ports@FreeBSD.ORG Fri Jun 14 16:53:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EFF4E827 for ; Fri, 14 Jun 2013 16:53:34 +0000 (UTC) (envelope-from luislupe@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 980F21B63 for ; Fri, 14 Jun 2013 16:53:34 +0000 (UTC) Received: from localhost ([87.196.195.241]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MH0eg-1UZpss1fN4-00DobZ for ; Fri, 14 Jun 2013 18:53:33 +0200 Date: Fri, 14 Jun 2013 17:53:29 +0100 From: "Luis P. Mendes" To: freebsd-ports@freebsd.org Subject: Problem with devel/gobject-introspection Message-ID: <20130614165329.GA18704@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Provags-ID: V03:K0:17cSGQA3om28u6fi07ElJkFIv4v7kG6jC16N77jxLmpv9f7h+Fv h2f8asaQxH+m6D0+hOYERkDDnw4LW+0ohtWDEsQLuzYZ+bFfnoHUQBq4zGAiwuRee1/w6cO fbinGGY4Ti0qKBzMSKvaqhdDCj2vKx3QKBXlXGPaanuJUIsXTsH0FQ96sp3yDQBARwYTNgQ QphYkfjDg7/qTZVuCX2BA== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 16:53:35 -0000 As I had no answer on this problem, I ask again for this. It seems to me that the port needs to be fixed. # uname -a FreeBSD atom0 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 The problem with devel/gobject-introspection is: In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:285: error: conflicting types for 'pthread_t' /usr/include/sys/_pthreadtypes.h:65: error: previous declaration of 'pthread_t' was here /usr/local/include/pth/pthread.h:286: error: conflicting types for 'pthread_attr_t' /usr/include/sys/_pthreadtypes.h:68: error: previous declaration of 'pthread_attr_t' was here /usr/local/include/pth/pthread.h:288: error: conflicting types for 'pthread_once_t' /usr/include/sys/_pthreadtypes.h:74: error: previous declaration of 'pthread_once_t' was here /usr/local/include/pth/pthread.h:289: error: conflicting types for 'pthread_mutexattr_t' /usr/include/sys/_pthreadtypes.h:70: error: previous declaration of 'pthread_mutexattr_t' was here /usr/local/include/pth/pthread.h:290: error: conflicting types for 'pthread_mutex_t' /usr/include/sys/_pthreadtypes.h:69: error: previous declaration of 'pthread_mutex_t' was here /usr/local/include/pth/pthread.h:291: error: conflicting types for 'pthread_condattr_t' /usr/include/sys/_pthreadtypes.h:72: error: previous declaration of 'pthread_condattr_t' was here /usr/local/include/pth/pthread.h:292: error: conflicting types for 'pthread_cond_t' /usr/include/sys/_pthreadtypes.h:71: error: previous declaration of 'pthread_cond_t' was here /usr/local/include/pth/pthread.h:293: error: conflicting types for 'pthread_rwlockattr_t' /usr/include/sys/_pthreadtypes.h:76: error: previous declaration of 'pthread_rwlockattr_t' was here /usr/local/include/pth/pthread.h:294: error: conflicting types for 'pthread_rwlock_t' /usr/include/sys/_pthreadtypes.h:75: error: previous declaration of 'pthread_rwlock_t' was here /usr/local/include/pth/pthread.h:357: error: conflicting types for 'pthread_kill' /usr/include/signal.h:71: error: previous declaration of 'pthread_kill' was here In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:517:1: warning: "fork" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:557:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:518:1: warning: "sleep" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:562:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:519:1: warning: "nanosleep" redefined /usr/local/include/pth/pth.h:570:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:529:1: warning: "write" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:571:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:530:1: warning: "readv" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:572:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:531:1: warning: "writev" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:573:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:532:1: warning: "recv" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:574:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:533:1: warning: "send" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:575:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:534:1: warning: "recvfrom" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:576:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:535:1: warning: "sendto" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:577:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:536:1: warning: "pread" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:578:1: warning: this is the location of the previous definition In file included from /usr/local/include/glib-2.0/glib/deprecated/gthread.h:124, from /usr/local/include/glib-2.0/glib.h:108, from giscanner/sourcescanner.h:26, from giscanner/giscannermodule.c:26: /usr/local/include/pth/pthread.h:537:1: warning: "pwrite" redefined In file included from /usr/local/include/python2.7/Python.h:166, from giscanner/giscannermodule.c:25: /usr/local/include/pth/pth.h:579:1: warning: this is the location of the previous definition gmake[2]: *** [_giscanner_la-giscannermodule.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/gobject-introspection. -- Luis P. Mendes