From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 10:08:53 2011 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 E8D161065672 for ; Mon, 4 Jul 2011 10:08:52 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 9141B8FC18 for ; Mon, 4 Jul 2011 10:08:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 08C081EE243; Mon, 4 Jul 2011 12:08:51 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id kkgkabfT1EWT; Mon, 4 Jul 2011 12:08:50 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 4 Jul 2011 12:08:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id E857690009; Mon, 4 Jul 2011 12:08:50 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id t1th5Qf9zpSK; Mon, 4 Jul 2011 12:08:50 +0200 (CEST) Received: from nb981.math (g224006201.adsl.alicedsl.de [92.224.6.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 8AC3E90002; Mon, 4 Jul 2011 12:08:50 +0200 (CEST) Message-ID: <4E11912A.9020508@janh.de> Date: Mon, 04 Jul 2011 12:08:42 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: Aleksey Spiridonov , Jeremy Messenger References: 4E07BB73.6000801@ya.ru Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome-list freebsd Subject: Re: Port net-im/empathy/ possible broken 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: Mon, 04 Jul 2011 10:08:53 -0000 On Wed, Jun 29, 2011 at 20:59, Jeremy Messenger wrote: > On Sun, Jun 26, 2011 at 6:06 PM, Aleksey Spiridonov wrote: >> Hello. >> >> Same bug finds at >> http://lists.pcbsd.org/pipermail/pbibuild/2011-June/034842.html >> >> My config.log in attach > > The pointyhat[1] and I can't reproduce it. You will need to make sure > to follow this: http://www.freebsd.org/gnome/docs/bugging.html > > [1] http://pointyhat.freebsd.org/errorlogs/amd64-8-latest-logs/empathy-2.32.2_1.log Have you found out more about this? Pointyhat does install security/gnome-keyring as a build dependency. On my system with a ports tree from about 12 hours ago, gnome-keyring is not installed. When I install it manually, net-im/empathy can be build, but not installed, since net-im/telepathy-gabble does not build anymore (gcrypt deprecated something). But the gnome-keyring issue first: For the packages I build a week ago, some depend on gnome-keyring, such as evince, gimp, and empathy. During the last night I rebuild most ports and now nothing depends on gnome-keyring. evince and gimp did install without gnome-keyring present, empathy does not. Already sysutils/gnome-mount of last week depends on libgnome-keyring and gnome-keyring, whereas gnome-mount of yesterday does not. devel/gvfs lost its dependency on gnome-keyring, too, but kept libgnome-keyring. Looking at Makefile/LIB_DEPENDS: sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring devel/gvfs: gnome-keyring:${PORTSDIR}/security/libgnome-keyring Ok, it seems to depend on which is installed first. If libgnome-keyring is present, gnome-keyring is fulfilled since lib/libgnome-keyring.so.0 is installed. Hence, gnome-keyring will not be installed and registered. Is the dependency for gnome-keyring correct? It installs lib/libgnome-keyring/* and not ib/libgnome-keyring.so*. I do not really understand what is going on here, but my conclusion is that net-im/empathy pulls in sysutils/gnome-mount that usually provides lib/libgcr.so.0 via security/gnome-keyring, but if libgnome-keyring is present, sysutils/gnome-mount does not install security/gnome-keyring. The same happens for other ports (for me evince, gimp*, gnome-mount, gvfs, and nautilus*), but they all build fine without security/gnome-keyring, since they do not depend on lib/libgcr.so.0. Two possible fixes: If sysutils/gnome-mount does not need security/gnome-keyring, its LIB_DEPENDS could be changed to security/libgnome-keyring as in devel/gvfs. net-im/empathy would need something like "libgcr:${PORTSDIR}/security/gnome-keyring" in its LIB_DEPENDS. If sysutils/gnome-mount really needs security/gnome-keyring, it should get LIB_DEPENDS that actually reflect that, for example "libgcr:${PORTSDIR}/security/gnome-keyring". Then net-im/empathy would not need anything. For bumping library versions, it might even be better to use gnome-keyring.0 and libgcr.0 and explicitly list libgcr.0 for net-im/empathy independently of sysutils/gnome-mount, but since there are many different opinions on that, I left the versions out in my suggestions as that seems to be standard for gnome maintained ports. Cheers, Jan Henrik From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 11:07:27 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FA51106566B for ; Mon, 4 Jul 2011 11:07:27 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E11B8FC20 for ; Mon, 4 Jul 2011 11:07:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p64B7RnF040787 for ; Mon, 4 Jul 2011 11:07:27 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p64B7Q0K040785 for gnome@FreeBSD.org; Mon, 4 Jul 2011 11:07:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Jul 2011 11:07:26 GMT Message-Id: <201107041107.p64B7Q0K040785@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org 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: Mon, 04 Jul 2011 11:07:27 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/158007 gnome x11/gnome2: gnome_enable="YES" doesn't work; fix gnome p ports/157201 gnome [PATCH] devel/gobject-introspection Update 0.10.8 p ports/156612 gnome lang/vala update to ver. 0.12.0 [patch] s ports/155461 gnome [UPDATE] editors/abiword-docs to 2.9.0 s ports/155460 gnome [UPDATE] editors/abiword to 2.9.0 o ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho s ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup 7 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 11:30:59 2011 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 64B6A106564A for ; Mon, 4 Jul 2011 11:30:59 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 1462B8FC14 for ; Mon, 4 Jul 2011 11:30:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 277411EE2C9; Mon, 4 Jul 2011 13:30:58 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id bYTKUYmd8g1j; Mon, 4 Jul 2011 13:30:58 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 4 Jul 2011 13:30:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id D34E790007; Mon, 4 Jul 2011 13:30:57 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0xuZuO7UqCsp; Mon, 4 Jul 2011 13:30:57 +0200 (CEST) Received: from nb981.math (g224006201.adsl.alicedsl.de [92.224.6.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 85D8E90006; Mon, 4 Jul 2011 13:30:57 +0200 (CEST) Message-ID: <4E11A470.8080308@janh.de> Date: Mon, 04 Jul 2011 13:30:56 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: Jeremy Messenger References: 4E07BB73.6000801@ya.ru <4E11912A.9020508@janh.de> In-Reply-To: <4E11912A.9020508@janh.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome-list freebsd Subject: Re: Port net-im/empathy/ possible broken 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: Mon, 04 Jul 2011 11:30:59 -0000 On 07/04/2011 12:08, Jan Henrik Sylvester wrote: > sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring > devel/gvfs: gnome-keyring:${PORTSDIR}/security/libgnome-keyring If my analysis is correct, the problem is widespread: Many ports have a similar dependency as sysutils/gnome-mount has, some even with a version number (gnome-keyring.0). They probably all do not install security/gnome-keyring, if security/libgnome-keyring is present, and do not register any gnome-keyring dependency in that case. Only very few ports have a security/gnome-keyring dependency that is not already fulfilled by security/libgnome-keyring (I only found x11/xscreensaver-gnome x11/gnome-screensaver security/gnome-keyring-sharp). I suspect that most ports actually want security/libgnome-keyring and not security/gnome-keyring. These seem all incorrect: Maintainer: gnome@ mail/balsa: gnome-keyring:${PORTSDIR}/security/gnome-keyring security/gnome-gpg: gnome-keyring.0:${PORTSDIR}/security/gnome-keyring security/seahorse: gnome-keyring:${PORTSDIR}/security/gnome-keyring sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring x11-toolkits/libgnomeui: gnome-keyring.0:${PORTSDIR}/security/gnome-keyring Maintainer: ports@ net/gq: gnome-keyring:${PORTSDIR}/security/gnome-keyring Maintainer: avl@ mail/gnome-gmail-notifier: gnome-keyring.0:${PORTSDIR}/security/gnome-keyring Maintainer: ashish@ misc/bigboard: gnome-keyring.0:${PORTSDIR}/security/gnome-keyring Maintainer: bsam@ sysutils/gksu: gnome-keyring.0:${PORTSDIR}/security/gnome-keyring Maintainer: mwisnicki+freebsd at gmail dot com mail/mail-notification: gnome-keyring:${PORTSDIR}/security/gnome-keyring Do you agree with me? Cheers, Jan Henrik From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 14:18:58 2011 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 19AA4106564A for ; Mon, 4 Jul 2011 14:18:58 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA01F8FC14 for ; Mon, 4 Jul 2011 14:18:57 +0000 (UTC) Received: by pzk27 with SMTP id 27so3110829pzk.13 for ; Mon, 04 Jul 2011 07:18:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JbEh2MtLLYGcJI+EjsaU5TQodm21dVFkJBxCu6RC5O4=; b=DtuT2RegtsW8uxf+KqZl+lM3qO87LUEl3ucFI+c66IWJTCbJZ4G4gTjm76JueZgr0z vGr5Rv7uI6RHxOdfz64TyCN7SZZTvBf6zc7NCACKTkhTzbMy/f0RapXMDYTDCjRl4Ci7 73j3NZo04CN09o0e389qzcRJqSPf46JTGOvFs= MIME-Version: 1.0 Received: by 10.68.12.73 with SMTP id w9mr7622110pbb.318.1309789137235; Mon, 04 Jul 2011 07:18:57 -0700 (PDT) Received: by 10.68.41.35 with HTTP; Mon, 4 Jul 2011 07:18:57 -0700 (PDT) In-Reply-To: <4E11912A.9020508@janh.de> References: <4E11912A.9020508@janh.de> Date: Mon, 4 Jul 2011 09:18:57 -0500 Message-ID: From: Jeremy Messenger To: Jan Henrik Sylvester Content-Type: text/plain; charset=ISO-8859-1 Cc: Aleksey Spiridonov , gnome-list freebsd Subject: Re: Port net-im/empathy/ possible broken 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: Mon, 04 Jul 2011 14:18:58 -0000 On Mon, Jul 4, 2011 at 5:08 AM, Jan Henrik Sylvester wrote: > On Wed, Jun 29, 2011 at 20:59, Jeremy Messenger > wrote: >> >> On Sun, Jun 26, 2011 at 6:06 PM, Aleksey Spiridonov >> wrote: >>> >>> Hello. >>> >>> Same bug finds at >>> http://lists.pcbsd.org/pipermail/pbibuild/2011-June/034842.html >>> >>> My config.log in attach >> >> The pointyhat[1] and I can't reproduce it. You will need to make sure >> to follow this: http://www.freebsd.org/gnome/docs/bugging.html >> >> [1] >> http://pointyhat.freebsd.org/errorlogs/amd64-8-latest-logs/empathy-2.32.2_1.log > > Have you found out more about this? I don't have to, because pointyhat and a lot of users don't have any of problem. > Pointyhat does install security/gnome-keyring as a build dependency. On my > system with a ports tree from about 12 hours ago, gnome-keyring is not > installed. When I install it manually, net-im/empathy can be build, but not > installed, since net-im/telepathy-gabble does not build anymore (gcrypt > deprecated something). But the gnome-keyring issue first: > > For the packages I build a week ago, some depend on gnome-keyring, such as > evince, gimp, and empathy. During the last night I rebuild most ports and > now nothing depends on gnome-keyring. evince and gimp did install without > gnome-keyring present, empathy does not. > > Already sysutils/gnome-mount of last week depends on libgnome-keyring and > gnome-keyring, whereas gnome-mount of yesterday does not. devel/gvfs lost > its dependency on gnome-keyring, too, but kept libgnome-keyring. Looking at > Makefile/LIB_DEPENDS: > > sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring > devel/gvfs: gnome-keyring:${PORTSDIR}/security/libgnome-keyring > > Ok, it seems to depend on which is installed first. If libgnome-keyring is > present, gnome-keyring is fulfilled since lib/libgnome-keyring.so.0 is > installed. Hence, gnome-keyring will not be installed and registered. > > Is the dependency for gnome-keyring correct? No, but it's already fixed in MarcusCom CVS by me a few months ago that will be committed in this month. Cheers, Mezz > It installs > lib/libgnome-keyring/* and not ib/libgnome-keyring.so*. > > I do not really understand what is going on here, but my conclusion is that > net-im/empathy pulls in sysutils/gnome-mount that usually provides > lib/libgcr.so.0 via security/gnome-keyring, but if libgnome-keyring is > present, sysutils/gnome-mount does not install security/gnome-keyring. > > The same happens for other ports (for me evince, gimp*, gnome-mount, gvfs, > and nautilus*), but they all build fine without security/gnome-keyring, > since they do not depend on lib/libgcr.so.0. > > Two possible fixes: > > If sysutils/gnome-mount does not need security/gnome-keyring, its > LIB_DEPENDS could be changed to security/libgnome-keyring as in devel/gvfs. > net-im/empathy would need something like > "libgcr:${PORTSDIR}/security/gnome-keyring" in its LIB_DEPENDS. > > If sysutils/gnome-mount really needs security/gnome-keyring, it should get > LIB_DEPENDS that actually reflect that, for example > "libgcr:${PORTSDIR}/security/gnome-keyring". Then net-im/empathy would not > need anything. > > For bumping library versions, it might even be better to use gnome-keyring.0 > and libgcr.0 and explicitly list libgcr.0 for net-im/empathy independently > of sysutils/gnome-mount, but since there are many different opinions on > that, I left the versions out in my suggestions as that seems to be standard > for gnome maintained ports. > > Cheers, > Jan Henrik > -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 17:41:04 2011 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 0F8D8106566B for ; Mon, 4 Jul 2011 17:41:04 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 951388FC14 for ; Mon, 4 Jul 2011 17:41:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 90C871EE21D; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id 53zSDQj3zxux; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 7CBD790005; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rIHVQrxvhjvO; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) Received: from nb981.math (g224006201.adsl.alicedsl.de [92.224.6.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 127C390004; Mon, 4 Jul 2011 19:41:02 +0200 (CEST) Message-ID: <4E11FB21.8010209@janh.de> Date: Mon, 04 Jul 2011 19:40:49 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: Jeremy Messenger References: <4E11912A.9020508@janh.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Aleksey Spiridonov , gnome-list freebsd Subject: Re: Port net-im/empathy/ possible broken 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: Mon, 04 Jul 2011 17:41:04 -0000 On 07/04/2011 16:18, Jeremy Messenger wrote: > On Mon, Jul 4, 2011 at 5:08 AM, Jan Henrik Sylvester wrote: >> On Wed, Jun 29, 2011 at 20:59, Jeremy Messenger >> wrote: >>> >>> On Sun, Jun 26, 2011 at 6:06 PM, Aleksey Spiridonov >>> wrote: >>>> >>>> Hello. >>>> >>>> Same bug finds at >>>> http://lists.pcbsd.org/pipermail/pbibuild/2011-June/034842.html >>>> >>>> My config.log in attach >>> >>> The pointyhat[1] and I can't reproduce it. You will need to make sure >>> to follow this: http://www.freebsd.org/gnome/docs/bugging.html >>> >>> [1] >>> http://pointyhat.freebsd.org/errorlogs/amd64-8-latest-logs/empathy-2.32.2_1.log >> >> Have you found out more about this? > > I don't have to, because pointyhat and a lot of users don't have any of problem. Sorry for not being clear: I did not mean you specifically, since you could not reproduce the problem, but you in general, like Aleksey or anyone else with this problem. >> sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring >> devel/gvfs: gnome-keyring:${PORTSDIR}/security/libgnome-keyring >> >> Ok, it seems to depend on which is installed first. If libgnome-keyring is >> present, gnome-keyring is fulfilled since lib/libgnome-keyring.so.0 is >> installed. Hence, gnome-keyring will not be installed and registered. >> >> Is the dependency for gnome-keyring correct? > > No, but it's already fixed in MarcusCom CVS by me a few months ago > that will be committed in this month. I do understand that updates and stylistic bug fixes do not go into ports immediately, since many users (including me) rather have stable gnome related ports. Anyhow, I do not understand why bug fixes are commited only after a few month. Aleksey and maybe some other people from PC-BSD were looking into the problem, I was looking into it independently, but the underlying issue was known for month. In my opinion, looking for a file to fulfill a dependency that is not actually installed by the port specified is serious enough to fix, even if it does not effect tinderbox builds, since it can have hard to find side effects like the one with net-im/empathy. Moreover, if you get libgnome-keyring alone (and there are some ports depending only on it) and then install one of the many ports that have the wrong gnome-keyring dependency, you will not get any dependencies listed in the package -- more hard-to-find pitfalls for anyone not using tinderbox. I hope this does not sound like ranting, it is not supposed to be. Did you (or someone else) fix this issue in all gnome maintained ports (in MarcusCom)? Is the fix a general change or should I write to the other maintainers of ports with this issue? Thanks, Jan Henrik From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 18:11:10 2011 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 B99BB106564A for ; Mon, 4 Jul 2011 18:11:10 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93AAB8FC08 for ; Mon, 4 Jul 2011 18:11:10 +0000 (UTC) Received: by pvg11 with SMTP id 11so6504710pvg.13 for ; Mon, 04 Jul 2011 11:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=bERVt3120HT8Sqfo2KL/4/2ndJuuVN/LN9vojGebz5g=; b=dheX+oGc4rOm8W2HM8/Snw+t4uifVyUUGql0ZBiI/l4hzDPscEyx8X2YKxtLczz7LC sjebXp17qcc5+jBA1USqG0tY5XQy0yCtu0EXrvo5mXAs74iQW4Vu63FKmJQ8GHbHzfAu r+K90Mu7ECrBdYWNW7lWnUa27VITs/j2iW1DI= MIME-Version: 1.0 Received: by 10.68.5.68 with SMTP id q4mr7339407pbq.117.1309803069882; Mon, 04 Jul 2011 11:11:09 -0700 (PDT) Received: by 10.68.41.35 with HTTP; Mon, 4 Jul 2011 11:11:09 -0700 (PDT) In-Reply-To: <4E11FB21.8010209@janh.de> References: <4E11912A.9020508@janh.de> <4E11FB21.8010209@janh.de> Date: Mon, 4 Jul 2011 13:11:09 -0500 Message-ID: From: Jeremy Messenger To: Jan Henrik Sylvester Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Aleksey Spiridonov , gnome-list freebsd Subject: Re: Port net-im/empathy/ possible broken 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: Mon, 04 Jul 2011 18:11:10 -0000 On Mon, Jul 4, 2011 at 12:40 PM, Jan Henrik Sylvester wrote: > On 07/04/2011 16:18, Jeremy Messenger wrote: >> >> On Mon, Jul 4, 2011 at 5:08 AM, Jan Henrik Sylvester =A0wrot= e: >>> >>> On Wed, Jun 29, 2011 at 20:59, Jeremy Messenger>> gmail.com> >>> wrote: >>>> >>>> On Sun, Jun 26, 2011 at 6:06 PM, Aleksey Spiridonov >>>> wrote: >>>>> >>>>> Hello. >>>>> >>>>> Same bug finds at >>>>> http://lists.pcbsd.org/pipermail/pbibuild/2011-June/034842.html >>>>> >>>>> My config.log in attach >>>> >>>> The pointyhat[1] and I can't reproduce it. You will need to make sure >>>> to follow this: http://www.freebsd.org/gnome/docs/bugging.html >>>> >>>> [1] >>>> >>>> http://pointyhat.freebsd.org/errorlogs/amd64-8-latest-logs/empathy-2.3= 2.2_1.log >>> >>> Have you found out more about this? >> >> I don't have to, because pointyhat and a lot of users don't have any of >> problem. > > Sorry for not being clear: I did not mean you specifically, since you cou= ld > not reproduce the problem, but you in general, like Aleksey or anyone els= e > with this problem. > >>> sysutils/gnome-mount: gnome-keyring:${PORTSDIR}/security/gnome-keyring >>> devel/gvfs: gnome-keyring:${PORTSDIR}/security/libgnome-keyring >>> >>> Ok, it seems to depend on which is installed first. If libgnome-keyring >>> is >>> present, gnome-keyring is fulfilled since lib/libgnome-keyring.so.0 is >>> installed. Hence, gnome-keyring will not be installed and registered. >>> >>> Is the dependency for gnome-keyring correct? >> >> No, but it's already fixed in MarcusCom CVS by me a few months ago >> that will be committed in this month. > > I do understand that updates and stylistic bug fixes do not go into ports > immediately, since many users (including me) rather have stable gnome > related ports. Anyhow, I do not understand why bug fixes are commited onl= y > after a few month. Aleksey and maybe some other people from PC-BSD were > looking into the problem, I was looking into it independently, but the > underlying issue was known for month. > > In my opinion, looking for a file to fulfill a dependency that is not > actually installed by the port specified is serious enough to fix, even i= f > it does not effect tinderbox builds, since it can have hard to find side > effects like the one with net-im/empathy. > > Moreover, if you get libgnome-keyring alone (and there are some ports > depending only on it) and then install one of the many ports that have th= e > wrong gnome-keyring dependency, you will not get any dependencies listed = in > the package -- more hard-to-find pitfalls for anyone not using tinderbox. > > I hope this does not sound like ranting, it is not supposed to be. > > Did you (or someone else) fix this issue in all gnome maintained ports (i= n > MarcusCom)? Do we put all fixes in MarcusCom CVS first? Not always. Depend on what I have in my system. That time, I fixed the gnome-keyring dependency. I had GNOME 3 installed and I have MarcusCom ports tree, so it's what it was tested on and I put fixes in there. I don't like to put non-test stuff in FreeBSD ports tree. I only have a FreeBSD system available (before was two). I know that I can do jail, chroot or whatever but I do not like it. If the GNOME 3 is taking too long. I will put gnome-keyring dependency fixes in the FreeBSD ports tree sooner. > Is the fix a general change or should I write to the other maintainers of > ports with this issue? No, you don't have to. We do touch on ports that isn't maintaining by us. I did that with gnome-keyring stuff. The gnome-keyring got splitted into two, libgnome-keyring and gnome-keyring in the two previous GNOME released (over a year ago). We forgot to have the ports (included our ports) to chase it. However, when main dependency got changed and it is that person's job to touch all ports that isn't maintain by that same person. Cheers, Mezz > Thanks, > Jan Henrik --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 5 11:03:05 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E8DE1065674; Tue, 5 Jul 2011 11:03:05 +0000 (UTC) (envelope-from jwb@hera.homer.att.com) Received: from mail-pink.research.att.com (mail-pink.research.att.com [192.20.225.111]) by mx1.freebsd.org (Postfix) with ESMTP id 325F88FC18; Tue, 5 Jul 2011 11:03:05 +0000 (UTC) Received: from ulysses.homer.att.com (unknown [135.205.193.8]) by mail-pink.research.att.com (Postfix) with ESMTP id A61C01203C7; Tue, 5 Jul 2011 07:03:04 -0400 (EDT) Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.14.4/8.14.4) with ESMTP id p65B34JV021480; Tue, 5 Jul 2011 07:03:04 -0400 (EDT) Received: from hera.homer.att.com (localhost [127.0.0.1]) by hera.homer.att.com (8.13.8+Sun/8.13.8) with ESMTP id p65B34NK015335; Tue, 5 Jul 2011 07:03:04 -0400 (EDT) Message-Id: <201107051103.p65B34NK015335@hera.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 In-Reply-To: Message from "J. W. Ballantine" of "Tue, 21 Jun 2011 08:06:47 EDT." <201106211206.p5LC6lc3013719@hera.homer.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Jul 2011 07:03:04 -0400 From: "J. W. Ballantine" Cc: Jeremy Messenger , gnome@freebsd.org, Joe Marcus Clarke Subject: Re: Authentication Failed 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: Tue, 05 Jul 2011 11:03:05 -0000 Just for the record, I have proc mounted and I still got pop-up window with Authentication Failed, and the life perserver in it, so that wasn't the problem. Jim ---------- In Response to your message ------------- > Date: Tue, 21 Jun 2011 08:06:47 -0400 > To: Joe Marcus Clarke > From: "J. W. Ballantine" > Subject: Re: Authentication Failed > Sender: owner-freebsd-gnome@freebsd.org > > > Thanks, that was the issue. > Somewhere in a rebuild/reload that got lost. Thought I had that covered in t he > cpio, guess I missed it. > > Jim > > ---------- In Response to your message ------------- > > > Date: Tue, 21 Jun 2011 03:22:14 -0400 > > To: Jeremy Messenger > > From: Joe Marcus Clarke > > Subject: Re: Authentication Failed > > Sender: owner-freebsd-gnome@freebsd.org > > > > On 6/20/11 10:47 AM, Jeremy Messenger wrote: > > > On Mon, Jun 20, 2011 at 8:47 AM, J. W. Ballantine > > > wrote: > > >> > > >> Yes, they are in /etc/rc.conf: > > >> > > >> dbus_enable="YES" > > >> avahi_daemon_enable="YES" > > >> avahi_dnsconfd_enable="YES" > > >> hald_enable="YES" > > >> > > >> and ps shows: > > >> > > >> $ ps -A | egrep hald\|avahi\|dbus > > >> 1166 ?? Is 0:00.03 /usr/local/bin/dbus-daemon --system > > >> 1320 ?? I 0:00.08 avahi-daemon: running [overland.local] (avah i-d > aemon) > > >> 1326 ?? I 0:00.00 /usr/local/sbin/avahi-dnsconfd -D > > >> 1467 ?? Is 0:32.89 /usr/local/sbin/hald > > >> 1474 ?? I 0:00.08 hald-runner > > >> 1510 ?? I 0:00.02 hald-addon-mouse-sysmouse: /dev/psm0 > > >> (hald-addon-mouse-sy) > > >> 1514 ?? S 0:02.94 hald-addon-storage: no polling on /dev/fd0 b eca > use > > >> it is explicitly disabled (hald-addon-storage) > > >> 1526 ?? I 0:00.02 hald-addon-mouse-sysmouse: /dev/ums0 > > >> (hald-addon-mouse-sy) > > >> 1532 ?? S 0:17.03 hald-addon-storage: /dev/da0 (hald-addon-sto rag > e) > > >> 1561 ?? S 0:26.92 hald-addon-storage: /dev/acd0 (hald-addon-st ora > ge) > > > > > > Sorry, I don't know what's wrong with your GNOME. I can't help you any > > > further. It works perfect here by default. > > > > Of course, procfs needs to be mounted. That's the most common cause of > > authentication failures. > > > > Joe > > > > > > > > Cheers, > > > Mezz > > > > > > > > >> Jim > > >> > > >> ---------- In Response to your message ------------- > > >> > > >>> Date: Fri, 17 Jun 2011 15:21:33 -0500 > > >>> To: "J. W. Ballantine" > > >>> From: Jeremy Messenger > > >>> Subject: Re: Authentication Failed > > >>> > > >>> On Fri, Jun 17, 2011 at 1:05 PM, J. W. Ballantine > > >>> wrote: > > >>> > > > >>> > Hi, > > >>> > > > >>> > I made the change to .xinitrc per you request, restarted the gnome > > >>> > desktop, and the error box is still poping up and there is no > > >>> > error file. > > >>> > > >>> Do you have hald, dbus and avahi-* running? If you don't, you will > > >>> need to add those in the /etc/rc.conf or start those by manual. > > >>> > > >>> http://www.freebsd.org/gnome/docs/faq2.html#full-gnome > > >>> > > >>> Cheers, > > >>> Mezz > > >>> > > >>> > > >>> > Jim > > >>> > > > >>> > ---------- In Response to your message ------------- > > >>> > > > >>> >> Date: Tue, 14 Jun 2011 09:55:20 -0500 > > >>> >> To: "J. W. Ballantine" > > >>> >> From: Jeremy Messenger > > >>> >> Subject: Re: Authentication Failed > > >>> >> Sender: owner-freebsd-gnome@freebsd.org > > >>> >> > > >>> >> On Tue, Jun 14, 2011 at 9:46 AM, J. W. Ballantine > > >>> >> wrote: > > >>> >> > > > >>> >> > Mezz, > > >>> >> > > > >>> >> > I start with startx and exec ck-launch-session gnome-session > > >>> >> > in .xinitrc. > > >>> >> > > >>> >> Try to start GNOME by: > > >>> >> > > >>> >> exec ck-launch-session dbus-launch --exit-with-session gnome-ses sio > n > > >>> >> > > >>> >> GNOME works a lot better if you use GDM by add gnome_enable="YES " i > n > > >>> >> the /etc/rc.conf. > > >>> >> > > >>> >> Cheers, > > >>> >> Mezz > > >>> >> > > >>> >> > > >>> >> > There is no ~/.xsession-errors file. > > >>> >> > > > >>> >> > Jim > > >>> >> > > > >>> >> > ---------- In Response to your message ------------- > > >>> >> > > > >>> >> >> Date: Mon, 13 Jun 2011 22:21:21 -0500 > > >>> >> >> To: "J. W. Ballantine" > > >>> >> >> From: Jeremy Messenger > > >>> >> >> Subject: Re: Authentication Failed > > >>> >> >> Sender: owner-freebsd-gnome@freebsd.org > > >>> >> >> > > >>> >> >> On Mon, Jun 13, 2011 at 12:59 PM, J. W. Ballantine > > >>> >> >> wrote: > > >>> >> >> > > > >>> >> >> > > > >>> >> >> > Hi, > > >>> >> >> > > > >>> >> >> > I running gnome on an FreeBSD 8.2-STABLE box and I get a b lac > k windo > > >> w > > >>> >> >> > with a life preserver and an Authentication Failed message . > It > > >>> >> >> > has a button for more details, which only says I don't hav e p > roper > > >>> >> >> > authentication. Then is no indication on what process is cau > sing > > >>> >> >> > the window to pop-up. > > >>> >> >> > > > >>> >> >> > Is anyone aware of what process is causing this window and wh > y? > > >>> >> >> > > >>> >> >> How did you start GNOME? Check in the ~/.xsession-errors to see > if you > > >>> >> >> get any error outputs. > > >>> >> >> > > >>> >> >> Cheers, > > >>> >> >> Mezz > > >>> >> >> > > >>> >> >> > > >>> >> >> > Thanks > > >>> >> >> > > > >>> >> >> > Jim Ballantine > > >>> >> > > >>> >> > > >>> >> -- > > >>> >> mezz.freebsd@gmail.com - mezz@FreeBSD.org > > >>> >> FreeBSD GNOME Team > > >>> >> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > >>> >> _______________________________________________ > > >>> >> freebsd-gnome@freebsd.org mailing list > > >>> >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > >>> >> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@free bsd > .org" > > >>> >> > > >>> > > > >>> > > > >>> > > > >>> > > >>> > > >>> > > >>> -- > > >>> mezz.freebsd@gmail.com - mezz@FreeBSD.org > > >>> FreeBSD GNOME Team > > >>> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > > > > > > > > > > > -- > > Joe Marcus Clarke > > FreeBSD GNOME Team :: gnome@FreeBSD.org > > FreeNode / #freebsd-gnome > > http://www.FreeBSD.org/gnome > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 5 21:16:30 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A461C1065706; Tue, 5 Jul 2011 21:16:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3158FC15; Tue, 5 Jul 2011 21:16:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p65LGUq1067112; Tue, 5 Jul 2011 21:16:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p65LGUSS067108; Tue, 5 Jul 2011 21:16:30 GMT (envelope-from linimon) Date: Tue, 5 Jul 2011 21:16:30 GMT Message-Id: <201107052116.p65LGUSS067108@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158639: ports-mgmt/packagekit cannot be 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: Tue, 05 Jul 2011 21:16:30 -0000 Old Synopsis: packagekit from ports cannot be build New Synopsis: ports-mgmt/packagekit cannot be build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jul 5 21:15:47 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158639 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 06:50:14 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A46106570A; Wed, 6 Jul 2011 06:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1268FC18; Wed, 6 Jul 2011 06:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p666oDA2095575; Wed, 6 Jul 2011 06:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p666oDrs095571; Wed, 6 Jul 2011 06:50:13 GMT (envelope-from edwin) Date: Wed, 6 Jul 2011 06:50:13 GMT Message-Id: <201107060650.p666oDrs095571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158680: devel/gvfs doesn't 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: Wed, 06 Jul 2011 06:50:14 -0000 Synopsis: devel/gvfs doesn't build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 6 06:50:13 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158680 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 11:28:14 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE875106566B; Wed, 6 Jul 2011 11:28:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6FB48FC13; Wed, 6 Jul 2011 11:28:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66BSE6W077582; Wed, 6 Jul 2011 11:28:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66BSE0o077578; Wed, 6 Jul 2011 11:28:14 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 11:28:14 GMT Message-Id: <201107061128.p66BSE0o077578@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158684: graphics/evince can not be 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: Wed, 06 Jul 2011 11:28:15 -0000 Old Synopsis: evince in ports can not be build New Synopsis: graphics/evince can not be build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 6 11:27:43 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158684 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 15:00:25 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A98106564A for ; Wed, 6 Jul 2011 15:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 059758FC08 for ; Wed, 6 Jul 2011 15:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66F0OeN077196 for ; Wed, 6 Jul 2011 15:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66F0Okt077194; Wed, 6 Jul 2011 15:00:24 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 15:00:24 GMT Message-Id: <201107061500.p66F0Okt077194@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Rodrigo OSORIO (ros)" Cc: Subject: Re: ports/158684: graphics/evince can not be build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 15:00:25 -0000 The following reply was made to PR ports/158684; it has been noted by GNATS. From: "Rodrigo OSORIO (ros)" To: bug-followup@FreeBSD.org, r.wobben@hotmail.com Cc: Subject: Re: ports/158684: graphics/evince can not be build Date: Wed, 6 Jul 2011 16:53:25 +0200 Hi, Accoring with a post in the freebsd forums[1], this issue can be caused by the replacement of LZMA Utils by XZ Utils distribution. ports/UPDATE says : "20090921: AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel AUTHOR: Christian Weisgerber The XZ Utils distribution has superseded LZMA Utils, so the xz port has been added and the lzmautils ports have been removed. To perform the move, run one of the following commands: If using portupgrade: # portupgrade -o archivers/xz lzmautils\* If using portmaster: # portmaster -o archivers/xz archivers/lzmautils or # portmaster -o archivers/xz archivers/lzmautils-devel as applicable." Hope this help. [1] http://forums.freebsd.org/showthread.php?t=24880 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:24:32 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92103106566B; Wed, 6 Jul 2011 19:24:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A77C8FC15; Wed, 6 Jul 2011 19:24:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66JOWJu028119; Wed, 6 Jul 2011 19:24:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66JOWNe028115; Wed, 6 Jul 2011 19:24:32 GMT (envelope-from linimon) Date: Wed, 6 Jul 2011 19:24:32 GMT Message-Id: <201107061924.p66JOWNe028115@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158693: x11-wm/nautilus 2.32.2.1_1 fails to 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: Wed, 06 Jul 2011 19:24:32 -0000 Old Synopsis: nautilus-2.32.2.1_1 fails to build New Synopsis: x11-wm/nautilus 2.32.2.1_1 fails to build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 6 19:24:00 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158693 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:40:34 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0353D1065672 for ; Wed, 6 Jul 2011 19:40:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id B63788FC13 for ; Wed, 6 Jul 2011 19:40:33 +0000 (UTC) Received: by gxk28 with SMTP id 28so154091gxk.13 for ; Wed, 06 Jul 2011 12:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Yz4hB0eLlmtIRB48kBCdH1JzvVRqcQZGGkttlM9Qvl4=; b=vvozLd10d8hZ9gnY7PEgZwYToa5pm+HynTw7+rl6vCcxdoQD/lHGAf6EJLxaM0zXmZ zKDnY91g5AzT7y4Ne/5TTeaSXcdyoUbJ6xwDhKhnDPPST71B6/++vPM9IjEKlk6OjWYW 4D62w+L925HP1KC9ox4nH8lqyVKVPPmmSLhhE= MIME-Version: 1.0 Received: by 10.151.76.33 with SMTP id d33mr176372ybl.257.1309979830962; Wed, 06 Jul 2011 12:17:10 -0700 (PDT) Received: by 10.151.111.7 with HTTP; Wed, 6 Jul 2011 12:17:09 -0700 (PDT) Received: by 10.151.111.7 with HTTP; Wed, 6 Jul 2011 12:17:09 -0700 (PDT) In-Reply-To: <201107061500.p66F0Okt077194@freefall.freebsd.org> References: <201107061500.p66F0Okt077194@freefall.freebsd.org> Date: Wed, 6 Jul 2011 09:17:09 -1000 Message-ID: From: Kevin Oberman To: "Rodrigo OSORIO (ros)" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: ports/158684: graphics/evince can not be 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: Wed, 06 Jul 2011 19:40:34 -0000 On Jul 6, 2011 8:00 AM, "Rodrigo OSORIO (ros)" wrote: > > The following reply was made to PR ports/158684; it has been noted by GNATS. > > From: "Rodrigo OSORIO (ros)" > To: bug-followup@FreeBSD.org, r.wobben@hotmail.com > Cc: > Subject: Re: ports/158684: graphics/evince can not be build > Date: Wed, 6 Jul 2011 16:53:25 +0200 > > Hi, > > Accoring with a post in the freebsd forums[1], this issue can be caused > by the replacement of LZMA Utils by XZ Utils distribution. > > ports/UPDATE says : > "20090921: > AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel > AUTHOR: Christian Weisgerber > > The XZ Utils distribution has superseded LZMA Utils, so the xz port has > been added and the lzmautils ports have been removed. To perform the > move, run one of the following commands: > > If using portupgrade: > > # portupgrade -o archivers/xz lzmautils\* > > If using portmaster: > > # portmaster -o archivers/xz archivers/lzmautils > or > # portmaster -o archivers/xz archivers/lzmautils-devel > > as applicable." > > Hope this help. > > [1] http://forums.freebsd.org/showthread.php?t=24880 Unfortunately, this advice only is applicable to a few cases. The more common case if you run stable or, maybe 8.2, is fixed by re-building all ports that depend on archives/xz (pkg_info -R xz-5\*) and then deleting the xz port. In stable, liblzma is part of the base system and that causes the rtld to hit conflicting libraries. R. Kevin Oberman, Network Engineer Retired kob6558@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:44:46 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 769B0106564A for ; Wed, 6 Jul 2011 19:44:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 509921570AF; Wed, 6 Jul 2011 19:44:45 +0000 (UTC) Message-ID: <4E14BB2C.7050808@FreeBSD.org> Date: Wed, 06 Jul 2011 12:44:44 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Kevin Oberman References: <201107061500.p66F0Okt077194@freefall.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, "Rodrigo OSORIO \(ros\)" Subject: Re: ports/158684: graphics/evince can not be 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: Wed, 06 Jul 2011 19:44:46 -0000 On 07/06/2011 12:17, Kevin Oberman wrote: > On Jul 6, 2011 8:00 AM, "Rodrigo OSORIO (ros)" wrote: >> >> The following reply was made to PR ports/158684; it has been noted by > GNATS. >> >> From: "Rodrigo OSORIO (ros)" >> To: bug-followup@FreeBSD.org, r.wobben@hotmail.com >> Cc: >> Subject: Re: ports/158684: graphics/evince can not be build >> Date: Wed, 6 Jul 2011 16:53:25 +0200 >> >> Hi, >> >> Accoring with a post in the freebsd forums[1], this issue can be caused >> by the replacement of LZMA Utils by XZ Utils distribution. >> >> ports/UPDATE says : >> "20090921: >> AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel >> AUTHOR: Christian Weisgerber >> >> The XZ Utils distribution has superseded LZMA Utils, so the xz port has >> been added and the lzmautils ports have been removed. To perform the >> move, run one of the following commands: >> >> If using portupgrade: >> >> # portupgrade -o archivers/xz lzmautils\* >> >> If using portmaster: >> >> # portmaster -o archivers/xz archivers/lzmautils >> or >> # portmaster -o archivers/xz archivers/lzmautils-devel >> >> as applicable." >> >> Hope this help. >> >> [1] http://forums.freebsd.org/showthread.php?t=24880 > > Unfortunately, this advice only is applicable to a few cases. The more > common case if you run stable or, maybe 8.2, is fixed by re-building all > ports that depend on archives/xz (pkg_info -R xz-5\*) and then deleting the > xz port. You can do that with portmaster by doing: 'portmaster -R -r xz- && portmaster -e xz-' hth, Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:50:09 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C20431065670 for ; Wed, 6 Jul 2011 19:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 985258FC27 for ; Wed, 6 Jul 2011 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66Jo9gR047740 for ; Wed, 6 Jul 2011 19:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66Jo9Ql047739; Wed, 6 Jul 2011 19:50:09 GMT (envelope-from gnats) Date: Wed, 6 Jul 2011 19:50:09 GMT Message-Id: <201107061950.p66Jo9Ql047739@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jani Kananen Cc: Subject: Re: ports/158693: nautilus-2.32.2.1_1 fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jani Kananen List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 19:50:09 -0000 The following reply was made to PR ports/158693; it has been noted by GNATS. From: Jani Kananen To: bug-followup@FreeBSD.org, jani.m.kananen@gmail.com Cc: Subject: Re: ports/158693: nautilus-2.32.2.1_1 fails to build Date: Wed, 6 Jul 2011 22:24:39 +0300 --001485e98b2c37ad0d04a76b8d7d Content-Type: text/plain; charset=ISO-8859-1 Sorry, that was a wrong error message. That happens with stock GCC. The proper error is: ---snip--- CC nautilus-x-content-bar.o CC nautilus-zoom-action.o CC nautilus-zoom-control.o CCLD nautilus /usr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M_unhook()@GLIBCXX_3.4.14' /usr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4.14' /usr/local/lib/libexempi.so: undefined reference to `std::ctype::_M_widen_init() const@GLIBCXX_3.4.11' collect2: ld returned 1 exit status gmake[4]: *** [nautilus] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** Error code 1 ---snip--- --001485e98b2c37ad0d04a76b8d7d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Sorry,
=A0
that was a wrong error message. That ha= ppens with stock GCC. The proper error is:
=A0
---snip-= --
=A0 CC=A0=A0=A0=A0 nautilus-x-content-bar.o
=A0 CC=A0=A0=A0= =A0 nautilus-zoom-action.o
=A0 CC=A0=A0=A0=A0 nautilus-zoom-control.o
=A0 CCLD=A0=A0 nautilus
/u= sr/local/lib/libexempi.so: undefined reference to `std::_List_node_base::_M= _unhook()@GLIBCXX_3.4.14'
/usr/local/lib/libexempi.so: undefined ref= erence to `std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4= .14'
/usr/local/lib/libexempi.so: undefined reference to `std::ctype<char>= ::_M_widen_init() const@GLIBCX= X_3.4.11'
collect2: ld returned 1 exit status
gmake[4]: *** [= nautilus] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.= 2.1/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving = directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11-= fm/nautilus/work/nautilus-2.32.2.1/src'
gmake[1]: *** [all-recursive= ] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/n= autilus-2.32.2.1'
gmake: *** [all] Error 2
*** Error code 1
---snip---
--001485e98b2c37ad0d04a76b8d7d-- From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 22:34:29 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B5C1065674 for ; Wed, 6 Jul 2011 22:34:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from sup.oook.cz (sup.oook.cz [94.23.0.135]) by mx1.freebsd.org (Postfix) with ESMTP id C9C888FC17 for ; Wed, 6 Jul 2011 22:34:27 +0000 (UTC) Received: from [192.168.0.23] (ip-78-102-160-251.net.upcbroadband.cz [78.102.160.251]) (authenticated bits=0) by sup.oook.cz (8.14.4/8.14.4) with ESMTP id p66MYOv3054242 for ; Thu, 7 Jul 2011 00:34:25 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-gLi10rzXnT8BKE6vDeTD" Date: Thu, 07 Jul 2011 00:34:23 +0200 Message-ID: <1309991663.65977.16.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.68 on 94.23.0.135 X-Milter: Spamilter (Reciever: sup.oook.cz; Sender-ip: 78.102.160.251; Sender-helo: [192.168.0.23]; ) Cc: Subject: [Fwd: telepathy-gabble-0.10.4 failed on amd64 8] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 22:34:29 -0000 --=-gLi10rzXnT8BKE6vDeTD Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz, itetcu@FreeBSD.org > P=F8edm=ECt: telepathy-gabble-0.10.4 failed on amd64 8 > Datum: Tue, 5 Jul 2011 15:59:05 GMT >=20 > Excerpt from the build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8.201107050925= 26/telepathy-gabble-0.10.4.log >=20 > building telepathy-gabble-0.10.4 on gohan61.freebsd.org > in directory /y/pkgbuild/8/20110705092526/chroot/30 > building for: 8.0-RELEASE-p2 amd64 > maintained by: gnome@FreeBSD.org > port directory: /usr/ports/net-im/telepathy-gabble > Makefile ident: $FreeBSD: ports/net-im/telepathy-gabble/Makefile,v 1.44 2= 010/11/20 15:36:51 kwm Exp $ >=20 > [... lines trimmed ...] >=20 > skipping expat-2.0.1_1, already added > pkg_add fontconfig-2.8.0,1.tbz > skipping fontconfig-2.8.0,1, already added > pkg_add freetype2-2.4.4.tbz > skipping freetype2-2.4.4, already added > pkg_add gamin-0.1.10_4.tbz > skipping gamin-0.1.10_4, already added > pkg_add gettext-0.18.1.1.tbz > skipping gettext-0.18.1.1, already added > pkg_add gio-fam-backend-2.26.1.tbz > skipping gio-fam-backend-2.26.1, already added > pkg_add glib-2.26.1_1.tbz > skipping glib-2.26.1_1, already added > pkg_add gmake-3.82.tbz > pkg_add gnome_subr-1.0.tbz > skipping gnome_subr-1.0, already added > pkg_add gnomehier-2.3_12.tbz > ./etc/CORBA missing (created) > ./etc/CORBA/servers missing (created) > ./etc/X11 missing (created) > ./etc/X11/serverconfig missing (created) > ./etc/X11/starthere missing (created) > ./etc/X11/sysconfig missing (created) > ./etc/gconf missing (created) > ./etc/gconf/gconf.xml.defaults missing (created) > ./etc/gconf/gconf.xml.mandatory missing (created) > ./etc/gconf/gconf.xml.system missing (created) > ./etc/gconf/schemas missing (created) > ./etc/gnome missing (created) > ./etc/gnome/config missing (created) > ./etc/gnome-vfs-2.0 missing (created) > ./etc/gnome-vfs-2.0/modules missing (created) > ./etc/sound missing (created) > ./etc/sound/events missing (created) > ./etc/vfs missing (created) > ./etc/vfs/modules missing (created) > ./etc/xdg missing (created) > ./etc/xdg/autostart missing (created) > ./include/gconf missing (created) > ./include/gdkcardimage missing (created) > ./include/gnome-1.0 missing (created) > ./lib/GConf missing (created) > ./lib/bonobo missing (created) > ./lib/bonobo/monikers missing (created) > ./lib/bonobo/plugin missing (created) > ./lib/gnome-vfs-2.0 missing (created) > ./lib/gnome-vfs-2.0/modules missing (created) > ./lib/vfs missing (created) > ./lib/vfs/modules missing (created) > ./libdata/bonobo missing (created) > ./libdata/bonobo/servers missing (created) > ./share/applets missing (created) > ./share/applets/Amusements missing (created) > ./share/applets/Clocks missing (created) > ./share/applets/Monitors missing (created) > ./share/applets/Multimedia missing (created) > ./share/applets/Network missing (created) > ./share/applets/Utility missing (created) > ./share/application-registry missing (created) > ./share/capplets missing (created) > ./share/control-center missing (created) > ./share/control-center/Desktop missing (created) > ./share/control-center/Documents missing (created) > ./share/control-center/Peripherals missing (created) > ./share/control-center/Session missing (created) > ./share/control-center/capplets missing (created) > ./share/control-center/keybindings missing (created) > ./share/control-center-2.0 missing (created) > ./share/control-center-2.0/capplets missing (created) > ./share/doc/libgda missing (created) > ./share/games missing (created) > ./share/gnome missing (created) > ./share/gnome/apps missing (created) > ./share/gnome/apps/Applications missing (created) > ./share/gnome/apps/Audio missing (created) > ./share/gnome/apps/Development missing (created) > ./share/gnome/apps/Games missing (created) > ./share/gnome/apps/Graphics missing (created) > ./share/gnome/apps/Internet missing (created) > ./share/gnome/apps/Multimedia missing (created) > ./share/gnome/apps/Settings missing (created) > ./share/gnome/apps/Settings/Desktop missing (created) > ./share/gnome/apps/Settings/Documents missing (created) > ./share/gnome/apps/Settings/Peripherals missing (created) > ./share/gnome/apps/Settings/Session missing (created) > ./share/gnome/apps/System missing (created) > ./share/gnome/apps/Utilities missing (created) > ./share/gnome/autostart missing (created) > ./share/gnome/help missing (created) > ./share/gnome/help/fdl missing (created) > ./share/gnome/help/fdl/C missing (created) > ./share/gnome/help/gpl missing (created) > ./share/gnome/help/gpl/C missing (created) > ./share/gnome/help/lgpl missing (created) > ./share/gnome/help/lgpl/C missing (created) > ./share/gnome/panel missing (created) > ./share/gnome/ui missing (created) > ./share/gnome/wm-properties missing (created) > ./share/gnome-2.0 missing (created) > ./share/gnome-2.0/ui missing (created) > ./share/gnome-about missing (created) > ./share/gnome-control-center missing (created) > ./share/gnome-control-center/keybindings missing (created) > ./share/images missing (created) > ./share/mc missing (created) > ./share/mc/templates missing (created) > ./share/mime-info missing (created) > ./share/oaf missing (created) > ./share/omf missing (created) > ./share/pixmaps/document-icons missing (created) > ./share/pixmaps/splash missing (created) > ./share/sgml/docbook missing (created) > ./share/sgml/docbook/gnome-customization-0.1 missing (created) > ./share/sounds missing (created) > ./share/vala missing (created) > ./share/vala/vapi missing (created) > ./share/vfolders missing (created) > ./share/xmodmap missing (created) > pkg_add gnutls-2.12.7_1.tbz > pkg_add gobject-introspection-0.9.12_1.tbz > pkg_add gstreamer-0.10.35.tbz > pkg_add gstreamer-plugins-0.10.35,3.tbz > pkg_add kbproto-1.0.5.tbz > skipping kbproto-1.0.5, already added > pkg_add libX11-1.3.6,1.tbz > skipping libX11-1.3.6,1, already added > pkg_add libXau-1.0.6.tbz > skipping libXau-1.0.6, already added > pkg_add libXdmcp-1.0.3.tbz > skipping libXdmcp-1.0.3, already added > pkg_add libXext-1.1.2,1.tbz > skipping libXext-1.1.2,1, already added > pkg_add libXrender-0.9.5.tbz > skipping libXrender-0.9.5, already added > pkg_add libXv-1.0.5,1.tbz > skipping libXv-1.0.5,1, already added > pkg_add libffi-3.0.9.tbz > skipping libffi-3.0.9, already added > pkg_add libgcrypt-1.5.0.tbz > skipping libgcrypt-1.5.0, already added > pkg_add libgpg-error-1.10.tbz > skipping libgpg-error-1.10, already added > pkg_add libiconv-1.13.1_1.tbz > skipping libiconv-1.13.1_1, already added > pkg_add libidn-1.19.tbz > pkg_add libnice-0.0.13_3.tbz > pkg_add libpthread-stubs-0.3_3.tbz > skipping libpthread-stubs-0.3_3, already added > pkg_add libsoup-2.32.2_2.tbz > pkg_add libxcb-1.7.tbz > skipping libxcb-1.7, already added > pkg_add libxml2-2.7.8_1.tbz > skipping libxml2-2.7.8_1, already added > pkg_add libxslt-1.1.26_3.tbz > pkg_add loudmouth-1.4.3_5.tbz > pkg_add m4-1.4.16,1.tbz > skipping m4-1.4.16,1, already added > pkg_add orc-0.4.14_1.tbz > skipping orc-0.4.14_1, already added > pkg_add p5-XML-LibXML-1.72,1.tbz > pkg_add p5-XML-NamespaceSupport-1.11.tbz > skipping p5-XML-NamespaceSupport-1.11, already added > pkg_add p5-XML-SAX-0.96.tbz > skipping p5-XML-SAX-0.96, already added > pkg_add pcre-8.12.tbz > skipping pcre-8.12, already added > pkg_add perl-5.12.4.tbz > skipping perl-5.12.4, already added > pkg_add pixman-0.22.0.tbz > skipping pixman-0.22.0, already added > pkg_add pkg-config-0.25_1.tbz > skipping pkg-config-0.25_1, already added > pkg_add png-1.4.5.tbz > skipping png-1.4.5, already added > pkg_add python27-2.7.2_1.tbz > skipping python27-2.7.2_1, already added > pkg_add renderproto-0.11.tbz > skipping renderproto-0.11, already added > pkg_add sqlite3-3.7.7.1.tbz > pkg_add telepathy-glib-0.12.7.tbz > pkg_add vala-0.10.4.tbz > skipping vala-0.10.4, already added > pkg_add vala-vapigen-0.10.4.tbz > skipping vala-vapigen-0.10.4, already added > pkg_add videoproto-2.3.0.tbz > skipping videoproto-2.3.0, already added > pkg_add xcb-util-0.3.6_1.tbz > skipping xcb-util-0.3.6_1, already added > pkg_add xextproto-7.1.1.tbz > skipping xextproto-7.1.1, already added > pkg_add xproto-7.0.16.tbz > skipping xproto-7.0.16, already added > =3D=3D=3D> telepathy-gabble-0.10.4 depends on executable: xsltproc - fo= und > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/gobject-2.0.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/dbus-glib-1.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/nice.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/uuid.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/telepathy-glib.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/libdata/= pkgconfig/loudmouth-1.0.pc - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on file: /usr/local/bin/pyth= on2.7 - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on executable: gmake - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on executable: pkg-config - = found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on shared library: soup-2.4.= 1 - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on shared library: sqlite3.8= - found > =3D=3D=3D> telepathy-gabble-0.10.4 depends on shared library: glib-2.0.= 0 - found > =3D=3D=3D> Configuring for telepathy-gabble-0.10.4 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether gmake sets $(MAKE)... yes > checking how to create a ustar tar archive... gnutar > checking for style of include used by gmake... GNU > checking for gcc... cc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables...=20 > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ISO C89... none needed > checking dependency style of cc... gcc3 > checking how to run the C preprocessor... cpp > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for gcc... (cached) cc > checking whether we are using the GNU C compiler... (cached) yes > checking whether cc accepts -g... (cached) yes > checking for cc option to accept ISO C89... (cached) none needed > checking dependency style of cc... (cached) gcc3 > checking for cc option to accept ISO C99... -std=3Dgnu99 > checking for cc -std=3Dgnu99 option to accept ISO Standard C... (cached) = -std=3Dgnu99 > checking build system type... amd64-portbld-freebsd8.0 > checking host system type... amd64-portbld-freebsd8.0 > checking for a sed that does not truncate output... /usr/bin/sed > checking for fgrep... /usr/bin/grep -F > checking for ld used by cc -std=3Dgnu99... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... (cached) 262144 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+=3D"... no > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from cc -std=3Dgnu99 obje= ct... ok > checking for dlfcn.h... yes > checking for objdir... .libs > checking if cc -std=3Dgnu99 supports -fno-rtti -fno-exceptions... no > checking for cc -std=3Dgnu99 option to produce PIC... -fPIC -DPIC > checking if cc -std=3Dgnu99 PIC flag -fPIC -DPIC works... yes > checking if cc -std=3Dgnu99 static flag -static works... yes > checking if cc -std=3Dgnu99 supports -c -o file.o... yes > checking if cc -std=3Dgnu99 supports -c -o file.o... (cached) yes > checking whether the cc -std=3Dgnu99 linker (/usr/bin/ld) supports shared= libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... freebsd8.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for arpa/inet.h... yes > checking for arpa/nameser.h... yes > checking for fcntl.h... yes > checking for ifaddrs.h... yes > checking for netdb.h... yes > checking for netinet/in.h... yes > checking for sys/ioctl.h... yes > checking for sys/un.h... yes > checking for unistd.h... (cached) yes > checking for sys/socket.h... yes > checking for net/if.h... yes > checking for sys/types.h... (cached) yes > checking for netinet/in.h... (cached) yes > checking for arpa/nameser.h... (cached) yes > checking for netdb.h... (cached) yes > checking for resolv.h... yes > checking to see if compiler understands ... yes > checking to see if compiler understands -Wall... yes > checking to see if compiler understands -Wextra... yes > checking to see if compiler understands -Wdeclaration-after-statement... = yes > checking to see if compiler understands -Wshadow... yes > checking to see if compiler understands -Wstrict-prototypes... yes > checking to see if compiler understands -Wmissing-declarations... yes > checking to see if compiler understands -Wmissing-prototypes... yes > checking to see if compiler understands -Wsign-compare... yes > checking to see if compiler understands -Wnested-externs... yes > checking to see if compiler understands -Wpointer-arith... yes > checking to see if compiler understands -Wformat-security... yes > checking to see if compiler understands -Winit-self... yes > checking to see if compiler understands -Werror... yes > checking to see if compiler understands -Wno-deprecated-declarations... y= es > checking to see if compiler understands -Wno-error=3Ddeprecated-declarati= ons... yes > checking to see if compiler understands -Wno-missing-field-initializers..= . yes > checking to see if compiler understands -Wno-error=3Dmissing-field-initia= lizers... yes > checking to see if compiler understands -Wno-unused-parameter... yes > checking to see if compiler understands -Wno-error=3Dunused-parameter... = yes > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GLIB... yes > checking for GMODULE... yes > checking for DBUS... yes > checking for TP_GLIB... yes > checking for SQLITE... yes > checking for xsltproc... xsltproc > checking whether /usr/local/bin/python2.7 version >=3D 2.5... yes > checking for /usr/local/bin/python2.7 version... 2.7 > checking for /usr/local/bin/python2.7 platform... freebsd8 > checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/p= ython2.7/site-packages > checking for /usr/local/bin/python2.7 extension module directory... ${exe= c_prefix}/lib/python2.7/site-packages > checking for Python with Twisted and XMPP protocol support... false > ac_configure_args+=3D --disable-coding-style-checks: not found > ac_configure_args+=3D --disable-Werror: not found > configure: Configuring sources in lib/ext/wocky > configure: running /bin/sh ./configure '--prefix=3D/usr/local' '--mandir= =3D/usr/local/man' '--infodir=3D/usr/local/info/' '--build=3Damd64-portbld-= freebsd8.0' 'build_alias=3Damd64-portbld-freebsd8.0' 'CC=3Dcc' 'CFLAGS=3D-O= 2 -pipe -fno-strict-aliasing' 'LDFLAGS=3D-pthread -rpath=3D/usr/lib:/usr/lo= cal/lib' 'CPPFLAGS=3D' 'CPP=3Dcpp' '--with-installed-headers=3D' --cache-fi= le=3D/dev/null --srcdir=3D. > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether gmake sets $(MAKE)... yes > checking how to create a ustar tar archive... gnutar > checking build system type... amd64-portbld-freebsd8.0 > checking host system type... amd64-portbld-freebsd8.0 > checking for style of include used by gmake... GNU > checking for gcc... cc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables...=20 > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ISO C89... none needed > checking dependency style of cc... gcc3 > checking for a sed that does not truncate output... /usr/bin/sed > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for fgrep... /usr/bin/grep -F > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... (cached) 262144 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+=3D"... no > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from cc object... ok > checking how to run the C preprocessor... cpp > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking for objdir... .libs > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC -DPIC > checking if cc PIC flag -fPIC -DPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.o... (cached) yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries...= yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... freebsd8.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for gcc... (cached) cc > checking whether we are using the GNU C compiler... (cached) yes > checking whether cc accepts -g... (cached) yes > checking for cc option to accept ISO C89... (cached) none needed > checking dependency style of cc... (cached) gcc3 > checking for cc option to accept ISO C99... -std=3Dgnu99 > checking for cc -std=3Dgnu99 option to accept ISO Standard C... (cached) = -std=3Dgnu99 > checking dependency style of cc -std=3Dgnu99... gcc3 > checking to see if compiler understands ... yes > checking to see if compiler understands -Wall... yes > checking to see if compiler understands -Wextra... yes > checking to see if compiler understands -Wdeclaration-after-statement... = yes > checking to see if compiler understands -Wshadow... yes > checking to see if compiler understands -Wstrict-prototypes... yes > checking to see if compiler understands -Wmissing-prototypes... yes > checking to see if compiler understands -Wsign-compare... yes > checking to see if compiler understands -Wnested-externs... yes > checking to see if compiler understands -Wpointer-arith... yes > checking to see if compiler understands -Wformat-security... yes > checking to see if compiler understands -Winit-self... yes > checking to see if compiler understands -Werror... yes > checking to see if compiler understands -Wno-missing-field-initializers..= . yes > checking to see if compiler understands -Wno-error=3Dmissing-field-initia= lizers... yes > checking to see if compiler understands -Wno-unused-parameter... yes > checking to see if compiler understands -Wno-error=3Dunused-parameter... = yes > checking for ANSI C header files... (cached) yes > checking for unistd.h... (cached) yes > checking for inline... inline > checking whether byte ordering is bigendian... no > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GLIB... yes > checking for TLS... yes > checking for LIBXML2... yes > checking for sasl_server_new in -lsasl2... no > configure: WARNING: libsasl2 not found: skipping sasl tests > checking for cc... yes > checking to see if compiler understands "-fprofile-arcs"... yes > checking to see if compiler understands "-ftest-coverage"... yes > checking for lcov... no > checking for gtkdoc-check... no > checking for gtkdoc-rebase... no > checking for gtkdoc-mkpdf... no > checking whether to build gtk-doc documentation... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating wocky/Makefile > config.status: creating wocky/wocky-uninstalled.pc > config.status: creating m4/Makefile > config.status: creating tools/Makefile > config.status: creating examples/Makefile > config.status: creating tests/Makefile > config.status: creating docs/Makefile > config.status: creating docs/reference/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing libtool commands >=20 > Configure summary: >=20 > Compiler Flags.......: -O2 -pipe -fno-strict-aliasing > Prefix...............: /usr/local > Coverage profiling...: no > Coding style checks..: yes > Debug................: yes >=20 > Features: > TLS Backend..........: gnutls > SASL2 Tests..........:=20 > gtk-doc documentation: no >=20 > configure: Done configuring in lib/ext/wocky > checking for WOCKY... yes > checking for SOUP... yes > checking for NICE... yes > checking for MCE... no > checking for getifaddrs... yes > checking for memset... yes > checking for select... yes > checking for strndup... yes > checking for setresuid... yes > checking for setreuid... yes > checking for strerror... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating docs/Makefile > config.status: creating extensions/Makefile > config.status: creating src/Makefile > config.status: creating m4/Makefile > config.status: creating data/Makefile > config.status: creating tests/Makefile > config.status: creating tools/Makefile > config.status: creating tests/suppressions/Makefile > config.status: creating tests/twisted/Makefile > config.status: creating tests/twisted/tools/Makefile > config.status: creating lib/Makefile > config.status: creating lib/ext/Makefile > config.status: creating lib/gibber/Makefile > config.status: creating lib/loudmouth/Makefile > config.status: creating plugins/Makefile > config.status: creating gabble/Makefile > config.status: creating gabble/telepathy-gabble-uninstalled.pc > config.status: creating gabble/telepathy-gabble.pc > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing libtool commands > =3D=3D=3D> Building for telepathy-gabble-0.10.4 > gmake all-recursive > gmake[1]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4' > Making all in docs > gmake[2]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/docs' > sed -e 's,[@]libexecdir[@],/usr/local/libexec,' < telepathy-gabble.8.in >= telepathy-gabble.8 > xsltproc ./xep.xsl olpc.xml > olpc.html > xsltproc ./xep.xsl muc-bytestream.xml > muc-bytestream.html > xsltproc ./xep.xsl si-multiple.xml > si-multiple.html > xsltproc ./xep.xsl tubes.xml > tubes.html > gmake[2]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/docs' > Making all in tools > gmake[2]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/tools' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/tools' > Making all in extensions > gmake[2]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/extensions' > /usr/local/bin/python2.7 ../tools/xincludator.py \ > all.xml > _gen/all.xml.tmp && mv _gen/all.xml.tmp _gen/all.xml > /usr/local/bin/python2.7 ../tools/glib-signals-marshal-gen.py _gen/all.xm= l > _gen/signals-marshal.list > { echo '#include "_gen/signals-marshal.h"' && \ > glib-genmarshal --body --prefix=3D_gabble_ext_marshal _gen/signals-marsha= l.list ; } > _gen/signals-marshal.c > glib-genmarshal --header --prefix=3D_gabble_ext_marshal _gen/signals-mars= hal.list > _gen/signals-marshal.h > /usr/local/bin/python2.7 ../tools/c-constants-gen.py Gabble _gen/all.xml = > _gen/enums.h > /usr/local/bin/python2.7 ../tools/glib-gtypes-generator.py \ > _gen/all.xml _gen/gtypes Gabble > /usr/local/bin/python2.7 ../tools/glib-interfaces-gen.py \ > Gabble _gen/interfaces-body.h _gen/interfaces.h _gen/all.xml > /usr/local/bin/python2.7 ../tools/glib-ginterface-gen.py \ > --filename=3D_gen/svc --signal-marshal-prefix=3D_gabble_ext \ > --include=3D'' \ > --include=3D'"_gen/signals-marshal.h"' \ > --allow-unstable \ > --not-implemented-func=3D'tp_dbus_g_method_return_not_implemented' \ > _gen/all.xml Gabble_Svc_ > xsltproc --nonet --novalid \ > --param "allow-undefined-interfaces" "true()" \ > ../tools/doc-generator.xsl \ > _gen/all.xml > extensions.html > gmake all-am > gmake[3]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/extensions' > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wsign-compa= re -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-depr= ecated-declarations -Wno-missing-field-initializers -Wno-unused-parameter -= D_REENTRANT -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_R= EENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -D_REENTRANT -I/usr/local/include/telepathy-1.0 -I/usr/local/include/dbus-1= .0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/l= ocal/include/dbus-1.0/include -O2 -pipe -fno-strict-aliasing -MT extensi= ons.lo -MD -MP -MF .deps/extensions.Tpo -c -o extensions.lo extensions.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -= c extensions.c -fPIC -DPIC -o .libs/extensions.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -= c extensions.c -o extensions.o >/dev/null 2>&1 > mv -f .deps/extensions.Tpo .deps/extensions.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wsign-compa= re -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-depr= ecated-declarations -Wno-missing-field-initializers -Wno-unused-parameter -= D_REENTRANT -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_R= EENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -D_REENTRANT -I/usr/local/include/telepathy-1.0 -I/usr/local/include/dbus-1= .0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/l= ocal/include/dbus-1.0/include -O2 -pipe -fno-strict-aliasing -MT signals= -marshal.lo -MD -MP -MF .deps/signals-marshal.Tpo -c -o signals-marshal.lo = `test -f '_gen/signals-marshal.c' || echo './'`_gen/signals-marshal.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT signals-marshal.lo -MD -MP -MF .deps/signals-mar= shal.Tpo -c _gen/signals-marshal.c -fPIC -DPIC -o .libs/signals-marshal.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT signals-marshal.lo -MD -MP -MF .deps/signals-mar= shal.Tpo -c _gen/signals-marshal.c -o signals-marshal.o >/dev/null 2>&1 > mv -f .deps/signals-marshal.Tpo .deps/signals-marshal.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wsign-compa= re -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-depr= ecated-declarations -Wno-missing-field-initializers -Wno-unused-parameter -= D_REENTRANT -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_R= EENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -D_REENTRANT -I/usr/local/include/telepathy-1.0 -I/usr/local/include/dbus-1= .0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/l= ocal/include/dbus-1.0/include -O2 -pipe -fno-strict-aliasing -MT svc.lo = -MD -MP -MF .deps/svc.Tpo -c -o svc.lo `test -f '_gen/svc.c' || echo './'`_= gen/svc.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT svc.lo -MD -MP -MF .deps/svc.Tpo -c _gen/svc.c = -fPIC -DPIC -o .libs/svc.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-decla= rations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arit= h -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missing-f= ield-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/tele= pathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include -O2 -pip= e -fno-strict-aliasing -MT svc.lo -MD -MP -MF .deps/svc.Tpo -c _gen/svc.c -= o svc.o >/dev/null 2>&1 > mv -f .deps/svc.Tpo .deps/svc.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -std=3Dgnu99 -Wall -Wex= tra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-de= clarations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-a= rith -Wformat-security -Winit-self -Wno-deprecated-declarations -Wno-missin= g-field-initializers -Wno-unused-parameter -D_REENTRANT -I/usr/local/includ= e/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/inclu= de/telepathy-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/glib-2.= 0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0/include = -O2 -pipe -fno-strict-aliasing -pthread -L/usr/local/lib -ldbus-glib-1 -l= dbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -pthread -L/usr/local/lib -= lgobject-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -ltelepathy-glib = -pthread -rpath=3D/usr/l > ib:/usr/local/lib -o libgabble-extensions.la extensions.lo signals-mars= hal.lo svc.lo =20 > libtool: link: ar cru .libs/libgabble-extensions.a .libs/extensions.o .li= bs/signals-marshal.o .libs/svc.o=20 > libtool: link: ranlib .libs/libgabble-extensions.a > libtool: link: ( cd ".libs" && rm -f "libgabble-extensions.la" && ln -s "= ../libgabble-extensions.la" "libgabble-extensions.la" ) > gmake[3]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/extensions' > gmake[2]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/extensions' > Making all in lib > gmake[2]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib' > Making all in ext > gmake[3]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext' > gmake[4]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext' > gmake[5]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext/wocky' > gmake all-recursive > gmake[6]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext/wocky' > Making all in wocky > gmake[7]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext/wocky/wocky' > set -e; \ > long=3D`echo wocky-auth-registry | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-auth-registry.h > wocky-auth-registry-enumtypes.h > set -e; \ > long=3D`echo wocky-connector | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-connector.h > wocky-connector-enumtypes.h > set -e; \ > long=3D`echo wocky-data-form | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-data-form.h > wocky-data-form-enumtypes.h > set -e; \ > long=3D`echo wocky-muc | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-muc.h > wocky-muc-enumtypes.h > set -e; \ > long=3D`echo wocky-pubsub-node | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-pubsub-node.h > wocky-pubsub-node-enumtypes.h > set -e; \ > long=3D`echo wocky-pubsub-service | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-pubsub-service.h > wocky-pubsub-service-enumtypes.h > ( cd . && \ > sed -n -e 's/.*_wocky_signals_marshal_\([[:upper:][:digit:]]*__[[:upper:]= [:digit:]_]*\).*/\1/p' \ > wocky.c wocky-auth-handler.c wocky-auth-registry.c wocky-bare-contact.c w= ocky-connector.c wocky-contact.c wocky-contact-factory.c wocky-data-form.c = wocky-debug.c wocky-jabber-auth.c wocky-jabber-auth-digest.c wocky-jabber-a= uth-password.c wocky-muc.c wocky-node.c wocky-node-tree.c wocky-pep-service= .c wocky-ping.c wocky-porter.c wocky-pubsub-helpers.c wocky-pubsub-node.c w= ocky-pubsub-service.c wocky-resource-contact.c wocky-roster.c wocky-sasl-au= th.c wocky-sasl-digest-md5.c wocky-sasl-scram.c wocky-sasl-utils.c wocky-sa= sl-plain.c wocky-session.c wocky-stanza.c wocky-utils.c wocky-tls-handler.c= wocky-tls-connector.c wocky-xmpp-connection.c wocky-xmpp-error.c wocky-xmp= p-reader.c wocky-xmpp-writer.c wocky-tls.c wocky-http-proxy.h wocky-http-p= roxy.c ) \ > | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > wocky-signals-marshal.list.tmp > glib-genmarshal --header --prefix=3D_wocky_signals_marshal wocky-signals-= marshal.list > wocky-signals-marshal.h > set -e; \ > long=3D`echo wocky-tls | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-tls.h > wocky-tls-enumtypes.h > set -e; \ > long=3D`echo wocky-xmpp-error | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-xmpp-error.h > wocky-xmpp-error-enumtypes.h > set -e; \ > long=3D`echo wocky-xmpp-reader | tr [:lower:]- [:upper:]_`; \ > short=3D${long%%_*}; \ > guard=3D"__${long}_ENUM_TYPES_H__"; \ > glib-mkenums \ > --fhead "#ifndef ${guard}\n#define ${guard}\n\n#include \n= \nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void);\n#define ${short}_TYPE_@ENUMS= HORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif" \ > wocky-xmpp-reader.h > wocky-xmpp-reader-enumtypes.h > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-auth-registry.h > wocky-auth-registry-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-connector.h > wocky-connector-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-data-form.h > wocky-data-form-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-muc.h > wocky-muc-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-pubsub-node.h > wocky-pubsub-node-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-pubsub-service.h > wocky-pubsub-service-enumtypes.c > { echo '#include "wocky-signals-marshal.h"' && \ > glib-genmarshal --body --prefix=3D_wocky_signals_marshal wocky-signals-ma= rshal.list ; \ > } > wocky-signals-marshal.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-tls.h > wocky-tls-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-xmpp-error.h > wocky-xmpp-error-enumtypes.c > glib-mkenums \ > --fhead "#include \n#include " \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype =3D = 0;\n if (etype =3D=3D 0) {\n static const G@Type@Value values[] =3D {" = \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D g_@type@_register= _static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ > wocky-xmpp-reader.h > wocky-xmpp-reader-enumtypes.c > gmake all-am > gmake[8]: Entering directory `/work/a/ports/net-im/telepathy-gabble/work/= telepathy-gabble-0.10.4/lib/ext/wocky/wocky' > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky.lo -MD -MP -MF .deps/wocky.Tpo -c -o wocky.lo wocky.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky.lo -MD -MP -MF .de= ps/wocky.Tpo -c wocky.c -fPIC -DPIC -o .libs/wocky.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky.lo -MD -MP -MF .de= ps/wocky.Tpo -c wocky.c -o wocky.o >/dev/null 2>&1 > mv -f .deps/wocky.Tpo .deps/wocky.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-auth-handler.lo -MD -MP -MF .deps/wocky-auth-handler.T= po -c -o wocky-auth-handler.lo wocky-auth-handler.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-auth-handler.lo -M= D -MP -MF .deps/wocky-auth-handler.Tpo -c wocky-auth-handler.c -fPIC -DPIC= -o .libs/wocky-auth-handler.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-auth-handler.lo -M= D -MP -MF .deps/wocky-auth-handler.Tpo -c wocky-auth-handler.c -o wocky-aut= h-handler.o >/dev/null 2>&1 > mv -f .deps/wocky-auth-handler.Tpo .deps/wocky-auth-handler.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-auth-registry.lo -MD -MP -MF .deps/wocky-auth-registry= .Tpo -c -o wocky-auth-registry.lo wocky-auth-registry.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-auth-registry.lo -= MD -MP -MF .deps/wocky-auth-registry.Tpo -c wocky-auth-registry.c -fPIC -D= PIC -o .libs/wocky-auth-registry.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-auth-registry.lo -= MD -MP -MF .deps/wocky-auth-registry.Tpo -c wocky-auth-registry.c -o wocky-= auth-registry.o >/dev/null 2>&1 > mv -f .deps/wocky-auth-registry.Tpo .deps/wocky-auth-registry.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-bare-contact.lo -MD -MP -MF .deps/wocky-bare-contact.T= po -c -o wocky-bare-contact.lo wocky-bare-contact.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-bare-contact.lo -M= D -MP -MF .deps/wocky-bare-contact.Tpo -c wocky-bare-contact.c -fPIC -DPIC= -o .libs/wocky-bare-contact.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-bare-contact.lo -M= D -MP -MF .deps/wocky-bare-contact.Tpo -c wocky-bare-contact.c -o wocky-bar= e-contact.o >/dev/null 2>&1 > mv -f .deps/wocky-bare-contact.Tpo .deps/wocky-bare-contact.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-connector.lo -MD -MP -MF .deps/wocky-connector.Tpo -c = -o wocky-connector.lo wocky-connector.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-connector.lo -MD -= MP -MF .deps/wocky-connector.Tpo -c wocky-connector.c -fPIC -DPIC -o .libs= /wocky-connector.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-connector.lo -MD -= MP -MF .deps/wocky-connector.Tpo -c wocky-connector.c -o wocky-connector.o = >/dev/null 2>&1 > mv -f .deps/wocky-connector.Tpo .deps/wocky-connector.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-contact.lo -MD -MP -MF .deps/wocky-contact.Tpo -c -o w= ocky-contact.lo wocky-contact.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-contact.lo -MD -MP= -MF .deps/wocky-contact.Tpo -c wocky-contact.c -fPIC -DPIC -o .libs/wocky= -contact.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-contact.lo -MD -MP= -MF .deps/wocky-contact.Tpo -c wocky-contact.c -o wocky-contact.o >/dev/nu= ll 2>&1 > mv -f .deps/wocky-contact.Tpo .deps/wocky-contact.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-contact-factory.lo -MD -MP -MF .deps/wocky-contact-fac= tory.Tpo -c -o wocky-contact-factory.lo wocky-contact-factory.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-contact-factory.lo= -MD -MP -MF .deps/wocky-contact-factory.Tpo -c wocky-contact-factory.c -f= PIC -DPIC -o .libs/wocky-contact-factory.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-contact-factory.lo= -MD -MP -MF .deps/wocky-contact-factory.Tpo -c wocky-contact-factory.c -o = wocky-contact-factory.o >/dev/null 2>&1 > mv -f .deps/wocky-contact-factory.Tpo .deps/wocky-contact-factory.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-data-form.lo -MD -MP -MF .deps/wocky-data-form.Tpo -c = -o wocky-data-form.lo wocky-data-form.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-data-form.lo -MD -= MP -MF .deps/wocky-data-form.Tpo -c wocky-data-form.c -fPIC -DPIC -o .libs= /wocky-data-form.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-data-form.lo -MD -= MP -MF .deps/wocky-data-form.Tpo -c wocky-data-form.c -o wocky-data-form.o = >/dev/null 2>&1 > mv -f .deps/wocky-data-form.Tpo .deps/wocky-data-form.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-debug.lo -MD -MP -MF .deps/wocky-debug.Tpo -c -o wocky= -debug.lo wocky-debug.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-debug.lo -MD -MP -= MF .deps/wocky-debug.Tpo -c wocky-debug.c -fPIC -DPIC -o .libs/wocky-debug= .o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-debug.lo -MD -MP -= MF .deps/wocky-debug.Tpo -c wocky-debug.c -o wocky-debug.o >/dev/null 2>&1 > mv -f .deps/wocky-debug.Tpo .deps/wocky-debug.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-jabber-auth.lo -MD -MP -MF .deps/wocky-jabber-auth.Tpo= -c -o wocky-jabber-auth.lo wocky-jabber-auth.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth.lo -MD= -MP -MF .deps/wocky-jabber-auth.Tpo -c wocky-jabber-auth.c -fPIC -DPIC -o= .libs/wocky-jabber-auth.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth.lo -MD= -MP -MF .deps/wocky-jabber-auth.Tpo -c wocky-jabber-auth.c -o wocky-jabber= -auth.o >/dev/null 2>&1 > mv -f .deps/wocky-jabber-auth.Tpo .deps/wocky-jabber-auth.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-jabber-auth-digest.lo -MD -MP -MF .deps/wocky-jabber-a= uth-digest.Tpo -c -o wocky-jabber-auth-digest.lo wocky-jabber-auth-digest.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth-digest= .lo -MD -MP -MF .deps/wocky-jabber-auth-digest.Tpo -c wocky-jabber-auth-dig= est.c -fPIC -DPIC -o .libs/wocky-jabber-auth-digest.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth-digest= .lo -MD -MP -MF .deps/wocky-jabber-auth-digest.Tpo -c wocky-jabber-auth-dig= est.c -o wocky-jabber-auth-digest.o >/dev/null 2>&1 > mv -f .deps/wocky-jabber-auth-digest.Tpo .deps/wocky-jabber-auth-digest.P= lo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-jabber-auth-password.lo -MD -MP -MF .deps/wocky-jabber= -auth-password.Tpo -c -o wocky-jabber-auth-password.lo wocky-jabber-auth-pa= ssword.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth-passwo= rd.lo -MD -MP -MF .deps/wocky-jabber-auth-password.Tpo -c wocky-jabber-auth= -password.c -fPIC -DPIC -o .libs/wocky-jabber-auth-password.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-jabber-auth-passwo= rd.lo -MD -MP -MF .deps/wocky-jabber-auth-password.Tpo -c wocky-jabber-auth= -password.c -o wocky-jabber-auth-password.o >/dev/null 2>&1 > mv -f .deps/wocky-jabber-auth-password.Tpo .deps/wocky-jabber-auth-passwo= rd.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-muc.lo -MD -MP -MF .deps/wocky-muc.Tpo -c -o wocky-muc= .lo wocky-muc.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-muc.lo -MD -MP -MF= .deps/wocky-muc.Tpo -c wocky-muc.c -fPIC -DPIC -o .libs/wocky-muc.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-muc.lo -MD -MP -MF= .deps/wocky-muc.Tpo -c wocky-muc.c -o wocky-muc.o >/dev/null 2>&1 > mv -f .deps/wocky-muc.Tpo .deps/wocky-muc.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-node.lo -MD -MP -MF .deps/wocky-node.Tpo -c -o wocky-n= ode.lo wocky-node.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-node.lo -MD -MP -M= F .deps/wocky-node.Tpo -c wocky-node.c -fPIC -DPIC -o .libs/wocky-node.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-node.lo -MD -MP -M= F .deps/wocky-node.Tpo -c wocky-node.c -o wocky-node.o >/dev/null 2>&1 > mv -f .deps/wocky-node.Tpo .deps/wocky-node.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-node-tree.lo -MD -MP -MF .deps/wocky-node-tree.Tpo -c = -o wocky-node-tree.lo wocky-node-tree.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-node-tree.lo -MD -= MP -MF .deps/wocky-node-tree.Tpo -c wocky-node-tree.c -fPIC -DPIC -o .libs= /wocky-node-tree.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-node-tree.lo -MD -= MP -MF .deps/wocky-node-tree.Tpo -c wocky-node-tree.c -o wocky-node-tree.o = >/dev/null 2>&1 > mv -f .deps/wocky-node-tree.Tpo .deps/wocky-node-tree.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-pep-service.lo -MD -MP -MF .deps/wocky-pep-service.Tpo= -c -o wocky-pep-service.lo wocky-pep-service.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pep-service.lo -MD= -MP -MF .deps/wocky-pep-service.Tpo -c wocky-pep-service.c -fPIC -DPIC -o= .libs/wocky-pep-service.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pep-service.lo -MD= -MP -MF .deps/wocky-pep-service.Tpo -c wocky-pep-service.c -o wocky-pep-se= rvice.o >/dev/null 2>&1 > mv -f .deps/wocky-pep-service.Tpo .deps/wocky-pep-service.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-ping.lo -MD -MP -MF .deps/wocky-ping.Tpo -c -o wocky-p= ing.lo wocky-ping.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-ping.lo -MD -MP -M= F .deps/wocky-ping.Tpo -c wocky-ping.c -fPIC -DPIC -o .libs/wocky-ping.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-ping.lo -MD -MP -M= F .deps/wocky-ping.Tpo -c wocky-ping.c -o wocky-ping.o >/dev/null 2>&1 > mv -f .deps/wocky-ping.Tpo .deps/wocky-ping.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-porter.lo -MD -MP -MF .deps/wocky-porter.Tpo -c -o woc= ky-porter.lo wocky-porter.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-porter.lo -MD -MP = -MF .deps/wocky-porter.Tpo -c wocky-porter.c -fPIC -DPIC -o .libs/wocky-po= rter.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-porter.lo -MD -MP = -MF .deps/wocky-porter.Tpo -c wocky-porter.c -o wocky-porter.o >/dev/null 2= >&1 > mv -f .deps/wocky-porter.Tpo .deps/wocky-porter.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-pubsub-helpers.lo -MD -MP -MF .deps/wocky-pubsub-helpe= rs.Tpo -c -o wocky-pubsub-helpers.lo wocky-pubsub-helpers.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-helpers.lo = -MD -MP -MF .deps/wocky-pubsub-helpers.Tpo -c wocky-pubsub-helpers.c -fPIC= -DPIC -o .libs/wocky-pubsub-helpers.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-helpers.lo = -MD -MP -MF .deps/wocky-pubsub-helpers.Tpo -c wocky-pubsub-helpers.c -o woc= ky-pubsub-helpers.o >/dev/null 2>&1 > mv -f .deps/wocky-pubsub-helpers.Tpo .deps/wocky-pubsub-helpers.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-pubsub-node.lo -MD -MP -MF .deps/wocky-pubsub-node.Tpo= -c -o wocky-pubsub-node.lo wocky-pubsub-node.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-node.lo -MD= -MP -MF .deps/wocky-pubsub-node.Tpo -c wocky-pubsub-node.c -fPIC -DPIC -o= .libs/wocky-pubsub-node.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-node.lo -MD= -MP -MF .deps/wocky-pubsub-node.Tpo -c wocky-pubsub-node.c -o wocky-pubsub= -node.o >/dev/null 2>&1 > mv -f .deps/wocky-pubsub-node.Tpo .deps/wocky-pubsub-node.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-pubsub-service.lo -MD -MP -MF .deps/wocky-pubsub-servi= ce.Tpo -c -o wocky-pubsub-service.lo wocky-pubsub-service.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-service.lo = -MD -MP -MF .deps/wocky-pubsub-service.Tpo -c wocky-pubsub-service.c -fPIC= -DPIC -o .libs/wocky-pubsub-service.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-pubsub-service.lo = -MD -MP -MF .deps/wocky-pubsub-service.Tpo -c wocky-pubsub-service.c -o woc= ky-pubsub-service.o >/dev/null 2>&1 > mv -f .deps/wocky-pubsub-service.Tpo .deps/wocky-pubsub-service.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-resource-contact.lo -MD -MP -MF .deps/wocky-resource-c= ontact.Tpo -c -o wocky-resource-contact.lo wocky-resource-contact.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-resource-contact.l= o -MD -MP -MF .deps/wocky-resource-contact.Tpo -c wocky-resource-contact.c = -fPIC -DPIC -o .libs/wocky-resource-contact.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-resource-contact.l= o -MD -MP -MF .deps/wocky-resource-contact.Tpo -c wocky-resource-contact.c = -o wocky-resource-contact.o >/dev/null 2>&1 > mv -f .deps/wocky-resource-contact.Tpo .deps/wocky-resource-contact.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-roster.lo -MD -MP -MF .deps/wocky-roster.Tpo -c -o woc= ky-roster.lo wocky-roster.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-roster.lo -MD -MP = -MF .deps/wocky-roster.Tpo -c wocky-roster.c -fPIC -DPIC -o .libs/wocky-ro= ster.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-roster.lo -MD -MP = -MF .deps/wocky-roster.Tpo -c wocky-roster.c -o wocky-roster.o >/dev/null 2= >&1 > mv -f .deps/wocky-roster.Tpo .deps/wocky-roster.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-sasl-auth.lo -MD -MP -MF .deps/wocky-sasl-auth.Tpo -c = -o wocky-sasl-auth.lo wocky-sasl-auth.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-auth.lo -MD -= MP -MF .deps/wocky-sasl-auth.Tpo -c wocky-sasl-auth.c -fPIC -DPIC -o .libs= /wocky-sasl-auth.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-auth.lo -MD -= MP -MF .deps/wocky-sasl-auth.Tpo -c wocky-sasl-auth.c -o wocky-sasl-auth.o = >/dev/null 2>&1 > mv -f .deps/wocky-sasl-auth.Tpo .deps/wocky-sasl-auth.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-sasl-digest-md5.lo -MD -MP -MF .deps/wocky-sasl-digest= -md5.Tpo -c -o wocky-sasl-digest-md5.lo wocky-sasl-digest-md5.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-digest-md5.lo= -MD -MP -MF .deps/wocky-sasl-digest-md5.Tpo -c wocky-sasl-digest-md5.c -f= PIC -DPIC -o .libs/wocky-sasl-digest-md5.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-digest-md5.lo= -MD -MP -MF .deps/wocky-sasl-digest-md5.Tpo -c wocky-sasl-digest-md5.c -o = wocky-sasl-digest-md5.o >/dev/null 2>&1 > mv -f .deps/wocky-sasl-digest-md5.Tpo .deps/wocky-sasl-digest-md5.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-sasl-scram.lo -MD -MP -MF .deps/wocky-sasl-scram.Tpo -= c -o wocky-sasl-scram.lo wocky-sasl-scram.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-scram.lo -MD = -MP -MF .deps/wocky-sasl-scram.Tpo -c wocky-sasl-scram.c -fPIC -DPIC -o .l= ibs/wocky-sasl-scram.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-scram.lo -MD = -MP -MF .deps/wocky-sasl-scram.Tpo -c wocky-sasl-scram.c -o wocky-sasl-scra= m.o >/dev/null 2>&1 > mv -f .deps/wocky-sasl-scram.Tpo .deps/wocky-sasl-scram.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-sasl-utils.lo -MD -MP -MF .deps/wocky-sasl-utils.Tpo -= c -o wocky-sasl-utils.lo wocky-sasl-utils.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-utils.lo -MD = -MP -MF .deps/wocky-sasl-utils.Tpo -c wocky-sasl-utils.c -fPIC -DPIC -o .l= ibs/wocky-sasl-utils.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-utils.lo -MD = -MP -MF .deps/wocky-sasl-utils.Tpo -c wocky-sasl-utils.c -o wocky-sasl-util= s.o >/dev/null 2>&1 > mv -f .deps/wocky-sasl-utils.Tpo .deps/wocky-sasl-utils.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-sasl-plain.lo -MD -MP -MF .deps/wocky-sasl-plain.Tpo -= c -o wocky-sasl-plain.lo wocky-sasl-plain.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-plain.lo -MD = -MP -MF .deps/wocky-sasl-plain.Tpo -c wocky-sasl-plain.c -fPIC -DPIC -o .l= ibs/wocky-sasl-plain.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-sasl-plain.lo -MD = -MP -MF .deps/wocky-sasl-plain.Tpo -c wocky-sasl-plain.c -o wocky-sasl-plai= n.o >/dev/null 2>&1 > mv -f .deps/wocky-sasl-plain.Tpo .deps/wocky-sasl-plain.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-session.lo -MD -MP -MF .deps/wocky-session.Tpo -c -o w= ocky-session.lo wocky-session.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-session.lo -MD -MP= -MF .deps/wocky-session.Tpo -c wocky-session.c -fPIC -DPIC -o .libs/wocky= -session.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-session.lo -MD -MP= -MF .deps/wocky-session.Tpo -c wocky-session.c -o wocky-session.o >/dev/nu= ll 2>&1 > mv -f .deps/wocky-session.Tpo .deps/wocky-session.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-stanza.lo -MD -MP -MF .deps/wocky-stanza.Tpo -c -o woc= ky-stanza.lo wocky-stanza.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-stanza.lo -MD -MP = -MF .deps/wocky-stanza.Tpo -c wocky-stanza.c -fPIC -DPIC -o .libs/wocky-st= anza.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-stanza.lo -MD -MP = -MF .deps/wocky-stanza.Tpo -c wocky-stanza.c -o wocky-stanza.o >/dev/null 2= >&1 > mv -f .deps/wocky-stanza.Tpo .deps/wocky-stanza.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-utils.lo -MD -MP -MF .deps/wocky-utils.Tpo -c -o wocky= -utils.lo wocky-utils.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-utils.lo -MD -MP -= MF .deps/wocky-utils.Tpo -c wocky-utils.c -fPIC -DPIC -o .libs/wocky-utils= .o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-utils.lo -MD -MP -= MF .deps/wocky-utils.Tpo -c wocky-utils.c -o wocky-utils.o >/dev/null 2>&1 > mv -f .deps/wocky-utils.Tpo .deps/wocky-utils.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-tls-handler.lo -MD -MP -MF .deps/wocky-tls-handler.Tpo= -c -o wocky-tls-handler.lo wocky-tls-handler.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-tls-handler.lo -MD= -MP -MF .deps/wocky-tls-handler.Tpo -c wocky-tls-handler.c -fPIC -DPIC -o= .libs/wocky-tls-handler.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-tls-handler.lo -MD= -MP -MF .deps/wocky-tls-handler.Tpo -c wocky-tls-handler.c -o wocky-tls-ha= ndler.o >/dev/null 2>&1 > mv -f .deps/wocky-tls-handler.Tpo .deps/wocky-tls-handler.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-tls-connector.lo -MD -MP -MF .deps/wocky-tls-connector= .Tpo -c -o wocky-tls-connector.lo wocky-tls-connector.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-tls-connector.lo -= MD -MP -MF .deps/wocky-tls-connector.Tpo -c wocky-tls-connector.c -fPIC -D= PIC -o .libs/wocky-tls-connector.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-tls-connector.lo -= MD -MP -MF .deps/wocky-tls-connector.Tpo -c wocky-tls-connector.c -o wocky-= tls-connector.o >/dev/null 2>&1 > mv -f .deps/wocky-tls-connector.Tpo .deps/wocky-tls-connector.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-xmpp-connection.lo -MD -MP -MF .deps/wocky-xmpp-connec= tion.Tpo -c -o wocky-xmpp-connection.lo wocky-xmpp-connection.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-connection.lo= -MD -MP -MF .deps/wocky-xmpp-connection.Tpo -c wocky-xmpp-connection.c -f= PIC -DPIC -o .libs/wocky-xmpp-connection.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-connection.lo= -MD -MP -MF .deps/wocky-xmpp-connection.Tpo -c wocky-xmpp-connection.c -o = wocky-xmpp-connection.o >/dev/null 2>&1 > mv -f .deps/wocky-xmpp-connection.Tpo .deps/wocky-xmpp-connection.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-xmpp-error.lo -MD -MP -MF .deps/wocky-xmpp-error.Tpo -= c -o wocky-xmpp-error.lo wocky-xmpp-error.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-error.lo -MD = -MP -MF .deps/wocky-xmpp-error.Tpo -c wocky-xmpp-error.c -fPIC -DPIC -o .l= ibs/wocky-xmpp-error.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-error.lo -MD = -MP -MF .deps/wocky-xmpp-error.Tpo -c wocky-xmpp-error.c -o wocky-xmpp-erro= r.o >/dev/null 2>&1 > mv -f .deps/wocky-xmpp-error.Tpo .deps/wocky-xmpp-error.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-xmpp-reader.lo -MD -MP -MF .deps/wocky-xmpp-reader.Tpo= -c -o wocky-xmpp-reader.lo wocky-xmpp-reader.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-reader.lo -MD= -MP -MF .deps/wocky-xmpp-reader.Tpo -c wocky-xmpp-reader.c -fPIC -DPIC -o= .libs/wocky-xmpp-reader.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-reader.lo -MD= -MP -MF .deps/wocky-xmpp-reader.Tpo -c wocky-xmpp-reader.c -o wocky-xmpp-r= eader.o >/dev/null 2>&1 > mv -f .deps/wocky-xmpp-reader.Tpo .deps/wocky-xmpp-reader.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-xmpp-writer.lo -MD -MP -MF .deps/wocky-xmpp-writer.Tpo= -c -o wocky-xmpp-writer.lo wocky-xmpp-writer.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-writer.lo -MD= -MP -MF .deps/wocky-xmpp-writer.Tpo -c wocky-xmpp-writer.c -fPIC -DPIC -o= .libs/wocky-xmpp-writer.o > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-xmpp-writer.lo -MD= -MP -MF .deps/wocky-xmpp-writer.Tpo -c wocky-xmpp-writer.c -o wocky-xmpp-w= riter.o >/dev/null 2>&1 > mv -f .deps/wocky-xmpp-writer.Tpo .deps/wocky-xmpp-writer.Plo > /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -std=3Dgnu99 -DHAVE_= CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow -= Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wp= ointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers = -Wno-unused-parameter -Werror -Wno-error=3Dmissing-field-initializers -Wno-= error=3Dunused-parameter -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/inc= lude -I/usr/local/include -DG_LOG_DOMAIN=3D\"wocky\" -O2 -pipe -fno-stric= t-aliasing -MT wocky-tls.lo -MD -MP -MF .deps/wocky-tls.Tpo -c -o wocky-tls= .lo wocky-tls.c > libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra= -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-proto= types -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Wi= nit-self -Wno-missing-field-initializers -Wno-unused-parameter -Werror -Wno= -error=3Dmissing-field-initializers -Wno-error=3Dunused-parameter -D_REENTR= ANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/local/include -DG_LOG_DOM= AIN=3D\"wocky\" -O2 -pipe -fno-strict-aliasing -MT wocky-tls.lo -MD -MP -MF= .deps/wocky-tls.Tpo -c wocky-tls.c -fPIC -DPIC -o .libs/wocky-tls.o > cc1: warnings being treated as errors > In file included from wocky-tls.c:78: > /usr/local/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is depreca= ted > /usr/local/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is depreca= ted > /usr/local/include/gcrypt.h:1344: warning: 'gcry_ac_data_read_cb_t' is de= precated > /usr/local/include/gcrypt.h:1358: warning: 'gcry_ac_data_write_cb_t' is d= eprecated > /usr/local/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated > /usr/local/include/gcrypt.h:1401: warning: 'gcry_md_algo_t' is deprecated > /usr/local/include/gcrypt.h:1407: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1411: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1415: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1416: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1421: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1425: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1433: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1440: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1448: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1456: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1463: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1470: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1470: warning: 'gcry_ac_io_mode_t' is depreca= ted > /usr/local/include/gcrypt.h:1471: warning: 'gcry_ac_io_type_t' is depreca= ted > /usr/local/include/gcrypt.h:1477: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1477: warning: 'gcry_ac_io_mode_t' is depreca= ted > /usr/local/include/gcrypt.h:1478: warning: 'gcry_ac_io_type_t' is depreca= ted > /usr/local/include/gcrypt.h:1482: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1483: warning: 'gcry_ac_id_t' is deprecated > /usr/local/include/gcrypt.h:1487: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1491: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1491: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1492: warning: 'gcry_ac_key_type_t' is deprec= ated > /usr/local/include/gcrypt.h:1492: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1500: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1502: warning: 'gcry_ac_key_pair_t' is deprec= ated > /usr/local/include/gcrypt.h:1507: warning: 'gcry_ac_key_pair_t' is deprec= ated > /usr/local/include/gcrypt.h:1508: warning: 'gcry_ac_key_type_t' is deprec= ated > /usr/local/include/gcrypt.h:1512: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1516: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1516: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1520: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1521: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1526: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1526: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1531: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1535: warning: 'gcry_ac_key_pair_t' is deprec= ated > /usr/local/include/gcrypt.h:1541: warning: 'gcry_ac_em_t' is deprecated > /usr/local/include/gcrypt.h:1543: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1544: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1550: warning: 'gcry_ac_em_t' is deprecated > /usr/local/include/gcrypt.h:1552: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1553: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1559: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1561: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1563: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1569: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1571: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1573: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1578: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1579: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1581: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1587: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1588: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1590: warning: 'gcry_ac_data_t' is deprecated > /usr/local/include/gcrypt.h:1598: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1599: warning: 'gcry_ac_scheme_t' is deprecat= ed > /usr/local/include/gcrypt.h:1601: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1602: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1603: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1611: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1612: warning: 'gcry_ac_scheme_t' is deprecat= ed > /usr/local/include/gcrypt.h:1614: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1615: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1616: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1624: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1625: warning: 'gcry_ac_scheme_t' is deprecat= ed > /usr/local/include/gcrypt.h:1627: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1628: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1629: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1638: warning: 'gcry_ac_handle_t' is deprecat= ed > /usr/local/include/gcrypt.h:1639: warning: 'gcry_ac_scheme_t' is deprecat= ed > /usr/local/include/gcrypt.h:1641: warning: 'gcry_ac_key_t' is deprecated > /usr/local/include/gcrypt.h:1642: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1643: warning: 'gcry_ac_io_t' is deprecated > /usr/local/include/gcrypt.h:1649: warning: 'gcry_ac_id_t' is deprecated > /usr/local/include/gcrypt.h:1656: warning: 'gcry_ac_id_t' is deprecated > gmake[8]: *** [wocky-tls.lo] Error 1 > gmake[8]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext/wocky/wocky' > gmake[7]: *** [all] Error 2 > gmake[7]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext/wocky/wocky' > gmake[6]: *** [all-recursive] Error 1 > gmake[6]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext/wocky' > gmake[5]: *** [all] Error 2 > gmake[5]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext/wocky' > gmake[4]: *** [all-local] Error 2 > gmake[4]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib/ext' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4/lib' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/work/a/ports/net-im/telepathy-gabble/work/t= elepathy-gabble-0.10.4' > gmake: *** [all] Error 2 > *** Error code 1 >=20 > Stop in /a/ports/net-im/telepathy-gabble. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/net-im/telepathy-gabble ended at Tue Jul 5 15:59:01 = UTC 2011 --=20 --=20 Pav Lucistnik > Why do we need a film of "Lord of the Rings" when we have the book? Because watching a cg enhanced Legolas fire a flaming arrow into the heart of a warg is cool? - asdf@asdf.com in rec.games.roguelike.angband --=-gLi10rzXnT8BKE6vDeTD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk4U4u8ACgkQntdYP8FOsoICmACdHcdpAGfJb8XKnLmqFtjPHi8N 7P4AoJ9F/ZY1W36jaHPO3iVZsE7p3OhQ =70x4 -----END PGP SIGNATURE----- --=-gLi10rzXnT8BKE6vDeTD-- From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 7 19:59:11 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62BB7106566B; Thu, 7 Jul 2011 19:59:11 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFFF8FC08; Thu, 7 Jul 2011 19:59:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p67JxBcT017396; Thu, 7 Jul 2011 19:59:11 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67JxBA4017392; Thu, 7 Jul 2011 19:59:11 GMT (envelope-from arved) Date: Thu, 7 Jul 2011 19:59:11 GMT Message-Id: <201107071959.p67JxBA4017392@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/158708: gdm doesn't 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, 07 Jul 2011 19:59:11 -0000 Synopsis: gdm doesn't build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Thu Jul 7 19:58:46 UTC 2011 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=158708 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 05:37:01 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D4C106566B; Fri, 8 Jul 2011 05:37:01 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id D13C18FC14; Fri, 8 Jul 2011 05:37:00 +0000 (UTC) Received: from pd6ml3no-ssvc.prod.shaw.ca ([10.0.153.149]) by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 07 Jul 2011 23:21:59 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=cUTwMia+6fMZF7bjUHU44PO5dfBASsAn9IQPzcMrg/g= c=1 sm=1 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=xA7i7079zcQA:10 a=kj9zAlcOel0A:10 a=+J+gTUrb/Bhkr9chPx4Sww==:17 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=zQP7CpKOAAAA:8 a=pGLkceISAAAA:8 a=fU6FG0zJlKye4gw-sy0A:9 a=4NG4fWlFGjRkfAkUXb8A:7 a=CjuIK1q_8ugA:10 a=3bEXnvYBK34A:10 a=AqrsU11dU8gA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([24.68.75.245]) by pd6ml3no-dmz.prod.shaw.ca with ESMTP; 07 Jul 2011 23:21:59 -0600 Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 5DD4A46B72; Thu, 7 Jul 2011 22:21:59 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.4/8.14.4) with ESMTP id p685Lxv8088253; Thu, 7 Jul 2011 22:21:59 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201107080521.p685Lxv8088253@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Jeremy Messenger , gnome@freebsd.org, Joe Marcus Clarke In-Reply-To: Message from "J. W. Ballantine" of "Tue, 05 Jul 2011 07:03:04 EDT." <201107051103.p65B34NK015335@hera.homer.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Jul 2011 22:21:58 -0700 Sender: Cy.Schubert@komquats.com Cc: Subject: Re: Authentication Failed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 05:37:01 -0000 To hijack this thread... I have a reverse problem. When I enter an invalid password "Authentication failed" displays for a couple of milliseconds, then I'm prompted for a username again. Ideas? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org In message <201107051103.p65B34NK015335@hera.homer.att.com>, "J. W. Ballantine" writes: > > Just for the record, I have proc mounted and I still got pop-up window > with Authentication Failed, and the life perserver in it, so that wasn't > the problem. > > Jim > > ---------- In Response to your message ------------- > > > Date: Tue, 21 Jun 2011 08:06:47 -0400 > > To: Joe Marcus Clarke > > From: "J. W. Ballantine" > > Subject: Re: Authentication Failed > > Sender: owner-freebsd-gnome@freebsd.org > > > > > > Thanks, that was the issue. > > Somewhere in a rebuild/reload that got lost. Thought I had that covered in > t > he > > cpio, guess I missed it. > > > > Jim > > > > ---------- In Response to your message ------------- > > > > > Date: Tue, 21 Jun 2011 03:22:14 -0400 > > > To: Jeremy Messenger > > > From: Joe Marcus Clarke > > > Subject: Re: Authentication Failed > > > Sender: owner-freebsd-gnome@freebsd.org > > > > > > On 6/20/11 10:47 AM, Jeremy Messenger wrote: > > > > On Mon, Jun 20, 2011 at 8:47 AM, J. W. Ballantine > > > wrote: > > > >> > > > >> Yes, they are in /etc/rc.conf: > > > >> > > > >> dbus_enable="YES" > > > >> avahi_daemon_enable="YES" > > > >> avahi_dnsconfd_enable="YES" > > > >> hald_enable="YES" > > > >> > > > >> and ps shows: > > > >> > > > >> $ ps -A | egrep hald\|avahi\|dbus > > > >> 1166 ?? Is 0:00.03 /usr/local/bin/dbus-daemon --system > > > >> 1320 ?? I 0:00.08 avahi-daemon: running [overland.local] (av > ah > i-d > > aemon) > > > >> 1326 ?? I 0:00.00 /usr/local/sbin/avahi-dnsconfd -D > > > >> 1467 ?? Is 0:32.89 /usr/local/sbin/hald > > > >> 1474 ?? I 0:00.08 hald-runner > > > >> 1510 ?? I 0:00.02 hald-addon-mouse-sysmouse: /dev/psm0 > > > >> (hald-addon-mouse-sy) > > > >> 1514 ?? S 0:02.94 hald-addon-storage: no polling on /dev/fd0 > b > eca > > use > > > >> it is explicitly disabled (hald-addon-storage) > > > >> 1526 ?? I 0:00.02 hald-addon-mouse-sysmouse: /dev/ums0 > > > >> (hald-addon-mouse-sy) > > > >> 1532 ?? S 0:17.03 hald-addon-storage: /dev/da0 (hald-addon-s > to > rag > > e) > > > >> 1561 ?? S 0:26.92 hald-addon-storage: /dev/acd0 (hald-addon- > st > ora > > ge) > > > > > > > > Sorry, I don't know what's wrong with your GNOME. I can't help you an > y > > > > further. It works perfect here by default. > > > > > > Of course, procfs needs to be mounted. That's the most common cause of > > > authentication failures. > > > > > > Joe > > > > > > > > > > > Cheers, > > > > Mezz > > > > > > > > > > > >> Jim > > > >> > > > >> ---------- In Response to your message ------------- > > > >> > > > >>> Date: Fri, 17 Jun 2011 15:21:33 -0500 > > > >>> To: "J. W. Ballantine" > > > >>> From: Jeremy Messenger > > > >>> Subject: Re: Authentication Failed > > > >>> > > > >>> On Fri, Jun 17, 2011 at 1:05 PM, J. W. Ballantine > > > >>> wrote: > > > >>> > > > > >>> > Hi, > > > >>> > > > > >>> > I made the change to .xinitrc per you request, restarted the gno > me > > > >>> > desktop, and the error box is still poping up and there is no > > > >>> > error file. > > > >>> > > > >>> Do you have hald, dbus and avahi-* running? If you don't, you will > > > >>> need to add those in the /etc/rc.conf or start those by manual. > > > >>> > > > >>> http://www.freebsd.org/gnome/docs/faq2.html#full-gnome > > > >>> > > > >>> Cheers, > > > >>> Mezz > > > >>> > > > >>> > > > >>> > Jim > > > >>> > > > > >>> > ---------- In Response to your message ------------- > > > >>> > > > > >>> >> Date: Tue, 14 Jun 2011 09:55:20 -0500 > > > >>> >> To: "J. W. Ballantine" > > > >>> >> From: Jeremy Messenger > > > >>> >> Subject: Re: Authentication Failed > > > >>> >> Sender: owner-freebsd-gnome@freebsd.org > > > >>> >> > > > >>> >> On Tue, Jun 14, 2011 at 9:46 AM, J. W. Ballantine > > > >>> >> wrote: > > > >>> >> > > > > >>> >> > Mezz, > > > >>> >> > > > > >>> >> > I start with startx and exec ck-launch-session gnome-session > > > >>> >> > in .xinitrc. > > > >>> >> > > > >>> >> Try to start GNOME by: > > > >>> >> > > > >>> >> exec ck-launch-session dbus-launch --exit-with-session gnome-s > es > sio > > n > > > >>> >> > > > >>> >> GNOME works a lot better if you use GDM by add gnome_enable="Y > ES > " i > > n > > > >>> >> the /etc/rc.conf. > > > >>> >> > > > >>> >> Cheers, > > > >>> >> Mezz > > > >>> >> > > > >>> >> > > > >>> >> > There is no ~/.xsession-errors file. > > > >>> >> > > > > >>> >> > Jim > > > >>> >> > > > > >>> >> > ---------- In Response to your message ------------- > > > >>> >> > > > > >>> >> >> Date: Mon, 13 Jun 2011 22:21:21 -0500 > > > >>> >> >> To: "J. W. Ballantine" > > > >>> >> >> From: Jeremy Messenger > > > >>> >> >> Subject: Re: Authentication Failed > > > >>> >> >> Sender: owner-freebsd-gnome@freebsd.org > > > >>> >> >> > > > >>> >> >> On Mon, Jun 13, 2011 at 12:59 PM, J. W. Ballantine > > > >>> >> >> wrote: > > > >>> >> >> > > > > >>> >> >> > > > > >>> >> >> > Hi, > > > >>> >> >> > > > > >>> >> >> > I running gnome on an FreeBSD 8.2-STABLE box and I get a > b > lac > > k windo > > > >> w > > > >>> >> >> > with a life preserver and an Authentication Failed messa > ge > . > > It > > > >>> >> >> > has a button for more details, which only says I don't h > av > e p > > roper > > > >>> >> >> > authentication. Then is no indication on what process i > s > cau > > sing > > > >>> >> >> > the window to pop-up. > > > >>> >> >> > > > > >>> >> >> > Is anyone aware of what process is causing this window a > nd > wh > > y? > > > >>> >> >> > > > >>> >> >> How did you start GNOME? Check in the ~/.xsession-errors t > o > see > > if you > > > >>> >> >> get any error outputs. > > > >>> >> >> > > > >>> >> >> Cheers, > > > >>> >> >> Mezz > > > >>> >> >> > > > >>> >> >> > > > >>> >> >> > Thanks > > > >>> >> >> > > > > >>> >> >> > Jim Ballantine > > > >>> >> > > > >>> >> > > > >>> >> -- > > > >>> >> mezz.freebsd@gmail.com - mezz@FreeBSD.org > > > >>> >> FreeBSD GNOME Team > > > >>> >> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > > >>> >> _______________________________________________ > > > >>> >> freebsd-gnome@freebsd.org mailing list > > > >>> >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > > >>> >> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@fr > ee > bsd > > .org" > > > >>> >> > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > >>> > > > >>> > > > >>> -- > > > >>> mezz.freebsd@gmail.com - mezz@FreeBSD.org > > > >>> FreeBSD GNOME Team > > > >>> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > > > > > > > > > > > > > > > > -- > > > Joe Marcus Clarke > > > FreeBSD GNOME Team :: gnome@FreeBSD.org > > > FreeNode / #freebsd-gnome > > > http://www.FreeBSD.org/gnome > > > _______________________________________________ > > > freebsd-gnome@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org > " > > > > > > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 08:40:12 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B93C1065672; Fri, 8 Jul 2011 08:40:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23C0B8FC0A; Fri, 8 Jul 2011 08:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p688eCMV057962; Fri, 8 Jul 2011 08:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p688eBwR057953; Fri, 8 Jul 2011 08:40:12 GMT (envelope-from edwin) Date: Fri, 8 Jul 2011 08:40:12 GMT Message-Id: <201107080840.p688eBwR057953@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/158722: [patch] devel/gobject-introspection does not build if CC is not cc 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: Fri, 08 Jul 2011 08:40:12 -0000 Synopsis: [patch] devel/gobject-introspection does not build if CC is not cc Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 08:40:11 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158722 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 19:13:45 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B4E1065672; Fri, 8 Jul 2011 19:13:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1B098FC20; Fri, 8 Jul 2011 19:13:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p68JDiYQ066112; Fri, 8 Jul 2011 19:13:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68JDias066108; Fri, 8 Jul 2011 19:13:44 GMT (envelope-from linimon) Date: Fri, 8 Jul 2011 19:13:44 GMT Message-Id: <201107081913.p68JDias066108@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/158720: net-im/loudmouth prints lots of debug information 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: Fri, 08 Jul 2011 19:13:45 -0000 Old Synopsis: loudmouth prints lots of debug information New Synopsis: net-im/loudmouth prints lots of debug information Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 19:12:57 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=158720 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 23:06:50 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A8A8106564A for ; Fri, 8 Jul 2011 23:06:50 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id D6FCA8FC13 for ; Fri, 8 Jul 2011 23:06:49 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p68N6mhe055774 for ; Fri, 8 Jul 2011 16:06:49 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E178D87.5000005@rawbw.com> Date: Fri, 08 Jul 2011 16:06:47 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: graphics/gimp-app doesn't build because gegl is marked as broken 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: Fri, 08 Jul 2011 23:06:50 -0000 Not sure how to get around this without using binary packages. Yuri