From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 5 15:29:50 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD3216A420; Sun, 5 Feb 2006 15:29:50 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr7.hinet.net (msr7.hinet.net [168.95.4.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934AD43D46; Sun, 5 Feb 2006 15:29:49 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr7.hinet.net (8.9.3/8.9.3) with ESMTP id XAA03133; Sun, 5 Feb 2006 23:29:45 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id AA0D7B29CCA; Sun, 5 Feb 2006 23:29:44 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16600-03; Sun, 5 Feb 2006 23:29:40 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 0DC5CB29CC8; Sun, 5 Feb 2006 23:29:40 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Yen-Ming Lee X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060205152940.0DC5CB29CC8@utopia.leeym.com> Date: Sun, 5 Feb 2006 23:29:40 +0800 (CST) X-Virus-Scanned: by amavisd-new at leeym.com Cc: gnome@freebsd.org Subject: [PATCH] devel/dbus: minor fixes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 15:29:50 -0000 >Submitter-Id: current-users >Originator: Yen-Ming Lee >Organization: FreeBSD Taiwan >Confidential: no >Synopsis: [PATCH] devel/dbus: minor fixes >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-PRERELEASE i386 >Environment: System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb 3 08:02:39 CST >Description: - fix plist (without --localstatedir=/var, it will create /usr/local/var/run) - minor fixes to make portlint happier Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- dbus-0.60_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/dbus/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 30 Jan 2006 23:19:52 -0000 1.41 +++ Makefile 5 Feb 2006 15:28:40 -0000 @@ -22,13 +22,13 @@ USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_RC_SUBR= yes -USE_REINPLACE= yes CONFIGURE_ARGS?=--disable-gtk \ --disable-python \ --disable-gcj \ --disable-qt \ --disable-mono \ --disable-mono-docs \ + --localstatedir=/var \ --with-system-pid-file=/var/run/dbus.pid \ --with-system-socket=/var/run/dbus \ --with-session-socket-dir=/var/tmp \ @@ -77,7 +77,7 @@ .if defined(PKGNAMEPREFIX) .if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000 # Ignore for py-dbus -IGNORE= Does not build on 4.X +IGNORE= does not build on 4.X .endif .endif --- dbus-0.60_1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 5 15:32:14 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A11CE16A420; Sun, 5 Feb 2006 15:32:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F9643D45; Sun, 5 Feb 2006 15:32:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k15FWEWi008983; Sun, 5 Feb 2006 15:32:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k15FWEA9008979; Sun, 5 Feb 2006 15:32:14 GMT (envelope-from edwin) Date: Sun, 5 Feb 2006 15:32:14 GMT From: Edwin Groothuis Message-Id: <200602051532.k15FWEA9008979@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92844: [PATCH] devel/dbus: minor fixes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 15:32:14 -0000 Synopsis: [PATCH] devel/dbus: minor fixes Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 5 15:32:13 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92844 From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 5 19:03:33 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F8816A420 for ; Sun, 5 Feb 2006 19:03:33 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CD143D7F for ; Sun, 5 Feb 2006 19:03:24 +0000 (GMT) (envelope-from rperry@gti.net) Received: from [208.216.115.101] (ts6m-pool0-101.gti.net [208.216.115.101]) by apollo.gti.net (mail) with ESMTP id A58E035D85; Sun, 5 Feb 2006 13:58:51 -0500 (EST) Message-ID: <43E64C06.3080004@gti.net> Date: Sun, 05 Feb 2006 14:03:34 -0500 From: Bob Perry User-Agent: Thunderbird 1.5 (X11/20060204) MIME-Version: 1.0 To: Joe Marcus Clarke References: <200601312310.27000.rperry@gti.net> <1138769900.816.4.camel@shumai.marcuscom.com> <200602010044.47385.rperry@gti.net> <1138773346.816.14.camel@shumai.marcuscom.com> <43E17766.4040005@gti.net> <1138901117.8738.2.camel@shumai.marcuscom.com> In-Reply-To: <1138901117.8738.2.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: How to Reinstate gamin-0.1.5_2 Dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 19:03:33 -0000 Joe Marcus Clarke wrote: > On Wed, 2006-02-01 at 22:07 -0500, Bob Perry wrote: >> Joe Marcus Clarke wrote: >>> On Wed, 2006-02-01 at 00:44 -0500, Bob Perry wrote: >>>> On Tue January 31 2006 11:58 pm, you wrote: >>>>> On Tue, 2006-01-31 at 23:10 -0500, Bob Perry wrote: >>>>>> I'm running FreeBSD 5.4 and recently cvsup'd my system and followed that >>>>>> with portupgrade. I subsequently ran pkgdb -Fu and was asked if >>>>>> gamin-0.1.5_2 was a stale dependency for gnomevfs2-2.12.2_1 and >>>>>> inadvertently responded yes. I attempted to reinstall gamin-0.1.5_2 and >>>>>> received a message stating that it was in conflict with fam-2.6.9_6 which >>>>>> I found was required by >>>>>> firefox-1.5_5,1. The message also indicated that I should delete >>>>>> fam-2.6.9_6 and then I could complete installation of gamin-0.1.5_2 so I >>>>>> did. I ran pkgdb -Fu again and replaced fam-2.6.9_6 with gamin-0.1.5_2 >>>>>> as a dependency of firefox. I expected to see a similar prompt >>>>>> requesting me to make gamin-0.1.5_2 a dependency of gnomevfs2-2.12.2_1 >>>>>> but did not. >>>>>> >>>>>> Both, gamin-0.1.5_2 and fam-2.6.9_6 seem to fulfill the same function of >>>>>> monitoring file alterations (?). I don't fully understand the purpose but >>>>>> my question is how do I return gamin-0.1.5_2 as a dependent of >>>>>> gnomevfs2-2.12.2_1 and was I correct in making it a dependent of firefox? >>>>> You can only have one installed. The following command will replace fam >>>>> with gamin: >>>>> >>>>> portupgrade -o devel/gamin -f fam >>>> I already removed fam when I installed gamin so this command doesn't recognize >>>> fam. However, it seems as though I need to do more than simply change >>>> dependency via pkgdb -Fu. For instance, gamin is now a dependency of firefox >>>> because I change it with the pkgdb -Fu command. If I understand your >>>> command, I really need to run portupgrade on firefox to make the change >>>> whole. Correct? >>> No, just run pkgdb -Ff, and select gamin if it asks about fam. >>> >>> Joe >>> >> Thanks Joe, >> I ran pkgdb -Ff and there was no output or prompts. However, when I ran >> the pkg_info -rR gnomevfs2-2.12.2_1 command, gamin did not appear. As >> far as I knew it was still a dependency of gnomevfs2. Did I miss a step? > > You must still have fam installed. gnomevfs2 will register a dependency > to either fam or gamin. > My system must be out of sync. I could not find fam. I cvsup'd my system again and found a new a warning/recommendation in /usr/ports/UPDATING stating that users of textproc/expat2 should force upgrade of any ports depending on it (e.g., portupgrade -rf textproc/expat2). I ran pkg_info -r bugbuddy-2.12.1 (one of the ports in need of upgrading) prior to the forced upgrade, and found fam-2.6.9_6 on the list of dependencies. I ran the same command after the forced upgrade and fam was replaced by gamin-0.1.5._2. I can only assume that once the forced upgrade is complete that gamin will have replaced fam in every case since both cannot exist at the same time. I also assume that this is not a major issue but just wanted to bring, what I hope is, closure to my original question. Thnx, Bob Perry From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 5 20:42:34 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3649E16A420; Sun, 5 Feb 2006 20:42:34 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2D243D55; Sun, 5 Feb 2006 20:42:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k15KgXvP030192; Sun, 5 Feb 2006 20:42:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k15KgXoB030188; Sun, 5 Feb 2006 20:42:33 GMT (envelope-from edwin) Date: Sun, 5 Feb 2006 20:42:33 GMT From: Edwin Groothuis Message-Id: <200602052042.k15KgXoB030188@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92851: Update ports:prints/freetype2:x11-fonts/fontconfig new patchsite X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 20:42:34 -0000 Synopsis: Update ports:prints/freetype2:x11-fonts/fontconfig new patchsite Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 5 20:42:33 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92851 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 00:27:30 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A39E016A420 for ; Mon, 6 Feb 2006 00:27:30 +0000 (GMT) (envelope-from khairil.yusof@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A1343D46 for ; Mon, 6 Feb 2006 00:27:30 +0000 (GMT) (envelope-from khairil.yusof@gmail.com) Received: by pproxy.gmail.com with SMTP id x31so38995pye for ; Sun, 05 Feb 2006 16:27:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=W5BXi0DXLZKeSfYsubq59X7OuNvWciywBIZfZ9dZ53tTMo7Jw/DIkZIemGpF5jcECIGh6Un/s7jv9c+bkp4bkswQedqchikJ1fN/CYt8TyFNc178wtOE6NMnQWqZCAEIFiKnrOcwRDBtijb3x62m0pTJfBcd7lROG2zfG2BXDdQ= Received: by 10.35.91.10 with SMTP id t10mr1010894pyl; Sun, 05 Feb 2006 16:27:29 -0800 (PST) Received: from ?192.168.1.49? ( [219.94.62.90]) by mx.gmail.com with ESMTP id q36sm761450pyg.2006.02.05.16.27.26; Sun, 05 Feb 2006 16:27:28 -0800 (PST) From: Khairil Yusof To: gnome@FreeBSD.org Content-Type: text/plain Date: Mon, 06 Feb 2006 08:27:22 +0800 Message-Id: <1139185642.25725.167.camel@wolverine> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: problems rhythmbox 0.9.3.1 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, 06 Feb 2006 00:27:30 -0000 Anybody using the latest rhythmbox? Running rhythmbox -d on my gnome 2.12 system results in rhythmbox constantly reloading metadata and adding to the queue for each additional song played. So after say 25 songs played, CPU/disk is pegged and continues until it crashes. This behaviour wasn't in rb 0.9.2 and just wanted to check before filing a bug report to rb. FreeBSD 6-Stable gnome2-2.12.2_1 gamin music library is on an nfs mount Below it's only just started checking and updating 5 songs recntly played: [0x8151100] [rhythmdb_check_changed_file] rhythmdb.c:4083 (08:20:16): waiting to add newly located file file:///mnt/music/Rock/U2/Pop/05% 20Staring%20At%20The%20 Sun.m4a [0x8151100] [rhythmdb_check_changed_file] rhythmdb.c:4079 (08:20:16): adding new ly located file file:///mnt/music/Rock/U2/The%20Best%20Of% 20U2/10%20One.m4a [0x8151100] [rhythmdb_check_changed_file] rhythmdb.c:4083 (08:20:16): waiting to add newly located file file:///mnt/music/Rock/U2/All%20That% 20You%20Can't%20Lea ve%20Behind/02%20Stuck%20In%20A%20Moment%20You% 20Can't%20Get%20O.m4a [0x8151100] [rhythmdb_check_changed_file] rhythmdb.c:4083 (08:20:16): waiting to add newly located file file:///mnt/music/Rock/U2/Boy/10% 20The%20Electric%20Co.. m4a [0x8151100] [rhythmdb_check_changed_file] rhythmdb.c:4083 (08:20:16): waiting to add newly located file file:///mnt/music/Rock/U2/The%20Best% 20Of%20U2/02%20Stay %20(Faraway%2C%20So%20Close!).m4a [0x8151100] [rb_shell_clipboard_entryview_changed_cb] rb-shell-clipboard.c:585 ( 08:20:16): entryview changed [0x8151100] [rb_shell_clipboard_sync] rb-shell-clipboard.c:387 (08:20:16): synci ng clipboard [0x8151100] [rhythmdb_process_events] rhythmdb.c:1711 (08:20:17): processing RHY THMDB_EVENT_FILE_CREATED_OR_MODIFIED From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 01:02:42 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123E016A420 for ; Mon, 6 Feb 2006 01:02:42 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9657843D46 for ; Mon, 6 Feb 2006 01:02:41 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k1613CxP001651; Sun, 5 Feb 2006 20:03:13 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Khairil Yusof In-Reply-To: <1139185642.25725.167.camel@wolverine> References: <1139185642.25725.167.camel@wolverine> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JEdiJ8wqW+ydXJrsPDXW" Organization: MarcusCom, Inc. Date: Sun, 05 Feb 2006 20:02:40 -0500 Message-Id: <1139187760.730.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: problems rhythmbox 0.9.3.1 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, 06 Feb 2006 01:02:42 -0000 --=-JEdiJ8wqW+ydXJrsPDXW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2006-02-06 at 08:27 +0800, Khairil Yusof wrote: > Anybody using the latest rhythmbox? >=20 > Running rhythmbox -d on my gnome 2.12 system results in rhythmbox > constantly reloading metadata and adding to the queue for each > additional song played. So after say 25 songs played, CPU/disk is pegged > and continues until it crashes. >=20 > This behaviour wasn't in rb 0.9.2 and just wanted to check before filing > a bug report to rb. I don't see this problem on my GNOME 2.12 6-STABLE machine. rhythmbox-0.9.3.1 is running around .1% of CPU and memory usage is stable (minor fluctuations). My library consists of 447 songs in either MP3 or OGG format. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-JEdiJ8wqW+ydXJrsPDXW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD5qAwb2iPiv4Uz4cRAooAAJ4ive5tLFB7suvrtvZ7dVV+gxMmXACfQ5Bd kkGXKLLOUznnWZ+ISbmv+Bc= =rs+8 -----END PGP SIGNATURE----- --=-JEdiJ8wqW+ydXJrsPDXW-- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 04:03:58 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B9116A423; Mon, 6 Feb 2006 04:03:58 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5B243D6A; Mon, 6 Feb 2006 04:03:54 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 91B0E17B92C; Mon, 6 Feb 2006 05:03:53 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vj0tf1vhEx7y; Mon, 6 Feb 2006 05:03:50 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 5E2A017B8C8; Mon, 6 Feb 2006 05:03:50 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 0343B1702F; Mon, 6 Feb 2006 05:03:49 +0100 (CET) From: Dejan Lesjak To: Kris Kennaway Date: Mon, 6 Feb 2006 05:03:46 +0100 User-Agent: KMail/1.9.1 References: <20060202161851.GA29539@xor.obsecurity.org> <200602022103.02801.dejan.lesjak@ijs.si> <20060202201032.GB134@xor.obsecurity.org> In-Reply-To: <20060202201032.GB134@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602060503.48692.dejan.lesjak@ijs.si> Cc: gnome@freebsd.org, freebsd-x11@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: gtk-2.8.11 failed on i386 6] 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, 06 Feb 2006 04:03:59 -0000 On Thursday 02 February 2006 21:10, Kris Kennaway wrote: > On Thu, Feb 02, 2006 at 09:03:00PM +0100, Dejan Lesjak wrote: > > On Thursday 02 February 2006 20:35, Kris Kennaway wrote: > > > On Thu, Feb 02, 2006 at 02:25:21PM -0500, Joe Marcus Clarke wrote: > > > > Dejan Lesjak wrote: > > > > > On Thursday 02 February 2006 18:35, Joe Marcus Clarke wrote: > > > > >> On Thu, 2006-02-02 at 17:43 +0100, Dejan Lesjak wrote: > > > > >>> [fontconfig maintainers cced] > > > > >>> > > > > >>> On Thursday 02 February 2006 17:18, Kris Kennaway wrote: > > > > >>>> This failure is caused by the following files left in the > > > > >>>> directory after xorg-font-encodings has been removed: > > > > >>>> > > > > >>>> -rw-r--r-- 1 root wheel 17 Feb 1 19:53 > > > > >>>> /usr/X11R6/lib/X11/fonts/encodings/fonts.cache-1 -rw-r--r-- 1 > > > > >>>> root wheel 0 Feb 1 19:53 > > > > >>>> /usr/X11R6/lib/X11/fonts/encodings/large/fonts.cache-1 > > > > >>>> > > > > >>>> These are then removed by fontconfig, but nothing cleans up the > > > > >>>> directories. What should be doing that? > > > > >>> > > > > >>> Interesting question. fontencodings don't create fonts.cache-1, > > > > >>> but it will probably be easier and less messy if they remove them > > > > >>> so they can also remove directories. Can it be assumed that > > > > >>> fontconfig is present at the time fontencodings are uninstalled? > > > > >> > > > > >> Not necessarily. fontconfig is only a build dependency of > > > > >> xorg-font-encodings. Therefore, you could remove fontconfig, and > > > > >> keep encodings around. > > > > > > > > > > Oh. The thing is that it's easy to check if > > > > > encodings/large/fonts.cache-1 is empty and remove it in that case. > > > > > On the other hand encodings/fonts.cache-1 contains the line > > > > > pointing to "large" subdir so I was thinking of first removing > > > > > encodings/large/fonts.cache-1 if it is empty, then encodings/large > > > > > directory, then running fc-cache on encodings and remove > > > > > encodings/fonts.cache-1 if it's empty. If fc-config is not present > > > > > some parsing will be necessary... > > > > > Is there a way fc-cache could ignore encodings subdirectory? > > > > > > > > > >> The strange thing is that fontconfig removes all > > > > >> fonts.cache-1 files under /usr/X11R6/lib/X11/fonts upon > > > > >> deinstallation. > > > > > > > > > > Perhaps generating and removing cache files should be made > > > > > responsibility of fonts ports? IIRC quite some of them handle it > > > > > already. That could also avoid running fc-cache with default > > > > > settings thus avoiding fonts.cache-1 files under encodings. > > > > > > > > This is doable. I could remove the cache generation and cleaning > > > > code from fontconfig once all font ports have been updated to run > > > > fc-cache themselves. This would require all font ports to depend on > > > > fontconfig, though. > > > > > > Wouldn't it be less work to just make fontconfig @dirrmtry the > > > directories it removes cache files from? > > > > That would be somewhat like > > @unexec find %%X11BASE%%/lib/X11/fonts/ -type d -empty -delete > > > > > That way you also don't have > > > to worry about fontcache never operating on non-port font directories > > > the user may have created. > > > > It's not that trivial: unless explicitly specifying directory to it, > > fc-cache will run on directories specified in > > ${X11BASE}/etc/fonts/fonts.conf (and any included file). Among others > > this means all subdirectories of > > ${X11BASE}/lib/X11/fonts. If a user would make a directory > > ${X11BASE}/lib/X11/fonts/mumble, fc-cache will happily populate it with > > empty fonts.cache-1 file. Passing responsibility to run fc-cache to fonts > > ports would avoid that (at least as far as ports go; user can still run > > fc-cache without directory argument of course). > > OK, whatever is easiest :) Easiest would be to just skip font cache generation :-) But here's what I tried and is in xorg-fonts-encodings-6.9.0_1: First remove encodings/large/fonts.cache-1 file, then (for cases where someone/something installed actual fonts there) regenerate it if fc-cache is present, then remove it if it is empty. Repeat this for encodings/fonts.cache-1. I've added similar fun to xorg-fonts-*. This should result in not leaving stale/erroneous cache files around while still leaving correct cache files for fonts that were left in those directories (i.e. for fonts that were not installed by these ports) if fontcache is installed. I think this should gracefully handle all cases and it turned out less complicated than I thought. Dejan From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 04:29:01 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6633516A420 for ; Mon, 6 Feb 2006 04:29:01 +0000 (GMT) (envelope-from tcruicksh@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C994243D45 for ; Mon, 6 Feb 2006 04:29:00 +0000 (GMT) (envelope-from tcruicksh@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so722552wxc for ; Sun, 05 Feb 2006 20:29:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:x-mailer:thread-index:x-mimeole:message-id; b=n7CrFXsSHoZzcu1svKRoPIMk7DN7I9LWDzhxmxcm4GaPHygYIp0ZqsY7FB8D8E0O6pmX9egN4HcS3XtU4FAAm91fQ7rXRi9N4y7R/YxWTPjHwlzFODyV4rBvw4uo9HQ8w02X3uUGSfh2wkKEU4C8R6QN0rDbQuoW0RKJ3k5lzt8= Received: by 10.70.18.12 with SMTP id 12mr5334672wxr; Sun, 05 Feb 2006 20:29:00 -0800 (PST) Received: from jero ( [70.29.205.160]) by mx.gmail.com with ESMTP id h9sm8505417wxd.2006.02.05.20.28.59; Sun, 05 Feb 2006 20:29:00 -0800 (PST) From: "Tom Cruickshank" To: Date: Sun, 5 Feb 2006 23:35:58 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcYq1tOHHEYSg/rnR7W8EwemWQzQ+Q== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <43e6d08c.35f0b016.71d3.79e3@mx.gmail.com> Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem installing gnome2 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, 06 Feb 2006 04:29:01 -0000 Hello, I keep getting this error when trying to install gnome2 from ports. =20 I downloaded the latest ports from HYPERLINK "ftp://ftp.freebsd.org/"ftp.freebsd.org =20 Cd /usr/ports/x11/gnome2 Make install =20 Making all in wncklet gmake[3]: Entering directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/applets/wncklet' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/applets/wncklet' gmake[3]: Entering directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/applets' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/applets' gmake[2]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/applets' Making all in help gmake[2]: Entering directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/help' Making all in clock gmake[3]: Entering directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/help/clock' if ! test -d de/; then mkdir de/; fi if test -f "C/clock.xml"; then d=3D"../"; else d=3D".././"; fi; \ (cd de/ && \ `which xml2po` -e -p \ ${d}de/de.po \ ${d}C/clock.xml > clock.xml.tmp && \ cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp) Traceback (most recent call last): File "/usr/X11R6/bin/xml2po", line 34, in ? import libxml2 File "/usr/local/lib/python2.4/site-packages/libxml2.py", line 1, in ? import libxml2mod ImportError: /usr/local/lib/python2.4/site-packages/libxml2mod.so: = Undefined symbol "xmlTextReaderSchemaValidateCtxt" gmake[3]: *** [de/clock.xml] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/help/clock' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2/help' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomepanel/work/gnome-panel-2.12.2' gmake: *** [all] Error 2 *** Error code 2 =20 Stop in /usr/ports/x11/gnomepanel. *** Error code 1 =20 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 =20 Stop in /usr/ports/x11/gnome2. laptop# =20 Can=92t get any further. This is using FreeBSD 6.0 on a Toshiba = satellite 2400 if that info helps at all. =20 Anyone able to offer assistance? =20 Tom =20 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.2/251 - Release Date: 2/4/2006 =20 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 05:58:17 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1E216A420; Mon, 6 Feb 2006 05:58:17 +0000 (GMT) (envelope-from root@distalzou.net) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CE643D45; Mon, 6 Feb 2006 05:58:16 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F5zOC-0009NW-6E; Mon, 06 Feb 2006 14:58:16 +0900 To: FreeBSD-gnats-submit@freebsd.org From: Tod McQuillin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Mon, 06 Feb 2006 14:58:16 +0900 Cc: gnome@FreeBSD.org Subject: [PATCH] math/gnumeric: [Fix build on 4.x] 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, 06 Feb 2006 05:58:17 -0000 >Submitter-Id: current-users >Originator: Tod McQuillin >Organization: >Confidential: no >Synopsis: [PATCH] math/gnumeric: [Fix build on 4.x] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Dec 15 19:04:55 JST 2005 >Description: This fixes a couple of C99isms to allow gnumeric to build successfully on FreeBSD 4.x / gcc 2.95 Added file(s): - files/patch-plugins_fn-financial_functions.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnumeric-1.6.2.patch begins here --- Index: files/patch-plugins_fn-financial_functions.c =================================================================== RCS file: files/patch-plugins_fn-financial_functions.c diff -N files/patch-plugins_fn-financial_functions.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-plugins_fn-financial_functions.c 6 Feb 2006 04:38:23 -0000 @@ -0,0 +1,35 @@ +--- plugins/fn-financial/functions.c- Mon Feb 6 13:36:33 2006 ++++ plugins/fn-financial/functions.c Mon Feb 6 13:38:17 2006 +@@ -1736,13 +1736,14 @@ + gnm_float pmt = value_get_as_float (argv[2]); + gnm_float fv = argv[3] ? value_get_as_float (argv[3]) : 0; + int type = value_get_paytype (argv[4]); ++ gnm_float pvif, fvifa; + + if (!is_valid_paytype (type)) + return value_new_error_VALUE (ei->pos); + + /* Calculate the PVIF and FVIFA */ +- gnm_float pvif = calculate_pvif (rate, nper); +- gnm_float fvifa = calculate_fvifa (rate, nper); ++ pvif = calculate_pvif (rate, nper); ++ fvifa = calculate_fvifa (rate, nper); + + if (pvif == 0) + return value_new_error_DIV0 (ei->pos); +@@ -2007,12 +2008,13 @@ + gnm_float pmt = value_get_as_float (argv[2]); + gnm_float pv = argv[3] ? value_get_as_float (argv[3]) : 0.; + int type = value_get_paytype (argv[4]); ++ gnm_float pvif, fvifa; + + if (!is_valid_paytype (type)) + return value_new_error_VALUE (ei->pos); + +- gnm_float pvif = calculate_pvif (rate, nper); +- gnm_float fvifa = calculate_fvifa (rate, nper); ++ pvif = calculate_pvif (rate, nper); ++ fvifa = calculate_fvifa (rate, nper); + + return value_new_float (-((pv * pvif) + pmt * + (1.0 + rate * type) * fvifa)); --- gnumeric-1.6.2.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 06:04:27 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA2316A420; Mon, 6 Feb 2006 06:04:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0813A43D4C; Mon, 6 Feb 2006 06:04:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1664QG7064141; Mon, 6 Feb 2006 06:04:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1664QPW064137; Mon, 6 Feb 2006 06:04:26 GMT (envelope-from edwin) Date: Mon, 6 Feb 2006 06:04:26 GMT From: Edwin Groothuis Message-Id: <200602060604.k1664QPW064137@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92878: [PATCH] math/gnumeric: [Fix build on 4.x] 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, 06 Feb 2006 06:04:28 -0000 Synopsis: [PATCH] math/gnumeric: [Fix build on 4.x] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 6 06:04:25 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92878 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 11:02:54 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD11B16A420 for ; Mon, 6 Feb 2006 11:02:54 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752A543D46 for ; Mon, 6 Feb 2006 11:02:54 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k16B2s1d082118 for ; Mon, 6 Feb 2006 11:02:54 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16B2pDm082105 for gnome@freebsd.org; Mon, 6 Feb 2006 11:02:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Feb 2006 11:02:51 GMT Message-Id: <200602061102.k16B2pDm082105@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 06 Feb 2006 11:02:54 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2006/01/12] ports/91712 gnome irc/xchat2 hangup with perl plugin enable o [2006/02/05] ports/92851 gnome Update ports:prints/freetype2:x11-fonts/f 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/20] ports/87728 gnome mozilla: libnegotiateauth.so broken f [2006/01/02] ports/91213 gnome pkg-config ignores autotools normal .pc d o [2006/01/21] ports/92114 gnome [PATCH] mail/thunderbird: platform name o o [2006/02/04] ports/92818 gnome ports/www/seamonkey doesn't build o [2006/02/05] ports/92844 gnome [PATCH] devel/dbus: minor fixes o [2006/02/06] ports/92878 gnome [PATCH] math/gnumeric: [Fix build on 4.x] 6 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 13:51:59 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 528FC16A420 for ; Mon, 6 Feb 2006 13:51:59 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789AB43D46 for ; Mon, 6 Feb 2006 13:51:58 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k16DpvSg041600 for ; Mon, 6 Feb 2006 15:51:57 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (ajax.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k16DpuTp076508 for ; Mon, 6 Feb 2006 15:51:57 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43E7547C.6000405@ebs.gr> Date: Mon, 06 Feb 2006 15:51:56 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ndis without wireless signal on gnomenetstatus 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, 06 Feb 2006 13:51:59 -0000 I'm using an ndis-based driver for a wireless card (Intel PRO/Wireless 2200BG) and I've observed that gnomenetstatus does not show the signal strength, displaying a red arrow instead and a value of 0% when opening the window. When I am using the iwi driver the signal information is displayed fine. Is it a known issue or should I dig further? Thanks, Panagiotis From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 15:57:21 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33CF816A422; Mon, 6 Feb 2006 15:57:21 +0000 (GMT) (envelope-from dl@mousie.catspoiler.org) Received: from mousie.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B2C43D45; Mon, 6 Feb 2006 15:57:20 +0000 (GMT) (envelope-from dl@mousie.catspoiler.org) Received: from mousie.catspoiler.org (localhost [127.0.0.1]) by mousie.catspoiler.org (8.13.4/8.13.1) with ESMTP id k16FvHaX052735; Mon, 6 Feb 2006 07:57:17 -0800 (PST) (envelope-from dl@mousie.catspoiler.org) Received: (from dl@localhost) by mousie.catspoiler.org (8.13.4/8.13.1/Submit) id k16FvHNC052734; Mon, 6 Feb 2006 07:57:17 -0800 (PST) (envelope-from dl) Date: Mon, 6 Feb 2006 07:57:17 -0800 (PST) Message-Id: <200602061557.k16FvHNC052734@mousie.catspoiler.org> To: FreeBSD-gnats-submit@freebsd.org From: Don Lewis X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: firefox-1.5.0.1,1 uses stack garbage for directory name [patch] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Don Lewis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 15:57:21 -0000 >Submitter-Id: current-users >Originator: Don Lewis >Organization: totally disorganized >Confidential: no >Synopsis: firefox-1.5.0.1,1 uses stack garbage for directory name [patch] >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD mousie.catspoiler.org 4.11-STABLE FreeBSD 4.11-STABLE #27: Sat Feb 4 05:21:17 PST 2006 dl@mousie.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386 FreeBSD 4-STABLE, i386 >Description: Firefox-1.5.0.1,1 stores a directory name in a character array on the stack. It saves a pointer to that character array and uses it to access the array contents after the array has gone out of scope. The old contents seem to get trashed on 4-STABLE, causing firefox to create a subdirectory under ~/.mozilla with a name generated from stack garbage. This problem does not seem to occur on 7-STABLE. >How-To-Repeat: Build and run firefox-1.5 on a 4-STABLE, i386 machine. >Fix: --- toolkit/xre/nsXREDirProvider.cpp.orig Tue Oct 4 11:46:26 2005 +++ toolkit/xre/nsXREDirProvider.cpp Sun Feb 5 23:54:31 2006 @@ -820,6 +820,7 @@ char* appNameFolder = nsnull; char profileFolderName[MAXPATHLEN] = "."; + char temp[MAXPATHLEN]; // Offset 1 for the outermost folder to make it hidden (i.e. using the ".") char* writing = profileFolderName + 1; @@ -829,7 +830,6 @@ rv = localDir->AppendNative(nsDependentCString(profileFolderName)); NS_ENSURE_SUCCESS(rv, rv); - char temp[MAXPATHLEN]; GetProfileFolderName(temp, gAppData->name); appNameFolder = temp; } From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 17:10:53 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5349B16A422; Mon, 6 Feb 2006 17:10:53 +0000 (GMT) (envelope-from dl@mousie.catspoiler.org) Received: from mousie.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CD043D46; Mon, 6 Feb 2006 17:10:52 +0000 (GMT) (envelope-from dl@mousie.catspoiler.org) Received: from mousie.catspoiler.org (localhost [127.0.0.1]) by mousie.catspoiler.org (8.13.4/8.13.1) with ESMTP id k16HApPt053116; Mon, 6 Feb 2006 09:10:51 -0800 (PST) (envelope-from dl@mousie.catspoiler.org) Received: (from dl@localhost) by mousie.catspoiler.org (8.13.4/8.13.1/Submit) id k16HApUt053115; Mon, 6 Feb 2006 09:10:51 -0800 (PST) (envelope-from dl) Date: Mon, 6 Feb 2006 09:10:51 -0800 (PST) Message-Id: <200602061710.k16HApUt053115@mousie.catspoiler.org> To: FreeBSD-gnats-submit@freebsd.org From: Don Lewis X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Don Lewis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 17:10:53 -0000 >Submitter-Id: current-users >Originator: Don Lewis >Organization: FreeBSD Project >Confidential: no >Synopsis: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD mousie.catspoiler.org 4.11-STABLE FreeBSD 4.11-STABLE #27: Sat Feb 4 05:21:17 PST 2006 dl@mousie.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386 FreeBSD 4.11-STABLE i386 firefox-1.5.0.1,1 jdk-1.4.2p8_2 The problem does not occur on FreeBSD 7.0-CURRENT, or with mozilla-1.7.12_5,2 on 4.11-STABLE. >Description: Firefox-1.5 dumps core when it loads the jdk14 extension. This only seems to happen on my 4.11-STABLE, i136 machine. This problem does not occur on my 7-CURRENT, i386 box. In both cases, jdk-1.4.2p8_2 is installed. Also, mozilla-1.7.12_5,2 seems to work on my 4.11-STABLE machine. The problem seems to be the incorrect "this" pointer being passed to nsComponentManagerImpl::GetFactoryEntry(), causing mFactorys.ops to be NULL. If I set a breakpoint in nsComponentManagerImpl::Init(), I see one value for "this": Breakpoint 1, nsComponentManagerImpl::Init (this=0x808ea00, aStaticModules=0x806c3e8, aStaticModuleCount=1) at nsComponentManager.cpp:728 728 PR_ASSERT(mShuttingDown != NS_SHUTDOWN_INPROGRESS); When firefox attempts to load the plugin: Plugin() /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so returned 88f9560 Program received signal SIGSEGV, Segmentation fault. 0x281a76d5 in PL_DHashTableOperate (table=0x8089ba2, key=0x2a76f9dc, op=PL_DHASH_LOOKUP) at pldhash.c:492 492 keyHash = table->ops->hashKey(table, key); Current language: auto; currently c (gdb) where #0 0x281a76d5 in PL_DHashTableOperate (table=0x8089ba2, key=0x2a76f9dc, op=PL_DHASH_LOOKUP) at pldhash.c:492 #1 0x28204f43 in nsComponentManagerImpl::GetFactoryEntry (this=0x8089b76, aClass=@0x2a76f9dc) at nsComponentManager.cpp:1622 #2 0x28206803 in nsComponentManagerImpl::RegisterService (this=0x8089b76, aClass=@0x2a76f9dc, aService=0x8acf0c0) at nsComponentManager.cpp:2138 #3 0x2a763284 in CPluginServiceProvider::CPluginServiceProvider () from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so #4 0x2a75cc3d in JavaPluginFactory5::JavaPluginFactory5 () from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so #5 0x2a75c74e in JavaPluginFactory5::Create () from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so #6 0x2a7436c2 in NSGetFactory () from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so #7 0x2a71f333 in nsPluginFile::GetPluginInfo (this=0xbfbfa610, info=@0xbfbfa620) at nsPluginsDirUnix.cpp:449 #8 0x2a7057af in nsPluginHostImpl::ScanPluginsDirectory (this=0x8ae8d00, pluginsDir=0x8712b80, compManager=0x808ea00, aCreatePluginList=1, aPluginsChanged=0xbfbfa7c4, checkForUnwantedPlugins=0) at nsPluginHostImpl.cpp:4947 #9 0x2a705b12 in nsPluginHostImpl::ScanPluginsDirectoryList (this=0x8ae8d00, dirEnum=0x8acf140, compManager=0x808ea00, aCreatePluginList=1, aPluginsChanged=0xbfbfa864, checkForUnwantedPlugins=0) at nsPluginHostImpl.cpp:5039 #10 0x2a705e3b in nsPluginHostImpl::FindPlugins (this=0x8ae8d00, aCreatePluginList=1, aPluginsChanged=0xbfbfa90c) at nsPluginHostImpl.cpp:5122 #11 0x2a705bc1 in nsPluginHostImpl::LoadPlugins (this=0x0) at nsPluginHostImpl.cpp:5059 #12 0x2a703b76 in nsPluginHostImpl::IsPluginEnabledForType (this=0x8ae8d00, aMimeType=0x29ba10f8 "application/x-oleobject") at nsPluginHostImpl.cpp:4065 [snip] (gdb) up #1 0x28204f43 in nsComponentManagerImpl::GetFactoryEntry (this=0x8089b76, aClass=@0x2a76f9dc) at nsComponentManager.cpp:1622 (gdb) print mFactories $1 = {ops = 0x0, data = 0x0, hashShift = 0, maxAlphaFrac = 0 '\0', minAlphaFrac = 0 '\0', entrySize = 0, entryCount = 0, removedCount = 0, generation = 0, entryStore = 0x0} It seems odd to me that the ns610 plugin would use the NSGetFactory() implementation in navig5/GetFactory5.cpp instead of the implementation in ns6-adapter/NSGetFactory.cpp. If I walk through the jdk code, it looks to me like the first argument to NSGetFactory() should end up as "this" in stack frame #2, but if I look at stack frame #7, where we call into the jdk plugin, the first argument has some other value that doesn't seem to match anything else: (gdb) up #7 0x2a71f333 in nsPluginFile::GetPluginInfo (this=0xbfbfa610, info=@0xbfbfa620) at nsPluginsDirUnix.cpp:449 449 rv = nsGetFactory(mgr, kPluginCID, nsnull, nsnull, 444 // Classic holdovers that live in the plugins directory but 445 // implement nsIPlugin and the factory stuff. 446 static NS_DEFINE_CID(kPluginCID, NS_PLUGIN_CID); 447 448 nsCOMPtr factory; 449 rv = nsGetFactory(mgr, kPluginCID, nsnull, nsnull, 450 getter_AddRefs(factory)); 451 if (NS_FAILED(rv)) return rv; 452 453 plugin = do_QueryInterface(factory); (gdb) print mgr $2 = (class nsIServiceManagerObsolete *) 0x808ea1c Part of the reason for the discrepency might be that mgr in frame #7 is (class nsIServiceManagerObsolete *), whereas frame #1 wants (nsComponentManagerImpl *). >How-To-Repeat: Use firefox-1.5 on 4.11-STABLE to view a web page that has content that triggers an attempt to load plugins. >Fix: From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 19:12:35 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962F516A420; Mon, 6 Feb 2006 19:12:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5142F43D45; Mon, 6 Feb 2006 19:12:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k16JCZcM021672; Mon, 6 Feb 2006 19:12:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16JCZAG021668; Mon, 6 Feb 2006 19:12:35 GMT (envelope-from edwin) Date: Mon, 6 Feb 2006 19:12:35 GMT From: Edwin Groothuis Message-Id: <200602061912.k16JCZAG021668@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92912: [patch] x11-wm/sawfish2 writes 1 byte beyond allocated memory 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, 06 Feb 2006 19:12:35 -0000 Synopsis: [patch] x11-wm/sawfish2 writes 1 byte beyond allocated memory Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 6 19:12:34 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92912 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 19:37:47 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B9216A420 for ; Mon, 6 Feb 2006 19:37:47 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DDF43D45 for ; Mon, 6 Feb 2006 19:37:46 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so832741wxc for ; Mon, 06 Feb 2006 11:37:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=R53z1aopNJbGu/mu1DT1/ykiIK81ZdFlPKlNldjl59K/B+AOIizSKrjvyuOC9k+MdCnOpCrU3fMvwFFa7n2EShjL66MeqRWCUkGavlsPGU1ihC5c7znXU+Gl1El1tXQJxLIrJA+iPGdtEGAgNBkywVDEuZnaxHGS+TRCVWdQzT0= Received: by 10.70.130.8 with SMTP id c8mr6323441wxd; Mon, 06 Feb 2006 11:37:46 -0800 (PST) Received: by 10.70.42.6 with HTTP; Mon, 6 Feb 2006 11:37:45 -0800 (PST) Message-ID: Date: Mon, 6 Feb 2006 11:37:45 -0800 From: Derrick Ryalls To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xscreensaver-gnome doesn't start? 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, 06 Feb 2006 19:37:47 -0000 Greetings, I have xscreensaver-gnome installed but it doesn't want to start. I have tried adjusting the wait time down to 1 minute but that didn't help. Last night I even tried deleting xscreensaver-hacks (not sure what that was) and doing a normal install of x11/xscreensaver-gnome but it still doesn't run. My machine is a laptop running FreeBSD 6.0 and gnome 2.12. Thanks in advance for any clues, I am sure I am missing something small again. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 19:56:50 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E5D16A420 for ; Mon, 6 Feb 2006 19:56:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D38443D70 for ; Mon, 6 Feb 2006 19:56:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k16Jumm26608; Mon, 6 Feb 2006 14:56:48 -0500 (EST) Received: from [64.102.192.190] (dhcp-64-102-192-190.cisco.com [64.102.192.190]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k16Jumm08098; Mon, 6 Feb 2006 14:56:48 -0500 (EST) Message-ID: <43E7AA14.8080104@FreeBSD.org> Date: Mon, 06 Feb 2006 14:57:08 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Derrick Ryalls References: In-Reply-To: X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: xscreensaver-gnome doesn't start? 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, 06 Feb 2006 19:56:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Derrick Ryalls wrote: > Greetings, > > I have xscreensaver-gnome installed but it doesn't want to start. I have > tried adjusting the wait time down to 1 minute but that didn't help. Last > night I even tried deleting xscreensaver-hacks (not sure what that was) and > doing a normal install of x11/xscreensaver-gnome but it still doesn't run. > My machine is a laptop running FreeBSD 6.0 and gnome 2.12. > > Thanks in advance for any clues, I am sure I am missing something small > again. What errors do you get when you try starting xscreensaver from the command line? Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD56oUb2iPiv4Uz4cRAh5pAKCLLLd0Deq1v16NW6WLemKo37oZ4ACgg+zZ w7j58cY28aO8xJ6WexLrWT4= =OC+j -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 20:27:43 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93DC116A444; Mon, 6 Feb 2006 20:27:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E13643D45; Mon, 6 Feb 2006 20:27:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k16KRhAF026996; Mon, 6 Feb 2006 20:27:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16KRhEe026992; Mon, 6 Feb 2006 20:27:43 GMT (envelope-from edwin) Date: Mon, 6 Feb 2006 20:27:43 GMT From: Edwin Groothuis Message-Id: <200602062027.k16KRhEe026992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92899: firefox-1.5.0.1, 1 uses stack garbage for directory name [patch] 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, 06 Feb 2006 20:27:43 -0000 Synopsis: firefox-1.5.0.1,1 uses stack garbage for directory name [patch] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 6 20:27:42 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92899 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 20:28:01 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8FD16A420; Mon, 6 Feb 2006 20:28:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B653C43D5F; Mon, 6 Feb 2006 20:28:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k16KS00j027085; Mon, 6 Feb 2006 20:28:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16KS0qn027081; Mon, 6 Feb 2006 20:28:00 GMT (envelope-from edwin) Date: Mon, 6 Feb 2006 20:28:00 GMT From: Edwin Groothuis Message-Id: <200602062028.k16KS0qn027081@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92901: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE 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, 06 Feb 2006 20:28:01 -0000 Synopsis: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 6 20:28:00 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=92901 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 6 23:31:42 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1E616A420 for ; Mon, 6 Feb 2006 23:31:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC9943D4C for ; Mon, 6 Feb 2006 23:31:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 267FB22B4B for ; Tue, 7 Feb 2006 00:31:40 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 74BC622B53 for ; Tue, 7 Feb 2006 00:31:37 +0100 (CET) From: linimon@FreeBSD.org To: gnome@freebsd.org Message-Id: <20060206233137.74BC622B53@mail.droso.net> Date: Tue, 7 Feb 2006 00:31:37 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked 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, 06 Feb 2006 23:31:42 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: sysutils/coaster broken because: Broken with new nautilus-cd-burner build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=coaster If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 10:00:49 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A075416A420 for ; Tue, 7 Feb 2006 10:00:49 +0000 (GMT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B6543D49 for ; Tue, 7 Feb 2006 10:00:48 +0000 (GMT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k17A0mCb076238 for ; Tue, 7 Feb 2006 10:00:48 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k17A0mSY076237; Tue, 7 Feb 2006 10:00:48 GMT (envelope-from fenner+portsurvey) Date: Tue, 7 Feb 2006 10:00:48 GMT Message-Id: <200602071000.k17A0mSY076237@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: gnome@freebsd.org Cc: Subject: FreeBSD ports: 1 unfetchable distfile: x11-toolkits/guile-gtk X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 10:00:49 -0000 Dear gnome@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/gnome@freebsd.org.html and correct the problems listed there? The individual port with a problem is x11-toolkits/guile-gtk. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 11:30:10 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C7516A420 for ; Tue, 7 Feb 2006 11:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CD343D46 for ; Tue, 7 Feb 2006 11:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k17BUAkB080782 for ; Tue, 7 Feb 2006 11:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k17BUAsB080779; Tue, 7 Feb 2006 11:30:10 GMT (envelope-from gnats) Date: Tue, 7 Feb 2006 11:30:10 GMT Message-Id: <200602071130.k17BUAsB080779@freefall.freebsd.org> To: gnome@FreeBSD.org From: Don Lewis Cc: Subject: Re: ports/92901: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Don Lewis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 11:30:10 -0000 The following reply was made to PR ports/92901; it has been noted by GNATS. From: Don Lewis To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/92901: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE Date: Tue, 7 Feb 2006 03:27:31 -0800 (PST) On 6 Feb, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/92901'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=92901 > >>Category: ports >>Responsible: freebsd-ports-bugs >>Synopsis: firefox-1.5 core dumps when attempting to load jdk14 plugin, but only on 4.11-STABLE >>Arrival-Date: Mon Feb 06 17:20:03 GMT 2006 The mapping from this=0x808ea00 to 0x808ea1c is being done the NS_STATIC_CAST() in nsServiceManager::GetGlobalServiceManager() on line 57 of nsServiceManagerObsolete.cpp, which is being called by nsPluginFile::GetPluginInfo() on line 434 of nsPluginsDirUnix.cpp. I built the jdk14 plugin with debugging info so I could fill in the gap in stack trace. #0 0x281a76d5 in PL_DHashTableOperate (table=0x8089ba2, key=0x2a76f9fc, op=PL_DHASH_LOOKUP) at pldhash.c:492 #1 0x28204f43 in nsComponentManagerImpl::GetFactoryEntry (this=0x8089b76, aClass=@0x2a76f9fc) at nsComponentManager.cpp:1622 #2 0x28206803 in nsComponentManagerImpl::RegisterService (this=0x8089b76, aClass=@0x2a76f9fc, aService=0x88d92e0) at nsComponentManager.cpp:2138 #3 0x2a7632ac in CPluginServiceProvider::CPluginServiceProvider ( this=0x88d92e0, pProvider=0x808ea1c) at ../../../src/plugin/oji-plugin/src/motif/navig5/CPluginServiceProvider.cpp:64 #4 0x2a75cc65 in JavaPluginFactory5::JavaPluginFactory5 (this=0x872e180, pProvider=0x808ea1c) at ../../../src/plugin/oji-plugin/src/motif/navig5/JavaPluginFactory5.cpp:150 #5 0x2a75c776 in JavaPluginFactory5::Create (sm=0x808ea1c, aIID=@0x2a768850, aInstancePtr=0xbfbfa530) at ../../../src/plugin/oji-plugin/src/motif/navig5/JavaPluginFactory5.cpp:103 #6 0x2a7436ea in NSGetFactory (pProvider=0x808ea1c, aClass=@0x2a725ec8, aClassName=0x0, aProgID=0x0, aFactory=0xbfbfa530) at ../../../src/plugin/oji-plugin/src/motif/navig5/GetFactory5.cpp:72 #7 0x2a71f333 in nsPluginFile::GetPluginInfo (this=0xbfbfa610, info=@0xbfbfa620) at nsPluginsDirUnix.cpp:449 #8 0x2a7057af in nsPluginHostImpl::ScanPluginsDirectory (this=0x8b8f680, pluginsDir=0x8713a00, compManager=0x808ea00, aCreatePluginList=1, aPluginsChanged=0xbfbfa7c4, checkForUnwantedPlugins=0) at nsPluginHostImpl.cpp:4947 0x808ea1c is getting passed as far as frame #3, where it somehow gets mapped to 0x8089b76 instead of back to 0x808ea00 on line 64 in CPluginServiceProvider.cpp. I don't understand c++ well enough to figure out what is going on here. (gdb) frame 3 #3 0x2a7632ac in CPluginServiceProvider::CPluginServiceProvider ( this=0x88d92e0, pProvider=0x808ea1c) at ../../../src/plugin/oji-plugin/src/motif/navig5/CPluginServiceProvider.cpp:64 64 if (NS_FAILED(pProvider->QueryInterface(kIServiceManagerIID, (void**)&mService))) { (gdb) list 59 mPluginManager(NULL), mJVMManager(NULL), mCookieStorage(NULL) 60 61 { 62 #ifdef RAPTOR_API 63 // Try to obtain nsIServiceManager if running inside Mozilla 64 if (NS_FAILED(pProvider->QueryInterface(kIServiceManagerIID, (void**)&mService))) { 65 plugin_error("Did not find the service manager!"); 66 } 67 #else 68 // We are running inside Mozilla classic. The provider is a plugin manager If I step through this code in gdb, this is what I see: Breakpoint 2, CPluginServiceProvider::CPluginServiceProvider (this=0x88d92e0, pProvider=0x808ea1c) at ../../../src/plugin/oji-plugin/src/motif/navig5/CPluginServiceProvider.cpp:58 58 : mService(NULL), mMgr(NULL), (gdb) step 64 if (NS_FAILED(pProvider->QueryInterface(kIServiceManagerIID, (void**)&mService))) { (gdb) step 0x2820b264 in non-virtual thunk to nsComponentManagerImpl::RegisterService(nsID const&, nsISupports*) () at ../../dist/include/string/nsTDependentSubstring.h:62 62 { (gdb) step nsComponentManagerImpl::RegisterService (this=0x28b1846d, aClass=@0xbfbfa288, aService=0x4) at nsComponentManager.cpp:2134 2134 { (gdb) step 245 : nsAutoLockBase((void*)mon, eAutoMonitor), (gdb) print this $8 = (nsComponentManagerImpl * const) 0x8089b76 From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 18:09:41 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF1F16A420 for ; Tue, 7 Feb 2006 18:09:41 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA2843D46 for ; Tue, 7 Feb 2006 18:09:20 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1009559wxc for ; Tue, 07 Feb 2006 10:09:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=K8W69lSkckjiR2uLUJ/hq0zrc49mYZCU3CFm2DMBAJY794JY+DYIOei97uVcyBAkzJblWBLKQTuLS2xkVeJN0xdkvB+ZAXChiFfvoJ4YlUOWuJN6OTYohQ3tBoyeX/Ac8kXxANnLecwjZVmgI5k7Tfze0WbRLQLzvMgq07D3FH8= Received: by 10.70.33.3 with SMTP id g3mr7846321wxg; Tue, 07 Feb 2006 10:09:19 -0800 (PST) Received: by 10.70.42.6 with HTTP; Tue, 7 Feb 2006 10:09:19 -0800 (PST) Message-ID: Date: Tue, 7 Feb 2006 10:09:19 -0800 From: Derrick Ryalls To: Joe Marcus Clarke In-Reply-To: <43E7AA14.8080104@FreeBSD.org> MIME-Version: 1.0 References: <43E7AA14.8080104@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnome@freebsd.org Subject: Re: xscreensaver-gnome doesn't start? 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, 07 Feb 2006 18:09:41 -0000 > > Derrick Ryalls wrote: > > Greetings, > > > > I have xscreensaver-gnome installed but it doesn't want to start. I > have > > tried adjusting the wait time down to 1 minute but that didn't > help. Last > > night I even tried deleting xscreensaver-hacks (not sure what that was) > and > > doing a normal install of x11/xscreensaver-gnome but it still doesn't > run. > > My machine is a laptop running FreeBSD 6.0 and gnome 2.12. > > > > Thanks in advance for any clues, I am sure I am missing something small > > again. > > What errors do you get when you try starting xscreensaver from the > command line? > > Joe > > - -- > Starting it from the command line got it working, starting from menu says the daemon isn't running. So I guess I just need to add a script somewhere to autostart it when I log in? Would that be /usr/local/etc/rc.d or is there a better place for windowed apps? From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 18:13:28 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415B416A420 for ; Tue, 7 Feb 2006 18:13:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CF543D55 for ; Tue, 7 Feb 2006 18:13:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k17IDQJ15270; Tue, 7 Feb 2006 13:13:27 -0500 (EST) Received: from [64.102.192.190] (dhcp-64-102-192-190.cisco.com [64.102.192.190]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k17IDPm18300; Tue, 7 Feb 2006 13:13:25 -0500 (EST) Message-ID: <43E8E35B.9070108@FreeBSD.org> Date: Tue, 07 Feb 2006 13:13:47 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Derrick Ryalls References: <43E7AA14.8080104@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: xscreensaver-gnome doesn't start? 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, 07 Feb 2006 18:13:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Derrick Ryalls wrote: > Derrick Ryalls wrote: > > Greetings, > > > > I have xscreensaver-gnome installed but it doesn't want to > start. I have > > tried adjusting the wait time down to 1 minute but that didn't > help. Last > > night I even tried deleting xscreensaver-hacks (not sure what that > was) and > > doing a normal install of x11/xscreensaver-gnome but it still > doesn't run. > > My machine is a laptop running FreeBSD 6.0 and gnome 2.12. > > > > Thanks in advance for any clues, I am sure I am missing something > small > > again. > > What errors do you get when you try starting xscreensaver from the > command line? > > Joe > > - -- > > > Starting it from the command line got it working, starting from menu > says the daemon isn't running. So I guess I just need to add a script > somewhere to autostart it when I log in? Would that be > /usr/local/etc/rc.d or is there a better place for windowed apps? > You don't need to do this. gnome-session should start this automatically. If you're not using gnome-session, then you will need to start xscreensaver from your .xinitrc or from whatever script you use to start X. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD6ONbb2iPiv4Uz4cRAjruAJ9FJz3lt6FppIc0qRQDdGbUnzotGwCgjxML fo0unAtqz3GG7CLobFYp+zY= =8Bu2 -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 18:54:08 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A1616A422 for ; Tue, 7 Feb 2006 18:54:08 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F89243D49 for ; Tue, 7 Feb 2006 18:54:07 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1016814wxc for ; Tue, 07 Feb 2006 10:54:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=OkaLEb8TV40uj2Og398tSF1vrwkWs24jpHWoV1Oyl5Wu+uPc9fxf+HXBbg8MGu+gj/Q/MH/wMToN7Aro+kenGEBmxrKYhK79/KXh1r2PJGZgEF+3Io7onuAd09Gl+0/H7+C+yK2PWenmYHRprtqZRVl9sclHbJRF6StBkusuqP0= Received: by 10.70.50.4 with SMTP id x4mr7956631wxx; Tue, 07 Feb 2006 10:54:06 -0800 (PST) Received: by 10.70.42.6 with HTTP; Tue, 7 Feb 2006 10:54:06 -0800 (PST) Message-ID: Date: Tue, 7 Feb 2006 10:54:06 -0800 From: Derrick Ryalls To: Joe Marcus Clarke In-Reply-To: <43E8E35B.9070108@FreeBSD.org> MIME-Version: 1.0 References: <43E7AA14.8080104@FreeBSD.org> <43E8E35B.9070108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnome@freebsd.org Subject: Re: xscreensaver-gnome doesn't start? 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, 07 Feb 2006 18:54:08 -0000 > > Derrick Ryalls wrote: > > Derrick Ryalls wrote: > > > Greetings, > > > > > > I have xscreensaver-gnome installed but it doesn't want to > > start. I have > > > tried adjusting the wait time down to 1 minute but that didn't > > help. Last > > > night I even tried deleting xscreensaver-hacks (not sure what tha= t > > was) and > > > doing a normal install of x11/xscreensaver-gnome but it still > > doesn't run. > > > My machine is a laptop running FreeBSD 6.0 and gnome 2.12. > > > > > > Thanks in advance for any clues, I am sure I am missing something > > small > > > again. > > > > What errors do you get when you try starting xscreensaver from the > > command line? > > > > Joe > > > > - -- > > > > > > Starting it from the command line got it working, starting from menu > > says the daemon isn't running. So I guess I just need to add a script > > somewhere to autostart it when I log in? Would that be > > /usr/local/etc/rc.d or is there a better place for windowed apps? > > > > You don't need to do this. gnome-session should start this > automatically. If you're not using gnome-session, then you will need to > start xscreensaver from your .xinitrc or from whatever script you use to > start X. > > Joe > > I am using GDM to start the graphical login for gnome. Tonight I will chec= k to see if the new screensaver kicks in automatically (I have since rebooted). From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 7 20:35:04 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00C116A420 for ; Tue, 7 Feb 2006 20:35:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E1643D46 for ; Tue, 7 Feb 2006 20:35:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id A9C011A3C30 for ; Tue, 7 Feb 2006 12:34:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E798952577; Tue, 7 Feb 2006 15:34:58 -0500 (EST) Date: Tue, 7 Feb 2006 15:34:58 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20060207203458.GB63308@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rS8CxjVDS/+yyDmU" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: pan2-0.14.2.91_4 failed on i386 6] 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, 07 Feb 2006 20:35:04 -0000 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Tue, 7 Feb 2006 19:55:01 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: pan2-0.14.2.91_4 failed on i386 6 X-UIDL: ZiC!!-V)"!%,k!!TPl!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.1 building pan2-0.14.2.91_4 on gohan13.freebsd.org in directory /x/tmp/6/chroot/58844 maintained by: gnome@FreeBSD.org port directory: /usr/ports/news/pan2 build started at Tue Feb 7 19:46:04 UTC 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Daspell-0.60.4_2.tbz atk-1.10.3.tbz bitstream-vera-1.10_2.tb= z cairo-1.0.2_1.tbz expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.= 10_2.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gnet2-2.0.7_1= .tbz gnomehier-2.0_7.tbz gtk-2.8.11.tbz gtkspell2-2.0.11_1.tbz hicolor-icon= -theme-0.5.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libXft-2.1.7.tbz libdrm-2.= 0.tbz libiconv-1.9.2_1.tbz libxml2-2.6.23.tbz p5-XML-Parser-2.34_2.tbz pang= o-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.t= bz shared-mime-info-0.16_2.tbz tiff-3.8.0.tbz xorg-fonts-encodings-6.9.0.tb= z xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz RUN_DEPENDS=3Daspell-0.60.4_2.tbz atk-1.10.3.tbz bitstream-vera-1.10_2.tbz = cairo-1.0.2_1.tbz expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.10= _2.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gnet2-2.0.7_1.tbz gnomehier-2.0_= 7.tbz gtk-2.8.11.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz jpeg= -6b_3.tbz libXft-2.1.7.tbz libdrm-2.0.tbz libiconv-1.9.2_1.tbz libxml2-2.6.= 23.tbz pango-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz pn= g-1.2.8_2.tbz shared-mime-info-0.16_2.tbz tiff-3.8.0.tbz xorg-fonts-encodin= gs-6.9.0.tbz xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz prefixes: usr/local usr/X11R6 add_pkg =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 =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> pan-0.14.2.91.tar.bz2 doesn't seem to exist in /tmp/distfiles/gnome2. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/gnome2/. pan-0.14.2.91.tar.bz2 1874 kB 2827 kBps =3D> MD5 Checksum OK for gnome2/pan-0.14.2.91.tar.bz2. =3D> SHA256 Checksum OK for gnome2/pan-0.14.2.91.tar.bz2. =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 =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 add_pkg =3D=3D=3D> Extracting for pan2-0.14.2.91_4 =3D> MD5 Checksum OK for gnome2/pan-0.14.2.91.tar.bz2. =3D> SHA256 Checksum OK for gnome2/pan-0.14.2.91.tar.bz2. =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 =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 add_pkg =3D=3D=3D> Patching for pan2-0.14.2.91_4 =3D=3D=3D> Applying FreeBSD patches for pan2-0.14.2.91_4 =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 =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 add_pkg aspell-0.60.4_2.tbz atk-1.10.3.tbz bitstream-vera-1.10_2.tbz cairo-= 1.0.2_1.tbz expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz= gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gnet2-2.0.7_1.tbz gno= mehier-2.0_7.tbz gtk-2.8.11.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0= .5.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libXft-2.1.7.tbz libdrm-2.0.tbz li= biconv-1.9.2_1.tbz libxml2-2.6.23.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2= .tbz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz share= d-mime-info-0.16_2.tbz tiff-3.8.0.tbz xorg-fonts-encodings-6.9.0.tbz xorg-f= onts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz adding dependencies pkg_add aspell-0.60.4_2.tbz pkg_add atk-1.10.3.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add bitstream-vera-1.10_2.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. pkg_add cairo-1.0.2_1.tbz pkg_add expat-2.0.0.tbz skipping expat-2.0.0, already added pkg_add fontconfig-2.3.2_2,1.tbz skipping fontconfig-2.3.2_2,1, already added pkg_add freetype2-2.1.10_2.tbz skipping freetype2-2.1.10_2, already added pkg_add gettext-0.14.5_1.tbz skipping gettext-0.14.5_1, already added pkg_add glib-2.8.6.tbz skipping glib-2.8.6, already added pkg_add gmake-3.80_2.tbz pkg_add gnet2-2.0.7_1.tbz pkg_add gnomehier-2.0_7.tbz =2E/etc/CORBA missing (created) =2E/etc/CORBA/servers missing (created) =2E/etc/X11 missing (created) =2E/etc/X11/serverconfig missing (created) =2E/etc/X11/starthere missing (created) =2E/etc/X11/sysconfig missing (created) =2E/etc/gconf missing (created) =2E/etc/gconf/gconf.xml.defaults missing (created) =2E/etc/gconf/gconf.xml.mandatory missing (created) =2E/etc/gconf/schemas missing (created) =2E/etc/gnome missing (created) =2E/etc/gnome/config missing (created) =2E/etc/gnome-vfs-2.0 missing (created) =2E/etc/gnome-vfs-2.0/modules missing (created) =2E/etc/sound missing (created) =2E/etc/sound/events missing (created) =2E/etc/vfs missing (created) =2E/etc/vfs/modules missing (created) =2E/include/gconf missing (created) =2E/include/gdkcardimage missing (created) =2E/include/gnome-1.0 missing (created) =2E/lib/GConf missing (created) =2E/lib/bonobo missing (created) =2E/lib/bonobo/monikers missing (created) =2E/lib/bonobo/plugin missing (created) =2E/lib/gnome-vfs-2.0 missing (created) =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) =2E/lib/vfs/modules missing (created) =2E/libdata/bonobo missing (created) =2E/libdata/bonobo/servers missing (created) =2E/share/doc/libgda missing (created) =2E/share/gnome missing (created) =2E/share/gnome/applets missing (created) =2E/share/gnome/applets/Amusements missing (created) =2E/share/gnome/applets/Clocks missing (created) =2E/share/gnome/applets/Monitors missing (created) =2E/share/gnome/applets/Multimedia missing (created) =2E/share/gnome/applets/Network missing (created) =2E/share/gnome/applets/Utility missing (created) =2E/share/gnome/application-registry missing (created) =2E/share/gnome/applications missing (created) =2E/share/gnome/apps missing (created) =2E/share/gnome/apps/Applications missing (created) =2E/share/gnome/apps/Audio missing (created) =2E/share/gnome/apps/Development missing (created) =2E/share/gnome/apps/Games missing (created) =2E/share/gnome/apps/Graphics missing (created) =2E/share/gnome/apps/Internet missing (created) =2E/share/gnome/apps/Multimedia missing (created) =2E/share/gnome/apps/Settings missing (created) =2E/share/gnome/apps/Settings/Desktop missing (created) =2E/share/gnome/apps/Settings/Documents missing (created) =2E/share/gnome/apps/Settings/Peripherals missing (created) =2E/share/gnome/apps/Settings/Session missing (created) =2E/share/gnome/apps/System missing (created) =2E/share/gnome/apps/Utilities missing (created) =2E/share/gnome/capplets missing (created) =2E/share/gnome/control-center missing (created) =2E/share/gnome/control-center/Desktop missing (created) =2E/share/gnome/control-center/Documents missing (created) =2E/share/gnome/control-center/Peripherals missing (created) =2E/share/gnome/control-center/Session missing (created) =2E/share/gnome/control-center/capplets missing (created) =2E/share/gnome/control-center-2.0 missing (created) =2E/share/gnome/control-center-2.0/capplets missing (created) =2E/share/gnome/fonts missing (created) =2E/share/gnome/games missing (created) =2E/share/gnome/gnome-2.0 missing (created) =2E/share/gnome/gnome-2.0/ui missing (created) =2E/share/gnome/gnome-about missing (created) =2E/share/gnome/help missing (created) =2E/share/gnome/help/fdl missing (created) =2E/share/gnome/help/fdl/C missing (created) =2E/share/gnome/help/gpl missing (created) =2E/share/gnome/help/gpl/C missing (created) =2E/share/gnome/help/lgpl missing (created) =2E/share/gnome/help/lgpl/C missing (created) =2E/share/gnome/icons missing (created) =2E/share/gnome/idl missing (created) =2E/share/gnome/images missing (created) =2E/share/gnome/mc missing (created) =2E/share/gnome/mc/templates missing (created) =2E/share/gnome/mime-info missing (created) =2E/share/gnome/oaf missing (created) =2E/share/gnome/omf missing (created) =2E/share/gnome/panel missing (created) =2E/share/gnome/pixmaps missing (created) =2E/share/gnome/pixmaps/document-icons missing (created) =2E/share/gnome/pixmaps/splash missing (created) =2E/share/gnome/sgml missing (created) =2E/share/gnome/sgml/docbook missing (created) =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) =2E/share/gnome/sounds missing (created) =2E/share/gnome/themes missing (created) =2E/share/gnome/ui missing (created) =2E/share/gnome/vfolders missing (created) =2E/share/gnome/wm-properties missing (created) =2E/share/gnome/xmodmap missing (created) pkg_add gtk-2.8.11.tbz *** * Updating MIME database in /usr/X11R6/share/mime... *** *** * Updating MIME database in /usr/local/share/mime... *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add gtkspell2-2.0.11_1.tbz pkg_add hicolor-icon-theme-0.5.tbz skipping hicolor-icon-theme-0.5, already added pkg_add intltool-0.34.1.tbz pkg_add jpeg-6b_3.tbz skipping jpeg-6b_3, already added pkg_add libXft-2.1.7.tbz skipping libXft-2.1.7, already added pkg_add libdrm-2.0.tbz skipping libdrm-2.0, already added pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add libxml2-2.6.23.tbz skipping libxml2-2.6.23, already added pkg_add p5-XML-Parser-2.34_2.tbz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.10.2.tbz skipping pango-1.10.2, already added pkg_add pcre-6.5.tbz pkg_add perl-5.8.7_2.tbz skipping perl-5.8.7_2, already added pkg_add pkgconfig-0.20.tbz skipping pkgconfig-0.20, already added pkg_add png-1.2.8_2.tbz skipping png-1.2.8_2, already added pkg_add shared-mime-info-0.16_2.tbz skipping shared-mime-info-0.16_2, already added pkg_add tiff-3.8.0.tbz skipping tiff-3.8.0, already added pkg_add xorg-fonts-encodings-6.9.0.tbz skipping xorg-fonts-encodings-6.9.0, already added pkg_add xorg-fonts-truetype-6.9.0.tbz skipping xorg-fonts-truetype-6.9.0, already added pkg_add xorg-libraries-6.9.0.tbz skipping xorg-libraries-6.9.0, already added =3D=3D=3D> pan2-0.14.2.91_4 depends on executable: gmake - found =3D=3D=3D> pan2-0.14.2.91_4 depends on file: /usr/local/bin/intltool-extr= act - found =3D=3D=3D> pan2-0.14.2.91_4 depends on executable: pkg-config - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: gnet-2.0.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: pcre.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: gtkspell.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: atk-1.0.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: glib-2.0.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: gtk-x11-2.0.0 - fo= und =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: xml2.5 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: pango-1.0.0 - found =3D=3D=3D> pan2-0.14.2.91_4 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for pan2-0.14.2.91_4 checking for intltool >=3D 0.21... 0.27.2 found checking for perl... /usr/bin/perl checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 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 ANSI C... none needed checking for fchmod... yes checking for localtime_r... yes checking for gmtime_r... yes checking for strerror in -lcposix... no 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 ANSI C... (cached) none needed checking how to run the C preprocessor... cc -E checking for gawk... no checking for mawk... no checking for nawk... nawk checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether gmake sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking for egrep... 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... no checking for bindtextdomain in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... am az ca cs da de el en_GB es et = fi fr ga gl hu it ja ko lt lv ms nl no pl pt pt_BR ru sk sl sr sr@Latn sv t= r uk vi zh_CN checking for bind_textdomain_codeset... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking for glib-2.0 >=3D 2.2.0 gthread-2.0 >=3D 2= .2.0 gobject-2.0 >=3D 2.2.0... yes checking GLIB_CFLAGS... -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include =20 checking GLIB_LIBS... -pthread -L/usr/local/lib -lgthread-2.0 -lgobject-2.0= -lglib-2.0 -liconv =20 checking for gtk+-2.0 >=3D 2.2.0... yes checking GTK_CFLAGS... -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/at= k-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0= /include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i= nclude/freetype2 -I/usr/local/include =20 checking GTK_LIBS... -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr= /X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -= lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 = -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lXrender -lX11 -lXext -lgobjec= t-2.0 -lgmodule-2.0 -lglib-2.0 -liconv =20 checking for libxml-2.0 >=3D 2.4.22... yes checking XML_CFLAGS... -I/usr/local/include/libxml2 -I/usr/local/include = =20 checking XML_LIBS... -L/usr/local/lib -lxml2 -lz -liconv -lm =20 checking for PCRE >=3D 4.0... yes (6.5) checking for gnet-2.0 >=3D 2.0.4... yes checking GNET_CFLAGS... -D_REENTRANT -I/usr/local/include/gnet-2.0 -I/usr/l= ocal/lib/gnet-2.0/include/ -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include =20 checking GNET_LIBS... -pthread -L/usr/local/lib -lgnet-2.0 -lgthread-2.0 -l= glib-2.0 -liconv =20 try_gtkspell auto trying gtkspell checking for gtkspell-2.0 >=3D 2.0.2... yes checking GTKSPELL_CFLAGS... -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/inclu= de/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/= local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/i= nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-= 1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/includ= e =20 checking GTKSPELL_LIBS... -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -= L/usr/X11R6/lib -lgtkspell -laspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -l= Xi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixe= s -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lXren= der -lX11 -lXext -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv =20 checking build system type... i386-portbld-freebsd6.0 checking host system type... i386-portbld-freebsd6.0 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... ./config.rpath: Can't open .= /config.rpath: No such file or directory done checking for iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration...=20 extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inby= tesleft, char * *outbuf, size_t *outbytesleft); checking preferred charset formats for system iconv... found checking for timezone variable... no checking for tm_gmtoff in struct tm... yes checking for ANSI C header files... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for isblank... yes checking for mmap... yes checking for munmap... yes checking for msync... yes configure: creating ./config.status config.status: creating Makefile config.status: creating pan.spec config.status: creating pan.iss config.status: creating README.windows config.status: creating po/Makefile.in config.status: creating pan/Makefile config.status: creating pan/base/Makefile config.status: creating pan/filters/Makefile config.status: creating pan/rules/Makefile config.status: creating pan/identities/Makefile config.status: creating pan/dialogs/Makefile config.status: creating pan/xpm/Makefile config.status: creating gmime/Makefile config.status: creating docs/Makefile config.status: creating tests/Makefile config.status: creating tests/data/Makefile config.status: creating tests/data/messages/Makefile config.status: creating tests/data/messages/cache/Makefile config.status: creating tests/data/tmp/Makefile config.status: creating tests/data/save/Makefile config.status: creating config.h config.status: executing default-1 commands config.status: executing default-2 commands config.status: executing default-3 commands Configuration: Source code location: . Compiler: cc GtkSpell enabled: yes =3D=3D=3D> Building for pan2-0.14.2.91_4 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/news/pan2/work/pan-0.14.2.91' Making all in po gmake[2]: Entering directory `/work/a/ports/news/pan2/work/pan-0.14.2.91/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/news/pan2/work/pan-0.14.2.91/po' Making all in gmime gmake[2]: Entering directory `/work/a/ports/news/pan2/work/pan-0.14.2.91/gm= ime' cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-charset.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-content-type.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-data-wrapper.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-disposition.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-filter-basic.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-filter-charset.c gmime-filter-charset.c: In function `filter_filter': gmime-filter-charset.c:130: warning: passing arg 2 of `libiconv' from incom= patible pointer type gmime-filter-charset.c: In function `filter_complete': gmime-filter-charset.c:194: warning: passing arg 2 of `libiconv' from incom= patible pointer type cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-filter-html.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-filter-yenc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-filter.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-header.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-iconv.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-iconv-utils.c gmime-iconv-utils.c: In function `g_mime_iconv_strndup': gmime-iconv-utils.c:105: warning: passing arg 2 of `libiconv' from incompat= ible pointer type cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-message.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-message-part.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-message-partial.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-multipart.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-object.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-param.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I= /usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe = -I. -c gmime-parser.c In file included from gmime-parser.c:30: /usr/local/include/pcreposix.h:110: error: syntax error before "int" /usr/local/include/pcreposix.h:111: error: syntax error before "int" /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" /usr/local/include/pcreposix.h:114: error: syntax error before "void" gmake[2]: *** [gmime-parser.o] Error 1 gmake[2]: Leaving directory `/work/a/ports/news/pan2/work/pan-0.14.2.91/gmi= me' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/news/pan2/work/pan-0.14.2.91' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /a/ports/news/pan2. =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/news/pan2 ended at Tue Feb 7 19:54:52 UTC 2006 ----- End forwarded message ----- --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6QRxWry0BWjoQKURAmAGAJ48KweRQAd/0c73wP5U13sdk+P2ZgCg/djX LlEoxK8Otdohq01PduNbiBg= =0H70 -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 03:39:32 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C0A16A4C0; Wed, 8 Feb 2006 03:39:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116BF43D45; Wed, 8 Feb 2006 03:39:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (jylefort@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k183dVhI043195; Wed, 8 Feb 2006 03:39:31 GMT (envelope-from jylefort@freefall.freebsd.org) Received: (from jylefort@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k183dVtY043191; Wed, 8 Feb 2006 03:39:31 GMT (envelope-from jylefort) Date: Wed, 8 Feb 2006 03:39:31 GMT From: Jean-Yves Lefort Message-Id: <200602080339.k183dVtY043191@freefall.freebsd.org> To: snezhko@indorsoft.ru, jylefort@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92912: [patch] x11-wm/sawfish2 writes 1 byte beyond allocated memory 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, 08 Feb 2006 03:39:32 -0000 Synopsis: [patch] x11-wm/sawfish2 writes 1 byte beyond allocated memory State-Changed-From-To: open->closed State-Changed-By: jylefort State-Changed-When: Wed Feb 8 03:39:27 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=92912 From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 03:46:06 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FAC16A420; Wed, 8 Feb 2006 03:46:06 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 711B743D48; Wed, 8 Feb 2006 03:46:06 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (jylefort@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k183k6nm043488; Wed, 8 Feb 2006 03:46:06 GMT (envelope-from jylefort@freefall.freebsd.org) Received: (from jylefort@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k183k6nA043484; Wed, 8 Feb 2006 03:46:06 GMT (envelope-from jylefort) Date: Wed, 8 Feb 2006 03:46:06 GMT From: Jean-Yves Lefort Message-Id: <200602080346.k183k6nA043484@freefall.freebsd.org> To: devin@spamcop.net, jylefort@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92878: [PATCH] math/gnumeric: [Fix build on 4.x] 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, 08 Feb 2006 03:46:06 -0000 Synopsis: [PATCH] math/gnumeric: [Fix build on 4.x] State-Changed-From-To: open->closed State-Changed-By: jylefort State-Changed-When: Wed Feb 8 03:45:59 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=92878 From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 05:50:00 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB0016A420 for ; Wed, 8 Feb 2006 05:50:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E69943D46 for ; Wed, 8 Feb 2006 05:49:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 209081A3C24 for ; Tue, 7 Feb 2006 21:49:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6CEBF53BBD; Wed, 8 Feb 2006 00:49:58 -0500 (EST) Date: Wed, 8 Feb 2006 00:49:58 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20060208054958.GA18517@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: balsa-2.3.10 failed on i386 6] 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, 08 Feb 2006 05:50:00 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 8 Feb 2006 05:38:36 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: balsa-2.3.10 failed on i386 6 X-UIDL: dcC"!;]%"!l>j"!~jU!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.1 building balsa-2.3.10 on gohan35.freebsd.org in directory /x/tmp/6/chroot/9572 maintained by: gnome@FreeBSD.org port directory: /usr/ports/mail/balsa build started at Wed Feb 8 05:14:05 UTC 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3Dperl-5.8.7_2.tbz EXTRACT_DEPENDS=3Dperl-5.8.7_2.tbz BUILD_DEPENDS=3DORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bits= tream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xml-= 4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontconf= ig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz gc= onf2-2.12.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gmime-= 2.1.19_1.tbz gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyring= -0.4.6.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz = gtk-2.8.11.tbz gtkhtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme= -0.5.tbz howl-1.0.0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tb= z libXft-2.1.7.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo= -2.10.1_2.tbz libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz = libgcrypt-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomecan= vas-2.12.0.tbz libgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgnome= ui-2.12.0_1.tbz l ibgpg-error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_= 1.tbz libtool-1.5.22_1.tbz libxml2-2.6.23.tbz libxslt-1.1.15.tbz linc-1.0.3= _4.tbz openldap-client-2.2.30.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz= pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.7.= tbz python-2.4.2.tbz samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2,1= .tbz sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz startup-notific= ation-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0= .tbz xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz RUN_DEPENDS=3DORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bitstr= eam-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xml-4.= 2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontconfig= -2.3.2_2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz gcon= f2-2.12.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmime-2.1.19_1.tbz gnome-= icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyring-0.4.6.tbz gnomemim= edata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz gtk-2.8.11.tbz gtkh= tml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz howl-1.0.0= .tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libXft-2.1.7.tbz = libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.1_2.tbz libbo= noboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz libgcrypt-1.2.2.tbz= libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomecanvas-2.12.0.tbz libg= nomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgnomeui-2.12.0_1.tbz lib= gpg-error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_1.tbz libxml2-2.6.2= 3.tbz libxslt-1.1.15.tbz linc-1.0.3_4.tbz openldap-client-2.2.30.tbz p5-XML= -Parser-2.34_2.tbz pango-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig= -0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz python-2.4.2.tbz samba-libsmbclient-= 3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz sdocbook-xml-4.1.2.5_2.tbz shared-m= ime-info-0.16_2.tbz startup-notification-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr= -2.2.tbz xorg-fonts-encodings-6.9.0.tbz xorg-fonts-truetype-6.9.0.tbz xorg-= libraries-6.9.0.tbz prefixes: usr/local usr/X11R6 add_pkg =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 =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> balsa-2.3.10.tar.bz2 doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/balsa-2.3.1= 0.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/balsa-2.3.10.tar.b= z2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://www.theochem.kth.se/~pawsa/balsa/. balsa-2.3.10.tar.bz2 3196 kB 295 kBps =3D> MD5 Checksum OK for balsa-2.3.10.tar.bz2. =3D> SHA256 Checksum OK for balsa-2.3.10.tar.bz2. =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 =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 add_pkg perl-5.8.7_2.tbz adding dependencies pkg_add perl-5.8.7_2.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. =3D=3D=3D> Extracting for balsa-2.3.10 =3D> MD5 Checksum OK for balsa-2.3.10.tar.bz2. =3D> SHA256 Checksum OK for balsa-2.3.10.tar.bz2. =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found Deleting perl-5.8.7_2 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. =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 =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 add_pkg perl-5.8.7_2.tbz adding dependencies pkg_add perl-5.8.7_2.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. =3D=3D=3D> Patching for balsa-2.3.10 =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found =3D=3D=3D> Applying FreeBSD patches for balsa-2.3.10 Deleting perl-5.8.7_2 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. =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 =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 add_pkg ORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bitstream-ve= ra-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xml-4.2_1.tb= z docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontconfig-2.3.2= _2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz gconf2-2.1= 2.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gmime-2.1.19_1= .tbz gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyring-0.4.6.t= bz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz gtk-2.8.= 11.tbz gtkhtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz= howl-1.0.0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libXft= -2.1.7.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.1_= 2.tbz libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz libgcryp= t-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomecanvas-2.12= .0.tbz libgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgnomeui-2.12.= 0_1.tbz libgpg- error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_1.tbz = libtool-1.5.22_1.tbz libxml2-2.6.23.tbz libxslt-1.1.15.tbz linc-1.0.3_4.tbz= openldap-client-2.2.30.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz pcre-= 6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz py= thon-2.4.2.tbz samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz s= docbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz startup-notification-= 0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0.tbz x= org-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz adding dependencies pkg_add ORBit2-2.12.4_1.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add aspell-0.60.4_2.tbz pkg_add atk-1.10.3.tbz pkg_add bitstream-vera-1.10_2.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. pkg_add cairo-1.0.2_1.tbz pkg_add docbook-sk-4.1.2_3.tbz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports The following catalogs are installed: 1) ${PREFIX}/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) ${PREFIX}/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under ${PREFIX}/share/sgml. It is changed by ports/packages. 3) ${PREFIX}/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) ${PREFIX}/share/xml/catalog.ports This catalog is for handling XML stuff installed under ${PREFIX}/share/xml. It is changed by ports/packages. pkg_add docbook-xml-4.2_1.tbz pkg_add docbook-xsl-1.69.1.tbz pkg_add esound-0.2.36.tbz pkg_add expat-2.0.0.tbz skipping expat-2.0.0, already added pkg_add fontconfig-2.3.2_2,1.tbz skipping fontconfig-2.3.2_2,1, already added pkg_add freetype2-2.1.10_2.tbz skipping freetype2-2.1.10_2, already added pkg_add gail-1.8.8.tbz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D *** * Updating MIME database in /usr/X11R6/share/mime... *** *** * Updating MIME database in /usr/local/share/mime... *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add gamin-0.1.5_2.tbz =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Gamin will only provide realtime notification of changes for at most n file= s, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles=3D"25000" =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D pkg_add gconf2-2.12.1.tbz =2E/etc/CORBA missing (created) =2E/etc/CORBA/servers missing (created) =2E/etc/X11 missing (created) =2E/etc/X11/serverconfig missing (created) =2E/etc/X11/starthere missing (created) =2E/etc/X11/sysconfig missing (created) =2E/etc/gconf missing (created) =2E/etc/gconf/gconf.xml.defaults missing (created) =2E/etc/gconf/gconf.xml.mandatory missing (created) =2E/etc/gconf/schemas missing (created) =2E/etc/gnome missing (created) =2E/etc/gnome/config missing (created) =2E/etc/gnome-vfs-2.0 missing (created) =2E/etc/gnome-vfs-2.0/modules missing (created) =2E/etc/sound missing (created) =2E/etc/sound/events missing (created) =2E/etc/vfs missing (created) =2E/etc/vfs/modules missing (created) =2E/include/gconf missing (created) =2E/include/gdkcardimage missing (created) =2E/include/gnome-1.0 missing (created) =2E/lib/GConf missing (created) =2E/lib/bonobo missing (created) =2E/lib/bonobo/monikers missing (created) =2E/lib/bonobo/plugin missing (created) =2E/lib/gnome-vfs-2.0 missing (created) =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) =2E/lib/vfs/modules missing (created) =2E/libdata/bonobo missing (created) =2E/libdata/bonobo/servers missing (created) =2E/share/doc/libgda missing (created) =2E/share/gnome missing (created) =2E/share/gnome/applets missing (created) =2E/share/gnome/applets/Amusements missing (created) =2E/share/gnome/applets/Clocks missing (created) =2E/share/gnome/applets/Monitors missing (created) =2E/share/gnome/applets/Multimedia missing (created) =2E/share/gnome/applets/Network missing (created) =2E/share/gnome/applets/Utility missing (created) =2E/share/gnome/application-registry missing (created) =2E/share/gnome/applications missing (created) =2E/share/gnome/apps missing (created) =2E/share/gnome/apps/Applications missing (created) =2E/share/gnome/apps/Audio missing (created) =2E/share/gnome/apps/Development missing (created) =2E/share/gnome/apps/Games missing (created) =2E/share/gnome/apps/Graphics missing (created) =2E/share/gnome/apps/Internet missing (created) =2E/share/gnome/apps/Multimedia missing (created) =2E/share/gnome/apps/Settings missing (created) =2E/share/gnome/apps/Settings/Desktop missing (created) =2E/share/gnome/apps/Settings/Documents missing (created) =2E/share/gnome/apps/Settings/Peripherals missing (created) =2E/share/gnome/apps/Settings/Session missing (created) =2E/share/gnome/apps/System missing (created) =2E/share/gnome/apps/Utilities missing (created) =2E/share/gnome/capplets missing (created) =2E/share/gnome/control-center missing (created) =2E/share/gnome/control-center/Desktop missing (created) =2E/share/gnome/control-center/Documents missing (created) =2E/share/gnome/control-center/Peripherals missing (created) =2E/share/gnome/control-center/Session missing (created) =2E/share/gnome/control-center/capplets missing (created) =2E/share/gnome/control-center-2.0 missing (created) =2E/share/gnome/control-center-2.0/capplets missing (created) =2E/share/gnome/fonts missing (created) =2E/share/gnome/games missing (created) =2E/share/gnome/gnome-2.0 missing (created) =2E/share/gnome/gnome-2.0/ui missing (created) =2E/share/gnome/gnome-about missing (created) =2E/share/gnome/help missing (created) =2E/share/gnome/help/fdl missing (created) =2E/share/gnome/help/fdl/C missing (created) =2E/share/gnome/help/gpl missing (created) =2E/share/gnome/help/gpl/C missing (created) =2E/share/gnome/help/lgpl missing (created) =2E/share/gnome/help/lgpl/C missing (created) =2E/share/gnome/icons missing (created) =2E/share/gnome/idl missing (created) =2E/share/gnome/images missing (created) =2E/share/gnome/mc missing (created) =2E/share/gnome/mc/templates missing (created) =2E/share/gnome/mime-info missing (created) =2E/share/gnome/oaf missing (created) =2E/share/gnome/omf missing (created) =2E/share/gnome/panel missing (created) =2E/share/gnome/pixmaps missing (created) =2E/share/gnome/pixmaps/document-icons missing (created) =2E/share/gnome/pixmaps/splash missing (created) =2E/share/gnome/sgml missing (created) =2E/share/gnome/sgml/docbook missing (created) =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) =2E/share/gnome/sounds missing (created) =2E/share/gnome/themes missing (created) =2E/share/gnome/ui missing (created) =2E/share/gnome/vfolders missing (created) =2E/share/gnome/wm-properties missing (created) =2E/share/gnome/xmodmap missing (created) pkg_add gettext-0.14.5_1.tbz skipping gettext-0.14.5_1, already added pkg_add glib-2.8.6.tbz skipping glib-2.8.6, already added pkg_add gmake-3.80_2.tbz pkg_add gmime-2.1.19_1.tbz pkg_add gnome-icon-theme-2.12.1_2.tbz pkg_add gnomehier-2.0_7.tbz skipping gnomehier-2.0_7, already added pkg_add gnomekeyring-0.4.6.tbz pkg_add gnomemimedata-2.4.2.tbz pkg_add gnomevfs2-2.12.2_1.tbz pkg_add gnutls-1.2.9.tbz pkg_add gtk-2.8.11.tbz skipping gtk-2.8.11, already added pkg_add gtkhtml3-3.8.2.tbz pkg_add gtkspell2-2.0.11_1.tbz pkg_add hicolor-icon-theme-0.5.tbz skipping hicolor-icon-theme-0.5, already added pkg_add howl-1.0.0.tbz skipping howl-1.0.0, already added pkg_add intltool-0.34.1.tbz skipping intltool-0.34.1, already added pkg_add jpeg-6b_3.tbz skipping jpeg-6b_3, already added pkg_add libIDL-0.8.6_1.tbz skipping libIDL-0.8.6_1, already added pkg_add libXft-2.1.7.tbz skipping libXft-2.1.7, already added pkg_add libart_lgpl2-2.3.17.tbz skipping libart_lgpl2-2.3.17, already added pkg_add libaudiofile-0.2.6.tbz skipping libaudiofile-0.2.6, already added pkg_add libbonobo-2.10.1_2.tbz skipping libbonobo-2.10.1_2, already added pkg_add libbonoboui-2.10.1_1.tbz skipping libbonoboui-2.10.1_1, already added pkg_add libdrm-2.0.tbz skipping libdrm-2.0, already added pkg_add libesmtp-1.0.4,1.tbz pkg_add libgcrypt-1.2.2.tbz skipping libgcrypt-1.2.2, already added pkg_add libglade2-2.5.1_3.tbz skipping libglade2-2.5.1_3, already added pkg_add libgnome-2.12.0.1.tbz skipping libgnome-2.12.0.1, already added pkg_add libgnomecanvas-2.12.0.tbz skipping libgnomecanvas-2.12.0, already added pkg_add libgnomeprint-2.12.1.tbz skipping libgnomeprint-2.12.1, already added pkg_add libgnomeprintui-2.12.1.tbz skipping libgnomeprintui-2.12.1, already added pkg_add libgnomeui-2.12.0_1.tbz skipping libgnomeui-2.12.0_1, already added pkg_add libgpg-error-1.1.tbz skipping libgpg-error-1.1, already added pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add libltdl-1.5.22.tbz pkg_add libsoup-2.2.7_1.tbz skipping libsoup-2.2.7_1, already added pkg_add libtool-1.5.22_1.tbz pkg_add libxml2-2.6.23.tbz skipping libxml2-2.6.23, already added pkg_add libxslt-1.1.15.tbz skipping libxslt-1.1.15, already added pkg_add linc-1.0.3_4.tbz skipping linc-1.0.3_4, already added pkg_add openldap-client-2.2.30.tbz ************************************************************ The OpenLDAP client package has been successfully installed. Edit /usr/local/etc/openldap/ldap.conf to change the system-wide client defaults. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at http://www.OpenLDAP.org/faq/index.cgi?file=3D3 for more information. ************************************************************ pkg_add p5-XML-Parser-2.34_2.tbz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.10.2.tbz skipping pango-1.10.2, already added pkg_add pcre-6.5.tbz pkg_add perl-5.8.7_2.tbz skipping perl-5.8.7_2, already added pkg_add pkgconfig-0.20.tbz skipping pkgconfig-0.20, already added pkg_add png-1.2.8_2.tbz skipping png-1.2.8_2, already added pkg_add popt-1.7.tbz skipping popt-1.7, already added pkg_add python-2.4.2.tbz skipping python-2.4.2, already added pkg_add samba-libsmbclient-3.0.21a.tbz skipping samba-libsmbclient-3.0.21a, already added pkg_add scrollkeeper-0.3.14_2,1.tbz skipping scrollkeeper-0.3.14_2,1, already added pkg_add sdocbook-xml-4.1.2.5_2.tbz skipping sdocbook-xml-4.1.2.5_2, already added pkg_add shared-mime-info-0.16_2.tbz skipping shared-mime-info-0.16_2, already added pkg_add startup-notification-0.8_1.tbz skipping startup-notification-0.8_1, already added pkg_add tiff-3.8.0.tbz skipping tiff-3.8.0, already added pkg_add xmlcatmgr-2.2.tbz skipping xmlcatmgr-2.2, already added pkg_add xorg-fonts-encodings-6.9.0.tbz skipping xorg-fonts-encodings-6.9.0, already added pkg_add xorg-fonts-truetype-6.9.0.tbz skipping xorg-fonts-truetype-6.9.0, already added pkg_add xorg-libraries-6.9.0.tbz skipping xorg-libraries-6.9.0, already added =3D=3D=3D> balsa-2.3.10 depends on executable: gmake - found =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/libtool15 - found =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/intltool-extract = - found =3D=3D=3D> balsa-2.3.10 depends on file: /usr/X11R6/libdata/pkgconfig/gno= me-mime-data-2.0.pc - found =3D=3D=3D> balsa-2.3.10 depends on executable: pkg-config - found =3D=3D=3D> balsa-2.3.10 depends on shared library: aspell.16 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: pcre.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: esmtp.6 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gmime-2.0.3 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gtkspell.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: ldap-2.2.7 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: iconv.3 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: ltdl.4 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: esd.2 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: atk-1.0.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gailutil.17 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gconf-2.4 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: glib-2.0.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomevfs-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gtk-x11-2.0.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gtkhtml-3.8.15 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: art_lgpl_2.5 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: bonobo-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: bonoboui-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: glade-2.0.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gnome-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomecanvas-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeprint-2-2.0 - fou= nd =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeprintui-2-2.0 - f= ound =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeui-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: IDL-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: xml2.5 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: xslt.2 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: linc.1 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: ORBit-2.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: pango-1.0.0 - found =3D=3D=3D> balsa-2.3.10 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for balsa-2.3.10 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 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 ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking build system type... i386-portbld-freebsd6.0 checking host system type... i386-portbld-freebsd6.0 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking whether ln -s works... yes checking for scrollkeeper-config... /usr/X11R6/bin/scrollkeeper-config checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... am az bg ca cs da de el en_CA en_= GB es et fi fr ga he hi hr hu it ja ko lt lv ml ms nb ne nl nn no pa pl pt = pt_BR ro ru rw sk sl sq sr sr@Latn sv tr uk vi wa zh_CN zh_HK zh_TW checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BALSA... yes checking for HTML... yes checking whether to build with gpgme/GnuPG support... no checking whether to use LDAP... yes checking for ldap_search in -lldap... yes checking for ldap_start_tls_s in -lldap... yes checking whether to use SQLite... no checking whether to build ESMTP support... yes checking for smtp_start_session in -lesmtp... yes checking for smtp_option_require_all_recipients in -lesmtp... yes checking for smtp_starttls_set_password_cb in -lesmtp... yes checking whether to use PCRE... yes checking whether to build SSL support... yes checking whether to build Compface support... no no checking for SPELL... yes checking for an ANSI C-conforming const... yes checking for ANSI C header files... (cached) yes checking for CVS information... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking for isblank... yes checking for gawk... (cached) nawk configure: creating ./config.status config.status: creating Makefile config.status: creating balsa.1 config.status: creating balsa.spec config.status: creating po/Makefile.in config.status: creating sounds/Makefile config.status: creating images/Makefile config.status: creating images/mimetypes/Makefile config.status: creating images/16x16/Makefile config.status: creating images/24x24/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating libbalsa/Makefile config.status: creating libbalsa/imap/Makefile config.status: creating libinit_balsa/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Final configuration =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Installing into prefix: /usr/X11R6 Using multithreading: yes Enable compile warnings: no Use ESMTP : yes Use GtkHTML: 3 Use GPGME: no Use LDAP: yes Use GSS: no Use SQLite: no Use SSL: yes Use GtkSpell: yes Use GtkSourceView: no Use Compface: no Install extra MIME icons: yes =3D=3D=3D> Building for balsa-2.3.10 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10' Making all in po gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/po' Making all in sounds gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/so= unds' LC_ALL=3DC ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po bal= sa.soundlist.in balsa.soundlist Generating and caching the translation database WARNING: ../po/et.po is not in UTF-8 but ISO-8859-15, converting... Merging translations into balsa.soundlist. gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/sou= nds' Making all in images gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/im= ages' Making all in mimetypes gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/im= ages/mimetypes' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/ima= ges/mimetypes' Making all in 16x16 gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/im= ages/16x16' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/ima= ges/16x16' Making all in 24x24 gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/im= ages/24x24' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/ima= ges/24x24' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/im= ages' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/ima= ges' gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/ima= ges' Making all in doc gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/do= c' Making all in C gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/do= c/C' cd ../.. && /bin/sh /work/a/ports/mail/balsa/work/balsa-2.3.10/missing --r= un automake-1.9 --gnu doc/C/Makefile automake-1.9: not found WARNING: `automake-1.9' is missing on your system. You should only need it= if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd ../.. && /bin/sh ./config.status doc/C/Makefile=20 config.status: creating doc/C/Makefile gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc= /C' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/do= c/C' for file in balsa-C.omf; do \ scrollkeeper-preinstall /usr/X11R6/share/gnome/help/balsa/C/balsa.xml ./$= file ./$file.out; \ done touch omf_timestamp gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc= /C' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/do= c' cd .. && /bin/sh ./config.status doc/Makefile=20 config.status: creating doc/Makefile gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/do= c' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' Making all in libbalsa gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/li= bbalsa' cd .. && /bin/sh ./config.status libbalsa/Makefile depfiles config.status: creating libbalsa/Makefile config.status: executing depfiles commands gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/lib= balsa' gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/li= bbalsa' Making all in imap gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/li= bbalsa/imap' cd ../.. && /bin/sh ./config.status libbalsa/imap/Makefile depfiles config.status: creating libbalsa/imap/Makefile config.status: executing depfiles commands gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/lib= balsa/imap' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/li= bbalsa/imap' if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT auth-cram.o -MD -MP -MF ".deps/auth-cram.Tpo" -c -o auth-cram.o aut= h-cram.c; \ then mv -f ".deps/auth-cram.Tpo" ".deps/auth-cram.Po"; else rm -f ".deps/au= th-cram.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT auth-gssapi.o -MD -MP -MF ".deps/auth-gssapi.Tpo" -c -o auth-gssapi= .o auth-gssapi.c; \ then mv -f ".deps/auth-gssapi.Tpo" ".deps/auth-gssapi.Po"; else rm -f ".dep= s/auth-gssapi.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT imap-auth.o -MD -MP -MF ".deps/imap-auth.Tpo" -c -o imap-auth.o ima= p-auth.c; \ then mv -f ".deps/imap-auth.Tpo" ".deps/imap-auth.Po"; else rm -f ".deps/im= ap-auth.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT imap-commands.o -MD -MP -MF ".deps/imap-commands.Tpo" -c -o imap-co= mmands.o imap-commands.c; \ then mv -f ".deps/imap-commands.Tpo" ".deps/imap-commands.Po"; else rm -f "= .deps/imap-commands.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT imap-handle.o -MD -MP -MF ".deps/imap-handle.Tpo" -c -o imap-handle= .o imap-handle.c; \ then mv -f ".deps/imap-handle.Tpo" ".deps/imap-handle.Po"; else rm -f ".dep= s/imap-handle.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT imap-search.o -MD -MP -MF ".deps/imap-search.Tpo" -c -o imap-search= .o imap-search.c; \ then mv -f ".deps/imap-search.Tpo" ".deps/imap-search.Po"; else rm -f ".dep= s/imap-search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT imap-tls.o -MD -MP -MF ".deps/imap-tls.Tpo" -c -o imap-tls.o imap-t= ls.c; \ then mv -f ".deps/imap-tls.Tpo" ".deps/imap-tls.Po"; else rm -f ".deps/imap= -tls.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT libimap-marshal.o -MD -MP -MF ".deps/libimap-marshal.Tpo" -c -o lib= imap-marshal.o libimap-marshal.c; \ then mv -f ".deps/libimap-marshal.Tpo" ".deps/libimap-marshal.Po"; else rm = -f ".deps/libimap-marshal.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT md5-utils.o -MD -MP -MF ".deps/md5-utils.Tpo" -c -o md5-utils.o md5= -utils.c; \ then mv -f ".deps/md5-utils.Tpo" ".deps/md5-utils.Po"; else rm -f ".deps/md= 5-utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT pop3.o -MD -MP -MF ".deps/pop3.Tpo" -c -o pop3.o pop3.c; \ then mv -f ".deps/pop3.Tpo" ".deps/pop3.Po"; else rm -f ".deps/pop3.Tpo"; e= xit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT siobuf.o -MD -MP -MF ".deps/siobuf.Tpo" -c -o siobuf.o siobuf.c; \ then mv -f ".deps/siobuf.Tpo" ".deps/siobuf.Po"; else rm -f ".deps/siobuf.T= po"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I..= /../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I= /usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/= include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/loc= al/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/loc= al/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr= /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr= /X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/= gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/incl= ude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/in= clude/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REEN= TRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/includ= e/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-= activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkht= ml-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomepri= ntui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.= 0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/i= nclude/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include = -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R= 6/include/libgnom eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! PI -I/us r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -= I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/i= nclude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr= /local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -pi= pe -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; e= xit 1; fi rm -f libimap.a ar cru libimap.a auth-cram.o auth-gssapi.o imap-auth.o imap-commands.o imap= -handle.o imap-search.o imap-tls.o libimap-marshal.o md5-utils.o pop3.o sio= buf.o util.o=20 ranlib libimap.a gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/lib= balsa/imap' gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/li= bbalsa' if cc -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_= DEPRECATED -DGMIME_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGNOME_DI= SABLE_DEPRECATED_SOURCE -DGNOME_VFS_DISABLE_DEPRECATED -DGTK_DISABLE_DEPREC= ATED -DPANGO_DISABLE_DEPRECATED -I. -I. -I.. -I.. -I.. -I../libbalsa -I../l= ibbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I/usr/= local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/inclu= de/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -I/usr= /local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/in= clude/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R= 6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -= I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R= 6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome= -vfs-2.0/include=20 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.= 0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-keyring-1= -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnomepri= nt-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REENTRANT= -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/local/= include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orb= it-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activ= ation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/lo= cal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.= 8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomeprintui-= 2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/= usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X1= 1R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/inclu= de/gnome-vfs-2.0=20 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/! gnome-ke yring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/in= clude/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgn= omeprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/loc= al/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -I/usr= /X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/includ= e/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/loca= l/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT abo= ok-completion.o -MD -MP -MF ".deps/abook-completion.Tpo" -c -o abook-comple= tion.o abook-completion.c; \ then mv -f ".deps/abook-completion.Tpo" ".deps/abook-completion.Po"; else r= m -f ".deps/abook-completion.Tpo"; exit 1; fi In file included from misc.h:35, from abook-completion.c:29: /usr/local/include/pcreposix.h:110: error: syntax error before "int" /usr/local/include/pcreposix.h:111: error: syntax error before "int" /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" /usr/local/include/pcreposix.h:114: error: syntax error before "void" gmake[3]: *** [abook-completion.o] Error 1 gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/lib= balsa' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/lib= balsa' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/mail/balsa. =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/mail/balsa ended at Wed Feb 8 05:38:30 UTC 2006 ----- End forwarded message ----- --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6YaGWry0BWjoQKURAjo7AJ4vLDLO7zhSIXWBxOCy0NvKxHZWkQCdEXH+ GzQVmT9yYJCIySmM2vt033c= =wEZ2 -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 07:01:59 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98EAF16A420 for ; Wed, 8 Feb 2006 07:01:59 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCF843D46 for ; Wed, 8 Feb 2006 07:01:57 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k18720BN016515; Wed, 8 Feb 2006 02:02:00 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20060208054958.GA18517@xor.obsecurity.org> References: <20060208054958.GA18517@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-td/vDkPJHCtsu0QQKl8N" Organization: MarcusCom, Inc. Date: Wed, 08 Feb 2006 02:01:55 -0500 Message-Id: <1139382115.87150.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: balsa-2.3.10 failed on i386 6] 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, 08 Feb 2006 07:01:59 -0000 --=-td/vDkPJHCtsu0QQKl8N Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-02-08 at 00:49 -0500, Kris Kennaway wrote: > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. There seems to be a problem with pcre. I've tried to reproduce this locally on 6-STABLE with the latest pcre, and I cannot. In fact, line 110 of my /usr/local/include/pcreposix.h is a blank line. Maybe there is a problem with the pcre package that is currently being used for the i386 6 run. Joe >=20 > See http://pointyhat.freebsd.org for the full log. >=20 > Thanks, > Kris >=20 > ----- Forwarded message from User Ports-i386 ---= -- >=20 > X-Original-To: kkenn@localhost > Delivered-To: kkenn@localhost.obsecurity.org > X-Original-To: kris@FreeBSD.org > Delivered-To: kris@FreeBSD.org > Date: Wed, 8 Feb 2006 05:38:36 GMT > From: User Ports-i386 > To: krion@FreeBSD.org, kris@FreeBSD.org > Subject: balsa-2.3.10 failed on i386 6 > X-UIDL: dcC"!;]%"!l>j"!~jU!! > X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.= 1 >=20 > building balsa-2.3.10 on gohan35.freebsd.org > in directory /x/tmp/6/chroot/9572 > maintained by: gnome@FreeBSD.org > port directory: /usr/ports/mail/balsa > build started at Wed Feb 8 05:14:05 UTC 2006 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3Dperl-5.8.7_2.tbz > EXTRACT_DEPENDS=3Dperl-5.8.7_2.tbz > BUILD_DEPENDS=3DORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bi= tstream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xm= l-4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontco= nfig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz = gconf2-2.12.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gmim= e-2.1.19_1.tbz gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyri= ng-0.4.6.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tb= z gtk-2.8.11.tbz gtkhtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-the= me-0.5.tbz howl-1.0.0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.= tbz libXft-2.1.7.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbono= bo-2.10.1_2.tbz libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tb= z libgcrypt-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomec= anvas-2.12.0.tbz libgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgno= meui-2.12.0_1.tbz l > ibgpg-error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.= 7_1.tbz libtool-1.5.22_1.tbz libxml2-2.6.23.tbz libxslt-1.1.15.tbz linc-1.0= .3_4.tbz openldap-client-2.2.30.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2.t= bz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.= 7.tbz python-2.4.2.tbz samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2= ,1.tbz sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz startup-notif= ication-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9= .0.tbz xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz > RUN_DEPENDS=3DORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bits= tream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xml-= 4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontconf= ig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz gc= onf2-2.12.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmime-2.1.19_1.tbz gnom= e-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyring-0.4.6.tbz gnomem= imedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz gtk-2.8.11.tbz gt= khtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz howl-1.0= .0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libXft-2.1.7.tb= z libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.1_2.tbz lib= bonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz libgcrypt-1.2.2.t= bz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomecanvas-2.12.0.tbz li= bgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgnomeui-2.12.0_1.tbz l= ibgpg-error-1.1.tbz > libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_1.tbz libxml2-2.6= .23.tbz libxslt-1.1.15.tbz linc-1.0.3_4.tbz openldap-client-2.2.30.tbz p5-X= ML-Parser-2.34_2.tbz pango-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz pkgconf= ig-0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz python-2.4.2.tbz samba-libsmbclien= t-3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz sdocbook-xml-4.1.2.5_2.tbz shared= -mime-info-0.16_2.tbz startup-notification-0.8_1.tbz tiff-3.8.0.tbz xmlcatm= gr-2.2.tbz xorg-fonts-encodings-6.9.0.tbz xorg-fonts-truetype-6.9.0.tbz xor= g-libraries-6.9.0.tbz > prefixes: usr/local usr/X11R6 > add_pkg > =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 > =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> balsa-2.3.10.tar.bz2 doesn't seem to exist in /tmp/distfiles/. > =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/po= rts/distfiles/. > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/balsa-2.3= .10.tar.bz2: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/dis= tfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/balsa-2.3.10.tar= .bz2: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from http://www.theochem.kth.se/~pawsa/balsa/. > balsa-2.3.10.tar.bz2 3196 kB 295 kBps > =3D> MD5 Checksum OK for balsa-2.3.10.tar.bz2. > =3D> SHA256 Checksum OK for balsa-2.3.10.tar.bz2. > =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 > =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 > add_pkg perl-5.8.7_2.tbz > adding dependencies > pkg_add perl-5.8.7_2.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > =3D=3D=3D> Extracting for balsa-2.3.10 > =3D> MD5 Checksum OK for balsa-2.3.10.tar.bz2. > =3D> SHA256 Checksum OK for balsa-2.3.10.tar.bz2. > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - fou= nd > Deleting perl-5.8.7_2 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > =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 > =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 > add_pkg perl-5.8.7_2.tbz > adding dependencies > pkg_add perl-5.8.7_2.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > =3D=3D=3D> Patching for balsa-2.3.10 > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - fou= nd > =3D=3D=3D> Applying FreeBSD patches for balsa-2.3.10 > Deleting perl-5.8.7_2 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > =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 > =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 > add_pkg ORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz bitstream-= vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz docbook-xml-4.2_1.= tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz expat-2.0.0.tbz fontconfig-2.3= .2_2,1.tbz freetype2-2.1.10_2.tbz gail-1.8.8.tbz gamin-0.1.5_2.tbz gconf2-2= .12.1.tbz gettext-0.14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz gmime-2.1.19= _1.tbz gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz gnomekeyring-0.4.6= .tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz gtk-2.= 8.11.tbz gtkhtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.t= bz howl-1.0.0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libX= ft-2.1.7.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.= 1_2.tbz libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz libgcr= ypt-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz libgnomecanvas-2.= 12.0.tbz libgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz libgnomeui-2.1= 2.0_1.tbz libgpg- > error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_1.tb= z libtool-1.5.22_1.tbz libxml2-2.6.23.tbz libxslt-1.1.15.tbz linc-1.0.3_4.t= bz openldap-client-2.2.30.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz pcr= e-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz = python-2.4.2.tbz samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz= sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz startup-notificatio= n-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0.tbz= xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz > adding dependencies > pkg_add ORBit2-2.12.4_1.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > pkg_add aspell-0.60.4_2.tbz > pkg_add atk-1.10.3.tbz > pkg_add bitstream-vera-1.10_2.tbz > Running fc-cache to build fontconfig cache... > fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs > fc-cache: "/root/.fonts": skipping, no such directory > fc-cache: succeeded > /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 font= s, 0 dirs > /usr/X11R6/bin/fc-cache: succeeded >=20 > IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these= fonts > before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bit= stream-vera/COPYRIGHT.TXT. To > use these fonts, follow the instructions below. >=20 > Make sure that the freetype module is loaded. If it is not, add the foll= owing > line to the "Modules" section of your X Windows configuration file: >=20 > Load "freetype" >=20 > Add the following line to the "Files" section of X Windows configuration = file: >=20 > FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" >=20 > Note: your X Windows configuration file is typically /etc/X11/XF86Config > if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. >=20 > pkg_add cairo-1.0.2_1.tbz > pkg_add docbook-sk-4.1.2_3.tbz > + Creating /usr/local/share/sgml/catalog > + Registering CATALOG catalog.ports (SGML) > + Creating /usr/local/share/sgml/catalog.ports > + Creating /usr/local/share/xml/catalog > + Registering nextCatalog catalog.ports (XML) > + Creating /usr/local/share/xml/catalog.ports >=20 > The following catalogs are installed: >=20 > 1) ${PREFIX}/share/sgml/catalog >=20 > The top level catalog for SGML stuff. It is not changed > by any ports/packages except textproc/xmlcatmgr. >=20 > 2) ${PREFIX}/share/sgml/catalog.ports >=20 > This catalog is for handling SGML stuff installed under > ${PREFIX}/share/sgml. It is changed by ports/packages. >=20 > 3) ${PREFIX}/share/xml/catalog >=20 > The top level catalog for XML stuff. It is not changed > by any ports/packages except textproc/xmlcatmgr. >=20 > 4) ${PREFIX}/share/xml/catalog.ports >=20 > This catalog is for handling XML stuff installed under > ${PREFIX}/share/xml. It is changed by ports/packages. >=20 > pkg_add docbook-xml-4.2_1.tbz > pkg_add docbook-xsl-1.69.1.tbz > pkg_add esound-0.2.36.tbz > pkg_add expat-2.0.0.tbz > skipping expat-2.0.0, already added > pkg_add fontconfig-2.3.2_2,1.tbz > skipping fontconfig-2.3.2_2,1, already added > pkg_add freetype2-2.1.10_2.tbz > skipping freetype2-2.1.10_2, already added > pkg_add gail-1.8.8.tbz >=20 > =3D=3D=3D=3D > Note that some of the standard modules are provided as separate > ports since they require extra dependencies: >=20 > bsddb databases/py-bsddb > gdbm databases/py-gdbm > tkinter x11-toolkits/py-tkinter >=20 > Install them as needed. > =3D=3D=3D=3D >=20 > *** > * Updating MIME database in /usr/X11R6/share/mime... > *** > *** > * Updating MIME database in /usr/local/share/mime... > *** > Running fc-cache to build fontconfig cache... > fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0= dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0= dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs > fc-cache: "/root/.fonts": skipping, no such directory > fc-cache: succeeded > pkg_add gamin-0.1.5_2.tbz >=20 > =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >=20 > Gamin will only provide realtime notification of changes for at most n fi= les, > where n is the minimum value between (kern.maxfiles * 0.7) and > (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. >=20 > If you often open several large folders with Nautilus, you might want to > increase the kern.maxfiles tunable (you do not need to set > kern.maxfilesperproc, since it is computed at boot time from kern.maxfile= s). >=20 > For a typical desktop, add the following line to /boot/loader.conf, then > reboot the system: >=20 > kern.maxfiles=3D"25000" >=20 > =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >=20 > pkg_add gconf2-2.12.1.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/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) > ./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/doc/libgda missing (created) > ./share/gnome missing (created) > ./share/gnome/applets missing (created) > ./share/gnome/applets/Amusements missing (created) > ./share/gnome/applets/Clocks missing (created) > ./share/gnome/applets/Monitors missing (created) > ./share/gnome/applets/Multimedia missing (created) > ./share/gnome/applets/Network missing (created) > ./share/gnome/applets/Utility missing (created) > ./share/gnome/application-registry missing (created) > ./share/gnome/applications 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/capplets missing (created) > ./share/gnome/control-center missing (created) > ./share/gnome/control-center/Desktop missing (created) > ./share/gnome/control-center/Documents missing (created) > ./share/gnome/control-center/Peripherals missing (created) > ./share/gnome/control-center/Session missing (created) > ./share/gnome/control-center/capplets missing (created) > ./share/gnome/control-center-2.0 missing (created) > ./share/gnome/control-center-2.0/capplets missing (created) > ./share/gnome/fonts missing (created) > ./share/gnome/games missing (created) > ./share/gnome/gnome-2.0 missing (created) > ./share/gnome/gnome-2.0/ui missing (created) > ./share/gnome/gnome-about 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/icons missing (created) > ./share/gnome/idl missing (created) > ./share/gnome/images missing (created) > ./share/gnome/mc missing (created) > ./share/gnome/mc/templates missing (created) > ./share/gnome/mime-info missing (created) > ./share/gnome/oaf missing (created) > ./share/gnome/omf missing (created) > ./share/gnome/panel missing (created) > ./share/gnome/pixmaps missing (created) > ./share/gnome/pixmaps/document-icons missing (created) > ./share/gnome/pixmaps/splash missing (created) > ./share/gnome/sgml missing (created) > ./share/gnome/sgml/docbook missing (created) > ./share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) > ./share/gnome/sounds missing (created) > ./share/gnome/themes missing (created) > ./share/gnome/ui missing (created) > ./share/gnome/vfolders missing (created) > ./share/gnome/wm-properties missing (created) > ./share/gnome/xmodmap missing (created) > pkg_add gettext-0.14.5_1.tbz > skipping gettext-0.14.5_1, already added > pkg_add glib-2.8.6.tbz > skipping glib-2.8.6, already added > pkg_add gmake-3.80_2.tbz > pkg_add gmime-2.1.19_1.tbz > pkg_add gnome-icon-theme-2.12.1_2.tbz > pkg_add gnomehier-2.0_7.tbz > skipping gnomehier-2.0_7, already added > pkg_add gnomekeyring-0.4.6.tbz > pkg_add gnomemimedata-2.4.2.tbz > pkg_add gnomevfs2-2.12.2_1.tbz > pkg_add gnutls-1.2.9.tbz > pkg_add gtk-2.8.11.tbz > skipping gtk-2.8.11, already added > pkg_add gtkhtml3-3.8.2.tbz > pkg_add gtkspell2-2.0.11_1.tbz > pkg_add hicolor-icon-theme-0.5.tbz > skipping hicolor-icon-theme-0.5, already added > pkg_add howl-1.0.0.tbz > skipping howl-1.0.0, already added > pkg_add intltool-0.34.1.tbz > skipping intltool-0.34.1, already added > pkg_add jpeg-6b_3.tbz > skipping jpeg-6b_3, already added > pkg_add libIDL-0.8.6_1.tbz > skipping libIDL-0.8.6_1, already added > pkg_add libXft-2.1.7.tbz > skipping libXft-2.1.7, already added > pkg_add libart_lgpl2-2.3.17.tbz > skipping libart_lgpl2-2.3.17, already added > pkg_add libaudiofile-0.2.6.tbz > skipping libaudiofile-0.2.6, already added > pkg_add libbonobo-2.10.1_2.tbz > skipping libbonobo-2.10.1_2, already added > pkg_add libbonoboui-2.10.1_1.tbz > skipping libbonoboui-2.10.1_1, already added > pkg_add libdrm-2.0.tbz > skipping libdrm-2.0, already added > pkg_add libesmtp-1.0.4,1.tbz > pkg_add libgcrypt-1.2.2.tbz > skipping libgcrypt-1.2.2, already added > pkg_add libglade2-2.5.1_3.tbz > skipping libglade2-2.5.1_3, already added > pkg_add libgnome-2.12.0.1.tbz > skipping libgnome-2.12.0.1, already added > pkg_add libgnomecanvas-2.12.0.tbz > skipping libgnomecanvas-2.12.0, already added > pkg_add libgnomeprint-2.12.1.tbz > skipping libgnomeprint-2.12.1, already added > pkg_add libgnomeprintui-2.12.1.tbz > skipping libgnomeprintui-2.12.1, already added > pkg_add libgnomeui-2.12.0_1.tbz > skipping libgnomeui-2.12.0_1, already added > pkg_add libgpg-error-1.1.tbz > skipping libgpg-error-1.1, already added > pkg_add libiconv-1.9.2_1.tbz > skipping libiconv-1.9.2_1, already added > pkg_add libltdl-1.5.22.tbz > pkg_add libsoup-2.2.7_1.tbz > skipping libsoup-2.2.7_1, already added > pkg_add libtool-1.5.22_1.tbz > pkg_add libxml2-2.6.23.tbz > skipping libxml2-2.6.23, already added > pkg_add libxslt-1.1.15.tbz > skipping libxslt-1.1.15, already added > pkg_add linc-1.0.3_4.tbz > skipping linc-1.0.3_4, already added > pkg_add openldap-client-2.2.30.tbz >=20 > ************************************************************ >=20 > The OpenLDAP client package has been successfully installed. >=20 > Edit > /usr/local/etc/openldap/ldap.conf > to change the system-wide client defaults. >=20 > Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at > http://www.OpenLDAP.org/faq/index.cgi?file=3D3 > for more information. >=20 > ************************************************************ >=20 > pkg_add p5-XML-Parser-2.34_2.tbz > skipping p5-XML-Parser-2.34_2, already added > pkg_add pango-1.10.2.tbz > skipping pango-1.10.2, already added > pkg_add pcre-6.5.tbz > pkg_add perl-5.8.7_2.tbz > skipping perl-5.8.7_2, already added > pkg_add pkgconfig-0.20.tbz > skipping pkgconfig-0.20, already added > pkg_add png-1.2.8_2.tbz > skipping png-1.2.8_2, already added > pkg_add popt-1.7.tbz > skipping popt-1.7, already added > pkg_add python-2.4.2.tbz > skipping python-2.4.2, already added > pkg_add samba-libsmbclient-3.0.21a.tbz > skipping samba-libsmbclient-3.0.21a, already added > pkg_add scrollkeeper-0.3.14_2,1.tbz > skipping scrollkeeper-0.3.14_2,1, already added > pkg_add sdocbook-xml-4.1.2.5_2.tbz > skipping sdocbook-xml-4.1.2.5_2, already added > pkg_add shared-mime-info-0.16_2.tbz > skipping shared-mime-info-0.16_2, already added > pkg_add startup-notification-0.8_1.tbz > skipping startup-notification-0.8_1, already added > pkg_add tiff-3.8.0.tbz > skipping tiff-3.8.0, already added > pkg_add xmlcatmgr-2.2.tbz > skipping xmlcatmgr-2.2, already added > pkg_add xorg-fonts-encodings-6.9.0.tbz > skipping xorg-fonts-encodings-6.9.0, already added > pkg_add xorg-fonts-truetype-6.9.0.tbz > skipping xorg-fonts-truetype-6.9.0, already added > pkg_add xorg-libraries-6.9.0.tbz > skipping xorg-libraries-6.9.0, already added > =3D=3D=3D> balsa-2.3.10 depends on executable: gmake - found > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - fou= nd > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/libtool15 - fou= nd > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/local/bin/intltool-extrac= t - found > =3D=3D=3D> balsa-2.3.10 depends on file: /usr/X11R6/libdata/pkgconfig/g= nome-mime-data-2.0.pc - found > =3D=3D=3D> balsa-2.3.10 depends on executable: pkg-config - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: aspell.16 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: pcre.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: esmtp.6 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gmime-2.0.3 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gtkspell.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: ldap-2.2.7 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: iconv.3 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: ltdl.4 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: esd.2 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: atk-1.0.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gailutil.17 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gconf-2.4 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: glib-2.0.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomevfs-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gtk-x11-2.0.0 - foun= d > =3D=3D=3D> balsa-2.3.10 depends on shared library: gtkhtml-3.8.15 - fou= nd > =3D=3D=3D> balsa-2.3.10 depends on shared library: art_lgpl_2.5 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: bonobo-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: bonoboui-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: glade-2.0.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnome-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomecanvas-2.0 - fo= und > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeprint-2-2.0 - f= ound > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeprintui-2-2.0 -= found > =3D=3D=3D> balsa-2.3.10 depends on shared library: gnomeui-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: IDL-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: xml2.5 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: xslt.2 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: linc.1 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: ORBit-2.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: pango-1.0.0 - found > =3D=3D=3D> balsa-2.3.10 depends on shared library: X11.6 - found > =3D=3D=3D> Configuring for balsa-2.3.10 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether gmake sets $(MAKE)... yes > checking for gcc... cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables...=20 > 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 ANSI C... none needed > checking for style of include used by gmake... GNU > checking dependency style of cc... gcc3 > checking build system type... i386-portbld-freebsd6.0 > checking host system type... i386-portbld-freebsd6.0 > checking for a sed that does not truncate output... /usr/bin/sed > checking for egrep... grep -E > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking dependency style of c++... gcc3 > checking how to run the C++ preprocessor... c++ -E > checking for g77... no > checking for f77... f77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether f77 accepts -g... yes > checking the maximum length of command line arguments... (cached) 262144 > checking command to parse /usr/bin/nm -B output from cc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if cc static flag works... yes > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc supports -c -o file.o... yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries...= yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... freebsd6.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 > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by c++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries..= . yes > checking for c++ option to produce PIC... -fPIC > checking if c++ PIC flag -fPIC works... yes > checking if c++ supports -c -o file.o... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries..= . yes > checking dynamic linker characteristics... freebsd6.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > appending configuration tag "F77" to libtool > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for f77 option to produce PIC... -fPIC > checking if f77 PIC flag -fPIC works... yes > checking if f77 supports -c -o file.o... yes > checking whether the f77 linker (/usr/bin/ld) supports shared libraries..= . yes > checking dynamic linker characteristics... freebsd6.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking whether ln -s works... yes > checking for scrollkeeper-config... /usr/X11R6/bin/scrollkeeper-config > checking for perl... /usr/bin/perl > checking for XML::Parser... ok > checking for iconv... /usr/local/bin/iconv > checking for msgfmt... /usr/local/bin/msgfmt > checking for msgmerge... /usr/local/bin/msgmerge > checking for xgettext... /usr/local/bin/xgettext > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for ngettext in libc... no > checking for bindtextdomain in -lintl... yes > checking for ngettext in -lintl... yes > checking for dgettext in -lintl... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /usr/local/bin/msgfmt > checking for dcgettext... yes > checking for gmsgfmt... /usr/local/bin/msgfmt > checking for xgettext... /usr/local/bin/xgettext > checking for catalogs to be installed... am az bg ca cs da de el en_CA e= n_GB es et fi fr ga he hi hr hu it ja ko lt lv ml ms nb ne nl nn no pa pl p= t pt_BR ro ru rw sk sl sq sr sr@Latn sv tr uk vi wa zh_CN zh_HK zh_TW > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for BALSA... yes > checking for HTML... yes > checking whether to build with gpgme/GnuPG support... no > checking whether to use LDAP... yes > checking for ldap_search in -lldap... yes > checking for ldap_start_tls_s in -lldap... yes > checking whether to use SQLite... no > checking whether to build ESMTP support... yes > checking for smtp_start_session in -lesmtp... yes > checking for smtp_option_require_all_recipients in -lesmtp... yes > checking for smtp_starttls_set_password_cb in -lesmtp... yes > checking whether to use PCRE... yes > checking whether to build SSL support... yes > checking whether to build Compface support... no > no > checking for SPELL... yes > checking for an ANSI C-conforming const... yes > checking for ANSI C header files... (cached) yes > checking for CVS information... no > checking for getaddrinfo... yes > checking for getnameinfo... yes > checking for gai_strerror... yes > checking for isblank... yes > checking for gawk... (cached) nawk > configure: creating ./config.status > config.status: creating Makefile > config.status: creating balsa.1 > config.status: creating balsa.spec > config.status: creating po/Makefile.in > config.status: creating sounds/Makefile > config.status: creating images/Makefile > config.status: creating images/mimetypes/Makefile > config.status: creating images/16x16/Makefile > config.status: creating images/24x24/Makefile > config.status: creating doc/Makefile > config.status: creating doc/C/Makefile > config.status: creating libbalsa/Makefile > config.status: creating libbalsa/imap/Makefile > config.status: creating libinit_balsa/Makefile > config.status: creating src/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing intltool commands > config.status: executing default-1 commands >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Final configuration =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Installing into prefix: /usr/X11R6 > Using multithreading: yes > Enable compile warnings: no > Use ESMTP : yes > Use GtkHTML: 3 > Use GPGME: no > Use LDAP: yes > Use GSS: no > Use SQLite: no > Use SSL: yes > Use GtkSpell: yes > Use GtkSourceView: no > Use Compface: no > Install extra MIME icons: yes >=20 > =3D=3D=3D> Building for balsa-2.3.10 > gmake all-recursive > gmake[1]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10' > Making all in po > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= po' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/p= o' > Making all in sounds > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= sounds' > LC_ALL=3DC ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po b= alsa.soundlist.in balsa.soundlist > Generating and caching the translation database > WARNING: ../po/et.po is not in UTF-8 but ISO-8859-15, converting... > Merging translations into balsa.soundlist. > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/s= ounds' > Making all in images > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= images' > Making all in mimetypes > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= images/mimetypes' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/i= mages/mimetypes' > Making all in 16x16 > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= images/16x16' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/i= mages/16x16' > Making all in 24x24 > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= images/24x24' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/i= mages/24x24' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= images' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/i= mages' > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/i= mages' > Making all in doc > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= doc' > Making all in C > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= doc/C' > cd ../.. && /bin/sh /work/a/ports/mail/balsa/work/balsa-2.3.10/missing -= -run automake-1.9 --gnu doc/C/Makefile > automake-1.9: not found > WARNING: `automake-1.9' is missing on your system. You should only need = it if > you modified `Makefile.am', `acinclude.m4' or `configure.in'. > You might want to install the `Automake' and `Perl' packages. > Grab them from any GNU archive site. > cd ../.. && /bin/sh ./config.status doc/C/Makefile=20 > config.status: creating doc/C/Makefile > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/d= oc/C' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= doc/C' > for file in balsa-C.omf; do \ > scrollkeeper-preinstall /usr/X11R6/share/gnome/help/balsa/C/balsa.xml .= /$file ./$file.out; \ > done > touch omf_timestamp > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/d= oc/C' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= doc' > cd .. && /bin/sh ./config.status doc/Makefile=20 > config.status: creating doc/Makefile > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/d= oc' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= doc' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/d= oc' > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/d= oc' > Making all in libbalsa > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= libbalsa' > cd .. && /bin/sh ./config.status libbalsa/Makefile depfiles > config.status: creating libbalsa/Makefile > config.status: executing depfiles commands > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/l= ibbalsa' > gmake[2]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= libbalsa' > Making all in imap > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= libbalsa/imap' > cd ../.. && /bin/sh ./config.status libbalsa/imap/Makefile depfiles > config.status: creating libbalsa/imap/Makefile > config.status: executing depfiles commands > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/l= ibbalsa/imap' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= libbalsa/imap' > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT auth-cram.o -MD -MP -MF ".deps/auth-cram.Tpo" -c -o auth-cram.o a= uth-cram.c; \ > then mv -f ".deps/auth-cram.Tpo" ".deps/auth-cram.Po"; else rm -f ".deps/= auth-cram.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT auth-gssapi.o -MD -MP -MF ".deps/auth-gssapi.Tpo" -c -o auth-gssa= pi.o auth-gssapi.c; \ > then mv -f ".deps/auth-gssapi.Tpo" ".deps/auth-gssapi.Po"; else rm -f ".d= eps/auth-gssapi.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT imap-auth.o -MD -MP -MF ".deps/imap-auth.Tpo" -c -o imap-auth.o i= map-auth.c; \ > then mv -f ".deps/imap-auth.Tpo" ".deps/imap-auth.Po"; else rm -f ".deps/= imap-auth.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT imap-commands.o -MD -MP -MF ".deps/imap-commands.Tpo" -c -o imap-= commands.o imap-commands.c; \ > then mv -f ".deps/imap-commands.Tpo" ".deps/imap-commands.Po"; else rm -f= ".deps/imap-commands.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT imap-handle.o -MD -MP -MF ".deps/imap-handle.Tpo" -c -o imap-hand= le.o imap-handle.c; \ > then mv -f ".deps/imap-handle.Tpo" ".deps/imap-handle.Po"; else rm -f ".d= eps/imap-handle.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT imap-search.o -MD -MP -MF ".deps/imap-search.Tpo" -c -o imap-sear= ch.o imap-search.c; \ > then mv -f ".deps/imap-search.Tpo" ".deps/imap-search.Po"; else rm -f ".d= eps/imap-search.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT imap-tls.o -MD -MP -MF ".deps/imap-tls.Tpo" -c -o imap-tls.o imap= -tls.c; \ > then mv -f ".deps/imap-tls.Tpo" ".deps/imap-tls.Po"; else rm -f ".deps/im= ap-tls.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT libimap-marshal.o -MD -MP -MF ".deps/libimap-marshal.Tpo" -c -o l= ibimap-marshal.o libimap-marshal.c; \ > then mv -f ".deps/libimap-marshal.Tpo" ".deps/libimap-marshal.Po"; else r= m -f ".deps/libimap-marshal.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT md5-utils.o -MD -MP -MF ".deps/md5-utils.Tpo" -c -o md5-utils.o m= d5-utils.c; \ > then mv -f ".deps/md5-utils.Tpo" ".deps/md5-utils.Po"; else rm -f ".deps/= md5-utils.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT pop3.o -MD -MP -MF ".deps/pop3.Tpo" -c -o pop3.o pop3.c; \ > then mv -f ".deps/pop3.Tpo" ".deps/pop3.Po"; else rm -f ".deps/pop3.Tpo";= exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT siobuf.o -MD -MP -MF ".deps/siobuf.Tpo" -c -o siobuf.o siobuf.c; = \ > then mv -f ".deps/siobuf.Tpo" ".deps/siobuf.Po"; else rm -f ".deps/siobuf= .Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa -I= ../../libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0= -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/l= ocal/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/l= ocal/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/in= clude -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/u= sr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/li= b/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/in= clude/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/= include/gnome-keyring-1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_RE= ENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/incl= ude/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtk= html-3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomep= rintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-= 2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I= /usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R= 6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6= /include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/includ= e -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X1= 1R6/include/libgnom > eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! > PI -I/us > r/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/g= lib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0= -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6= /include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/u= sr/local/include -I/usr/local/include -ansi -O2 -fno-strict-aliasing -= pipe -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \ > then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo";= exit 1; fi > rm -f libimap.a > ar cru libimap.a auth-cram.o auth-gssapi.o imap-auth.o imap-commands.o im= ap-handle.o imap-search.o imap-tls.o libimap-marshal.o md5-utils.o pop3.o s= iobuf.o util.o=20 > ranlib libimap.a > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/l= ibbalsa/imap' > gmake[3]: Entering directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/= libbalsa' > if cc -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABL= E_DEPRECATED -DGMIME_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGNOME_= DISABLE_DEPRECATED_SOURCE -DGNOME_VFS_DISABLE_DEPRECATED -DGTK_DISABLE_DEPR= ECATED -DPANGO_DISABLE_DEPRECATED -I. -I. -I.. -I.. -I.. -I../libbalsa -I..= /libbalsa/imap -D_REENTRANT -DORBIT2=3D1 -DXTHREADS -DXUSE_MTSAFE_API -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/inc= lude/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 -I/u= sr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/= include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/= include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X1= 1R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X1= 1R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gno= me-vfs-2.0/include=20 > -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-= 2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-keyring= -1 -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnomep= rint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=3D1 -D_REENTRA= NT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/loca= l/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/o= rbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-act= ivation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/= local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-= 3.8 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomeprintu= i-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 -= I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/= X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/inc= lude/gnome-vfs-2.0=20 > -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/! > gnome-ke > yring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/= include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/lib= gnomeprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/l= ocal/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 -I/u= sr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/incl= ude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/lo= cal/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT a= book-completion.o -MD -MP -MF ".deps/abook-completion.Tpo" -c -o abook-comp= letion.o abook-completion.c; \ > then mv -f ".deps/abook-completion.Tpo" ".deps/abook-completion.Po"; else= rm -f ".deps/abook-completion.Tpo"; exit 1; fi > In file included from misc.h:35, > from abook-completion.c:29: > /usr/local/include/pcreposix.h:110: error: syntax error before "int" > /usr/local/include/pcreposix.h:111: error: syntax error before "int" > /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" > /usr/local/include/pcreposix.h:114: error: syntax error before "void" > gmake[3]: *** [abook-completion.o] Error 1 > gmake[3]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/l= ibbalsa' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10/l= ibbalsa' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /a/ports/mail/balsa. > =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/mail/balsa ended at Wed Feb 8 05:38:30 UTC 2006 >=20 >=20 > ----- End forwarded message ----- --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-td/vDkPJHCtsu0QQKl8N Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6Zdjb2iPiv4Uz4cRAun6AJ444mUtDXxgWGToJQ8VrJFK8+aGRgCgjgbL rMwM9IktE6gcmWh1y/T1QrE= =gVq7 -----END PGP SIGNATURE----- --=-td/vDkPJHCtsu0QQKl8N-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 07:17:35 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F7B16A422 for ; Wed, 8 Feb 2006 07:17:35 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao06.cox.net (centrmmtao06.cox.net [70.168.83.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1607E43D45 for ; Wed, 8 Feb 2006 07:17:34 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao06.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060208071734.RUCQ4002.centrmmtao06.cox.net@mezz.mezzweb.com>; Wed, 8 Feb 2006 02:17:34 -0500 To: "Joe Marcus Clarke" References: <20060208054958.GA18517@xor.obsecurity.org> <1139382115.87150.5.camel@shumai.marcuscom.com> Message-ID: Date: Wed, 08 Feb 2006 01:18:42 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <1139382115.87150.5.camel@shumai.marcuscom.com> User-Agent: Opera M2/8.51 (Linux, build 1462) Cc: gnome@freebsd.org, Kris Kennaway Subject: Re: [ports-i386@FreeBSD.org: balsa-2.3.10 failed on i386 6] 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, 08 Feb 2006 07:17:36 -0000 On Wed, 08 Feb 2006 01:01:55 -0600, Joe Marcus Clarke wrote: > On Wed, 2006-02-08 at 00:49 -0500, Kris Kennaway wrote: >> FYI; can you please investigate and/or report to the developers? If >> you are already aware of this problem but do not yet have a fix, >> please mark the port BROKEN in the appropriate case, so that users do >> not unexpectedly encounter it. > > There seems to be a problem with pcre. I've tried to reproduce this > locally on 6-STABLE with the latest pcre, and I cannot. In fact, line > 110 of my /usr/local/include/pcreposix.h is a blank line. Maybe there > is a problem with the pcre package that is currently being used for the > i386 6 run. I got same error as this until I updated pcre to 6.6. I think there is something in pcre 6.5 that has broke several apps' build. Cheers, Mezz > Joe > >> >> See http://pointyhat.freebsd.org for the full log. >> >> Thanks, >> Kris >> >> ----- Forwarded message from User Ports-i386 >> ----- >> >> X-Original-To: kkenn@localhost >> Delivered-To: kkenn@localhost.obsecurity.org >> X-Original-To: kris@FreeBSD.org >> Delivered-To: kris@FreeBSD.org >> Date: Wed, 8 Feb 2006 05:38:36 GMT >> From: User Ports-i386 >> To: krion@FreeBSD.org, kris@FreeBSD.org >> Subject: balsa-2.3.10 failed on i386 6 >> X-UIDL: dcC"!;]%"!l>j"!~jU!! >> X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.1 >> >> building balsa-2.3.10 on gohan35.freebsd.org >> in directory /x/tmp/6/chroot/9572 >> maintained by: gnome@FreeBSD.org >> port directory: /usr/ports/mail/balsa >> build started at Wed Feb 8 05:14:05 UTC 2006 >> FETCH_DEPENDS= >> PATCH_DEPENDS=perl-5.8.7_2.tbz >> EXTRACT_DEPENDS=perl-5.8.7_2.tbz >> BUILD_DEPENDS=ORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz >> bitstream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz >> docbook-xml-4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz >> expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz >> gail-1.8.8.tbz gamin-0.1.5_2.tbz gconf2-2.12.1.tbz gettext-0.14.5_1.tbz >> glib-2.8.6.tbz gmake-3.80_2.tbz gmime-2.1.19_1.tbz >> gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz >> gnomekeyring-0.4.6.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz >> gnutls-1.2.9.tbz gtk-2.8.11.tbz gtkhtml3-3.8.2.tbz >> gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz howl-1.0.0.tbz >> intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libXft-2.1.7.tbz >> libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.1_2.tbz >> libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz >> libgcrypt-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz >> libgnomecanvas-2.12.0.tbz libgnomeprint-2.12.1.tbz >> libgnomeprintui-2.12.1.tbz libgnomeui-2.12.0_1.tbz l >> ibgpg-error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz >> libsoup-2.2.7_1.tbz libtool-1.5.22_1.tbz libxml2-2.6.23.tbz >> libxslt-1.1.15.tbz linc-1.0.3_4.tbz openldap-client-2.2.30.tbz >> p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz >> pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz python-2.4.2.tbz >> samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz >> sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz >> startup-notification-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz >> xorg-fonts-encodings-6.9.0.tbz xorg-fonts-truetype-6.9.0.tbz >> xorg-libraries-6.9.0.tbz >> RUN_DEPENDS=ORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz >> bitstream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz >> docbook-xml-4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz >> expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz >> gail-1.8.8.tbz gamin-0.1.5_2.tbz gconf2-2.12.1.tbz gettext-0.14.5_1.tbz >> glib-2.8.6.tbz gmime-2.1.19_1.tbz gnome-icon-theme-2.12.1_2.tbz >> gnomehier-2.0_7.tbz gnomekeyring-0.4.6.tbz gnomemimedata-2.4.2.tbz >> gnomevfs2-2.12.2_1.tbz gnutls-1.2.9.tbz gtk-2.8.11.tbz >> gtkhtml3-3.8.2.tbz gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz >> howl-1.0.0.tbz intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz >> libXft-2.1.7.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz >> libbonobo-2.10.1_2.tbz libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz >> libesmtp-1.0.4,1.tbz libgcrypt-1.2.2.tbz libglade2-2.5.1_3.tbz >> libgnome-2.12.0.1.tbz libgnomecanvas-2.12.0.tbz >> libgnomeprint-2.12.1.tbz libgnomeprintui-2.12.1.tbz >> libgnomeui-2.12.0_1.tbz libgpg-error-1.1.tbz >> libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz libsoup-2.2.7_1.tbz >> libxml2-2.6.23.tbz libxslt-1.1.15.tbz linc-1.0.3_4.tbz >> openldap-client-2.2.30.tbz p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz >> pcre-6.5.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz png-1.2.8_2.tbz >> popt-1.7.tbz python-2.4.2.tbz samba-libsmbclient-3.0.21a.tbz >> scrollkeeper-0.3.14_2,1.tbz sdocbook-xml-4.1.2.5_2.tbz >> shared-mime-info-0.16_2.tbz startup-notification-0.8_1.tbz >> tiff-3.8.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0.tbz >> xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz >> prefixes: usr/local usr/X11R6 >> add_pkg >> ================================================================ >> ======================================== >> => balsa-2.3.10.tar.bz2 doesn't seem to exist in /tmp/distfiles/. >> => Attempting to fetch from >> ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. >> fetch: >> ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/balsa-2.3.10.tar.bz2: >> File unavailable (e.g., file not found, no access) >> => Attempting to fetch from >> ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/. >> fetch: >> ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/balsa-2.3.10.tar.bz2: >> File unavailable (e.g., file not found, no access) >> => Attempting to fetch from http://www.theochem.kth.se/~pawsa/balsa/. >> balsa-2.3.10.tar.bz2 3196 kB 295 kBps >> => MD5 Checksum OK for balsa-2.3.10.tar.bz2. >> => SHA256 Checksum OK for balsa-2.3.10.tar.bz2. >> ================================================================ >> ======================================== >> add_pkg perl-5.8.7_2.tbz >> adding dependencies >> pkg_add perl-5.8.7_2.tbz >> Removing stale symlinks from /usr/bin... >> Skipping /usr/bin/perl >> Skipping /usr/bin/perl5 >> Done. >> Creating various symlinks in /usr/bin... >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 >> Done. >> Cleaning up /etc/make.conf... Done. >> Spamming /etc/make.conf... Done. >> Cleaning up /etc/manpath.config... Done. >> Spamming /etc/manpath.config... Done. >> ===> Extracting for balsa-2.3.10 >> => MD5 Checksum OK for balsa-2.3.10.tar.bz2. >> => SHA256 Checksum OK for balsa-2.3.10.tar.bz2. >> ===> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found >> Deleting perl-5.8.7_2 >> Removing stale symlinks from /usr/bin... >> Removing /usr/bin/perl >> Removing /usr/bin/perl5 >> Done. >> Cleaning up /etc/make.conf... Done. >> Cleaning up /etc/manpath.config... Done. >> ================================================================ >> ======================================== >> add_pkg perl-5.8.7_2.tbz >> adding dependencies >> pkg_add perl-5.8.7_2.tbz >> Removing stale symlinks from /usr/bin... >> Skipping /usr/bin/perl >> Skipping /usr/bin/perl5 >> Done. >> Creating various symlinks in /usr/bin... >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 >> Done. >> Cleaning up /etc/make.conf... Done. >> Spamming /etc/make.conf... Done. >> Cleaning up /etc/manpath.config... Done. >> Spamming /etc/manpath.config... Done. >> ===> Patching for balsa-2.3.10 >> ===> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found >> ===> Applying FreeBSD patches for balsa-2.3.10 >> Deleting perl-5.8.7_2 >> Removing stale symlinks from /usr/bin... >> Removing /usr/bin/perl >> Removing /usr/bin/perl5 >> Done. >> Cleaning up /etc/make.conf... Done. >> Cleaning up /etc/manpath.config... Done. >> ================================================================ >> ======================================== >> add_pkg ORBit2-2.12.4_1.tbz aspell-0.60.4_2.tbz atk-1.10.3.tbz >> bitstream-vera-1.10_2.tbz cairo-1.0.2_1.tbz docbook-sk-4.1.2_3.tbz >> docbook-xml-4.2_1.tbz docbook-xsl-1.69.1.tbz esound-0.2.36.tbz >> expat-2.0.0.tbz fontconfig-2.3.2_2,1.tbz freetype2-2.1.10_2.tbz >> gail-1.8.8.tbz gamin-0.1.5_2.tbz gconf2-2.12.1.tbz gettext-0.14.5_1.tbz >> glib-2.8.6.tbz gmake-3.80_2.tbz gmime-2.1.19_1.tbz >> gnome-icon-theme-2.12.1_2.tbz gnomehier-2.0_7.tbz >> gnomekeyring-0.4.6.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.12.2_1.tbz >> gnutls-1.2.9.tbz gtk-2.8.11.tbz gtkhtml3-3.8.2.tbz >> gtkspell2-2.0.11_1.tbz hicolor-icon-theme-0.5.tbz howl-1.0.0.tbz >> intltool-0.34.1.tbz jpeg-6b_3.tbz libIDL-0.8.6_1.tbz libXft-2.1.7.tbz >> libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.10.1_2.tbz >> libbonoboui-2.10.1_1.tbz libdrm-2.0.tbz libesmtp-1.0.4,1.tbz >> libgcrypt-1.2.2.tbz libglade2-2.5.1_3.tbz libgnome-2.12.0.1.tbz >> libgnomecanvas-2.12.0.tbz libgnomeprint-2.12.1.tbz >> libgnomeprintui-2.12.1.tbz libgnomeui-2.12.0_1.tbz libgpg- >> error-1.1.tbz libiconv-1.9.2_1.tbz libltdl-1.5.22.tbz >> libsoup-2.2.7_1.tbz libtool-1.5.22_1.tbz libxml2-2.6.23.tbz >> libxslt-1.1.15.tbz linc-1.0.3_4.tbz openldap-client-2.2.30.tbz >> p5-XML-Parser-2.34_2.tbz pango-1.10.2.tbz pcre-6.5.tbz perl-5.8.7_2.tbz >> pkgconfig-0.20.tbz png-1.2.8_2.tbz popt-1.7.tbz python-2.4.2.tbz >> samba-libsmbclient-3.0.21a.tbz scrollkeeper-0.3.14_2,1.tbz >> sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_2.tbz >> startup-notification-0.8_1.tbz tiff-3.8.0.tbz xmlcatmgr-2.2.tbz >> xorg-fonts-encodings-6.9.0.tbz xorg-fonts-truetype-6.9.0.tbz >> xorg-libraries-6.9.0.tbz >> adding dependencies >> pkg_add ORBit2-2.12.4_1.tbz >> Removing stale symlinks from /usr/bin... >> Skipping /usr/bin/perl >> Skipping /usr/bin/perl5 >> Done. >> Creating various symlinks in /usr/bin... >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl >> Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 >> Done. >> Cleaning up /etc/make.conf... Done. >> Spamming /etc/make.conf... Done. >> Cleaning up /etc/manpath.config... Done. >> Spamming /etc/manpath.config... Done. >> pkg_add aspell-0.60.4_2.tbz >> pkg_add atk-1.10.3.tbz >> pkg_add bitstream-vera-1.10_2.tbz >> Running fc-cache to build fontconfig cache... >> fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs >> fc-cache: "/root/.fonts": skipping, no such directory >> fc-cache: succeeded >> /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 >> fonts, 0 dirs >> /usr/X11R6/bin/fc-cache: succeeded >> >> IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with >> these fonts >> before using. The copyright can be found at >> /usr/X11R6/lib/X11/fonts/bitstream-vera/COPYRIGHT.TXT. To >> use these fonts, follow the instructions below. >> >> Make sure that the freetype module is loaded. If it is not, add the >> following >> line to the "Modules" section of your X Windows configuration file: >> >> Load "freetype" >> >> Add the following line to the "Files" section of X Windows >> configuration file: >> >> FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" >> >> Note: your X Windows configuration file is typically /etc/X11/XF86Config >> if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. >> >> pkg_add cairo-1.0.2_1.tbz >> pkg_add docbook-sk-4.1.2_3.tbz >> + Creating /usr/local/share/sgml/catalog >> + Registering CATALOG catalog.ports (SGML) >> + Creating /usr/local/share/sgml/catalog.ports >> + Creating /usr/local/share/xml/catalog >> + Registering nextCatalog catalog.ports (XML) >> + Creating /usr/local/share/xml/catalog.ports >> >> The following catalogs are installed: >> >> 1) ${PREFIX}/share/sgml/catalog >> >> The top level catalog for SGML stuff. It is not changed >> by any ports/packages except textproc/xmlcatmgr. >> >> 2) ${PREFIX}/share/sgml/catalog.ports >> >> This catalog is for handling SGML stuff installed under >> ${PREFIX}/share/sgml. It is changed by ports/packages. >> >> 3) ${PREFIX}/share/xml/catalog >> >> The top level catalog for XML stuff. It is not changed >> by any ports/packages except textproc/xmlcatmgr. >> >> 4) ${PREFIX}/share/xml/catalog.ports >> >> This catalog is for handling XML stuff installed under >> ${PREFIX}/share/xml. It is changed by ports/packages. >> >> pkg_add docbook-xml-4.2_1.tbz >> pkg_add docbook-xsl-1.69.1.tbz >> pkg_add esound-0.2.36.tbz >> pkg_add expat-2.0.0.tbz >> skipping expat-2.0.0, already added >> pkg_add fontconfig-2.3.2_2,1.tbz >> skipping fontconfig-2.3.2_2,1, already added >> pkg_add freetype2-2.1.10_2.tbz >> skipping freetype2-2.1.10_2, already added >> pkg_add gail-1.8.8.tbz >> >> ==== >> Note that some of the standard modules are provided as separate >> ports since they require extra dependencies: >> >> bsddb databases/py-bsddb >> gdbm databases/py-gdbm >> tkinter x11-toolkits/py-tkinter >> >> Install them as needed. >> ==== >> >> *** >> * Updating MIME database in /usr/X11R6/share/mime... >> *** >> *** >> * Updating MIME database in /usr/local/share/mime... >> *** >> Running fc-cache to build fontconfig cache... >> fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, >> 0 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, >> 0 dirs >> fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs >> fc-cache: "/root/.fonts": skipping, no such directory >> fc-cache: succeeded >> pkg_add gamin-0.1.5_2.tbz >> >> =============================================================================== >> >> Gamin will only provide realtime notification of changes for at most n >> files, >> where n is the minimum value between (kern.maxfiles * 0.7) and >> (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. >> >> If you often open several large folders with Nautilus, you might want to >> increase the kern.maxfiles tunable (you do not need to set >> kern.maxfilesperproc, since it is computed at boot time from >> kern.maxfiles). >> >> For a typical desktop, add the following line to /boot/loader.conf, then >> reboot the system: >> >> kern.maxfiles="25000" >> >> =============================================================================== >> >> pkg_add gconf2-2.12.1.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/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) >> ./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/doc/libgda missing (created) >> ./share/gnome missing (created) >> ./share/gnome/applets missing (created) >> ./share/gnome/applets/Amusements missing (created) >> ./share/gnome/applets/Clocks missing (created) >> ./share/gnome/applets/Monitors missing (created) >> ./share/gnome/applets/Multimedia missing (created) >> ./share/gnome/applets/Network missing (created) >> ./share/gnome/applets/Utility missing (created) >> ./share/gnome/application-registry missing (created) >> ./share/gnome/applications 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/capplets missing (created) >> ./share/gnome/control-center missing (created) >> ./share/gnome/control-center/Desktop missing (created) >> ./share/gnome/control-center/Documents missing (created) >> ./share/gnome/control-center/Peripherals missing (created) >> ./share/gnome/control-center/Session missing (created) >> ./share/gnome/control-center/capplets missing (created) >> ./share/gnome/control-center-2.0 missing (created) >> ./share/gnome/control-center-2.0/capplets missing (created) >> ./share/gnome/fonts missing (created) >> ./share/gnome/games missing (created) >> ./share/gnome/gnome-2.0 missing (created) >> ./share/gnome/gnome-2.0/ui missing (created) >> ./share/gnome/gnome-about 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/icons missing (created) >> ./share/gnome/idl missing (created) >> ./share/gnome/images missing (created) >> ./share/gnome/mc missing (created) >> ./share/gnome/mc/templates missing (created) >> ./share/gnome/mime-info missing (created) >> ./share/gnome/oaf missing (created) >> ./share/gnome/omf missing (created) >> ./share/gnome/panel missing (created) >> ./share/gnome/pixmaps missing (created) >> ./share/gnome/pixmaps/document-icons missing (created) >> ./share/gnome/pixmaps/splash missing (created) >> ./share/gnome/sgml missing (created) >> ./share/gnome/sgml/docbook missing (created) >> ./share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) >> ./share/gnome/sounds missing (created) >> ./share/gnome/themes missing (created) >> ./share/gnome/ui missing (created) >> ./share/gnome/vfolders missing (created) >> ./share/gnome/wm-properties missing (created) >> ./share/gnome/xmodmap missing (created) >> pkg_add gettext-0.14.5_1.tbz >> skipping gettext-0.14.5_1, already added >> pkg_add glib-2.8.6.tbz >> skipping glib-2.8.6, already added >> pkg_add gmake-3.80_2.tbz >> pkg_add gmime-2.1.19_1.tbz >> pkg_add gnome-icon-theme-2.12.1_2.tbz >> pkg_add gnomehier-2.0_7.tbz >> skipping gnomehier-2.0_7, already added >> pkg_add gnomekeyring-0.4.6.tbz >> pkg_add gnomemimedata-2.4.2.tbz >> pkg_add gnomevfs2-2.12.2_1.tbz >> pkg_add gnutls-1.2.9.tbz >> pkg_add gtk-2.8.11.tbz >> skipping gtk-2.8.11, already added >> pkg_add gtkhtml3-3.8.2.tbz >> pkg_add gtkspell2-2.0.11_1.tbz >> pkg_add hicolor-icon-theme-0.5.tbz >> skipping hicolor-icon-theme-0.5, already added >> pkg_add howl-1.0.0.tbz >> skipping howl-1.0.0, already added >> pkg_add intltool-0.34.1.tbz >> skipping intltool-0.34.1, already added >> pkg_add jpeg-6b_3.tbz >> skipping jpeg-6b_3, already added >> pkg_add libIDL-0.8.6_1.tbz >> skipping libIDL-0.8.6_1, already added >> pkg_add libXft-2.1.7.tbz >> skipping libXft-2.1.7, already added >> pkg_add libart_lgpl2-2.3.17.tbz >> skipping libart_lgpl2-2.3.17, already added >> pkg_add libaudiofile-0.2.6.tbz >> skipping libaudiofile-0.2.6, already added >> pkg_add libbonobo-2.10.1_2.tbz >> skipping libbonobo-2.10.1_2, already added >> pkg_add libbonoboui-2.10.1_1.tbz >> skipping libbonoboui-2.10.1_1, already added >> pkg_add libdrm-2.0.tbz >> skipping libdrm-2.0, already added >> pkg_add libesmtp-1.0.4,1.tbz >> pkg_add libgcrypt-1.2.2.tbz >> skipping libgcrypt-1.2.2, already added >> pkg_add libglade2-2.5.1_3.tbz >> skipping libglade2-2.5.1_3, already added >> pkg_add libgnome-2.12.0.1.tbz >> skipping libgnome-2.12.0.1, already added >> pkg_add libgnomecanvas-2.12.0.tbz >> skipping libgnomecanvas-2.12.0, already added >> pkg_add libgnomeprint-2.12.1.tbz >> skipping libgnomeprint-2.12.1, already added >> pkg_add libgnomeprintui-2.12.1.tbz >> skipping libgnomeprintui-2.12.1, already added >> pkg_add libgnomeui-2.12.0_1.tbz >> skipping libgnomeui-2.12.0_1, already added >> pkg_add libgpg-error-1.1.tbz >> skipping libgpg-error-1.1, already added >> pkg_add libiconv-1.9.2_1.tbz >> skipping libiconv-1.9.2_1, already added >> pkg_add libltdl-1.5.22.tbz >> pkg_add libsoup-2.2.7_1.tbz >> skipping libsoup-2.2.7_1, already added >> pkg_add libtool-1.5.22_1.tbz >> pkg_add libxml2-2.6.23.tbz >> skipping libxml2-2.6.23, already added >> pkg_add libxslt-1.1.15.tbz >> skipping libxslt-1.1.15, already added >> pkg_add linc-1.0.3_4.tbz >> skipping linc-1.0.3_4, already added >> pkg_add openldap-client-2.2.30.tbz >> >> ************************************************************ >> >> The OpenLDAP client package has been successfully installed. >> >> Edit >> /usr/local/etc/openldap/ldap.conf >> to change the system-wide client defaults. >> >> Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at >> http://www.OpenLDAP.org/faq/index.cgi?file=3 >> for more information. >> >> ************************************************************ >> >> pkg_add p5-XML-Parser-2.34_2.tbz >> skipping p5-XML-Parser-2.34_2, already added >> pkg_add pango-1.10.2.tbz >> skipping pango-1.10.2, already added >> pkg_add pcre-6.5.tbz >> pkg_add perl-5.8.7_2.tbz >> skipping perl-5.8.7_2, already added >> pkg_add pkgconfig-0.20.tbz >> skipping pkgconfig-0.20, already added >> pkg_add png-1.2.8_2.tbz >> skipping png-1.2.8_2, already added >> pkg_add popt-1.7.tbz >> skipping popt-1.7, already added >> pkg_add python-2.4.2.tbz >> skipping python-2.4.2, already added >> pkg_add samba-libsmbclient-3.0.21a.tbz >> skipping samba-libsmbclient-3.0.21a, already added >> pkg_add scrollkeeper-0.3.14_2,1.tbz >> skipping scrollkeeper-0.3.14_2,1, already added >> pkg_add sdocbook-xml-4.1.2.5_2.tbz >> skipping sdocbook-xml-4.1.2.5_2, already added >> pkg_add shared-mime-info-0.16_2.tbz >> skipping shared-mime-info-0.16_2, already added >> pkg_add startup-notification-0.8_1.tbz >> skipping startup-notification-0.8_1, already added >> pkg_add tiff-3.8.0.tbz >> skipping tiff-3.8.0, already added >> pkg_add xmlcatmgr-2.2.tbz >> skipping xmlcatmgr-2.2, already added >> pkg_add xorg-fonts-encodings-6.9.0.tbz >> skipping xorg-fonts-encodings-6.9.0, already added >> pkg_add xorg-fonts-truetype-6.9.0.tbz >> skipping xorg-fonts-truetype-6.9.0, already added >> pkg_add xorg-libraries-6.9.0.tbz >> skipping xorg-libraries-6.9.0, already added >> ===> balsa-2.3.10 depends on executable: gmake - found >> ===> balsa-2.3.10 depends on file: /usr/local/bin/perl5.8.7 - found >> ===> balsa-2.3.10 depends on file: /usr/local/bin/libtool15 - found >> ===> balsa-2.3.10 depends on file: /usr/local/bin/intltool-extract - >> found >> ===> balsa-2.3.10 depends on file: >> /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found >> ===> balsa-2.3.10 depends on executable: pkg-config - found >> ===> balsa-2.3.10 depends on shared library: aspell.16 - found >> ===> balsa-2.3.10 depends on shared library: pcre.0 - found >> ===> balsa-2.3.10 depends on shared library: esmtp.6 - found >> ===> balsa-2.3.10 depends on shared library: gmime-2.0.3 - found >> ===> balsa-2.3.10 depends on shared library: gtkspell.0 - found >> ===> balsa-2.3.10 depends on shared library: ldap-2.2.7 - found >> ===> balsa-2.3.10 depends on shared library: iconv.3 - found >> ===> balsa-2.3.10 depends on shared library: ltdl.4 - found >> ===> balsa-2.3.10 depends on shared library: esd.2 - found >> ===> balsa-2.3.10 depends on shared library: atk-1.0.0 - found >> ===> balsa-2.3.10 depends on shared library: gailutil.17 - found >> ===> balsa-2.3.10 depends on shared library: gconf-2.4 - found >> ===> balsa-2.3.10 depends on shared library: glib-2.0.0 - found >> ===> balsa-2.3.10 depends on shared library: gnomevfs-2.0 - found >> ===> balsa-2.3.10 depends on shared library: gtk-x11-2.0.0 - found >> ===> balsa-2.3.10 depends on shared library: gtkhtml-3.8.15 - found >> ===> balsa-2.3.10 depends on shared library: art_lgpl_2.5 - found >> ===> balsa-2.3.10 depends on shared library: bonobo-2.0 - found >> ===> balsa-2.3.10 depends on shared library: bonoboui-2.0 - found >> ===> balsa-2.3.10 depends on shared library: glade-2.0.0 - found >> ===> balsa-2.3.10 depends on shared library: gnome-2.0 - found >> ===> balsa-2.3.10 depends on shared library: gnomecanvas-2.0 - found >> ===> balsa-2.3.10 depends on shared library: gnomeprint-2-2.0 - found >> ===> balsa-2.3.10 depends on shared library: gnomeprintui-2-2.0 - >> found >> ===> balsa-2.3.10 depends on shared library: gnomeui-2.0 - found >> ===> balsa-2.3.10 depends on shared library: IDL-2.0 - found >> ===> balsa-2.3.10 depends on shared library: xml2.5 - found >> ===> balsa-2.3.10 depends on shared library: xslt.2 - found >> ===> balsa-2.3.10 depends on shared library: linc.1 - found >> ===> balsa-2.3.10 depends on shared library: ORBit-2.0 - found >> ===> balsa-2.3.10 depends on shared library: pango-1.0.0 - found >> ===> balsa-2.3.10 depends on shared library: X11.6 - found >> ===> Configuring for balsa-2.3.10 >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g >> wheel >> checking whether build environment is sane... yes >> checking for gawk... no >> checking for mawk... no >> checking for nawk... nawk >> checking whether gmake sets $(MAKE)... yes >> checking for gcc... cc >> checking for C compiler default output file name... a.out >> checking whether the C compiler works... yes >> checking whether we are cross compiling... no >> checking for suffix of executables... >> 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 ANSI C... none needed >> checking for style of include used by gmake... GNU >> checking dependency style of cc... gcc3 >> checking build system type... i386-portbld-freebsd6.0 >> checking host system type... i386-portbld-freebsd6.0 >> checking for a sed that does not truncate output... /usr/bin/sed >> checking for egrep... grep -E >> checking for ld used by cc... /usr/bin/ld >> checking if the linker (/usr/bin/ld) is GNU ld... yes >> checking for /usr/bin/ld option to reload object files... -r >> checking for BSD-compatible nm... /usr/bin/nm -B >> checking whether ln -s works... yes >> checking how to recognise dependent libraries... pass_all >> checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes >> checking dlfcn.h presence... yes >> checking for dlfcn.h... yes >> checking whether we are using the GNU C++ compiler... yes >> checking whether c++ accepts -g... yes >> checking dependency style of c++... gcc3 >> checking how to run the C++ preprocessor... c++ -E >> checking for g77... no >> checking for f77... f77 >> checking whether we are using the GNU Fortran 77 compiler... yes >> checking whether f77 accepts -g... yes >> checking the maximum length of command line arguments... (cached) 262144 >> checking command to parse /usr/bin/nm -B output from cc object... ok >> checking for objdir... .libs >> checking for ar... ar >> checking for ranlib... ranlib >> checking for strip... strip >> checking if cc static flag works... yes >> checking if cc supports -fno-rtti -fno-exceptions... no >> checking for cc option to produce PIC... -fPIC >> checking if cc PIC flag -fPIC works... yes >> checking if cc supports -c -o file.o... yes >> checking whether the cc linker (/usr/bin/ld) supports shared >> libraries... yes >> checking whether -lc should be explicitly linked in... yes >> checking dynamic linker characteristics... freebsd6.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 >> configure: creating libtool >> appending configuration tag "CXX" to libtool >> checking for ld used by c++... /usr/bin/ld >> checking if the linker (/usr/bin/ld) is GNU ld... yes >> checking whether the c++ linker (/usr/bin/ld) supports shared >> libraries... yes >> checking for c++ option to produce PIC... -fPIC >> checking if c++ PIC flag -fPIC works... yes >> checking if c++ supports -c -o file.o... yes >> checking whether the c++ linker (/usr/bin/ld) supports shared >> libraries... yes >> checking dynamic linker characteristics... freebsd6.0 ld.so >> checking how to hardcode library paths into programs... immediate >> checking whether stripping libraries is possible... yes >> appending configuration tag "F77" to libtool >> checking if libtool supports shared libraries... yes >> checking whether to build shared libraries... yes >> checking whether to build static libraries... yes >> checking for f77 option to produce PIC... -fPIC >> checking if f77 PIC flag -fPIC works... yes >> checking if f77 supports -c -o file.o... yes >> checking whether the f77 linker (/usr/bin/ld) supports shared >> libraries... yes >> checking dynamic linker characteristics... freebsd6.0 ld.so >> checking how to hardcode library paths into programs... immediate >> checking whether stripping libraries is possible... yes >> checking whether ln -s works... yes >> checking for scrollkeeper-config... /usr/X11R6/bin/scrollkeeper-config >> checking for perl... /usr/bin/perl >> checking for XML::Parser... ok >> checking for iconv... /usr/local/bin/iconv >> checking for msgfmt... /usr/local/bin/msgfmt >> checking for msgmerge... /usr/local/bin/msgmerge >> checking for xgettext... /usr/local/bin/xgettext >> checking locale.h usability... yes >> checking locale.h presence... yes >> checking for locale.h... yes >> checking for LC_MESSAGES... yes >> checking libintl.h usability... yes >> checking libintl.h presence... yes >> checking for libintl.h... yes >> checking for ngettext in libc... no >> checking for bindtextdomain in -lintl... yes >> checking for ngettext in -lintl... yes >> checking for dgettext in -lintl... yes >> checking for bind_textdomain_codeset... yes >> checking for msgfmt... /usr/local/bin/msgfmt >> checking for dcgettext... yes >> checking for gmsgfmt... /usr/local/bin/msgfmt >> checking for xgettext... /usr/local/bin/xgettext >> checking for catalogs to be installed... am az bg ca cs da de el en_CA >> en_GB es et fi fr ga he hi hr hu it ja ko lt lv ml ms nb ne nl nn no pa >> pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv tr uk vi wa zh_CN zh_HK >> zh_TW >> checking for pkg-config... /usr/local/bin/pkg-config >> checking pkg-config is at least version 0.9.0... yes >> checking for BALSA... yes >> checking for HTML... yes >> checking whether to build with gpgme/GnuPG support... no >> checking whether to use LDAP... yes >> checking for ldap_search in -lldap... yes >> checking for ldap_start_tls_s in -lldap... yes >> checking whether to use SQLite... no >> checking whether to build ESMTP support... yes >> checking for smtp_start_session in -lesmtp... yes >> checking for smtp_option_require_all_recipients in -lesmtp... yes >> checking for smtp_starttls_set_password_cb in -lesmtp... yes >> checking whether to use PCRE... yes >> checking whether to build SSL support... yes >> checking whether to build Compface support... no >> no >> checking for SPELL... yes >> checking for an ANSI C-conforming const... yes >> checking for ANSI C header files... (cached) yes >> checking for CVS information... no >> checking for getaddrinfo... yes >> checking for getnameinfo... yes >> checking for gai_strerror... yes >> checking for isblank... yes >> checking for gawk... (cached) nawk >> configure: creating ./config.status >> config.status: creating Makefile >> config.status: creating balsa.1 >> config.status: creating balsa.spec >> config.status: creating po/Makefile.in >> config.status: creating sounds/Makefile >> config.status: creating images/Makefile >> config.status: creating images/mimetypes/Makefile >> config.status: creating images/16x16/Makefile >> config.status: creating images/24x24/Makefile >> config.status: creating doc/Makefile >> config.status: creating doc/C/Makefile >> config.status: creating libbalsa/Makefile >> config.status: creating libbalsa/imap/Makefile >> config.status: creating libinit_balsa/Makefile >> config.status: creating src/Makefile >> config.status: creating config.h >> config.status: executing depfiles commands >> config.status: executing intltool commands >> config.status: executing default-1 commands >> >> ================ Final configuration =================== >> Installing into prefix: /usr/X11R6 >> Using multithreading: yes >> Enable compile warnings: no >> Use ESMTP : yes >> Use GtkHTML: 3 >> Use GPGME: no >> Use LDAP: yes >> Use GSS: no >> Use SQLite: no >> Use SSL: yes >> Use GtkSpell: yes >> Use GtkSourceView: no >> Use Compface: no >> Install extra MIME icons: yes >> >> ===> Building for balsa-2.3.10 >> gmake all-recursive >> gmake[1]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10' >> Making all in po >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/po' >> gmake[2]: Nothing to be done for `all'. >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/po' >> Making all in sounds >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/sounds' >> LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po >> balsa.soundlist.in balsa.soundlist >> Generating and caching the translation database >> WARNING: ../po/et.po is not in UTF-8 but ISO-8859-15, converting... >> Merging translations into balsa.soundlist. >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/sounds' >> Making all in images >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images' >> Making all in mimetypes >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/mimetypes' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/mimetypes' >> Making all in 16x16 >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/16x16' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/16x16' >> Making all in 24x24 >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/24x24' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images/24x24' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images' >> gmake[3]: Nothing to be done for `all-am'. >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images' >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/images' >> Making all in doc >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> Making all in C >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc/C' >> cd ../.. && /bin/sh /work/a/ports/mail/balsa/work/balsa-2.3.10/missing >> --run automake-1.9 --gnu doc/C/Makefile >> automake-1.9: not found >> WARNING: `automake-1.9' is missing on your system. You should only >> need it if >> you modified `Makefile.am', `acinclude.m4' or `configure.in'. >> You might want to install the `Automake' and `Perl' packages. >> Grab them from any GNU archive site. >> cd ../.. && /bin/sh ./config.status doc/C/Makefile >> config.status: creating doc/C/Makefile >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc/C' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc/C' >> for file in balsa-C.omf; do \ >> scrollkeeper-preinstall /usr/X11R6/share/gnome/help/balsa/C/balsa.xml >> ./$file ./$file.out; \ >> done >> touch omf_timestamp >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc/C' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> cd .. && /bin/sh ./config.status doc/Makefile >> config.status: creating doc/Makefile >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> gmake[3]: Nothing to be done for `all-am'. >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/doc' >> Making all in libbalsa >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> cd .. && /bin/sh ./config.status libbalsa/Makefile depfiles >> config.status: creating libbalsa/Makefile >> config.status: executing depfiles commands >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> gmake[2]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> Making all in imap >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa/imap' >> cd ../.. && /bin/sh ./config.status libbalsa/imap/Makefile depfiles >> config.status: creating libbalsa/imap/Makefile >> config.status: executing depfiles commands >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa/imap' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa/imap' >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT auth-cram.o -MD -MP -MF >> ".deps/auth-cram.Tpo" -c -o auth-cram.o auth-cram.c; \ >> then mv -f ".deps/auth-cram.Tpo" ".deps/auth-cram.Po"; else rm -f >> ".deps/auth-cram.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT auth-gssapi.o -MD -MP -MF >> ".deps/auth-gssapi.Tpo" -c -o auth-gssapi.o auth-gssapi.c; \ >> then mv -f ".deps/auth-gssapi.Tpo" ".deps/auth-gssapi.Po"; else rm -f >> ".deps/auth-gssapi.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT imap-auth.o -MD -MP -MF >> ".deps/imap-auth.Tpo" -c -o imap-auth.o imap-auth.c; \ >> then mv -f ".deps/imap-auth.Tpo" ".deps/imap-auth.Po"; else rm -f >> ".deps/imap-auth.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT imap-commands.o -MD -MP -MF >> ".deps/imap-commands.Tpo" -c -o imap-commands.o imap-commands.c; \ >> then mv -f ".deps/imap-commands.Tpo" ".deps/imap-commands.Po"; else rm >> -f ".deps/imap-commands.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT imap-handle.o -MD -MP -MF >> ".deps/imap-handle.Tpo" -c -o imap-handle.o imap-handle.c; \ >> then mv -f ".deps/imap-handle.Tpo" ".deps/imap-handle.Po"; else rm -f >> ".deps/imap-handle.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT imap-search.o -MD -MP -MF >> ".deps/imap-search.Tpo" -c -o imap-search.o imap-search.c; \ >> then mv -f ".deps/imap-search.Tpo" ".deps/imap-search.Po"; else rm -f >> ".deps/imap-search.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT imap-tls.o -MD -MP -MF >> ".deps/imap-tls.Tpo" -c -o imap-tls.o imap-tls.c; \ >> then mv -f ".deps/imap-tls.Tpo" ".deps/imap-tls.Po"; else rm -f >> ".deps/imap-tls.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT libimap-marshal.o -MD -MP -MF >> ".deps/libimap-marshal.Tpo" -c -o libimap-marshal.o libimap-marshal.c; \ >> then mv -f ".deps/libimap-marshal.Tpo" ".deps/libimap-marshal.Po"; else >> rm -f ".deps/libimap-marshal.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT md5-utils.o -MD -MP -MF >> ".deps/md5-utils.Tpo" -c -o md5-utils.o md5-utils.c; \ >> then mv -f ".deps/md5-utils.Tpo" ".deps/md5-utils.Po"; else rm -f >> ".deps/md5-utils.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT pop3.o -MD -MP -MF ".deps/pop3.Tpo" -c >> -o pop3.o pop3.c; \ >> then mv -f ".deps/pop3.Tpo" ".deps/pop3.Po"; else rm -f >> ".deps/pop3.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT siobuf.o -MD -MP -MF ".deps/siobuf.Tpo" >> -c -o siobuf.o siobuf.c; \ >> then mv -f ".deps/siobuf.Tpo" ".deps/siobuf.Po"; else rm -f >> ".deps/siobuf.Tpo"; exit 1; fi >> if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libbalsa >> -I../../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS >> -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/gmime-2.0 >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 >> -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnom >> eprint-2.2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_A! >> PI -I/us >> r/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/X11R6/include/gtkspell-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/local/include -I/usr/local/include -ansi -O2 >> -fno-strict-aliasing -pipe -MT util.o -MD -MP -MF ".deps/util.Tpo" -c >> -o util.o util.c; \ >> then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f >> ".deps/util.Tpo"; exit 1; fi >> rm -f libimap.a >> ar cru libimap.a auth-cram.o auth-gssapi.o imap-auth.o imap-commands.o >> imap-handle.o imap-search.o imap-tls.o libimap-marshal.o md5-utils.o >> pop3.o siobuf.o util.o >> ranlib libimap.a >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa/imap' >> gmake[3]: Entering directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> if cc -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED >> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGMIME_DISABLE_DEPRECATED >> -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED_SOURCE >> -DGNOME_VFS_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED >> -DPANGO_DISABLE_DEPRECATED -I. -I. -I.. -I.. -I.. -I../libbalsa >> -I../libbalsa/imap -D_REENTRANT -DORBIT2=1 -DXTHREADS -DXUSE_MTSAFE_API >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/gmime-2.0 -I/usr/local/include/orbit-2.0 >> -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 >> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 >> -I/usr/X11R6/include -I/usr/local/include/freetype2 >> -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 >> -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-keyring-1 >> -I/usr/X11R6/include/gnome-vfs-module-2.0 >> -I/usr/X11R6/include/libgnomeprint-2.2 >> -I/usr/X11R6/include/libgnomeprintui-2.2 -DORBIT2=1 -D_REENTRANT >> -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 >> -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/libxml2 >> -I/usr/local/include -I/usr/X11R6/include/libgtkhtml-3.8 >> -I/usr/X11R6/include/libgnomeui-2.0 >> -I/usr/X11R6/include/libgnomeprintui-2.2 >> -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnome-2.0 >> -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 >> -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 >> -I/usr/X11R6/include/gnome-vfs-2.0 >> -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/! >> gnome-ke >> yring-1 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include >> -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include >> -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/local/include >> -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 >> -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkspell-2.0 >> -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include >> -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include >> -I/usr/local/include/freetype2 -I/usr/local/include >> -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT >> abook-completion.o -MD -MP -MF ".deps/abook-completion.Tpo" -c -o >> abook-completion.o abook-completion.c; \ >> then mv -f ".deps/abook-completion.Tpo" ".deps/abook-completion.Po"; >> else rm -f ".deps/abook-completion.Tpo"; exit 1; fi >> In file included from misc.h:35, >> from abook-completion.c:29: >> /usr/local/include/pcreposix.h:110: error: syntax error before "int" >> /usr/local/include/pcreposix.h:111: error: syntax error before "int" >> /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" >> /usr/local/include/pcreposix.h:114: error: syntax error before "void" >> gmake[3]: *** [abook-completion.o] Error 1 >> gmake[3]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> gmake[2]: *** [all-recursive] Error 1 >> gmake[2]: Leaving directory >> `/work/a/ports/mail/balsa/work/balsa-2.3.10/libbalsa' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory `/work/a/ports/mail/balsa/work/balsa-2.3.10' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /a/ports/mail/balsa. >> ================================================================ >> build of /usr/ports/mail/balsa ended at Wed Feb 8 05:38:30 UTC 2006 >> >> >> ----- End forwarded message ----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 07:55:38 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3797F16A420 for ; Wed, 8 Feb 2006 07:55:38 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D94643D48 for ; Wed, 8 Feb 2006 07:55:35 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1092143wxc for ; Tue, 07 Feb 2006 23:55:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=s4+iHyx4bk7sv5eYAL5MIKxkPpAu/5rRCK5DM6w4tNCKVBulnrAd3Vo0JrjwbaVylOcUY+Kau+BA2d+MgacXYjDZ548+wiZiFjS5/FP0I+RmRKNtsf6fqWmE3lBWJqHJMbYaTROzu1KFAD0a1Ck1aKVJuwmEcoNQAdw4r87jilY= Received: by 10.70.86.8 with SMTP id j8mr8461489wxb; Tue, 07 Feb 2006 23:55:35 -0800 (PST) Received: by 10.70.42.6 with HTTP; Tue, 7 Feb 2006 23:55:35 -0800 (PST) Message-ID: Date: Tue, 7 Feb 2006 23:55:35 -0800 From: Derrick Ryalls To: Joe Marcus Clarke In-Reply-To: MIME-Version: 1.0 References: <43E7AA14.8080104@FreeBSD.org> <43E8E35B.9070108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnome@freebsd.org Subject: Re: xscreensaver-gnome doesn't start? 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, 08 Feb 2006 07:55:38 -0000 On 2/7/06, Derrick Ryalls wrote: > > Derrick Ryalls wrote: > > > Derrick Ryalls wrote: > > > > Greetings, > > > > > > > > I have xscreensaver-gnome installed but it doesn't want to > > > start. I have > > > > tried adjusting the wait time down to 1 minute but that didn't > > > help. Last > > > > night I even tried deleting xscreensaver-hacks (not sure what > > that > > > was) and > > > > doing a normal install of x11/xscreensaver-gnome but it still > > > doesn't run. > > > > My machine is a laptop running FreeBSD 6.0 and gnome 2.12. > > > > > > > > Thanks in advance for any clues, I am sure I am missing > > something > > > small > > > > again. > > > > > > What errors do you get when you try starting xscreensaver from th= e > > > command line? > > > > > > Joe > > > > > > - -- > > > > > > > > > Starting it from the command line got it working, starting from menu > > > says the daemon isn't running. So I guess I just need to add a scrip= t > > > > > somewhere to autostart it when I log in? Would that be > > > /usr/local/etc/rc.d or is there a better place for windowed apps? > > > > > > > You don't need to do this. gnome-session should start this > > automatically. If you're not using gnome-session, then you will need t= o > > > > start xscreensaver from your .xinitrc or from whatever script you use t= o > > start X. > > > > Joe > > > > > I am using GDM to start the graphical login for gnome. Tonight I will > check to see if the new screensaver kicks in automatically (I have since > rebooted). I got xscreensaver to launch when no one is logged in, but I cannot get it working when I logged in. My ~/.xsession: #!/bin/sh xscreensaver -nosplash & Any clue on what I am missing? If I manually execute .xsession, it runs fine. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 8 20:41:01 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7DD16A420 for ; Wed, 8 Feb 2006 20:41:01 +0000 (GMT) (envelope-from Juergen.Dankoweit@t-online.de) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E3943D48 for ; Wed, 8 Feb 2006 20:40:59 +0000 (GMT) (envelope-from Juergen.Dankoweit@t-online.de) Received: from fwd31.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1F6w7V-0006yY-02; Wed, 08 Feb 2006 21:40:57 +0100 Received: from mail.juergendankoweit.net (SI7qCYZb8eS+vaKT2936XRVrCn2qPbbZ8eeMEEZYzWCTIUZu3zPygT@[84.150.92.188]) by fwd31.sul.t-online.de with esmtp id 1F6w7L-1vhUxc0; Wed, 8 Feb 2006 21:40:47 +0100 Received: from localhost.juergendankoweit.net (localhost.juergendankoweit.net [127.0.0.1]) by mail.juergendankoweit.net (Postfix) with ESMTP id 74CE511AF8 for ; Wed, 8 Feb 2006 21:40:53 +0100 (CET) Received: from mail.juergendankoweit.net (localhost.juergendankoweit.net [127.0.0.1]) by localhost.juergendankoweit.net (AvMailGate-2.0.2-15) id 08245-1A12D731; Wed, 08 Feb 2006 21:40:53 +0100 Received: from primergy470.juergendankoweit.net (primergy470.juergendankoweit.net [192.168.1.1]) by mail.juergendankoweit.net (Postfix) with ESMTP id 20A4A11958 for ; Wed, 8 Feb 2006 21:40:53 +0100 (CET) From: Juergen Dankoweit To: FreeBSD-Gnome Date: Wed, 08 Feb 2006 21:40:52 +0100 Message-Id: <1139431252.2217.15.camel@primergy470.juergendankoweit.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-15; AVE: 6.33.0.31; VDF: 6.33.0.219; host: primergy470.juergendankoweit.net) X-ID: SI7qCYZb8eS+vaKT2936XRVrCn2qPbbZ8eeMEEZYzWCTIUZu3zPygT X-TOI-MSGID: 3e275108-738b-4acc-b0c8-82f6da5fb0ae Cc: Subject: Gnome 2.12: Troubles with "document viewer" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen.Dankoweit@T-Online.de List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 20:41:01 -0000 Hello to the list, the Gnome 2.12 tool "document viewer" has massive problems with PDF-docs generated by OpenOffice 2.0.1 Calc. When I try to print such a document out of the "document viewer" I only get the table grid and some control codes. Printing the same document from Acrobat 5 everything ist Ok. What's going on there? I use a PostScript-Printer Lexmark Optra R+ without cups. The operating system is a FreeBSD 5.4-p9, Gnome is installed as package. Many thanks for your your answers. Best regards J=C3=BCrgen Dankoweit -- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 00:01:26 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6645716A422 for ; Thu, 9 Feb 2006 00:01:26 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1254443D46 for ; Thu, 9 Feb 2006 00:01:26 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B5AE61A3C1B for ; Wed, 8 Feb 2006 16:01:25 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F2D12515FD; Wed, 8 Feb 2006 19:01:24 -0500 (EST) Date: Wed, 8 Feb 2006 19:01:24 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20060209000124.GC61630@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DIOMP1UsTsWJauNi" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: avahi-0.6.5_2 failed on i386 7] 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, 09 Feb 2006 00:01:26 -0000 --DIOMP1UsTsWJauNi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 8 Feb 2006 21:26:31 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: avahi-0.6.5_2 failed on i386 7 X-UIDL: ]ia"!df5!!m>b"!RWN"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.1 building avahi-0.6.5_2 on gohan20.freebsd.org in directory /x/tmp/7/chroot/61155 maintained by: gnome@FreeBSD.org port directory: /usr/ports/net/avahi build started at Wed Feb 8 21:26:21 UTC 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3Dlibtool-1.5.22_1.tbz EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Ddbus-0.60_1.tbz expat-2.0.0.tbz gdbm-1.8.3_1.tbz gettext-0.= 14.5_1.tbz glib-2.8.6.tbz gmake-3.80_2.tbz libdaemon-0.10.tbz libiconv-1.9.= 2_1.tbz libtool-1.5.22_1.tbz libxml2-2.6.23.tbz perl-5.8.7_2.tbz pkgconfig-= 0.20.tbz RUN_DEPENDS=3Ddbus-0.60_1.tbz expat-2.0.0.tbz gdbm-1.8.3_1.tbz gettext-0.14= .5_1.tbz glib-2.8.6.tbz libdaemon-0.10.tbz libiconv-1.9.2_1.tbz libxml2-2.6= .23.tbz perl-5.8.7_2.tbz pkgconfig-0.20.tbz prefixes: usr/local usr/X11R6 add_pkg =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 =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> avahi-0.6.5.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/avahi-0.6.5= .tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/avahi-0.6.5.tar.gz= : File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://www.avahi.org/download/. fetch: http://www.avahi.org/download/avahi-0.6.5.tar.gz: Connection refused =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/avahi-0.6.5= .tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/avahi-0.6.5.tar.gz= : File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop in /a/ports/net/avahi. =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/avahi ended at Wed Feb 8 21:26:26 UTC 2006 ----- End forwarded message ----- --DIOMP1UsTsWJauNi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6oZUWry0BWjoQKURAnVtAKCoVOunQVU7+B9joh8MNnuJ1pHoCQCfd4dN 33tX+k3BE9OQNr5zojarMF8= =qe9o -----END PGP SIGNATURE----- --DIOMP1UsTsWJauNi-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 19:25:50 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F8A16A420 for ; Thu, 9 Feb 2006 19:25:50 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD7843D48 for ; Thu, 9 Feb 2006 19:25:50 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout3-ext.prodigy.net (pimout3-int.prodigy.net [207.115.4.218]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k19JPZ5F008682 for ; Thu, 9 Feb 2006 14:25:35 -0500 X-ORBL: [68.90.147.20] Received: from [192.168.1.25] (adsl-68-90-147-20.dsl.spfdmo.swbell.net [68.90.147.20]) by pimout3-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k19JPmVP207528 for ; Thu, 9 Feb 2006 14:25:48 -0500 Message-ID: <43EB973B.1090709@mkproductions.org> Date: Thu, 09 Feb 2006 13:25:47 -0600 From: Mark Kane User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2BBF492518835E140347E6E6" Subject: Re: [ports-i386@FreeBSD.org: pan2-0.14.2.91_4 failed on i386 6] 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, 09 Feb 2006 19:25:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2BBF492518835E140347E6E6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I wasn't subscribed to this list until now so I don't have anything to reply to, but I experienced the same problem today when trying to build Pan on my amd64 machine. I checked Pointyhat and it doesn't show failed for amd64, although I am on amd64 and it failed with the same errors as i386: -------------------------------------- cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I. -c gmime-parser.c In file included from gmime-parser.c:30: /usr/local/include/pcreposix.h:110: error: syntax error before "int" /usr/local/include/pcreposix.h:111: error: syntax error before "int" /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" /usr/local/include/pcreposix.h:114: error: syntax error before "void" gmake[2]: *** [gmime-parser.o] Error 1 gmake[2]: Leaving directory `/usr/ports/news/pan2/work/pan-0.14.2.91/gmim= e' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/news/pan2/work/pan-0.14.2.91' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/news/pan2. *** Error code 1 Stop in /usr/ports/news/pan2. -------------------------------------- FreeBSD amd64.localhost 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #5: Wed Dec 28 19:27:53 CST 2005 mixx941@amd64.localhost:/usr/obj/usr/src/sys/AMD643000 amd64 Thanks. -Mark --=20 GnuPG Public Key: http://www.mkproductions.org/mk_pubkey.asc Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) --------------enig2BBF492518835E140347E6E6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD65c7lH2ybcmj7I8RAqltAKDNK1NQKbpXna3JJ2XadaDuFMyRwgCeKxox F4Sit8j7GPnUKW3gBgHNe/E= =jbrg -----END PGP SIGNATURE----- --------------enig2BBF492518835E140347E6E6-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 19:39:43 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B226416A420 for ; Thu, 9 Feb 2006 19:39:43 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E08443D45 for ; Thu, 9 Feb 2006 19:39:42 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060209193951.WOAP8484.centrmmtao02.cox.net@mezz.mezzweb.com>; Thu, 9 Feb 2006 14:39:51 -0500 To: "Mark Kane" References: <43EB973B.1090709@mkproductions.org> Message-ID: Date: Thu, 09 Feb 2006 13:40:59 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <43EB973B.1090709@mkproductions.org> User-Agent: Opera M2/8.51 (Linux, build 1462) Cc: freebsd-gnome@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: pan2-0.14.2.91_4 failed on i386 6] 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, 09 Feb 2006 19:39:43 -0000 On Thu, 09 Feb 2006 13:25:47 -0600, Mark Kane wrote: > I wasn't subscribed to this list until now so I don't have anything to > reply to, but I experienced the same problem today when trying to build > Pan on my amd64 machine. I checked Pointyhat and it doesn't show failed > for amd64, although I am on amd64 and it failed with the same errors as > i386: Try to update your pcre to 6.6. The 6.5 has broken a few apps' build. Cheers, Mezz > -------------------------------------- > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 > -fno-strict-aliasing -pipe -I. -c gmime-parser.c > In file included from gmime-parser.c:30: > /usr/local/include/pcreposix.h:110: error: syntax error before "int" > /usr/local/include/pcreposix.h:111: error: syntax error before "int" > /usr/local/include/pcreposix.h:113: error: syntax error before "size_t" > /usr/local/include/pcreposix.h:114: error: syntax error before "void" > gmake[2]: *** [gmime-parser.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/news/pan2/work/pan-0.14.2.91/gmime' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/news/pan2/work/pan-0.14.2.91' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/news/pan2. > *** Error code 1 > > Stop in /usr/ports/news/pan2. > -------------------------------------- > > FreeBSD amd64.localhost 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #5: Wed > Dec 28 19:27:53 CST 2005 > mixx941@amd64.localhost:/usr/obj/usr/src/sys/AMD643000 amd64 > > Thanks. > > -Mark -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 21:32:45 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82D716A420 for ; Thu, 9 Feb 2006 21:32:45 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5972843D46 for ; Thu, 9 Feb 2006 21:32:45 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout1-ext.prodigy.net (pimout1-int.prodigy.net [207.115.5.65]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k19LWjRR004794 for ; Thu, 9 Feb 2006 16:32:47 -0500 X-ORBL: [68.90.147.20] Received: from [192.168.1.25] (adsl-68-90-147-20.dsl.spfdmo.swbell.net [68.90.147.20]) by pimout1-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k19LWa6N045272; Thu, 9 Feb 2006 16:32:41 -0500 Message-ID: <43EBB4F4.60800@mkproductions.org> Date: Thu, 09 Feb 2006 15:32:36 -0600 From: Mark Kane User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Jeremy Messenger References: <43EB973B.1090709@mkproductions.org> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8DE5CBF360E8047E072508F1" Cc: freebsd-gnome@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: pan2-0.14.2.91_4 failed on i386 6] 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, 09 Feb 2006 21:32:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8DE5CBF360E8047E072508F1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Jeremy Messenger wrote: > On Thu, 09 Feb 2006 13:25:47 -0600, Mark Kane > wrote: >=20 >> I wasn't subscribed to this list until now so I don't have anything to= >> reply to, but I experienced the same problem today when trying to buil= d >> Pan on my amd64 machine. I checked Pointyhat and it doesn't show faile= d >> for amd64, although I am on amd64 and it failed with the same errors a= s >> i386: >=20 > Try to update your pcre to 6.6. The 6.5 has broken a few apps' build. >=20 > Cheers, > Mezz Yep, it builds fine now. :) Thanks -Mark >> -------------------------------------- >> cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gmime -D_REENTRANT >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2= >> -fno-strict-aliasing -pipe -I. -c gmime-parser.c >> In file included from gmime-parser.c:30: >> /usr/local/include/pcreposix.h:110: error: syntax error before "int" >> /usr/local/include/pcreposix.h:111: error: syntax error before "int" >> /usr/local/include/pcreposix.h:113: error: syntax error before "size_t= " >> /usr/local/include/pcreposix.h:114: error: syntax error before "void" >> gmake[2]: *** [gmime-parser.o] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/news/pan2/work/pan-0.14.2.91/gmime' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory `/usr/ports/news/pan2/work/pan-0.14.2.91' >> gmake: *** [all-recursive-am] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/news/pan2. >> *** Error code 1 >> >> Stop in /usr/ports/news/pan2. >> -------------------------------------- >> >> FreeBSD amd64.localhost 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #5: Wed >> Dec 28 19:27:53 CST 2005 >> mixx941@amd64.localhost:/usr/obj/usr/src/sys/AMD643000 amd64 >> >> Thanks. >> >> -Mark >=20 >=20 > --mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org >=20 >=20 >=20 --=20 GnuPG Public Key: http://www.mkproductions.org/mk_pubkey.asc Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) --------------enig8DE5CBF360E8047E072508F1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD67T0lH2ybcmj7I8RAlKbAKChKC9+5XCAWVCT5xWtDrhAzsLTqQCg3Tq2 prV6oAK4hL0KbpwsbM89P8c= =aRsr -----END PGP SIGNATURE----- --------------enig8DE5CBF360E8047E072508F1-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 22:23:35 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E3916A420 for ; Thu, 9 Feb 2006 22:23:35 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64ECB43D45 for ; Thu, 9 Feb 2006 22:23:35 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id BF7C2F240E for ; Thu, 9 Feb 2006 14:23:34 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81190-02 for ; Thu, 9 Feb 2006 14:23:34 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 42C35F1A67 for ; Thu, 9 Feb 2006 14:23:34 -0800 (PST) From: Sean McNeil To: gnome@freebsd.org Content-Type: text/plain Date: Thu, 09 Feb 2006 14:23:34 -0800 Message-Id: <1139523814.23375.1.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: gnome2-power-tools and apache 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, 09 Feb 2006 22:23:35 -0000 Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of just apache20? I'm constantly getting dependency errors when it rebuilds because I have: APACHE2_PORT=www/apache22 Cheers, Sean From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 22:41:12 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0916116A420 for ; Thu, 9 Feb 2006 22:41:12 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf00aec.mail.bellsouth.net (imf00aec.mail.bellsouth.net [205.152.59.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D68B43D58 for ; Thu, 9 Feb 2006 22:41:10 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm70aec.bellsouth.net ([68.209.163.3]) by imf24aec.mail.bellsouth.net with ESMTP id <20060209223232.FQUU15457.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net> for ; Thu, 9 Feb 2006 17:32:32 -0500 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm70aec.bellsouth.net with ESMTP id <20060209223225.NOUA29637.ibm70aec.bellsouth.net@[192.168.1.5]>; Thu, 9 Feb 2006 17:32:25 -0500 In-Reply-To: <1139523814.23375.1.camel@triton.mcneil.com> References: <1139523814.23375.1.camel@triton.mcneil.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 9 Feb 2006 17:32:15 -0500 To: Sean McNeil X-Mailer: Apple Mail (2.746.2) Cc: gnome@freebsd.org Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 22:41:12 -0000 On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote: > Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of > just apache20? I'm constantly getting dependency errors when it > rebuilds because I have: > > APACHE2_PORT=www/apache22 it's in some port that gnome2-power-tools depends on. Do you know which port it is? > > Cheers, > Sean > > > _______________________________________________ > 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 Thu Feb 9 22:59:12 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D882F16A420 for ; Thu, 9 Feb 2006 22:59:12 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB2043D45 for ; Thu, 9 Feb 2006 22:59:12 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 4FE99F24AD; Thu, 9 Feb 2006 14:59:12 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53394-04; Thu, 9 Feb 2006 14:59:12 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id E2DBBF1B5E; Thu, 9 Feb 2006 14:59:11 -0800 (PST) From: Sean McNeil To: Michael Johnson In-Reply-To: <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> References: <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> Content-Type: text/plain Date: Thu, 09 Feb 2006 14:59:11 -0800 Message-Id: <1139525951.73629.3.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: gnome@freebsd.org Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 22:59:13 -0000 On Thu, 2006-02-09 at 17:32 -0500, Michael Johnson wrote: > On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote: > > > Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of > > just apache20? I'm constantly getting dependency errors when it > > rebuilds because I have: > > > > APACHE2_PORT=www/apache22 > > it's in some port that gnome2-power-tools depends on. Do you know > which port it is? Ah, OK. It is actually www/gnome-user-share. It should have a "?" on the setting: APACHE_PORT= www/apache20 Cheers, Sean From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 23:42:47 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4684816A420 for ; Thu, 9 Feb 2006 23:42:47 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343D743D46 for ; Thu, 9 Feb 2006 23:42:45 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20060209234137.IGEZ16969.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Thu, 9 Feb 2006 18:41:37 -0500 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20060209234132.PIBU13866.ibm65aec.bellsouth.net@[192.168.1.5]>; Thu, 9 Feb 2006 18:41:32 -0500 In-Reply-To: <1139525951.73629.3.camel@triton.mcneil.com> References: <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> <1139525951.73629.3.camel@triton.mcneil.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 9 Feb 2006 18:41:24 -0500 To: Sean McNeil X-Mailer: Apple Mail (2.746.2) Cc: gnome@freebsd.org Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 23:42:47 -0000 On Feb 9, 2006, at 5:59 PM, Sean McNeil wrote: > On Thu, 2006-02-09 at 17:32 -0500, Michael Johnson wrote: >> On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote: >> >>> Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of >>> just apache20? I'm constantly getting dependency errors when it >>> rebuilds because I have: >>> >>> APACHE2_PORT=www/apache22 >> >> it's in some port that gnome2-power-tools depends on. Do you know >> which port it is? > > Ah, OK. It is actually www/gnome-user-share. It should have a "?" on > the setting: > > APACHE_PORT= www/apache20 I may be wrong about this but I think it is forcing apache20 for dav > > Cheers, > Sean > > From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 23:48:58 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2423C16A420 for ; Thu, 9 Feb 2006 23:48:58 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5A143D4C for ; Thu, 9 Feb 2006 23:48:57 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 03AF1F24E0; Thu, 9 Feb 2006 15:48:57 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53394-05; Thu, 9 Feb 2006 15:48:56 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 769C4F1B5E; Thu, 9 Feb 2006 15:48:56 -0800 (PST) From: Sean McNeil To: Michael Johnson In-Reply-To: <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> References: <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> <1139525951.73629.3.camel@triton.mcneil.com> <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> Content-Type: text/plain Date: Thu, 09 Feb 2006 15:48:56 -0800 Message-Id: <1139528936.17973.3.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: gnome@freebsd.org Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 23:48:58 -0000 On Thu, 2006-02-09 at 18:41 -0500, Michael Johnson wrote: > On Feb 9, 2006, at 5:59 PM, Sean McNeil wrote: > > > On Thu, 2006-02-09 at 17:32 -0500, Michael Johnson wrote: > >> On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote: > >> > >>> Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of > >>> just apache20? I'm constantly getting dependency errors when it > >>> rebuilds because I have: > >>> > >>> APACHE2_PORT=www/apache22 > >> > >> it's in some port that gnome2-power-tools depends on. Do you know > >> which port it is? > > > > Ah, OK. It is actually www/gnome-user-share. It should have a "?" on > > the setting: > > > > APACHE_PORT= www/apache20 > > I may be wrong about this but I think it is forcing apache20 for dav dav works perfectly fine with apache 2.2. I use it in conjunction with subversion all the time. There is, however, one additional small item which is that it puts in the dav_user.conf file : LoadModule dav_module /usr/local/libexec/apache2/mod_dav.so LoadModule dav_fs_module /usr/local/libexec/apache2/mod_dav_fs.so LoadModule auth_digest_module /usr/local/libexec/apache2/mod_auth_digest.so This is really OK for me since I should think that the file is just for reference. Sean From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 23:52:35 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE0016A420 for ; Thu, 9 Feb 2006 23:52:35 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3006443D46 for ; Thu, 9 Feb 2006 23:52:35 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k19NqgBg042983; Thu, 9 Feb 2006 18:52:42 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Johnson In-Reply-To: <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> References: <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> <1139525951.73629.3.camel@triton.mcneil.com> <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-zZW6udrvHU+778eyD/Hk" Organization: MarcusCom, Inc. Date: Thu, 09 Feb 2006 18:52:31 -0500 Message-Id: <1139529151.46250.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, Sean McNeil Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 23:52:35 -0000 --=-zZW6udrvHU+778eyD/Hk Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-02-09 at 18:41 -0500, Michael Johnson wrote: > On Feb 9, 2006, at 5:59 PM, Sean McNeil wrote: >=20 > > On Thu, 2006-02-09 at 17:32 -0500, Michael Johnson wrote: > >> On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote: > >> > >>> Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of > >>> just apache20? I'm constantly getting dependency errors when it > >>> rebuilds because I have: > >>> > >>> APACHE2_PORT=3Dwww/apache22 > >> > >> it's in some port that gnome2-power-tools depends on. Do you know > >> which port it is? > > > > Ah, OK. It is actually www/gnome-user-share. It should have a "?" on > > the setting: > > > > APACHE_PORT=3D www/apache20 >=20 > I may be wrong about this but I think it is forcing apache20 for dav Correct. apache13 cannot be used here. I fixed the port so it uses the new Apache build system. It should recognize Apache 2.2 now. Joe >=20 > > > > Cheers, > > Sean > > > > > _______________________________________________ > 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" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-zZW6udrvHU+778eyD/Hk Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD69W/b2iPiv4Uz4cRAgpQAJ403tkqOjrCBAEwEHEkZoEIoo3ecwCeLdN/ ivSfJq8IEDaRVCstP48zxxU= =mY9k -----END PGP SIGNATURE----- --=-zZW6udrvHU+778eyD/Hk-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 9 23:54:51 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F1216A420 for ; Thu, 9 Feb 2006 23:54:51 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D0043D46 for ; Thu, 9 Feb 2006 23:54:50 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20060209235433.JNQS16969.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Thu, 9 Feb 2006 18:54:33 -0500 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20060209235430.PLEE13866.ibm65aec.bellsouth.net@[192.168.1.5]>; Thu, 9 Feb 2006 18:54:30 -0500 In-Reply-To: <1139528936.17973.3.camel@triton.mcneil.com> References: <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> <1139525951.73629.3.camel@triton.mcneil.com> <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net> <1139528936.17973.3.camel@triton.mcneil.com> Mime-Version: 1.0 (Apple Message framework v746.2) Message-Id: From: Michael Johnson Date: Thu, 9 Feb 2006 18:54:26 -0500 To: Sean McNeil X-Mailer: Apple Mail (2.746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: gnome2-power-tools and apache 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, 09 Feb 2006 23:54:51 -0000 On Feb 9, 2006, at 6:48 PM, Sean McNeil wrote: > nction with > subversion all the time. There is, however, one additional small item > which is that it puts in the dav_user.conf file : > > LoadModule dav_module /usr/local/libexec/apache2/mod_dav.so > LoadModule dav_fs_module /usr/local/libexec/apache2/mod_dav_fs.so > LoadModule auth_digest_module /usr/local/libexec/apache2/ > mod_auth_digest.so > > This is really OK for me since I should think that the file is just > for Oh, I thought you were meaning you wanted to use apache 1.3 I think USE_APACHE= 2.0+ will work. I'll fix it. > reference. > > Sean From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 10 01:48:32 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB0F16A420 for ; Fri, 10 Feb 2006 01:48:32 +0000 (GMT) (envelope-from jeff_bakst@bellsouth.net) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0D043D45 for ; Fri, 10 Feb 2006 01:48:31 +0000 (GMT) (envelope-from jeff_bakst@bellsouth.net) Received: from ibm57aec.bellsouth.net ([65.12.195.205]) by imf17aec.mail.bellsouth.net with ESMTP id <20060210014829.BSNB2219.imf17aec.mail.bellsouth.net@ibm57aec.bellsouth.net> for ; Thu, 9 Feb 2006 20:48:29 -0500 Received: from xp64 ([65.12.195.205]) by ibm57aec.bellsouth.net with ESMTP id <20060210014814.IFFT2557.ibm57aec.bellsouth.net@xp64> for ; Thu, 9 Feb 2006 20:48:14 -0500 From: "Jeff Bakst" To: Date: Thu, 9 Feb 2006 20:48:14 -0500 Message-ID: <005e01c62de4$0e8d1c00$0200a8c0@xp64> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_005F_01C62DBA.25B71400" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Office Outlook 11 thread-index: AcYt5A4wzIbYVrBFR1WHAmfKk9o0ig== Importance: High X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gnome_upgrade 2.10 -> 2.12 fail 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, 10 Feb 2006 01:48:32 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_005F_01C62DBA.25B71400 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Upgrade failed on a new install of FreeBSD 6.0 + cvsup ports tag = . ------=_NextPart_000_005F_01C62DBA.25B71400-- From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 10 01:56:15 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9122816A420 for ; Fri, 10 Feb 2006 01:56:15 +0000 (GMT) (envelope-from shildret@fbsd1.dyndns.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22F343D45 for ; Fri, 10 Feb 2006 01:56:14 +0000 (GMT) (envelope-from shildret@fbsd1.dyndns.org) Received: from pimout1-ext.prodigy.net (pimout1-int.prodigy.net [207.115.5.65]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k1A1uHRR013111 for ; Thu, 9 Feb 2006 20:56:17 -0500 X-ORBL: [69.219.188.26] Received: from fbsd1.dyndns.org (ppp-69-219-188-26.dsl.chcgil.ameritech.net [69.219.188.26]) by pimout1-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k1A1uCR9250098; Thu, 9 Feb 2006 20:56:13 -0500 Received: from fbsd1.dyndns.org (localhost.dyndns.org [127.0.0.1]) by fbsd1.dyndns.org (8.13.4/8.13.4) with ESMTP id k1A1tZhB053172; Thu, 9 Feb 2006 19:55:36 -0600 (CST) (envelope-from shildret@fbsd1.dyndns.org) Received: (from shildret@localhost) by fbsd1.dyndns.org (8.13.4/8.13.4/Submit) id k1A1tYQ9053171; Thu, 9 Feb 2006 19:55:34 -0600 (CST) (envelope-from shildret@fbsd1.dyndns.org) From: "Scott T. Hildreth" To: Jeff Bakst In-Reply-To: <005e01c62de4$0e8d1c00$0200a8c0@xp64> References: <005e01c62de4$0e8d1c00$0200a8c0@xp64> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 09 Feb 2006 19:55:34 -0600 Message-Id: <1139536534.71835.68.camel@fbsd1.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd-gnome@freebsd.org Subject: Re: gnome_upgrade 2.10 -> 2.12 fail 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, 10 Feb 2006 01:56:15 -0000 On Thu, 2006-02-09 at 20:48 -0500, Jeff Bakst wrote: > Upgrade failed on a new install of FreeBSD 6.0 + cvsup ports tag = . okay. > > > > > > _______________________________________________ > 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" -- Scott T. Hildreth From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 10 17:32:12 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3547A16A420; Fri, 10 Feb 2006 17:32:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E957143D45; Fri, 10 Feb 2006 17:32:11 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1AHWBZU003027; Fri, 10 Feb 2006 17:32:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1AHWBbI003023; Fri, 10 Feb 2006 17:32:11 GMT (envelope-from edwin) Date: Fri, 10 Feb 2006 17:32:11 GMT From: Edwin Groothuis Message-Id: <200602101732.k1AHWBbI003023@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/93140: graphics/cairo 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, 10 Feb 2006 17:32:12 -0000 Synopsis: graphics/cairo Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 10 17:32:09 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=93140 From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 10 18:45:21 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF8DD16A420; Fri, 10 Feb 2006 18:45:21 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from sys.heron.com.pl (sys.heron.com.pl [195.117.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C85243D46; Fri, 10 Feb 2006 18:45:19 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from localhost ([127.0.0.1] helo=poczta.heron.pl) by sys.heron.com.pl with esmtp (Exim 4.23) id 1F7dE2-000Gvo-Li; Fri, 10 Feb 2006 19:42:34 +0100 From: piotr.smyrak@heron.pl To: freebsd-ports-bugs@FreeBSD.org,gnome@FreeBSD.org Date: Fri, 10 Feb 2006 19:42:34 +0100 Message-Id: <20060210184112.M38479@heron.pl> In-Reply-To: <200602101732.k1AHWBbI003023@freefall.freebsd.org> References: <200602101732.k1AHWBbI003023@freefall.freebsd.org> X-Mailer: WebMail at HERON 2.32 20040813 X-OriginatingIP: 83.27.19.224 (smyru) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Cc: Subject: Re: ports/93140: graphics/cairo 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, 10 Feb 2006 18:45:22 -0000 On Fri, 10 Feb 2006 17:32:11 GMT, Edwin Groothuis wrote > Synopsis: graphics/cairo > > Responsible-Changed-From-To: freebsd-ports-bugs->gnome > Responsible-Changed-By: edwin > Responsible-Changed-When: Fri Feb 10 17:32:09 UTC 2006 > Responsible-Changed-Why: > Over to maintainer I have seen this also today, but when I upgraded Xorg to 6.9.0 and came back to cairo, the error did not pop up so maybe that's it. -- Piotr Smyrak piotr.smyrak@heron.pl From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 07:33:34 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BE616A420 for ; Sat, 11 Feb 2006 07:33:34 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC0943D88 for ; Sat, 11 Feb 2006 07:33:30 +0000 (GMT) (envelope-from rperry@gti.net) Received: from [208.216.115.98] (ts6m-pool0-98.gti.net [208.216.115.98]) by apollo.gti.net (mail) with ESMTP id 28B27358DC for ; Sat, 11 Feb 2006 02:27:43 -0500 (EST) Message-ID: <43ED9311.9090803@gti.net> Date: Sat, 11 Feb 2006 02:32:33 -0500 From: Bob Perry User-Agent: Thunderbird 1.5 (X11/20060204) MIME-Version: 1.0 To: freebsd-gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [Fwd: Unable to Startx Following Upgrade--Error in Locking Authority File] 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: Sat, 11 Feb 2006 07:33:34 -0000 This message was originally posted to another mailing list. -------- Original Message -------- Subject: Unable to Startx Following Upgrade--Error in Locking Authority File Date: Sat, 28 Jan 2006 23:23:12 -0500 From: Bob Perry To: freebsd-questions@freebsd.org Hi everyone, I'm running FreeBSD 5.4-RELEASE #0 and just completed weekly upgrade. Now when I run "startx", I can not connect to the graphical display window. I simply see the gray screen with the small x in the middle. I went back to the command line to review the text immediately following the startx command and the first line reads: xauth: creating new authority file /home/rperry/.serverauth.8414; then, repeated four (4) times is the following: /usr/X11R6/bin/xauth: error in locking authority file /home/rperry/.Xauthority (skip) error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy AUDIT: Sat Jan 28...8433 X: client 1 rejected from local host Xlib: connection to ":0.0" refused by server Xlib: No protocol specified I have no problem running startx as root. cd /home/rperry ls -l .Xauthority -rw-------1 root rperry 112 Jan 28 22:13 .Xauthority FWIW, also had trouble running portupgrade due to repeated timeouts and/or loss of connections. Is there a location that lists the error messages like the one I encountered? Tried Google and the mailing list archives but wasn't able to resolve the issue. Any assistance would be appreciated. One respondent questioned the existence of the .Xauthority file and suggested I remove it. I did but it returns. Even access as root fails the second time around. In addition, when I access via root, the screen resolution is 640 x 480, I believe, with only that one option available in the desktop screen resolution dialogue box. Thanks, Bob Perry From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 08:43:47 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE2916A420 for ; Sat, 11 Feb 2006 08:43:47 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05A643D45 for ; Sat, 11 Feb 2006 08:43:46 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k1B8hwH6076226; Sat, 11 Feb 2006 03:43:59 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Khairil Yusof In-Reply-To: <1139187760.730.10.camel@shumai.marcuscom.com> References: <1139185642.25725.167.camel@wolverine> <1139187760.730.10.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/z2vFx9H04nWA/c6OP7j" Organization: MarcusCom, Inc. Date: Sat, 11 Feb 2006 03:43:45 -0500 Message-Id: <1139647425.79253.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: problems rhythmbox 0.9.3.1 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: Sat, 11 Feb 2006 08:43:47 -0000 --=-/z2vFx9H04nWA/c6OP7j Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2006-02-05 at 20:02 -0500, Joe Marcus Clarke wrote: > On Mon, 2006-02-06 at 08:27 +0800, Khairil Yusof wrote: > > Anybody using the latest rhythmbox? > >=20 > > Running rhythmbox -d on my gnome 2.12 system results in rhythmbox > > constantly reloading metadata and adding to the queue for each > > additional song played. So after say 25 songs played, CPU/disk is pegge= d > > and continues until it crashes. > >=20 > > This behaviour wasn't in rb 0.9.2 and just wanted to check before filin= g > > a bug report to rb. >=20 > I don't see this problem on my GNOME 2.12 6-STABLE machine. > rhythmbox-0.9.3.1 is running around .1% of CPU and memory usage is > stable (minor fluctuations). My library consists of 447 songs in either > MP3 or OGG format. Actually, I think I am seeing this. It seems that gnome-vfs is picking up a change to the currently playing file, and r-b is trying to process that change every second. Weird thing is, according to stat -s the only thing changing in the file is st_atime which is ignored. I'm still investigating, but I wanted to know if you've filed a bug on this already. The code was added post r-b- 0.9.2 which explains why you didn't see this before. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-/z2vFx9H04nWA/c6OP7j Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD7aPBb2iPiv4Uz4cRAsTeAKCZUqm9VF8Sfl9oDY5ObH7gyqfYFQCbB/0B dITL2VNFLBQs7epEc2CeYiA= =3wOQ -----END PGP SIGNATURE----- --=-/z2vFx9H04nWA/c6OP7j-- From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 08:48:30 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5201416A420 for ; Sat, 11 Feb 2006 08:48:30 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E80E143D45 for ; Sat, 11 Feb 2006 08:48:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7379C1A3C22 for ; Sat, 11 Feb 2006 00:48:29 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C79EF5152B; Sat, 11 Feb 2006 03:48:28 -0500 (EST) Date: Sat, 11 Feb 2006 03:48:28 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20060211084828.GA91165@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: libgail-gnome-1.1.3 failed on i386 4] 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: Sat, 11 Feb 2006 08:48:30 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 11 Feb 2006 08:15:13 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: libgail-gnome-1.1.3 failed on i386 4 X-UIDL: CH&#!\1>!!XP("!!pc"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.1 building libgail-gnome-1.1.3 on gohan29.freebsd.org in directory /x/tmp/4/chroot/514 maintained by: gnome@FreeBSD.org port directory: /usr/ports/x11-toolkits/libgail-gnome build started at Sat Feb 11 08:05:21 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DORBit2-2.12.5_1.tgz XFree86-fontEncodings-4.5.0_1.tgz XFree= 86-fontScalable-4.5.0_1.tgz XFree86-libraries-4.5.0.tgz at-spi-1.6.6_1.tgz = atk-1.10.3.tgz bitstream-vera-1.10_2.tgz cairo-1.0.2_1.tgz docbook-sk-4.1.2= _3.tgz docbook-xml-4.2_1.tgz docbook-xsl-1.69.1.tgz esound-0.2.36.tgz evolu= tion-data-server-1.4.2.1_1.tgz expat-2.0.0.tgz fontconfig-2.3.2_2,1.tgz fre= etype2-2.1.10_2.tgz gail-1.8.8.tgz gamin-0.1.5_3.tgz gconf2-2.12.1.tgz gett= ext-0.14.5_1.tgz glib-2.8.6.tgz gmake-3.80_2.tgz gnome-icon-theme-2.12.1_2.= tgz gnome-menu-editor-0.5_1.tgz gnome-menus-2.12.0_1.tgz gnomedesktop-2.12.= 3.tgz gnomedocutils-0.4.4.tgz gnomehier-2.0_7.tgz gnomekeyring-0.4.6.tgz gn= omemimedata-2.4.2.tgz gnomepanel-2.12.3.tgz gnomevfs2-2.12.2_1.tgz gnutls-1= .2.9.tgz gtk-2.8.11.tgz heimdal-0.6.3_3.tgz hicolor-icon-theme-0.5.tgz howl= -1.0.0.tgz intltool-0.34.2.tgz jpeg-6b_3.tgz libIDL-0.8.6_1.tgz libXft-2.1.= 7.tgz libart_lgpl2-2.3.17.tgz libaudiofile-0.2.6.tgz libbonobo-2.10.1_2.tgz= libbonoboui-2.10 .1_1.tgz libgcrypt-1.2.2.tgz libglade2-2.5.1_3.tgz libgnome-2.12.0.1.tgz l= ibgnomecanvas-2.12.0.tgz libgnomeui-2.12.1.tgz libgnugetopt-1.2.tgz libgpg-= error-1.1.tgz libiconv-1.9.2_1.tgz libsoup-2.2.7_1.tgz libtasn1-0.2.17.tgz = libtool-1.5.22_1.tgz libwnck-2.12.3.tgz libxml2-2.6.23.tgz libxslt-1.1.15.t= gz linc-1.0.3_4.tgz nspr-4.6.1.tgz nss-3.11.tgz openldap-client-2.2.30.tgz = p5-XML-Parser-2.34_2.tgz pango-1.10.3.tgz pkgconfig-0.20.tgz png-1.2.8_2.tg= z popt-1.7.tgz py24-libxml2-2.6.23.tgz python-2.4.2.tgz rc_subr-1.31_1.tgz = samba-libsmbclient-3.0.21a.tgz scrollkeeper-0.3.14_2,1.tgz sdocbook-xml-4.1= .2.5_2.tgz shared-mime-info-0.16_2.tgz startup-notification-0.8_1.tgz tiff-= 3.8.0.tgz xmlcatmgr-2.2.tgz RUN_DEPENDS=3DORBit2-2.12.5_1.tgz XFree86-fontEncodings-4.5.0_1.tgz XFree86= -fontScalable-4.5.0_1.tgz XFree86-libraries-4.5.0.tgz at-spi-1.6.6_1.tgz at= k-1.10.3.tgz bitstream-vera-1.10_2.tgz cairo-1.0.2_1.tgz docbook-sk-4.1.2_3= .tgz docbook-xml-4.2_1.tgz docbook-xsl-1.69.1.tgz esound-0.2.36.tgz evoluti= on-data-server-1.4.2.1_1.tgz expat-2.0.0.tgz fontconfig-2.3.2_2,1.tgz freet= ype2-2.1.10_2.tgz gail-1.8.8.tgz gamin-0.1.5_3.tgz gconf2-2.12.1.tgz gettex= t-0.14.5_1.tgz glib-2.8.6.tgz gnome-icon-theme-2.12.1_2.tgz gnome-menu-edit= or-0.5_1.tgz gnome-menus-2.12.0_1.tgz gnomedesktop-2.12.3.tgz gnomedocutils= -0.4.4.tgz gnomehier-2.0_7.tgz gnomekeyring-0.4.6.tgz gnomemimedata-2.4.2.t= gz gnomepanel-2.12.3.tgz gnomevfs2-2.12.2_1.tgz gnutls-1.2.9.tgz gtk-2.8.11= .tgz heimdal-0.6.3_3.tgz hicolor-icon-theme-0.5.tgz howl-1.0.0.tgz intltool= -0.34.2.tgz jpeg-6b_3.tgz libIDL-0.8.6_1.tgz libXft-2.1.7.tgz libart_lgpl2-= 2.3.17.tgz libaudiofile-0.2.6.tgz libbonobo-2.10.1_2.tgz libbonoboui-2.10.1= _1.tgz libgcrypt- 1.2.2.tgz libglade2-2.5.1_3.tgz libgnome-2.12.0.1.tgz libgnomecanvas-2.12.= 0.tgz libgnomeui-2.12.1.tgz libgnugetopt-1.2.tgz libgpg-error-1.1.tgz libic= onv-1.9.2_1.tgz libsoup-2.2.7_1.tgz libtasn1-0.2.17.tgz libwnck-2.12.3.tgz = libxml2-2.6.23.tgz libxslt-1.1.15.tgz linc-1.0.3_4.tgz nspr-4.6.1.tgz nss-3= .11.tgz openldap-client-2.2.30.tgz p5-XML-Parser-2.34_2.tgz pango-1.10.3.tg= z pkgconfig-0.20.tgz png-1.2.8_2.tgz popt-1.7.tgz py24-libxml2-2.6.23.tgz p= ython-2.4.2.tgz rc_subr-1.31_1.tgz samba-libsmbclient-3.0.21a.tgz scrollkee= per-0.3.14_2,1.tgz sdocbook-xml-4.1.2.5_2.tgz shared-mime-info-0.16_2.tgz s= tartup-notification-0.8_1.tgz tiff-3.8.0.tgz xmlcatmgr-2.2.tgz prefixes: usr/local usr/X11R6 add_pkg =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 =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> libgail-gnome-1.1.3.tar.bz2 doesn't seem to exist in /tmp/distfiles/gn= ome2. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/gnome2/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/gnome2/libg= ail-gnome-1.1.3.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/gnome2/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/gnome2/libgail-gno= me-1.1.3.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sour= ces/libgail-gnome/1.1/. libgail-gnome-1.1.3.tar.bz2 210 kB 186 kBps =3D> MD5 Checksum OK for gnome2/libgail-gnome-1.1.3.tar.bz2. =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 =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 add_pkg =3D=3D=3D> Extracting for libgail-gnome-1.1.3 =3D> MD5 Checksum OK for gnome2/libgail-gnome-1.1.3.tar.bz2. =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 =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 add_pkg =3D=3D=3D> Patching for libgail-gnome-1.1.3 =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 =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 add_pkg ORBit2-2.12.5_1.tgz XFree86-fontEncodings-4.5.0_1.tgz XFree86-fontS= calable-4.5.0_1.tgz XFree86-libraries-4.5.0.tgz at-spi-1.6.6_1.tgz atk-1.10= .3.tgz bitstream-vera-1.10_2.tgz cairo-1.0.2_1.tgz docbook-sk-4.1.2_3.tgz d= ocbook-xml-4.2_1.tgz docbook-xsl-1.69.1.tgz esound-0.2.36.tgz evolution-dat= a-server-1.4.2.1_1.tgz expat-2.0.0.tgz fontconfig-2.3.2_2,1.tgz freetype2-2= .1.10_2.tgz gail-1.8.8.tgz gamin-0.1.5_3.tgz gconf2-2.12.1.tgz gettext-0.14= .5_1.tgz glib-2.8.6.tgz gmake-3.80_2.tgz gnome-icon-theme-2.12.1_2.tgz gnom= e-menu-editor-0.5_1.tgz gnome-menus-2.12.0_1.tgz gnomedesktop-2.12.3.tgz gn= omedocutils-0.4.4.tgz gnomehier-2.0_7.tgz gnomekeyring-0.4.6.tgz gnomemimed= ata-2.4.2.tgz gnomepanel-2.12.3.tgz gnomevfs2-2.12.2_1.tgz gnutls-1.2.9.tgz= gtk-2.8.11.tgz heimdal-0.6.3_3.tgz hicolor-icon-theme-0.5.tgz howl-1.0.0.t= gz intltool-0.34.2.tgz jpeg-6b_3.tgz libIDL-0.8.6_1.tgz libXft-2.1.7.tgz li= bart_lgpl2-2.3.17.tgz libaudiofile-0.2.6.tgz libbonobo-2.10.1_2.tgz libbono= boui-2.10.1_1.t gz libgcrypt-1.2.2.tgz libglade2-2.5.1_3.tgz libgnome-2.12.0.1.tgz libgnom= ecanvas-2.12.0.tgz libgnomeui-2.12.1.tgz libgnugetopt-1.2.tgz libgpg-error-= 1.1.tgz libiconv-1.9.2_1.tgz libsoup-2.2.7_1.tgz libtasn1-0.2.17.tgz libtoo= l-1.5.22_1.tgz libwnck-2.12.3.tgz libxml2-2.6.23.tgz libxslt-1.1.15.tgz lin= c-1.0.3_4.tgz nspr-4.6.1.tgz nss-3.11.tgz openldap-client-2.2.30.tgz p5-XML= -Parser-2.34_2.tgz pango-1.10.3.tgz pkgconfig-0.20.tgz png-1.2.8_2.tgz popt= -1.7.tgz py24-libxml2-2.6.23.tgz python-2.4.2.tgz rc_subr-1.31_1.tgz samba-= libsmbclient-3.0.21a.tgz scrollkeeper-0.3.14_2,1.tgz sdocbook-xml-4.1.2.5_2= .tgz shared-mime-info-0.16_2.tgz startup-notification-0.8_1.tgz tiff-3.8.0.= tgz xmlcatmgr-2.2.tgz adding dependencies pkg_add ORBit2-2.12.5_1.tgz pkg_add XFree86-fontEncodings-4.5.0_1.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add XFree86-fontScalable-4.5.0_1.tgz /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: succeeded pkg_add XFree86-libraries-4.5.0.tgz skipping XFree86-libraries-4.5.0, already added pkg_add at-spi-1.6.6_1.tgz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports The following catalogs are installed: 1) ${PREFIX}/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) ${PREFIX}/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under ${PREFIX}/share/sgml. It is changed by ports/packages. 3) ${PREFIX}/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) ${PREFIX}/share/xml/catalog.ports This catalog is for handling XML stuff installed under ${PREFIX}/share/xml. It is changed by ports/packages. =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D *** * Updating MIME database in /usr/X11R6/share/mime... *** *** * Updating MIME database in /usr/local/share/mime... *** =2E/etc/CORBA missing (created) =2E/etc/CORBA/servers missing (created) =2E/etc/X11 missing (created) =2E/etc/X11/serverconfig missing (created) =2E/etc/X11/starthere missing (created) =2E/etc/X11/sysconfig missing (created) =2E/etc/gconf missing (created) =2E/etc/gconf/gconf.xml.defaults missing (created) =2E/etc/gconf/gconf.xml.mandatory missing (created) =2E/etc/gconf/schemas missing (created) =2E/etc/gnome missing (created) =2E/etc/gnome/config missing (created) =2E/etc/gnome-vfs-2.0 missing (created) =2E/etc/gnome-vfs-2.0/modules missing (created) =2E/etc/sound missing (created) =2E/etc/sound/events missing (created) =2E/etc/vfs missing (created) =2E/etc/vfs/modules missing (created) =2E/include/gconf missing (created) =2E/include/gdkcardimage missing (created) =2E/include/gnome-1.0 missing (created) =2E/lib/GConf missing (created) =2E/lib/bonobo missing (created) =2E/lib/bonobo/monikers missing (created) =2E/lib/bonobo/plugin missing (created) =2E/lib/gnome-vfs-2.0 missing (created) =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) =2E/lib/vfs/modules missing (created) =2E/libdata/bonobo missing (created) =2E/libdata/bonobo/servers missing (created) =2E/share/doc/libgda missing (created) =2E/share/gnome missing (created) =2E/share/gnome/applets missing (created) =2E/share/gnome/applets/Amusements missing (created) =2E/share/gnome/applets/Clocks missing (created) =2E/share/gnome/applets/Monitors missing (created) =2E/share/gnome/applets/Multimedia missing (created) =2E/share/gnome/applets/Network missing (created) =2E/share/gnome/applets/Utility missing (created) =2E/share/gnome/application-registry missing (created) =2E/share/gnome/applications missing (created) =2E/share/gnome/apps missing (created) =2E/share/gnome/apps/Applications missing (created) =2E/share/gnome/apps/Audio missing (created) =2E/share/gnome/apps/Development missing (created) =2E/share/gnome/apps/Games missing (created) =2E/share/gnome/apps/Graphics missing (created) =2E/share/gnome/apps/Internet missing (created) =2E/share/gnome/apps/Multimedia missing (created) =2E/share/gnome/apps/Settings missing (created) =2E/share/gnome/apps/Settings/Desktop missing (created) =2E/share/gnome/apps/Settings/Documents missing (created) =2E/share/gnome/apps/Settings/Peripherals missing (created) =2E/share/gnome/apps/Settings/Session missing (created) =2E/share/gnome/apps/System missing (created) =2E/share/gnome/apps/Utilities missing (created) =2E/share/gnome/capplets missing (created) =2E/share/gnome/control-center missing (created) =2E/share/gnome/control-center/Desktop missing (created) =2E/share/gnome/control-center/Documents missing (created) =2E/share/gnome/control-center/Peripherals missing (created) =2E/share/gnome/control-center/Session missing (created) =2E/share/gnome/control-center/capplets missing (created) =2E/share/gnome/control-center-2.0 missing (created) =2E/share/gnome/control-center-2.0/capplets missing (created) =2E/share/gnome/fonts missing (created) =2E/share/gnome/games missing (created) =2E/share/gnome/gnome-2.0 missing (created) =2E/share/gnome/gnome-2.0/ui missing (created) =2E/share/gnome/gnome-about missing (created) =2E/share/gnome/help missing (created) =2E/share/gnome/help/fdl missing (created) =2E/share/gnome/help/fdl/C missing (created) =2E/share/gnome/help/gpl missing (created) =2E/share/gnome/help/gpl/C missing (created) =2E/share/gnome/help/lgpl missing (created) =2E/share/gnome/help/lgpl/C missing (created) =2E/share/gnome/icons missing (created) =2E/share/gnome/idl missing (created) =2E/share/gnome/images missing (created) =2E/share/gnome/mc missing (created) =2E/share/gnome/mc/templates missing (created) =2E/share/gnome/mime-info missing (created) =2E/share/gnome/oaf missing (created) =2E/share/gnome/omf missing (created) =2E/share/gnome/panel missing (created) =2E/share/gnome/pixmaps missing (created) =2E/share/gnome/pixmaps/document-icons missing (created) =2E/share/gnome/pixmaps/splash missing (created) =2E/share/gnome/sgml missing (created) =2E/share/gnome/sgml/docbook missing (created) =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) =2E/share/gnome/sounds missing (created) =2E/share/gnome/themes missing (created) =2E/share/gnome/ui missing (created) =2E/share/gnome/vfolders missing (created) =2E/share/gnome/wm-properties missing (created) =2E/share/gnome/xmodmap missing (created) Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 7 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add atk-1.10.3.tgz skipping atk-1.10.3, already added pkg_add bitstream-vera-1.10_2.tgz skipping bitstream-vera-1.10_2, already added pkg_add cairo-1.0.2_1.tgz skipping cairo-1.0.2_1, already added pkg_add docbook-sk-4.1.2_3.tgz pkg_add docbook-xml-4.2_1.tgz pkg_add docbook-xsl-1.69.1.tgz pkg_add esound-0.2.36.tgz pkg_add evolution-data-server-1.4.2.1_1.tgz ************************************************************ The OpenLDAP client package has been successfully installed. Edit /usr/local/etc/openldap/ldap.conf to change the system-wide client defaults. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at http://www.OpenLDAP.org/faq/index.cgi?file=3D3 for more information. ************************************************************ =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Gamin will only provide realtime notification of changes for at most n file= s, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles=3D"25000" =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D pkg_add expat-2.0.0.tgz skipping expat-2.0.0, already added pkg_add fontconfig-2.3.2_2,1.tgz skipping fontconfig-2.3.2_2,1, already added pkg_add freetype2-2.1.10_2.tgz skipping freetype2-2.1.10_2, already added pkg_add gail-1.8.8.tgz skipping gail-1.8.8, already added pkg_add gamin-0.1.5_3.tgz skipping gamin-0.1.5_3, already added pkg_add gconf2-2.12.1.tgz skipping gconf2-2.12.1, already added pkg_add gettext-0.14.5_1.tgz skipping gettext-0.14.5_1, already added pkg_add glib-2.8.6.tgz skipping glib-2.8.6, already added pkg_add gmake-3.80_2.tgz pkg_add gnome-icon-theme-2.12.1_2.tgz skipping gnome-icon-theme-2.12.1_2, already added pkg_add gnome-menu-editor-0.5_1.tgz pkg_add gnome-menus-2.12.0_1.tgz skipping gnome-menus-2.12.0_1, already added pkg_add gnomedesktop-2.12.3.tgz pkg_add gnomedocutils-0.4.4.tgz skipping gnomedocutils-0.4.4, already added pkg_add gnomehier-2.0_7.tgz skipping gnomehier-2.0_7, already added pkg_add gnomekeyring-0.4.6.tgz skipping gnomekeyring-0.4.6, already added pkg_add gnomemimedata-2.4.2.tgz skipping gnomemimedata-2.4.2, already added pkg_add gnomepanel-2.12.3.tgz pkg_add gnomevfs2-2.12.2_1.tgz skipping gnomevfs2-2.12.2_1, already added pkg_add gnutls-1.2.9.tgz skipping gnutls-1.2.9, already added pkg_add gtk-2.8.11.tgz skipping gtk-2.8.11, already added pkg_add heimdal-0.6.3_3.tgz skipping heimdal-0.6.3_3, already added pkg_add hicolor-icon-theme-0.5.tgz skipping hicolor-icon-theme-0.5, already added pkg_add howl-1.0.0.tgz skipping howl-1.0.0, already added pkg_add intltool-0.34.2.tgz skipping intltool-0.34.2, already added pkg_add jpeg-6b_3.tgz skipping jpeg-6b_3, already added pkg_add libIDL-0.8.6_1.tgz skipping libIDL-0.8.6_1, already added pkg_add libXft-2.1.7.tgz skipping libXft-2.1.7, already added pkg_add libart_lgpl2-2.3.17.tgz skipping libart_lgpl2-2.3.17, already added pkg_add libaudiofile-0.2.6.tgz skipping libaudiofile-0.2.6, already added pkg_add libbonobo-2.10.1_2.tgz skipping libbonobo-2.10.1_2, already added pkg_add libbonoboui-2.10.1_1.tgz skipping libbonoboui-2.10.1_1, already added pkg_add libgcrypt-1.2.2.tgz skipping libgcrypt-1.2.2, already added pkg_add libglade2-2.5.1_3.tgz skipping libglade2-2.5.1_3, already added pkg_add libgnome-2.12.0.1.tgz skipping libgnome-2.12.0.1, already added pkg_add libgnomecanvas-2.12.0.tgz skipping libgnomecanvas-2.12.0, already added pkg_add libgnomeui-2.12.1.tgz skipping libgnomeui-2.12.1, already added pkg_add libgnugetopt-1.2.tgz skipping libgnugetopt-1.2, already added pkg_add libgpg-error-1.1.tgz skipping libgpg-error-1.1, already added pkg_add libiconv-1.9.2_1.tgz skipping libiconv-1.9.2_1, already added pkg_add libsoup-2.2.7_1.tgz skipping libsoup-2.2.7_1, already added pkg_add libtasn1-0.2.17.tgz skipping libtasn1-0.2.17, already added pkg_add libtool-1.5.22_1.tgz pkg_add libwnck-2.12.3.tgz skipping libwnck-2.12.3, already added pkg_add libxml2-2.6.23.tgz skipping libxml2-2.6.23, already added pkg_add libxslt-1.1.15.tgz skipping libxslt-1.1.15, already added pkg_add linc-1.0.3_4.tgz skipping linc-1.0.3_4, already added pkg_add nspr-4.6.1.tgz skipping nspr-4.6.1, already added pkg_add nss-3.11.tgz skipping nss-3.11, already added pkg_add openldap-client-2.2.30.tgz skipping openldap-client-2.2.30, already added pkg_add p5-XML-Parser-2.34_2.tgz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.10.3.tgz skipping pango-1.10.3, already added pkg_add pkgconfig-0.20.tgz skipping pkgconfig-0.20, already added pkg_add png-1.2.8_2.tgz skipping png-1.2.8_2, already added pkg_add popt-1.7.tgz skipping popt-1.7, already added pkg_add py24-libxml2-2.6.23.tgz skipping py24-libxml2-2.6.23, already added pkg_add python-2.4.2.tgz skipping python-2.4.2, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added pkg_add samba-libsmbclient-3.0.21a.tgz skipping samba-libsmbclient-3.0.21a, already added pkg_add scrollkeeper-0.3.14_2,1.tgz skipping scrollkeeper-0.3.14_2,1, already added pkg_add sdocbook-xml-4.1.2.5_2.tgz skipping sdocbook-xml-4.1.2.5_2, already added pkg_add shared-mime-info-0.16_2.tgz skipping shared-mime-info-0.16_2, already added pkg_add startup-notification-0.8_1.tgz skipping startup-notification-0.8_1, already added pkg_add tiff-3.8.0.tgz skipping tiff-3.8.0, already added pkg_add xmlcatmgr-2.2.tgz skipping xmlcatmgr-2.2, already added =3D=3D=3D> libgail-gnome-1.1.3 depends on executable: gmake - found =3D=3D=3D> libgail-gnome-1.1.3 depends on file: /usr/local/bin/libtool15 = - found =3D=3D=3D> libgail-gnome-1.1.3 depends on file: /usr/local/bin/intltool-e= xtract - found =3D=3D=3D> libgail-gnome-1.1.3 depends on file: /usr/X11R6/libdata/pkgcon= fig/gnome-mime-data-2.0.pc - found =3D=3D=3D> libgail-gnome-1.1.3 depends on executable: pkg-config - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: esd.2 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: atk-1.0.0 - fou= nd =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: spi.10 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gailutil.17 - f= ound =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gconf-2.4 - fou= nd =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: glib-2.0.0 - fo= und =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gnome-desktop-2= .2 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: panel-applet-2.= 0 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gnomevfs-2.0 - = found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gtk-x11-2.0.0 -= found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: art_lgpl_2.5 - = found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: bonobo-2.0 - fo= und =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: bonoboui-2.0 - = found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: glade-2.0.0 - f= ound =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gnome-2.0 - fou= nd =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gnomecanvas-2.0= - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: gnomeui-2.0 - f= ound =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: IDL-2.0 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: wnck-1.18 - fou= nd =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: xml2.5 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: xslt.2 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: linc.1 - found =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: ORBit-2.0 - fou= nd =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: pango-1.0.0 - f= ound =3D=3D=3D> libgail-gnome-1.1.3 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for libgail-gnome-1.1.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 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 ANSI C... none needed checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -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... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for Win32... no checking for aclocal flags...=20 checking for pkg-config... /usr/local/bin/pkg-config checking for atk >=3D 1.7.2 gtk+-2.0 >=3D 1.3.11 libbonobo-2.0 >=3D 1.1.0 l= ibbonoboui-2.0 >=3D 1.1.0 libgnomeui-2.0 >=3D 1.1.0 libspi-1.0 >=3D 0.10.0 = libpanelapplet-2.0 >=3D 0.0.18... yes checking DEPS_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/include/at= k-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/us= r/local/include/cairo -I/usr/local/include/libbonobo-2.0 -I/usr/local/inclu= de/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/includ= e/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/X11R6= /include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pang= o-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/incl= ude/libbonoboui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/in= clude/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-= vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnom= eui-2.0 -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/at-spi-1.= 0 -I/usr/X11R6/include/panel-2.0 =20 checking DEPS_LIBS... -Wl,--export-dynamic -pthread -Wl,--rpath -Wl,/usr/lo= cal/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lspi -= lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2 = -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -= lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -= lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -l= z -lpango-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-acti= vation -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv =20 checking for atk >=3D 1.7.2 gtk+-2.0 >=3D 1.3.11 libbonobo-2.0 >=3D 1.1.0 l= ibbonoboui-2.0 >=3D 1.1.0 libgnomeui-2.0 >=3D 1.1.0 libspi-1.0 >=3D 0.10.0 = cspi-1.0 >=3D 0.10.0 libpanelapplet-2.0 >=3D 0.0.18... yes checking TEST_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/include/at= k-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/us= r/local/include/cairo -I/usr/local/include/libbonobo-2.0 -I/usr/local/inclu= de/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/includ= e/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/X11R6= /include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pang= o-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/incl= ude/libbonoboui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/in= clude/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-= vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnom= eui-2.0 -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/include/at-spi-1.= 0 -I/usr/X11R6/include/panel-2.0 =20 checking TEST_LIBS... -Wl,--export-dynamic -pthread -Wl,--rpath -Wl,/usr/lo= cal/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lcspi = -lspi -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring = -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x1= 1-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbu= f-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfree= type -lz -lpango-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbono= bo-activation -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv = =20 checking for gethostent... yes checking for setsockopt... yes checking for connect... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libgail-gnome.pc config.status: creating gail-gnome/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing default-1 commands =3D=3D=3D> Building for libgail-gnome-1.1.3 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/x11-toolkits/libgail-gnome/work= /libgail-gnome-1.1.3' Making all in gail-gnome gmake[2]: Entering directory `/work/a/ports/x11-toolkits/libgail-gnome/work= /libgail-gnome-1.1.3/gail-gnome' /bin/sh /usr/local/bin/libtool15 --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I= . -I.. -I.. -DVERSION=3D\"1.1.3\" -DORBIT2=3D1 -D_THREAD_SAFE -I/usr= /local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/usr/local/include/cairo -I/usr/local/include/libbonobo-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart= -2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X= 11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 = -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.= 0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11= R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R= 6/include/libgnomeui-2.0 -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/= include/at-spi-1.0 -I/usr/X11R6/include/panel-2.0 -I/usr/local/include = -O -pipe -Wall -c bo nobo-control-accessible.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DVERSION=3D\"1.1.3\" -DORBIT2=3D1 -D= _THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/= usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/incl= ude/libbonobo-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/l= ocal/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2= .0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local= /include/freetype2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/includ= e/libgnomecanvas-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include= /gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/= include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/gnome-keyr= ing-1 -I/usr/X11R6/include/at-spi-1.0 -I/usr/X11R6/include/panel-2.0 -I/usr= /local/include -O -pipe -Wall -c bonobo-control-accessible.c -fPIC -DPIC -= o .libs/bonobo-cont rol-accessible.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DVERSION=3D\"1.1.3\" -DORBIT2=3D1 -D= _THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/= usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/incl= ude/libbonobo-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/l= ocal/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2= .0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local= /include/freetype2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/includ= e/libgnomecanvas-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include= /gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/= include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/gnome-keyr= ing-1 -I/usr/X11R6/include/at-spi-1.0 -I/usr/X11R6/include/panel-2.0 -I/usr= /local/include -O -pipe -Wall -c bonobo-control-accessible.c -o bonobo-cont= rol-accessible.o >/ dev/null 2>&1 /bin/sh /usr/local/bin/libtool15 --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I= . -I.. -I.. -DVERSION=3D\"1.1.3\" -DORBIT2=3D1 -D_THREAD_SAFE -I/usr= /local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/usr/local/include/cairo -I/usr/local/include/libbonobo-2.0 -= I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I= /usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart= -2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X= 11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 = -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.= 0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11= R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R= 6/include/libgnomeui-2.0 -I/usr/X11R6/include/gnome-keyring-1 -I/usr/X11R6/= include/at-spi-1.0 -I/usr/X11R6/include/panel-2.0 -I/usr/local/include = -O -pipe -Wall -c bo nobo-control-frame-accessible.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DVERSION=3D\"1.1.3\" -DORBIT2=3D1 -D= _THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/= usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/incl= ude/libbonobo-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonob= o-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/l= ocal/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2= .0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local= /include/freetype2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/includ= e/libgnomecanvas-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include= /gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/= include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/gnome-keyr= ing-1 -I/usr/X11R6/include/at-spi-1.0 -I/usr/X11R6/include/panel-2.0 -I/usr= /local/include -O -pipe -Wall -c bonobo-control-frame-accessible.c -fPIC -= DPIC -o .libs/bonob o-control-frame-accessible.o bonobo-control-frame-accessible.c: In function `impl_bonobo_control_frame_a= ccessible_get_child_at_index': bonobo-control-frame-accessible.c:56: syntax error before `control' bonobo-control-frame-accessible.c:64: `control' undeclared (first use in th= is function) bonobo-control-frame-accessible.c:64: (Each undeclared identifier is report= ed only once bonobo-control-frame-accessible.c:64: for each function it appears in.) gmake[2]: *** [bonobo-control-frame-accessible.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/x11-toolkits/libgail-gnome/work/= libgail-gnome-1.1.3/gail-gnome' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/x11-toolkits/libgail-gnome/work/= libgail-gnome-1.1.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /a/ports/x11-toolkits/libgail-gnome. =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/x11-toolkits/libgail-gnome ended at Sat Feb 11 08:15:02= GMT 2006 ----- End forwarded message ----- --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7aTcWry0BWjoQKURAoL7AJ0TQaDOj/mpbgVFZLjFgrRVQWWK8gCgzEMF IaIIP8iCHY4gj7QKIYnb9B8= =c/xV -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 13:59:29 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA68016A420 for ; Sat, 11 Feb 2006 13:59:29 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CC443D49 for ; Sat, 11 Feb 2006 13:59:28 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from cauchy.math.uvsq.fr (cauchy.math.uvsq.fr [193.51.32.2]) by soleil.uvsq.fr (8.13.4/jtpda-5.4) with ESMTP id k1BDxRIM026700 for ; Sat, 11 Feb 2006 14:59:27 +0100 (CET) Received: from fermat.math.uvsq.fr (fermat.math.uvsq.fr [193.51.32.1]) by cauchy.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1BDxR0F061976 for ; Sat, 11 Feb 2006 14:59:27 +0100 (CET) Received: from fermat.math.uvsq.fr (localhost [127.0.0.1]) by fermat.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1BDxQeT069249 for ; Sat, 11 Feb 2006 14:59:26 +0100 (CET) Received: (from moreno@localhost) by fermat.math.uvsq.fr (8.13.3/8.13.3/Submit) id k1BDxQrc069248 for gnome@FreeBSD.org; Sat, 11 Feb 2006 14:59:26 +0100 (CET) (envelope-from moreno) Date: Sat, 11 Feb 2006 14:59:26 +0100 From: Guillermo MORENO-SOCIAS To: gnome@FreeBSD.org Message-ID: <20060211135926.GA69185@math.uvsq.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (soleil.uvsq.fr [193.51.24.1]); Sat, 11 Feb 2006 14:59:27 +0100 (CET) X-Miltered: at soleil.uvsq.fr with ID 43EDEDBF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: ClamAV 0.88/1283/Thu Feb 9 21:55:06 2006 on soleil.uvsq.fr X-Virus-Status: Clean X-Antivirus: scanned by sophie at soleil.uvsq.fr Cc: Subject: cannot make gconf2-2.12.1 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: Sat, 11 Feb 2006 13:59:29 -0000 Hello. I cannot make gconf2-2.12.1. After "make clean", I get the following: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fermat /usr/ports/devel/gconf2# make You can enable ldap support by defining WITH_LDAP ===> Vulnerability check disabled, database not found ===> Extracting for gconf2-2.12.1 => MD5 Checksum OK for gnome2/GConf-2.12.1.tar.bz2. ===> Patching for gconf2-2.12.1 ===> gconf2-2.12.1 depends on file: /usr/local/bin/libtool15 - found -e: not found *** Error code 127 Stop in /usr/ports/devel/gconf2. fermat /usr/ports/devel/gconf2# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ uname -a gives: FreeBSD fermat.math.uvsq.fr 5.4-RELEASE FreeBSD 5.4-RELEASE #10: Tue Jan 31 15:35:47 CET 2006 root@fermat.math.uvsq.fr:/usr/obj/usr/src/sys/FERMAT2 i386 Thanks in advance. Guillermo Moreno-Socias From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 16:20:44 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C441916A423 for ; Sat, 11 Feb 2006 16:20:44 +0000 (GMT) (envelope-from khairil.yusof@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FA643D45 for ; Sat, 11 Feb 2006 16:20:44 +0000 (GMT) (envelope-from khairil.yusof@gmail.com) Received: by pproxy.gmail.com with SMTP id d42so291401pyd for ; Sat, 11 Feb 2006 08:20:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=q7RogyTK5Gf6Qw+QtyMEkYyUkTQDy0+c3vukiCznqCJGOyItiMMZq8vhAX6/h3M1p5uLhKyUtWptKYqUkyhTNd9Az0LXvcT1akYeM3fUS9uF2WkKy4ts2AQqXqjK1SBe/mx3ot3CzdRWM95XBxcxi3B7g06uCE+Vyie55wx/MP4= Received: by 10.35.99.14 with SMTP id b14mr60605pym; Sat, 11 Feb 2006 08:20:43 -0800 (PST) Received: from ?192.168.1.49? ( [219.94.62.90]) by mx.gmail.com with ESMTP id b43sm799353pyb.2006.02.11.08.20.41; Sat, 11 Feb 2006 08:20:43 -0800 (PST) From: Khairil Yusof To: Joe Marcus Clarke In-Reply-To: <1139647425.79253.4.camel@shumai.marcuscom.com> References: <1139185642.25725.167.camel@wolverine> <1139187760.730.10.camel@shumai.marcuscom.com> <1139647425.79253.4.camel@shumai.marcuscom.com> Content-Type: text/plain Date: Sun, 12 Feb 2006 00:20:38 +0800 Message-Id: <1139674838.37533.78.camel@wolverine> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: problems rhythmbox 0.9.3.1 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: Sat, 11 Feb 2006 16:20:44 -0000 On Sat, 2006-02-11 at 03:43 -0500, Joe Marcus Clarke wrote: > I'm still investigating, but I wanted to know if you've filed a bug on > this already. The code was added post r-b- 0.9.2 which explains why you > didn't see this before. I didn't file a bug report. I thought it was something to do with my nfs mount. Thanks for confirming it. The behaviour is exactly as you stated, with the metadata being reloaded for each and every song played continuously. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 11 19:25:35 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854F316A422 for ; Sat, 11 Feb 2006 19:25:35 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B74A43D79 for ; Sat, 11 Feb 2006 19:25:29 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k1BJPhCL083033; Sat, 11 Feb 2006 14:25:43 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Khairil Yusof In-Reply-To: <1139674838.37533.78.camel@wolverine> References: <1139185642.25725.167.camel@wolverine> <1139187760.730.10.camel@shumai.marcuscom.com> <1139647425.79253.4.camel@shumai.marcuscom.com> <1139674838.37533.78.camel@wolverine> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-uIPr9BLjHZIrwQ7kSF7a" Organization: MarcusCom, Inc. Date: Sat, 11 Feb 2006 14:25:27 -0500 Message-Id: <1139685927.59900.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: problems rhythmbox 0.9.3.1 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: Sat, 11 Feb 2006 19:25:35 -0000 --=-uIPr9BLjHZIrwQ7kSF7a Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2006-02-12 at 00:20 +0800, Khairil Yusof wrote: > On Sat, 2006-02-11 at 03:43 -0500, Joe Marcus Clarke wrote: >=20 > > I'm still investigating, but I wanted to know if you've filed a bug on > > this already. The code was added post r-b- 0.9.2 which explains why yo= u > > didn't see this before. >=20 > I didn't file a bug report. I thought it was something to do with my nfs > mount. >=20 > Thanks for confirming it. The behaviour is exactly as you stated, with > the metadata being reloaded for each and every song played continuously. And I am also loading songs over NFS....hmmm. What FAM system are you using? Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-uIPr9BLjHZIrwQ7kSF7a Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD7jonb2iPiv4Uz4cRAh+oAJ9MnwW4WEJ5ipTHLGwZSB2jV7jRKQCfdezP Flji+4zGXiRVx152X7P0tcY= =36xQ -----END PGP SIGNATURE----- --=-uIPr9BLjHZIrwQ7kSF7a--