From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 00:23:45 2003 Return-Path: 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 C635C16A4B3 for ; Sun, 21 Sep 2003 00:23:45 -0700 (PDT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C36843FAF for ; Sun, 21 Sep 2003 00:23:44 -0700 (PDT) (envelope-from root@pukruppa.de) Received: (qmail 16027 invoked by uid 505); 21 Sep 2003 07:23:45 -0000 Received: from root@pukruppa.de by dsl-mail by uid 502 with qmail-scanner-1.14 (spamassassin: 2.43. Clear:SA:0(0.8/5.0):. Processed in 0.277846 secs); 21 Sep 2003 07:23:45 -0000 X-Spam-Status: No, hits=0.8 required=5.0 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 21 Sep 2003 07:23:45 -0000 Date: Sun, 21 Sep 2003 09:28:02 +0200 (CEST) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: freebsd-gnome@freebsd.org Message-ID: <20030921092106.Q1897@pukruppa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: sodipodi build fails in plotutils X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 07:23:45 -0000 Hi! I upgraded my FreeBSD pukruppa.net 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 20 06:56:46 CEST 2003 to gnome2.4 . Everything seems to work fine but sodipodi: it fails in building /graphics/plotutils with ---------------------------------------------------- from ../include/plotter.h:54, from extern.h:44, from mi_fllarc.c:9: /usr/include/sys/types.h:199: warning: useless keyword or type name in empty declaration /usr/include/sys/types.h:199: warning: empty declaration mi_fllarc.c: In function `miGetPieEdge': mi_fllarc.c:295: error: `INT_MIN' undeclared (first use in this function) mi_fllarc.c:295: error: (Each undeclared identifier is reported only once mi_fllarc.c:295: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/graphics/plotutils/work/plotutils-2.4.1/libplot. *** Error code 1 Stop in /usr/ports/graphics/plotutils/work/plotutils-2.4.1. *** Error code 1 Stop in /usr/ports/graphics/plotutils/work/plotutils-2.4.1. *** Error code 1 ----------------------------------------------- Regards, Uli. +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 00:37:39 2003 Return-Path: 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 3CE8216A4B3 for ; Sun, 21 Sep 2003 00:37:39 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084B543FF3 for ; Sun, 21 Sep 2003 00:37:38 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030921073736.PEAG16616.lakemtao08.cox.net@mezz.mezzweb.com>; Sun, 21 Sep 2003 03:37:36 -0400 Date: Sun, 21 Sep 2003 02:36:38 -0500 To: Peter Ulrich Kruppa References: <20030921092106.Q1897@pukruppa.net> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030921092106.Q1897@pukruppa.net> User-Agent: Opera7.20/Linux M2 build 465 cc: freebsd-gnome@freebsd.org Subject: Re: sodipodi build fails in plotutils X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 07:37:39 -0000 On Sun, 21 Sep 2003 09:28:02 +0200 (CEST), Peter Ulrich Kruppa wrote: > Hi! > > I upgraded my > FreeBSD pukruppa.net 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat > Sep 20 06:56:46 CEST 2003 > to gnome2.4 . Check here: # cd /usr/ports/graphics/plotutils ; make -V MAINTAINER ports@FreeBSD.org > Everything seems to work fine but sodipodi: it fails in building > /graphics/plotutils with > > ---------------------------------------------------- > mi_fllarc.c:295: error: `INT_MIN' undeclared (first use in this > function) > ----------------------------------------------- It looks like you will need to add a '#include ' in the mi_fllarc.c[1].. I think, it should do.. [1] It's in /usr/ports/graphics/plotutils/work/plotutils-2.4.1/libplot/ .. Cheers, Mezz > Regards, > > Uli. -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 03:07:39 2003 Return-Path: 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 7612E16A4B3; Sun, 21 Sep 2003 03:07:39 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5702343FE5; Sun, 21 Sep 2003 03:07:37 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=Demon.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A117w-0005aZ-9U; Sun, 21 Sep 2003 10:07:36 +0000 Received: from Demon.vickiandstacey.com (localhost [127.0.0.1]) h8LA7fX3011329; Sun, 21 Sep 2003 11:07:46 +0100 (BST) (envelope-from stacey@Demon.vickiandstacey.com) Received: (from stacey@localhost) by Demon.vickiandstacey.com (8.12.8/8.12.8/Submit) id h8LA7ZpA011328; Sun, 21 Sep 2003 11:07:35 +0100 (BST) Date: Sun, 21 Sep 2003 11:07:35 +0100 (BST) Message-Id: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> To: FreeBSD-gnats-submit@freebsd.org From: Stacey Roberts X-send-pr-version: 3.113 X-GNATS-Notify: X-Originating-Heisenberg-IP: [82.68.31.177] cc: gnome@freebsd.org Subject: portupgrade -rf -m BATCH=yes atk repeatably fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stacey Roberts List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 10:07:39 -0000 >Submitter-Id: current-users >Originator: Stacey Roberts >Organization: >Confidential: no >Synopsis: portupgrade -rf -m BATCH=yes atk repeatably fails >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-RC i386 >Environment: System: FreeBSD Demon.vickiandstacey.com 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER i386 >Description: For the second time, my attempts at following the instructions laid out by the FreeBSD-Gnome maintainer in order to portupgrade Gnome-2.2.x to Gnome-2.4 fails. Always the same command, and always after several hours ofa what appears to be repeated reinstallation of Gnome-related components. The command I am up to at the moment is: portupgrade -rf -m BATCH=yes atk Here is the tail of the latest failure: See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./mkinstalldirs /usr/X11R6/share/gnome/nautilus-cd-burner mkdir /usr/X11R6/share/gnome/nautilus-cd-burner install -c -o root -g wheel -m 444 ./cdburn.glade /usr/X11R6/share/gnome/nautilus-cd-burner/cdburn.glade install -c -o root -g wheel -m 444 ./cdspin1.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin1.png install -c -o root -g wheel -m 444 ./cdspin2.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin2.png install -c -o root -g wheel -m 444 ./cdspin3.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin3.png install -c -o root -g wheel -m 444 ./cdspin4.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin4.png install -c -o root -g wheel -m 444 ./cdspin5.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin5.png install -c -o root -g wheel -m 444 ./cdspin6.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin6.png install -c -o root -g wheel -m 444 ./cdspin7.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin7.png install -c -o root -g wheel -m 444 ./cdspin8.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin8.png /bin/sh ./mkinstalldirs /usr/X11R6/etc/gnome-vfs-2.0/modules install -c -o root -g wheel -m 444 ./mapping-modules.conf /usr/X11R6/etc/gnome-vfs-2.0/modules/mapping-modules.conf /bin/sh ./mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -c -o root -g wheel -m 444 ./Nautilus_CD_Burner_Context_Menu.server /usr/X11R6/libdata/bonobo/servers/Nautilus_CD_Burner_Context_Menu.server gmake[2]: Leaving directory `/usr/ports/sysutils/nautilus-cd-burner/work/nautilus-cd-burner-0.5.3' gmake[1]: Leaving directory `/usr/ports/sysutils/nautilus-cd-burner/work/nautilus-cd-burner-0.5.3' ====================================================================== In order to use nautilus-cd-burner, you must make sure your CD devices have the correct permissions. You must also make sure you have: device atapicam Configured in your kernel if you are using an ATAPI CD/DVD writer. To figure out which CD/DVD drive you will be using, run the following command as root: camcontrol devlist Your output will look similar to the following: at scbus1 target 0 lun 0 (cd0,pass0) The devices in parantheses at the end are important. You must make sure the /dev entries for those devices are writable by the users that will be using nautilus-cd-burner. In addition to those devices, /dev/xpt* must also be writable to your nautilus-cd-burner users. ====================================================================== ===> Registering installation for nautilus-cd-burner-0.5.3 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/X11R6/libexec/mapping-daemon If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. ===> Cleaning for unzip-5.50_2 ===> Cleaning for esound-0.2.32 ===> Cleaning for libaudiofile-0.2.3 ===> Cleaning for libiconv-1.9.1_1 ===> Cleaning for ORBit2-2.8.1 ===> Cleaning for atk-1.4.0 ===> Cleaning for autoconf-2.53_1 ===> Cleaning for automake-1.5,1 ===> Cleaning for bison-1.75_1 ===> Cleaning for fam-2.6.9_3 ===> Cleaning for gconf2-2.4.0.1 ===> Cleaning for gettext-0.12.1 ===> Cleaning for glib-2.2.3 ===> Cleaning for gmake-3.80_1 ===> Cleaning for gnomevfs2-2.4.0 ===> Cleaning for imake-4.3.0_1 ===> Cleaning for libIDL-0.8.2 ===> Cleaning for libbonobo-2.4.0 ===> Cleaning for libglade2-2.0.1_1 ===> Cleaning for libgnugetopt-1.2 ===> Cleaning for libgsf-1.8.1 ===> Cleaning for libtool-1.3.5_1 ===> Cleaning for m4-1.4_1 ===> Cleaning for pkgconfig-0.15.0 ===> Cleaning for popt-1.6.4_1 ===> Cleaning for jpeg-6b_1 ===> Cleaning for libart_lgpl2-2.3.16 ===> Cleaning for libgnomecanvas-2.4.0 ===> Cleaning for librsvg2-2.4.0 ===> Cleaning for png-1.2.5_2 ===> Cleaning for tiff-3.5.7_1 ===> Cleaning for python-2.3_1 ===> Cleaning for gnome-icon-theme-1.0.9 ===> Cleaning for gnomehier-1.0_8 ===> Cleaning for gnomemimedata-2.4.0 ===> Cleaning for help2man-1.29 ===> Cleaning for linc-1.0.3 ===> Cleaning for freetype2-2.1.4_1 ===> Cleaning for cdrtools-2.0.3 ===> Cleaning for mkisofs-2.0.3 ===> Cleaning for docbook-sk-4.1.2 ===> Cleaning for docbook-xml-4.2_1 ===> Cleaning for docbook-xsl-1.61.3_1 ===> Cleaning for expat-1.95.6_1 ===> Cleaning for intltool-0.27.2 ===> Cleaning for libxml2-2.5.11 ===> Cleaning for libxslt-1.0.33 ===> Cleaning for py23-expat-2.3_2 ===> Cleaning for scrollkeeper-0.3.12_2,1 ===> Cleaning for sdocbook-xml-4.1.2.5_1 ===> Cleaning for xmlcatmgr-0.2_1 ===> Cleaning for nautilus2-2.4.0 ===> Cleaning for XFree86-fontEncodings-4.3.0 ===> Cleaning for XFree86-fontScalable-4.3.0 ===> Cleaning for Xft-2.1.2 ===> Cleaning for fontconfig-2.2.90_3 ===> Cleaning for eel2-2.4.0 ===> Cleaning for gail-1.4.0 ===> Cleaning for gtk-engines2-2.2.0 ===> Cleaning for gtk-2.2.4 ===> Cleaning for libbonoboui-2.4.0 ===> Cleaning for libgnomeui-2.4.0.1_1 ===> Cleaning for pango-1.2.5 ===> Cleaning for XFree86-clients-4.3.0_3 ===> Cleaning for XFree86-libraries-4.3.0_6 ===> Cleaning for gnomedesktop-2.4.0 ===> Cleaning for libgnome-2.4.0 ===> Cleaning for startup-notification-0.5_1 ===> Cleaning for nautilus-cd-burner-0.5.3 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var/db/pkg ... - 308 packages found (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/gnome2 (gnome2-2.2.2_2) (install error) # >How-To-Repeat: Cvsup ports tree Run portupgrade ORBit2 libbonobo Run portupgrade -rf -m BATCH=yes atk After many hours, failure is now almost assured - see above. >Fix: Don't know From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 03:29:37 2003 Return-Path: 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 3A56C16A4B3; Sun, 21 Sep 2003 03:29:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB6143FB1; Sun, 21 Sep 2003 03:29:36 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from freefall.freebsd.org (bland@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8LATaFY070871; Sun, 21 Sep 2003 03:29:36 -0700 (PDT) (envelope-from bland@freefall.freebsd.org) Received: (from bland@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8LATarq070867; Sun, 21 Sep 2003 03:29:36 -0700 (PDT) (envelope-from bland) Date: Sun, 21 Sep 2003 03:29:36 -0700 (PDT) From: Alexander Nedotsukov Message-Id: <200309211029.h8LATarq070867@freefall.freebsd.org> To: bland@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57053: portupgrade -rf -m BATCH=yes atk repeatably fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 10:29:37 -0000 Synopsis: portupgrade -rf -m BATCH=yes atk repeatably fails Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: bland Responsible-Changed-When: Sun Sep 21 03:28:34 PDT 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=57053 From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 05:36:13 2003 Return-Path: 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 8167716A4B3 for ; Sun, 21 Sep 2003 05:36:13 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEB743F85 for ; Sun, 21 Sep 2003 05:36:09 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) h8LCa7uC020780 for ; Sun, 21 Sep 2003 08:36:08 -0400 (EDT) Message-ID: <3F6D9B37.30804@twcny.rr.com> Date: Sun, 21 Sep 2003 08:36:07 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: portupgrade: librsvg2 errors on 5.1-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 12:36:13 -0000 Running portupgrade (cvsuped sometime Sept 20) I get the following errors. This is a 5.1-CURRENT system (updated early on Sept. 20). TIA. cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/libgsf-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_SVGZ=1 -I. -I. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -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/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -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/include/freetype2 -I/usr/local/include -DG_LOG_DOMAIN=\"librsvg\" -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DDATADIR=\"/usr/X11R6/share\" -I/usr/local/include -O -pipe -mcpu=pentiumpro -c rsvg-gz.c -fPIC -DPIC -o .libs/rsvg-gz.lo In file included from rsvg-paint-server.h:30, from rsvg-styles.h:30, from rsvg-private.h:30, from rsvg-gz.c:25: /usr/local/include/libart_lgpl/art_render_gradient.h:61: error: syntax error before "ArtPixMaxDepth" /usr/local/include/libart_lgpl/art_render_gradient.h:65: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_render_gradient.h:70: error: syntax error before '*' token In file included from rsvg-styles.h:30, from rsvg-private.h:30, from rsvg-gz.c:25: rsvg-paint-server.h:96: error: syntax error before '*' token In file included from rsvg-styles.h:33, from rsvg-private.h:30, from rsvg-gz.c:25: /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:41: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:42: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:47: warning: data definition has no type or storage class /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:50: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:51: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:56: warning: data definition has no type or storage class In file included from rsvg-styles.h:34, from rsvg-private.h:30, from rsvg-gz.c:25: /usr/local/include/libart_lgpl/art_vpath_dash.h:37: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_vpath_dash.h:38: error: syntax error before '*' token /usr/local/include/libart_lgpl/art_vpath_dash.h:38: warning: data definition has no type or storage class gmake[2]: *** [rsvg-gz.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.2.5' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.2.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/graphics/librsvg2. P3R-272# From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 05:46:56 2003 Return-Path: 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 7112216A4B3 for ; Sun, 21 Sep 2003 05:46:56 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838DB43F75 for ; Sun, 21 Sep 2003 05:46:55 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) h8LCksuC000657 for ; Sun, 21 Sep 2003 08:46:54 -0400 (EDT) Message-ID: <3F6D9DBD.5080509@twcny.rr.com> Date: Sun, 21 Sep 2003 08:46:53 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Portupgrade failed: gnomedb X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 12:46:56 -0000 This is a 5.1-CURRENT system updated early Sept 20. Ports was cvsuped mid day Sept 20. I'm getting the following on gnomedb. If you need the list of installed packages, please let me know. TIA... P3R-272# pwd /usr/ports/databases/gnomedb P3R-272# make ===> gnomedb-0.2.96_1 depends on executable: gmake - found ===> gnomedb-0.2.96_1 depends on file: /usr/local/libexec/libtool13/libtool - found ===> gnomedb-0.2.96_1 depends on executable: pkg-config - found ===> gnomedb-0.2.96_1 depends on shared library: X11.6 - found ===> gnomedb-0.2.96_1 depends on shared library: esd.2 - found ===> gnomedb-0.2.96_1 depends on shared library: glib12.3 - found ===> gnomedb-0.2.96_1 depends on shared library: gtk12.2 - found ===> gnomedb-0.2.96_1 depends on shared library: xml.5 - found ===> gnomedb-0.2.96_1 depends on shared library: gdk_pixbuf.2 - found ===> gnomedb-0.2.96_1 depends on shared library: Imlib.5 - found ===> gnomedb-0.2.96_1 depends on shared library: ORBit.2 - found ===> gnomedb-0.2.96_1 depends on shared library: gnome.5 - found ===> gnomedb-0.2.96_1 depends on shared library: gnomecanvaspixbuf.1 - found ===> gnomedb-0.2.96_1 depends on shared library: oaf.0 - found ===> gnomedb-0.2.96_1 depends on shared library: gconf-1.1 - found ===> gnomedb-0.2.96_1 depends on shared library: gnomeprint.16 - found ===> gnomedb-0.2.96_1 depends on shared library: bonobo.2 - found ===> gnomedb-0.2.96_1 depends on shared library: gda-client.0 - found ===> Configuring for gnomedb-0.2.96_1 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for perl... /usr/bin/perl checking for gnome-config... /usr/X11R6/bin/gnome-config checking if /usr/X11R6/bin/gnome-config works... yes checking for orbit-config... /usr/local/bin/orbit-config checking for orbit-idl... /usr/local/bin/orbit-idl checking for working ORBit environment... yes checking for gnorba libraries... yes checking for strerror in -lcposix... no checking for gcc... cc checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/gnomedb/work/gnome-db-0.2.96/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/databases/gnomedb. P3R-272# P3R-272# cat work/gnome-db-0.2.96/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:784: checking for a BSD compatible install configure:837: checking whether build environment is sane configure:894: checking whether gmake sets ${MAKE} configure:940: checking for working aclocal configure:953: checking for working autoconf configure:966: checking for working automake configure:979: checking for working autoheader configure:992: checking for working makeinfo configure:1006: checking whether to enable maintainer-specific portions of Makefiles configure:1079: checking for perl configure:1184: checking for gnome-config configure:1221: checking if /usr/X11R6/bin/gnome-config works configure:1229: checking for orbit-config configure:1265: checking for orbit-idl configure:1299: checking for working ORBit environment configure:1335: checking for gnorba libraries configure:1445: checking for strerror in -lcposix configure:1464: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -lcposix -pthread -L/usr/local/lib -lintl 1>&5 cc: The -pthread option is deprecated. configure: failed program was: #line 1453 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:1489: checking for gcc configure:1602: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works configure:1618: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -pthread -L/usr/local/lib -lintl 1>&5 cc: The -pthread option is deprecated. configure: failed program was: #line 1613 "configure" #include "confdefs.h" main(){return(0);} P3R-272# From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 06:26:58 2003 Return-Path: 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 4E70D16A4B3 for ; Sun, 21 Sep 2003 06:26:58 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9FF43FCB for ; Sun, 21 Sep 2003 06:26:57 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) h8LDQuuC009584 for ; Sun, 21 Sep 2003 09:26:56 -0400 (EDT) Message-ID: <3F6DA720.1030803@twcny.rr.com> Date: Sun, 21 Sep 2003 09:26:56 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: multipart/mixed; boundary="------------040008050800040506050809" Subject: librsvg wants backlevel libart X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 13:26:58 -0000 This is a multi-part message in MIME format. --------------040008050800040506050809 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit This is from a 5.1-CURRENT system updated early Sept 20. Ports was updated later in the day on the 20th. This is the end of make. "Something" refused to paste the entire output (no error messages issued.) Anyway... checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for poptParseArgvString in -lpopt... yes checking for png_read_info in -lpng... yes checking for png.h... yes checking for png_structp in png.h... yes checking for glib-config... /usr/local/bin/glib12-config checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for gdk-pixbuf-config... /usr/X11R6/bin/gdk-pixbuf-config checking for GDK_PIXBUF - version >= 0.10.0... yes checking for freetype-config... /usr/local/bin/freetype-config checking for FREETYPE2 - version >= 6.1.0... yes checking for xml-config... /usr/local/bin/xml-config checking for libart-config... /usr/local/bin/libart-config configure: error: librsvg needs libart version 2.2.x not 2.3.3 ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/graphics/librsvg/work/librsvg-1.0.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/graphics/librsvg. P3R-272# Here is the config log: --------------040008050800040506050809 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:770: checking for a BSD compatible install configure:823: checking whether build environment is sane configure:880: checking whether gmake sets ${MAKE} configure:926: checking for working aclocal configure:939: checking for working autoconf configure:952: checking for working automake configure:965: checking for working autoheader configure:978: checking for working makeinfo configure:993: checking whether to enable maintainer-specific portions of Makefiles configure:1019: checking for gcc configure:1132: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works configure:1148: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1174: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler configure:1179: checking whether we are using GNU C configure:1188: cc -E conftest.c configure:1207: checking whether cc accepts -g configure:1239: checking how to run the C preprocessor configure:1260: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1319: checking for ANSI C header files configure:1332: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1399: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1442: checking for Cygwin environment configure:1458: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1454: error: `__CYGWIN32__' undeclared (first use in this function) configure:1454: error: (Each undeclared identifier is reported only once configure:1454: error: for each function it appears in.) configure: failed program was: #line 1447 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1475: checking for mingw32 environment configure:1487: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1483: error: `__MINGW32__' undeclared (first use in this function) configure:1483: error: (Each undeclared identifier is reported only once configure:1483: error: for each function it appears in.) configure: failed program was: #line 1480 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1579: checking host system type configure:1600: checking build system type configure:1629: checking for ld used by GCC configure:1697: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.13.2 [FreeBSD] 2002-11-27 configure:1714: checking for /usr/bin/ld option to reload object files configure:1726: checking for BSD-compatible nm configure:1764: checking whether ln -s works configure:1785: checking how to recognise dependant libraries configure:1968: checking for object suffix configure:1974: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:1994: checking for executable suffix configure:2004: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:2035: checking command to parse /usr/bin/nm -B output configure:2115: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:2118: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2169: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c conftstm.o 1>&5 configure:2218: checking for dlfcn.h configure:2228: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2396: checking for ranlib configure:2463: checking for strip configure:2706: checking for objdir configure:2733: checking for cc option to produce PIC configure:2885: checking if cc PIC flag -fPIC works configure:2899: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 configure:2951: checking if cc static flag -static works configure:2966: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 configure:2993: checking if cc supports -c -o file.o configure:3012: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 configure:3041: checking if cc supports -c -o file.lo configure:3059: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 configure:3109: checking if cc supports -fno-rtti -fno-exceptions configure:3122: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:3149: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3805: checking how to hardcode library paths into programs configure:3833: checking whether stripping libraries is possible configure:3847: checking dynamic linker characteristics configure:4244: checking if libtool supports shared libraries configure:4248: checking whether to build shared libraries configure:4271: checking whether to build static libraries configure:4807: checking whether -lc should be explicitly linked in configure:4814: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:4827: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5417: checking for poptParseArgvString in -lpopt configure:5436: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -lpopt -L/usr/local/lib 1>&5 configure:5460: checking for png_read_info in -lpng configure:5479: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -lpng -lz -lm -L/usr/local/lib 1>&5 configure:5496: checking for png.h configure:5506: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5535: checking for png_structp in png.h configure:5544: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:5570: checking for glib-config configure:5626: checking for gtk-config configure:5720: checking for gdk-pixbuf-config configure:5755: checking for GDK_PIXBUF - version >= 0.10.0 configure:5837: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgdk_pixbuf -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:5958: checking for freetype-config configure:5993: checking for FREETYPE2 - version >= 6.1.0 configure:6080: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include conftest.c -L/usr/local/lib -L/usr/local/lib -lfreetype -lz 1>&5 configure:6168: checking for xml-config configure:6225: checking for libart-config ftest.nm" ltconfig13:1709: cc -o conftest -O -pipe -mcpu=pentiumpro -fno-builtin -I/usr/local/include conftest.c conftstm.o 1>&5 --------------040008050800040506050809-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 06:35:42 2003 Return-Path: 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 ACCB716A4C0 for ; Sun, 21 Sep 2003 06:35:42 -0700 (PDT) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id B381F43FBD for ; Sun, 21 Sep 2003 06:35:40 -0700 (PDT) (envelope-from alvest@columbus.rr.com) Received: from HUMPTYDUMPTY (dhcp26139151.columbus.rr.com [24.26.139.151]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with SMTP id h8LDZdYh014728 for ; Sun, 21 Sep 2003 09:35:39 -0400 (EDT) From: Albert Vest To: gnome@freebsd.org Date: Sun, 21 Sep 2003 09:36:15 -0400 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Make problem reported per your request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alvest@columbus.rr.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 13:35:42 -0000 What follows is two output scripts provided per request. I was making the port GLIB as a dependency under PYNE, and it choked on the fact that "pkg-config" had a version of 0.14. Since I did not find a port named "pkg-config" last week, I gave up on it. This morning, I saw in my peripheral vision, somewhere on the screen, the word "pkgconfig", without the dash, and found it WAS a port, and one of its files was "/bin/pkg-config" -- grrr. Long story short, I successfully made "pkgconfig" and the "glib20" is making smoothly as I'm typing this. Thanks, Albert. Script started on Sun Sep 21 09:17:50 2003 presario1999# make =3D=3D=3D> Extracting for gnomeutils2-2.4.0,1 >> Checksum OK for gnome2/gnome-utils-2.4.0.tar.bz2. =3D=3D=3D> Patching for gnomeutils2-2.4.0,1 =3D=3D=3D> Applying FreeBSD patches for gnomeutils2-2.4.0,1 =3D=3D=3D> gnomeutils2-2.4.0,1 depends on executable: gmake - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on file: /usr/local/libexec/libtool13/libtool - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on executable: pkg-config - = found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: X11.6 - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: esd.2 - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: glib-2.0.200 = - not found =3D=3D=3D> Verifying install for glib-2.0.200 in = /usr/ports/devel/glib20 =3D=3D=3D> Extracting for glib-2.2.3 >> Checksum OK for gnome2/glib-2.2.3.tar.bz2. =3D=3D=3D> Patching for glib-2.2.3 =3D=3D=3D> Applying FreeBSD patches for glib-2.2.3 =3D=3D=3D> glib-2.2.3 depends on executable: gmake - found =3D=3D=3D> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/libtool - found =3D=3D=3D> glib-2.2.3 depends on executable: pkg-config - found =3D=3D=3D> glib-2.2.3 depends on shared library: intl.5 - found =3D=3D=3D> Configuring for glib-2.2.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel 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 build system type... i386-portbld-freebsd4.7 checking host system type... i386-portbld-freebsd4.7 checking for the BeOS... no checking for Win32... no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... 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 c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and = attach the "/usr/ports/devel/glib20/work/glib-2.2.3/config.log" including = the output of the failure of your make command. Also, it might be a = good idea to provide an overview of all packages installed on your = system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/glib20. *** Error code 1 Stop in /usr/ports/deskutils/gnomeutils2. presario1999# cat /usr/pors/=08=1B[K=08=1B[Kts/devel/glib20/work/glib-22=08=1B[K.2.3/config= .log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --with-libiconv=3Dgnu = --prefix=3D/usr/local --build=3Di386-portbld-freebsd4.7 ## --------- ## ## Platform. ## ## --------- ## hostname =3D presario1999 uname -m =3D i386 uname -r =3D 4.7-RELEASE uname -s =3D FreeBSD uname -v =3D FreeBSD 4.7-RELEASE #0: Fri Sep 19 22:16:29 EDT 2003 root@presario1999:/usr/src/sys/compile/PRESARIO=20 /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1569: checking for a BSD-compatible install configure:1623: result: /usr/bin/install -c -o root -g wheel configure:1634: checking whether build environment is sane configure:1677: result: yes configure:1692: checking whether gmake sets $(MAKE) configure:1712: result: yes configure:1735: checking for working aclocal-1.4 configure:1746: result: missing configure:1750: checking for working autoconf configure:1761: result: missing configure:1765: checking for working automake-1.4 configure:1776: result: missing configure:1780: checking for working autoheader configure:1791: result: missing configure:1795: checking for working makeinfo configure:1802: result: found configure:1845: checking whether to enable maintainer-specific portions of Makefiles configure:1854: result: no configure:1875: checking build system type configure:1893: result: i386-portbld-freebsd4.7 configure:1901: checking host system type configure:1915: result: i386-portbld-freebsd4.7 configure:1924: checking for the BeOS configure:1934: result: no configure:1938: checking for Win32 configure:1966: result: no configure:2088: checking whether to enable garbage collector friendliness configure:2100: result: no configure:2104: checking whether to disable memory pools configure:2107: result: no configure:2166: checking for gcc configure:2192: result: cc configure:2436: checking for C compiler version configure:2439: cc --version &5 2.95.4 configure:2442: $? =3D 0 configure:2444: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2447: $? =3D 0 configure:2449: cc -V &5 cc: argument to `-V' is missing configure:2452: $? =3D 1 configure:2476: checking for C compiler default output configure:2479: cc -D_POSIX_C_SOURCE=3D1 -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2482: $? =3D 0 configure:2528: result: a.out configure:2533: checking whether the C compiler works configure:2539: ./a.out configure:2542: $? =3D 0 configure:2559: result: yes configure:2566: checking whether we are cross compiling configure:2568: result: no configure:2571: checking for suffix of executables configure:2573: cc -o conftest -D_POSIX_C_SOURCE=3D1 -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2576: $? =3D 0 configure:2601: result:=20 configure:2607: checking for suffix of object files configure:2629: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2632: $? =3D 0 configure:2654: result: o configure:2658: checking whether we are using the GNU C compiler configure:2683: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2686: $? =3D 0 configure:2689: test -s conftest.o configure:2692: $? =3D 0 configure:2705: result: yes configure:2711: checking whether cc accepts -g configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 configure:2736: $? =3D 0 configure:2739: test -s conftest.o configure:2742: $? =3D 0 configure:2753: result: yes configure:2770: checking for cc option to accept ANSI C configure:2831: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2834: $? =3D 0 configure:2837: test -s conftest.o configure:2840: $? =3D 0 configure:2858: result: none needed configure:2876: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2879: $? =3D 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2993: checking for c++ configure:3019: result: c++ configure:3132: checking for C++ compiler version configure:3135: c++ --version &5 2.95.4 configure:3138: $? =3D 0 configure:3140: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3143: $? =3D 0 configure:3145: c++ -V &5 c++: argument to `-V' missing configure:3148: $? =3D 1 configure:3151: checking whether we are using the GNU C++ compiler configure:3176: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3179: $? =3D 0 configure:3182: test -s conftest.o configure:3185: $? =3D 0 configure:3198: result: yes configure:3204: checking whether c++ accepts -g configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:3229: $? =3D 0 configure:3232: test -s conftest.o configure:3235: $? =3D 0 configure:3246: result: yes configure:3290: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3293: $? =3D 0 configure:3296: test -s conftest.o configure:3299: $? =3D 0 configure:3326: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3329: $? =3D 0 configure:3332: test -s conftest.o configure:3335: $? =3D 0 configure:3376: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3379: $? =3D 0 configure:3382: test -s conftest.o configure:3385: $? =3D 0 configure:3415: checking for cc option to accept ANSI C configure:3478: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3481: $? =3D 0 configure:3484: test -s conftest.o configure:3487: $? =3D 0 configure:3502: result: none needed configure:3525: checking for a BSD-compatible install configure:3579: result: /usr/bin/install -c -o root -g wheel configure:3598: checking for special C compiler options needed for large files configure:3678: result: no configure:3684: checking for _FILE_OFFSET_BITS value needed for large files configure:3716: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3719: $? =3D 0 configure:3722: test -s conftest.o configure:3725: $? =3D 0 configure:3781: result: no configure:3791: checking for _LARGE_FILES value needed for large files configure:3823: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3826: $? =3D 0 configure:3829: test -s conftest.o configure:3832: $? =3D 0 configure:3888: result: no configure:3906: checking for pkg-config configure:3924: found /usr/local/bin/pkg-config configure:3937: result: /usr/local/bin/pkg-config configure:3953: error: *** pkg-config too old; version 0.14 or better required. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=3D' -D_POSIX_C_SOURCE=3D1 ' ac_cv_env_F77_value=3D ac_cv_prog_cc_g=3Dyes ac_cv_env_CXXCPP_set=3D ac_cv_env_LDFLAGS_set=3Dset ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config ac_cv_sys_large_files=3Dno ac_cv_c_compiler_gnu=3Dyes ac_cv_exeext=3D ac_cv_env_CFLAGS_set=3Dset ac_cv_prog_CXX=3Dc++ ac_cv_prog_make_gmake_set=3Dyes ac_cv_env_FFLAGS_set=3D ac_cv_env_CPP_value=3D ac_cv_env_CPPFLAGS_set=3Dset ac_cv_cxx_compiler_gnu=3Dyes ac_cv_env_CXX_set=3Dset ac_cv_env_host_alias_set=3D ac_cv_env_build_alias_set=3Dset ac_cv_env_CXXCPP_value=3D ac_cv_env_LDFLAGS_value=3D'-L/usr/local/lib -lintl' ac_cv_env_target_alias_set=3D ac_cv_prog_cc_stdc=3D ac_cv_host_alias=3Di386-portbld-freebsd4.7 ac_cv_env_CFLAGS_value=3D'-D_POSIX_C_SOURCE=3D1 ' ac_cv_env_CC_set=3Dset ac_cv_env_FFLAGS_value=3D ac_cv_build_alias=3Di386-portbld-freebsd4.7 ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include ac_cv_sys_largefile_CC=3Dno ac_cv_env_CXXFLAGS_set=3Dset ac_cv_env_CXX_value=3Dc++ ac_cv_host=3Di386-portbld-freebsd4.7 ac_cv_env_F77_set=3D ac_cv_env_host_alias_value=3D ac_cv_prog_cxx_g=3Dyes am_cv_prog_cc_stdc=3D ac_cv_build=3Di386-portbld-freebsd4.7 ac_cv_env_build_alias_value=3Di386-portbld-freebsd4.7 ac_cv_prog_ac_ct_CC=3Dcc ac_cv_env_target_alias_value=3D ac_cv_env_CC_value=3Dcc ac_cv_env_CPP_set=3D ac_cv_sys_file_offset_bits=3Dno ac_cv_objext=3Do ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' ALLOCA=3D'' AR=3D'' AS=3D'' AUTOCONF=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' AUTOHEADER=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' AUTOMAKE=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' AWK=3D'' CATALOGS=3D'' CATOBJEXT=3D'' CC=3D'cc' CFLAGS=3D'-D_POSIX_C_SOURCE=3D1 ' CPP=3D'' CPPFLAGS=3D'-I/usr/local/include' CROSS_COMPILING_FALSE=3D'' CROSS_COMPILING_TRUE=3D'' CXX=3D'c++' CXXCPP=3D'' CXXFLAGS=3D' -D_POSIX_C_SOURCE=3D1 ' DATADIRNAME=3D'' DB2HTML=3D'' DEFS=3D'' DISABLE_MEM_POOLS=3D'' DLLTOOL=3D'' ECHO=3D'echo' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'' ENABLE_GC_FRIENDLY=3D'' ENABLE_GTK_DOC_FALSE=3D'' ENABLE_GTK_DOC_TRUE=3D'' ENABLE_TIMELOOP_FALSE=3D'' ENABLE_TIMELOOP_TRUE=3D'' EXEEXT=3D'' =4677=3D'' =46FLAGS=3D'' GETTEXT_PACKAGE=3D'' GIO=3D'' GLIBC21=3D'' GLIB_BINARY_AGE=3D'203' GLIB_DEBUG_FLAGS=3D'' GLIB_DEF=3D'' GLIB_GENMARSHAL=3D'' GLIB_INTERFACE_AGE=3D'3' GLIB_MAJOR_VERSION=3D'2' GLIB_MICRO_VERSION=3D'3' GLIB_MINOR_VERSION=3D'2' GLIB_VERSION=3D'2.2.3' GMODULE_DEF=3D'' GMOFILES=3D'' GMSGFMT=3D'' GOBJECT_DEF=3D'' GSPAWN=3D'' GTHREAD_COMPILE_IMPL_DEFINES=3D'' GTHREAD_DEF=3D'' GTKDOC=3D'' G_LIBS_EXTRA=3D'' G_LIB_WIN32_RESOURCE=3D'' G_MODULE_BROKEN_RTLD_GLOBAL=3D'' G_MODULE_HAVE_DLERROR=3D'' G_MODULE_IMPL=3D'' G_MODULE_LDFLAGS=3D'' G_MODULE_LIBS=3D'' G_MODULE_LIBS_EXTRA=3D'' G_MODULE_NEED_USCORE=3D'' G_MODULE_PLUGIN_LIBS=3D'' G_MODULE_SUPPORTED=3D'' G_MODULE_WIN32_RESOURCE=3D'' G_OBJECT_WIN32_RESOURCE=3D'' G_THREAD_CFLAGS=3D'' G_THREAD_LIBS=3D'' G_THREAD_LIBS_EXTRA=3D'' G_THREAD_LIBS_FOR_GTHREAD=3D'' G_THREAD_WIN32_RESOURCE=3D'' HAVE_CXX_FALSE=3D'#' HAVE_CXX_TRUE=3D'' HAVE_DOCBOOK_FALSE=3D'' HAVE_DOCBOOK_TRUE=3D'' HAVE_GOOD_PRINTF_FALSE=3D'' HAVE_GOOD_PRINTF_TRUE=3D'' HAVE_GTK_DOC=3D'' HAVE_GTK_DOC_FALSE=3D'' HAVE_GTK_DOC_TRUE=3D'' HTML_DIR=3D'' ICONV_LIBS=3D'' INDENT=3D'' INSTALL_DATA=3D'install -c -o root -g wheel -m 444' INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' INSTOBJEXT=3D'' INTLLIBS=3D'' LDFLAGS=3D'-L/usr/local/lib -lintl' LIBOBJS=3D'' LIBS=3D'' LIBTOOL=3D'' LN_S=3D'' LTLIBOBJS=3D'' LT_AGE=3D'200' LT_CURRENT=3D'200' LT_CURRENT_MINUS_AGE=3D'0' LT_RELEASE=3D'2.2' LT_REVISION=3D'3' MAINT=3D'#' MAINTAINER_MODE_FALSE=3D'' MAINTAINER_MODE_TRUE=3D'#' MAKEINFO=3D'makeinfo' MKINSTALLDIRS=3D'' MSGFMT=3D'' MS_LIB_AVAILABLE_FALSE=3D'' MS_LIB_AVAILABLE_TRUE=3D'#' OBJDUMP=3D'' OBJEXT=3D'o' OS_WIN32_FALSE=3D'' OS_WIN32_TRUE=3D'#' PACKAGE=3D'glib' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' PERL=3D'' PERL_PATH=3D'' PKG_CONFIG=3D'/usr/local/bin/pkg-config' PLATFORMDEP=3D'' PLATFORM_WIN32_FALSE=3D'' PLATFORM_WIN32_TRUE=3D'' POFILES=3D'' POSUB=3D'' PO_IN_DATADIR_FALSE=3D'' PO_IN_DATADIR_TRUE=3D'' RANLIB=3D'' REBUILD=3D'' SET_MAKE=3D'' SHELL=3D'/bin/sh' STRIP=3D'' STRIP_BEGIN=3D'' STRIP_DUMMY=3D'' STRIP_END=3D'' TESTGMODULE_EXP=3D'' TRIO_LIBS=3D'' USE_NLS=3D'' VERSION=3D'2.2.3' XGETTEXT=3D'' ac_ct_AR=3D'' ac_ct_AS=3D'' ac_ct_CC=3D'cc' ac_ct_CXX=3D'' ac_ct_DLLTOOL=3D'' ac_ct_F77=3D'' ac_ct_OBJDUMP=3D'' ac_ct_RANLIB=3D'' ac_ct_STRIP=3D'' bindir=3D'${exec_prefix}/bin' build=3D'i386-portbld-freebsd4.7' build_alias=3D'i386-portbld-freebsd4.7' build_cpu=3D'i386' build_os=3D'freebsd4.7' build_vendor=3D'portbld' datadir=3D'${prefix}/share' exec_prefix=3D'NONE' host=3D'i386-portbld-freebsd4.7' host_alias=3D'' host_cpu=3D'i386' host_os=3D'freebsd4.7' host_vendor=3D'portbld' includedir=3D'${prefix}/include' infodir=3D'${prefix}/info' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localstatedir=3D'${prefix}/var' mandir=3D'${prefix}/man' ms_librarian=3D'' oldincludedir=3D'/usr/include' prefix=3D'/usr/local' program_transform_name=3D's,x,x,' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' target_alias=3D'' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GLIB_BINARY_AGE 203 #define GLIB_INTERFACE_AGE 3 #define GLIB_MAJOR_VERSION 2 #define GLIB_MICRO_VERSION 3 #define GLIB_MINOR_VERSION 2 #define G_COMPILED_WITH_DEBUGGING "minimum" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1 presario1999# exit exit Script done on Sun Sep 21 09:19:44 2003 Script started on Sun Sep 21 09:12:49 2003 presario1999# ls /var/db/pkg Hermes-1.3.2 mozilla-headers-1.4,2 Mesa-3.4.2_2 mp3stat-2.5.6_1 ORBit-0.5.17 mpg123-0.59r_8 XFree86-4.3.0,1 muggy-1.3.1 XFree86-FontServer-4.3.0_2 mysql-client-3.23.52 XFree86-Server-4.3.0_10 mziq-0.3 XFree86-clients-4.3.0_3 nasm-0.98.35,1 XFree86-documents-4.3.0 netraider-0.0.2 XFree86-font100dpi-4.3.0 nocc-0.9.5 XFree86-font75dpi-4.3.0 nosefart-1.92 XFree86-fontCyrillic-4.3.0 oaf-0.6.10 XFree86-fontDefaultBitmaps-4.3.0 oneko-2.0b_2 XFree86-fontEncodings-4.3.0 open-cobol-0.9.7 XFree86-fontScalable-4.3.0 open-motif-2.2.2 XFree86-libraries-4.3.0_6 openal-20020712fbsd XFree86-manuals-4.2.0 opengl-man-657 Xft-2.1.2 openquicktime-1.0 aalib-1.4.r5_1 openuniverse-1.0.b3 acroread-5.06_1 osg-0.8.45 afterstep-1.0_1 p5-MP3-Info-1.01 amaya-6.2 p5-MPEG-ID3v2Tag-0.32 apache-1.3.27 p5-ReadLine-Gnu-1.12 asclock-1.0 p5-Shout-1.0 asfiles-1.0 p5-Time-HiRes-1.36,1 asfrecorder-1.1.20010307 p5-Xmms-0.10 ashe-1.3 pkgconfig-0.12.0 asp2php-0.76.13 pkgdb.db aspell-0.50.1_2 play-1.0 aumix-2.7_1 png-1.2.4 basiliskII-0.9 popt-1.6.4 binder-1.3 portupgrade-20030723 bk2site-1.1.8 py-game-1.5.2 blackbox-0.65.0 py-gtk-0.6.10 bladeenc-0.94.2 py22-tkinter-2.2.1 bonk-0.6 py23-numeric-23.0 bonobo-1.0.20_2 python-2.3_1 boxtools-0.65.0 qt-2.3.1_2 cdplayer.app-1.7 qt-3.0.5_3 cheetah-0.05 rawrec-0.9.97_1 cups-base-1.1.15.1_4 ripenc-1.1 curl-7.9.8 ruby-1.6.7.2002.09.12 cvsup-without-gui-16.1h ruby-bdb1-0.2.1 dagrab-0.3.5 ruby-rdoc-0.0.0.b2 db3-3.3.11,1 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 db4-4.0.14 samba-3.0a19 demoroniser-1.0 sambasentinel-0.1 dillo-0.7.3 scrollkeeper-0.3.11_2,1 docbook-xml-4.1.2_1 sdl-1.2.5_2 docbook-xsl-1.51.1 sdl_image-1.2.2_1 esound-0.2.29 sdl_mixer-1.2.4_1 expat-1.95.5 sdl_ttf-2.0.5 ezm3-1.0 sdocbook-xml-4.1.2.5 fcplay-0.0.1_1 sidplay-1.0.8 flac-1.0.3_1 smpeg-0.4.4 fontconfig-2.2.90_3 solarwolf-1.1_1 freetype2-2.1.2 soundgrab-0.7.0 gal-0.19.3 sox-12.17.3_1 galeon-1.2.11_1 spacechart-0.9.4_1 gconf-1.0.9_2 splay-0.9.5.2 gdbm-1.8.0 svgalib-1.4.2_1 gdk-pixbuf-0.18.0 tcl-8.0.5 gettext-0.12.1 tcl-8.3.4_4 gfont-1.0.2 tclhttpd-3.3_1 ghostscript-gnu-7.05_3 tcllib-1.2 gimp-1.2.3_2,1 teTeX-1.0.7_1 glib-1.2.10_7 temperature.app-1.3 glibwww-0.2_1 thttpd-2.22 gmake-3.79.1_3 ticker.app-0.5.0 gmixer-0.98c tiff-3.5.7 gnomecanvas-0.18.0 tk-8.3.4_3 gnomecontrolcenter-1.4.0.5_1 tkstep-8.0.4 gnomedb-0.2.96_1 truereality-1999121400 gnomehier-1.0_3 tuxnes-0.75 gnomekiss-1.6 twin-3.1.14,1 gnomelibs-1.4.2_1 uae-0.8.22 gnomemimedata-2.0.1_1 unrar-3.00 gnomeprint-0.37 unzip-5.50 gnomevfs-1.0.5_4 vmsbackup-3.0 gnotepad+-1.3.3 vorbis-tools-1.0_1,3 gnowavcut-0.0.7_1 vpce-0.3f grail-0.6_1 washerdryer-1.1 gramofile-1.6 wavplay-1.4 gtk-1.2.10_8 weblint-1.020 gtkextra-0.99.17 wget-1.8.2_1 gtkglarea-1.2.2_1 windowmaker-0.80.2_1 gtkhtml-1.0.4_1 wine-2002.08.04 guile-1.4.1_2 wmMoonClock-1.27 imake-1.0 wmbiff-0.4.7 imake-4.3.0_1 wmcalc-0.3 imlib-1.9.14_1 wmcdplay-1.0b1 ines-1.2 wmclock-1.0.12.2 intltool-0.22 wmcp-1.2.8 jags-0.20.2 wmcpuload-1.0.0 jgv-0.2a wmcube-gdk-0.98p2_1 jpeg-6b_1 wmessage-0.11 ladspa-1.1 wmfishtime-1.23 lcms-1.08 wmfmixer-0.1 lha-1.14i_1 wmfortune-0.241 libao-0.8.3_1 wmfsm-0.31 libaudiofile-0.2.3 wmglobe-1.3 libcapplet-1.4.0.5 wmhm-1.46 libcdaudio-0.99.6 wmicons-1.0 libdnd-1.1 wminet-2.0.3 libdockapp-0.4.0 wmjupiter-1.2 libgda-0.2.96_1 wmlongrun-0.2.0 libghttp-1.0.9 wmmail-0.64 libglade-0.17_2 wmmixer-1.0b1 libgmp-4.1_1 wmmount-1.0b2 libgnugetopt-1.2 wmmp3-0.12 libiconv-1.8_1 wmmultipop3-0.8 libimg-1.2.4 wmnet-1.2 libmng-1.0.3 wmpal-0.5 libogg-1.0,3 wmpinboard-1.0 libproplist-0.10.1 wmproxyper-0.9.1 libshout-1.0.7 wmpuzzle-0.1.1 libsidplay-1.36.57 wmrecord-1.0.5 libtool-1.3.5_1 wmsmixer-0.5 libungif-4.1.0b1 wmsolar-1.0 libunicode-0.4_3 wmstock-0.11 libvorbis-1.0,3 wmtictactoe-1.1 libwww-5.4.0 wmtimebomb-0.2.0 libxml-1.8.17_1 wmtimer-2.4 libxml2-2.4.24 wmwork-0.1.0 libxslt-1.0.20 wmzazof-0.3 links-2.0_1,1 wrapper-1.0_2 linux-winetools-1.13b wsoundprefs-1.1.1 linux_base-7.1_1 wsoundserver-0.4.0 linux_devtools-7.1 xcdplayer-2.2 linuxthreads-2.2.3_8 xmix-2.1 macutils-2.0b3 xmixer-0.9.4 maplay-1.2 xpm-3.4k mastergear-1.3 xsidplay-1.6.4.3_2,1 mixer.app-1.7.0 zip-2.3_1 mkcatalog-1.1 zsnes-1.36,1 mod_php4-4.2.3 zziplib-0.10.54 mozilla-1.4,2 presario1999# whereis glib glib: presario1999# g=08=1B[Kwhereis glib-2.0 glib-2.0: presario1999# whereis glib-2.0=08=1B[K=08=1B[K glib-2: presario1999# whereis glib-2=1B[15`=1B[Kexit exit Script done on Sun Sep 21 09:13:39 2003 --=20 / Albert L. Vest See my stuff at Al Vest Online / Columbus, Ohio http://home.columbus.rr.com/alvon From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 06:43:10 2003 Return-Path: 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 19E8316A4B3 for ; Sun, 21 Sep 2003 06:43:10 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id D00AB43FCB for ; Sun, 21 Sep 2003 06:43:08 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 14926 invoked by alias); 21 Sep 2003 14:13:00 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.014373 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Sep 2003 14:13:00 -0000 X-RCPTTO: gnome@FreeBSD.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8LDgAwF048064 for ; Sun, 21 Sep 2003 22:42:11 +0900 Message-ID: <3F6DAAEE.5040100@snu.ac.kr> Date: Sun, 21 Sep 2003 22:43:10 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Port: while installing gnome2: "gnome-config: not found" ?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 13:43:10 -0000 Hi, I'm installing from scratch gnome2 (not upgrading!), which I do by installing the meta-port (see below). This goes on for some time and then ends with an error, that it cannot find "gnome-config". Whaah, I'm installing gnome.... Is there a circular dependence in the gome2 port? What to do? Thanks, Rob. # portinstall /usr/ports/x11/gnome2 ---> Installing 'gnome2-2.4.0' from a port (x11/gnome2) ---> Building '/usr/ports/x11/gnome2' [...] ===> Registering installation for libglade2-2.0.1_1 ===> Returning to build of gnomeapplets2-2.4.0 ===> gnomeapplets2-2.4.0 depends on shared library: xml2.5 - found ===> gnomeapplets2-2.4.0 depends on shared library: xslt.1 - found ===> gnomeapplets2-2.4.0 depends on shared library: bonobo-2.0 - not found ===> Verifying reinstall for bonobo-2.0 in /usr/ports/devel/libbonobo ===> Extracting for libbonobo-2.4.0 >> Checksum OK for gnome2/libbonobo-2.4.0.tar.bz2. ===> Patching for libbonobo-2.4.0 ===> Applying FreeBSD patches for libbonobo-2.4.0 ===> libbonobo-2.4.0 depends on executable: gmake - found ===> libbonobo-2.4.0 depends on executable: bison - found ===> libbonobo-2.4.0 depends on executable: pkg-config - found ===> libbonobo-2.4.0 depends on shared library: glib-2.0.200 - found ===> libbonobo-2.4.0 depends on shared library: IDL-2.0 - found ===> libbonobo-2.4.0 depends on shared library: ORBit-2.0 - found ===> libbonobo-2.4.0 depends on shared library: xml2.5 - found ===> Configuring for libbonobo-2.4.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes /usr/ports/devel/libbonobo/work/libbonobo-2.4.0/missing: Unknown `--run' option Try `/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... no [...] checking for nanosleep... yes checking for pkg-config... /usr/local/bin/pkg-config checking for ORBit-2.0 >= 2.7.5 ORBit-CosNaming-2.0 >= 2.7.5 glib-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 gthread-2.0 >= 2.0.1... gnome-config: not found gnome-config: not found Package ORBit-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `ORBit-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'ORBit-2.0' found configure: error: Library requirements ( ORBit-2.0 >= 2.7.5 ORBit-CosNaming-2.0 >= 2.7.5 glib-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 gthread-2.0 >= 2.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 06:53:32 2003 Return-Path: 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 CBF1F16A4B3 for ; Sun, 21 Sep 2003 06:53:32 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AAA43FF7 for ; Sun, 21 Sep 2003 06:53:31 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=[192.168.1.8]) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A14eY-0000P0-B8; Sun, 21 Sep 2003 13:53:30 +0000 From: Stacey Roberts To: supraexpress@globaleyes.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1064152409.80730.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 14:53:30 +0100 Content-Transfer-Encoding: 7bit X-Originating-Heisenberg-IP: [82.68.31.177] cc: FreeBSD Gnome Subject: Re: portupgrade -rf -m BATCH=yes atk repeatably fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stacey@vickiandstacey.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 13:53:32 -0000 Hello, Thanks for taking the time to repond. On Sun, 2003-09-21 at 13:01, supraexpress@globaleyes.net wrote: > I don't know what the cause of the problem is, but in most cases where a > package installation fails after the newer version has been built, I > simple "pkg_delete -f" the OLD version (gnome2-2.2.2_2 in this case), > and then do a manual "make install" from the ports directory of the NEW > version (/usr/ports/x11/gnome2 in this case). This then completes the > entire process and the OLD version is successfully replaced by the NEW > version. > Normally, I'd agree with this.., however there are other posts on gnome@freebsd.org with folks having problems with fresh installations of Gnome-2.4 as well. This is my third failure (having had the maintainer recommending to "try it again" after the second PR I submitted) here.., and I'd prefer to wait until the maintainer comes back with a suggestion or two. Thanks again. Regards, Stacey > > On 21 Sep, Stacey Roberts wrote: > > > >>Submitter-Id: current-users > >>Originator: Stacey Roberts > >>Organization: > >>Confidential: no > >>Synopsis: portupgrade -rf -m BATCH=yes atk repeatably fails > >>Severity: critical > >>Priority: high > >>Category: ports > >>Class: sw-bug > >>Release: FreeBSD 4.8-RC i386 > >>Environment: > > System: FreeBSD Demon.vickiandstacey.com 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER i386 > > > >>Description: > > For the second time, my attempts at following the instructions laid out by the FreeBSD-Gnome maintainer in order to portupgrade Gnome-2.2.x to Gnome-2.4 fails. Always the same command, and always after several hours ofa what appears to be repeated reinstallation of Gnome-related components. > > > > The command I am up to at the moment is: > > > > portupgrade -rf -m BATCH=yes atk > > > > Here is the tail of the latest failure: > > > > See any operating system documentation about shared libraries for > > more information, such as the ld(1) and ld.so(8) manual pages. > > ---------------------------------------------------------------------- > > /bin/sh ./mkinstalldirs /usr/X11R6/share/gnome/nautilus-cd-burner > > mkdir /usr/X11R6/share/gnome/nautilus-cd-burner > > install -c -o root -g wheel -m 444 ./cdburn.glade /usr/X11R6/share/gnome/nautilus-cd-burner/cdburn.glade > > install -c -o root -g wheel -m 444 ./cdspin1.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin1.png > > install -c -o root -g wheel -m 444 ./cdspin2.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin2.png > > install -c -o root -g wheel -m 444 ./cdspin3.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin3.png > > install -c -o root -g wheel -m 444 ./cdspin4.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin4.png > > install -c -o root -g wheel -m 444 ./cdspin5.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin5.png > > install -c -o root -g wheel -m 444 ./cdspin6.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin6.png > > install -c -o root -g wheel -m 444 ./cdspin7.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin7.png > > install -c -o root -g wheel -m 444 ./cdspin8.png /usr/X11R6/share/gnome/nautilus-cd-burner/cdspin8.png > > /bin/sh ./mkinstalldirs /usr/X11R6/etc/gnome-vfs-2.0/modules > > install -c -o root -g wheel -m 444 ./mapping-modules.conf /usr/X11R6/etc/gnome-vfs-2.0/modules/mapping-modules.conf > > /bin/sh ./mkinstalldirs /usr/X11R6/libdata/bonobo/servers > > install -c -o root -g wheel -m 444 ./Nautilus_CD_Burner_Context_Menu.server /usr/X11R6/libdata/bonobo/servers/Nautilus_CD_Burner_Context_Menu.server > > gmake[2]: Leaving directory `/usr/ports/sysutils/nautilus-cd-burner/work/nautilus-cd-burner-0.5.3' > > gmake[1]: Leaving directory `/usr/ports/sysutils/nautilus-cd-burner/work/nautilus-cd-burner-0.5.3' > > ====================================================================== > > In order to use nautilus-cd-burner, you must make sure your CD devices > > have the correct permissions. You must also make sure you have: > > > > device atapicam > > > > Configured in your kernel if you are using an ATAPI CD/DVD writer. > > To figure out which CD/DVD drive you will be using, run the following > > command as root: > > > > camcontrol devlist > > > > Your output will look similar to the following: > > > > at scbus1 target 0 lun 0 (cd0,pass0) > > > > The devices in parantheses at the end are important. You must make sure > > the /dev entries for those devices are writable by the users that will > > be using nautilus-cd-burner. In addition to those devices, /dev/xpt* > > must also be writable to your nautilus-cd-burner users. > > ====================================================================== > > ===> Registering installation for nautilus-cd-burner-0.5.3 > > ===> SECURITY REPORT: > > This port has installed the following files which may act as network > > servers and may therefore pose a remote security risk to the system. > > /usr/X11R6/libexec/mapping-daemon > > > > If there are vulnerabilities in these programs there may be a security > > risk to the system. FreeBSD makes no guarantee about the security of > > ports included in the Ports Collection. Please type 'make deinstall' > > to deinstall the port if this is a concern. > > ===> Cleaning for unzip-5.50_2 > > ===> Cleaning for esound-0.2.32 > > ===> Cleaning for libaudiofile-0.2.3 > > ===> Cleaning for libiconv-1.9.1_1 > > ===> Cleaning for ORBit2-2.8.1 > > ===> Cleaning for atk-1.4.0 > > ===> Cleaning for autoconf-2.53_1 > > ===> Cleaning for automake-1.5,1 > > ===> Cleaning for bison-1.75_1 > > ===> Cleaning for fam-2.6.9_3 > > ===> Cleaning for gconf2-2.4.0.1 > > ===> Cleaning for gettext-0.12.1 > > ===> Cleaning for glib-2.2.3 > > ===> Cleaning for gmake-3.80_1 > > ===> Cleaning for gnomevfs2-2.4.0 > > ===> Cleaning for imake-4.3.0_1 > > ===> Cleaning for libIDL-0.8.2 > > ===> Cleaning for libbonobo-2.4.0 > > ===> Cleaning for libglade2-2.0.1_1 > > ===> Cleaning for libgnugetopt-1.2 > > ===> Cleaning for libgsf-1.8.1 > > ===> Cleaning for libtool-1.3.5_1 > > ===> Cleaning for m4-1.4_1 > > ===> Cleaning for pkgconfig-0.15.0 > > ===> Cleaning for popt-1.6.4_1 > > ===> Cleaning for jpeg-6b_1 > > ===> Cleaning for libart_lgpl2-2.3.16 > > ===> Cleaning for libgnomecanvas-2.4.0 > > ===> Cleaning for librsvg2-2.4.0 > > ===> Cleaning for png-1.2.5_2 > > ===> Cleaning for tiff-3.5.7_1 > > ===> Cleaning for python-2.3_1 > > ===> Cleaning for gnome-icon-theme-1.0.9 > > ===> Cleaning for gnomehier-1.0_8 > > ===> Cleaning for gnomemimedata-2.4.0 > > ===> Cleaning for help2man-1.29 > > ===> Cleaning for linc-1.0.3 > > ===> Cleaning for freetype2-2.1.4_1 > > ===> Cleaning for cdrtools-2.0.3 > > ===> Cleaning for mkisofs-2.0.3 > > ===> Cleaning for docbook-sk-4.1.2 > > ===> Cleaning for docbook-xml-4.2_1 > > ===> Cleaning for docbook-xsl-1.61.3_1 > > ===> Cleaning for expat-1.95.6_1 > > ===> Cleaning for intltool-0.27.2 > > ===> Cleaning for libxml2-2.5.11 > > ===> Cleaning for libxslt-1.0.33 > > ===> Cleaning for py23-expat-2.3_2 > > ===> Cleaning for scrollkeeper-0.3.12_2,1 > > ===> Cleaning for sdocbook-xml-4.1.2.5_1 > > ===> Cleaning for xmlcatmgr-0.2_1 > > ===> Cleaning for nautilus2-2.4.0 > > ===> Cleaning for XFree86-fontEncodings-4.3.0 > > ===> Cleaning for XFree86-fontScalable-4.3.0 > > ===> Cleaning for Xft-2.1.2 > > ===> Cleaning for fontconfig-2.2.90_3 > > ===> Cleaning for eel2-2.4.0 > > ===> Cleaning for gail-1.4.0 > > ===> Cleaning for gtk-engines2-2.2.0 > > ===> Cleaning for gtk-2.2.4 > > ===> Cleaning for libbonoboui-2.4.0 > > ===> Cleaning for libgnomeui-2.4.0.1_1 > > ===> Cleaning for pango-1.2.5 > > ===> Cleaning for XFree86-clients-4.3.0_3 > > ===> Cleaning for XFree86-libraries-4.3.0_6 > > ===> Cleaning for gnomedesktop-2.4.0 > > ===> Cleaning for libgnome-2.4.0 > > ===> Cleaning for startup-notification-0.5_1 > > ===> Cleaning for nautilus-cd-burner-0.5.3 > > ---> Cleaning out obsolete shared libraries > > [Updating the pkgdb in /var/db/pkg ... - 308 packages found (-0 +1) . done] > > ** The following packages were not installed or upgraded (*:skipped / !:failed) > > ! x11/gnome2 (gnome2-2.2.2_2) (install error) > > # > > > >>How-To-Repeat: > > Cvsup ports tree > > Run portupgrade ORBit2 libbonobo > > Run portupgrade -rf -m BATCH=yes atk > > > > After many hours, failure is now almost assured - see above. > > > >>Fix: > > Don't know > > _______________________________________________ > > 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" -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 07:15:13 2003 Return-Path: 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 3809016A4B3 for ; Sun, 21 Sep 2003 07:15:13 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id D634D43FDF for ; Sun, 21 Sep 2003 07:15:11 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 32731 invoked by alias); 21 Sep 2003 14:45:03 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.049843 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Sep 2003 14:45:03 -0000 X-RCPTTO: freebsd-gnome@freebsd.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8LEEDwF069222 for ; Sun, 21 Sep 2003 23:14:14 +0900 Message-ID: <3F6DB271.9000708@snu.ac.kr> Date: Sun, 21 Sep 2003 23:15:13 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: intalling gnome2 bites its own tail... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 14:15:13 -0000 Gnome2 install depends on bonobo Bonobo install depends on gnome-config ===> Gnome2 install fails on a chicken-egg conflict! Please can someone solve this in the port. Thanks, Rob. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 07:21:17 2003 Return-Path: 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 05AC416A4BF for ; Sun, 21 Sep 2003 07:21:17 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E4043F75 for ; Sun, 21 Sep 2003 07:21:15 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LELCgx057714 for ; Sun, 21 Sep 2003 23:21:14 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DB3D8.7060809@FreeBSD.org> Date: Sun, 21 Sep 2003 23:21:12 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: portupgrade related problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 14:21:17 -0000 Guys, I see reports of build failures like "library xxx version yyy is required by only zzz found" or "gnome-config not found". Let me remind you that portugrade have an issue in conjuction with our port build system. If you check your /usr/local/lib/compat/pkg directory you most likely will see the source of your troubles. It's better to cleanup it from times to times. This may be used as a hint to resolve such problems: If you see build failure as described above remove/rename apropriate library at /usr/local/lib/compat/pkg and restart build. All the best, Alexander. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 07:35:15 2003 Return-Path: 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 8BEB616A4B3 for ; Sun, 21 Sep 2003 07:35:15 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id C29F643FF9 for ; Sun, 21 Sep 2003 07:35:13 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 11598 invoked by alias); 21 Sep 2003 15:05:06 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048198 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Sep 2003 15:05:06 -0000 X-RCPTTO: freebsd-gnome@FreeBSD.org,bland@FreeBSD.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8LEYFwF071572; Sun, 21 Sep 2003 23:34:16 +0900 Message-ID: <3F6DB724.7000306@snu.ac.kr> Date: Sun, 21 Sep 2003 23:35:16 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Alexander Nedotsukov , freebsd-gnome@FreeBSD.org References: <3F6DB3D8.7060809@FreeBSD.org> In-Reply-To: <3F6DB3D8.7060809@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: portupgrade related problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 14:35:15 -0000 Alexander Nedotsukov wrote: > > If you see build failure as described above remove/rename apropriate > library at /usr/local/lib/compat/pkg and restart build. I'm one of those where gnome2 bites its own tail (gnome needs bonobo, but bonobo fails because gnome-config is not there). But eh: # ls /usr/local/lib/compat/pkg ls: /usr/local/lib/compat/pkg: No such file or directory So still stuck. Or do you mean "/usr/local/lib/m3/pkg"? I don't get a clue from the directories in there :(. Rob. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 07:48:00 2003 Return-Path: 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 7C1C016A4B3 for ; Sun, 21 Sep 2003 07:48:00 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A14943F85 for ; Sun, 21 Sep 2003 07:47:59 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LElwgx061541 for ; Sun, 21 Sep 2003 23:47:58 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DBA1E.70101@FreeBSD.org> Date: Sun, 21 Sep 2003 23:47:58 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: multipart/mixed; boundary="------------060607080906080207040603" Subject: [Fwd: Re: portupgrade related problems] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 14:48:00 -0000 This is a multi-part message in MIME format. --------------060607080906080207040603 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Forgot to cc. --------------060607080906080207040603 Content-Type: message/rfc822; name="Re: portupgrade related problems" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: portupgrade related problems" Message-ID: <3F6DB9AA.2030201@FreeBSD.org> Date: Sun, 21 Sep 2003 23:46:02 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob Lahaye Subject: Re: portupgrade related problems References: <3F6DB3D8.7060809@FreeBSD.org> <3F6DB724.7000306@snu.ac.kr> In-Reply-To: <3F6DB724.7000306@snu.ac.kr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Rob, Rob Lahaye wrote: >Alexander Nedotsukov wrote: > > >>If you see build failure as described above remove/rename apropriate >>library at /usr/local/lib/compat/pkg and restart build. >> >> > >I'm one of those where gnome2 bites its own tail (gnome needs bonobo, >but bonobo fails because gnome-config is not there). > >But eh: > ># ls /usr/local/lib/compat/pkg >ls: /usr/local/lib/compat/pkg: No such file or directory > Well. Then this may mean another thing. If you have ORBit2 installed your pkgconfig database corrupted (ie. one of installed .pc files has illegal syntax). Can you see the output of pkg-config ORBit-2.0 --cflags ? > >So still stuck. > >Or do you mean "/usr/local/lib/m3/pkg"? I don't get a clue >from the directories in there :(. > No. Now this seems is not yor case. > >Rob. > > > All the best, Alexander. --------------060607080906080207040603-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 08:01:43 2003 Return-Path: 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 D38A516A4B3 for ; Sun, 21 Sep 2003 08:01:43 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF2243FDD for ; Sun, 21 Sep 2003 08:01:42 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LF1fgx062071; Mon, 22 Sep 2003 00:01:41 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DBD55.2040807@FreeBSD.org> Date: Mon, 22 Sep 2003 00:01:41 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Parquette References: <3F6D9DBD.5080509@twcny.rr.com> In-Reply-To: <3F6D9DBD.5080509@twcny.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: Portupgrade failed: gnomedb X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 15:01:44 -0000 Tom, Tom Parquette wrote: > This is a 5.1-CURRENT system updated early Sept 20. Ports was cvsuped > mid day Sept 20. > > I'm getting the following on gnomedb. If you need the list of > installed packages, please let me know. TIA... > ... > > cc: The -pthread option is deprecated. > configure: failed program was: > > #line 1613 "configure" > #include "confdefs.h" > > main(){return(0);} > P3R-272# > You problem in depricated -pthread flag. Do this in your gnomedb Makefile INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-pthread -L${LOCALBASE}/lib -lintl" + LIBS="${PTHREAD_CFLAGS} -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} Btw. Early this day seen backout commit in gcc specs so there is another way. This will be in cvs later All the best, Alexander. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 08:13:07 2003 Return-Path: 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 F35A016A4B3 for ; Sun, 21 Sep 2003 08:13:06 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7667843FBD for ; Sun, 21 Sep 2003 08:13:05 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LFD1gx062122; Mon, 22 Sep 2003 00:13:01 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DBFFD.6090703@FreeBSD.org> Date: Mon, 22 Sep 2003 00:13:01 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremy Messenger References: <20030921092106.Q1897@pukruppa.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: sodipodi build fails in plotutils X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 15:13:07 -0000 Guys, Jeremy Messenger wrote: > On Sun, 21 Sep 2003 09:28:02 +0200 (CEST), Peter Ulrich Kruppa > wrote: > >> Hi! >> >> I upgraded my >> FreeBSD pukruppa.net 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat >> Sep 20 06:56:46 CEST 2003 >> to gnome2.4 . > > > Check here: > > # cd /usr/ports/graphics/plotutils ; make -V MAINTAINER > ports@FreeBSD.org > >> Everything seems to work fine but sodipodi: it fails in building >> /graphics/plotutils with >> >> ---------------------------------------------------- > > > >> mi_fllarc.c:295: error: `INT_MIN' undeclared (first use in this >> function) > > > >> ----------------------------------------------- > > > It looks like you will need to add a '#include ' in the > mi_fllarc.c[1].. I think, it should do.. > > [1] It's in > /usr/ports/graphics/plotutils/work/plotutils-2.4.1/libplot/ .. I may add one more thing here. Sodipodi do not requires frontline and this means plotutils either. This fact will be reflected in cvs after the port freeze over. Peter, you may comment out LIB_DEPENDS and RUN_DEPENDS lines if you do not need raytracer. If you do than follow Jeremy advice. All the best, Alexander. > > > Cheers, > Mezz > >> Regards, >> >> Uli. > > > From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 08:21:56 2003 Return-Path: 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 BF73F16A4C0 for ; Sun, 21 Sep 2003 08:21:56 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id E41C043FEC for ; Sun, 21 Sep 2003 08:21:54 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 6435 invoked by alias); 21 Sep 2003 15:51:47 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048532 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Sep 2003 15:51:47 -0000 X-RCPTTO: freebsd-gnome@FreeBSD.org,bland@FreeBSD.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8LFKuwF069550; Mon, 22 Sep 2003 00:20:57 +0900 Message-ID: <3F6DC215.7000100@snu.ac.kr> Date: Mon, 22 Sep 2003 00:21:57 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Alexander Nedotsukov , freebsd-gnome@FreeBSD.org References: <3F6DBA1E.70101@FreeBSD.org> In-Reply-To: <3F6DBA1E.70101@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Fwd: Re: portupgrade related problems] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 15:21:56 -0000 Alexander Nedotsukov wrote: > Forgot to cc. Hmm, thought I did. Hopefully this time. > Well. Then this may mean another thing. If you have ORBit2 installed > your pkgconfig database corrupted (ie. one of installed .pc files has > illegal syntax). > Can you see the output of pkg-config ORBit-2.0 --cflags ? No proper output, because ORBit2 was not there. So I installed it manually: "portinstall ORBit2". Apparently the ORBit2 dependency is wrong or missing in the gnome2 meta-port. And I tried again installing the gnome2 meta-port. So far so good (still compiling though). Thanks, Rob. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 08:47:56 2003 Return-Path: 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 06DF916A4B3 for ; Sun, 21 Sep 2003 08:47:56 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9C643FE3 for ; Sun, 21 Sep 2003 08:47:54 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LFlngx062249; Mon, 22 Sep 2003 00:47:52 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DC825.801@FreeBSD.org> Date: Mon, 22 Sep 2003 00:47:49 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob Lahaye References: <3F6DBA1E.70101@FreeBSD.org> <3F6DC215.7000100@snu.ac.kr> In-Reply-To: <3F6DC215.7000100@snu.ac.kr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: [Fwd: Re: portupgrade related problems] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 15:47:56 -0000 Rob, Rob Lahaye wrote: >Alexander Nedotsukov wrote: > > >>Forgot to cc. >> >> > >Hmm, thought I did. >Hopefully this time. > It was me. > > > > >>Well. Then this may mean another thing. If you have ORBit2 installed >>your pkgconfig database corrupted (ie. one of installed .pc files has >>illegal syntax). >>Can you see the output of pkg-config ORBit-2.0 --cflags ? >> >> > >No proper output, because ORBit2 was not there. >So I installed it manually: "portinstall ORBit2". > >Apparently the ORBit2 dependency is wrong or missing in the gnome2 meta-port. > Hmm. I doubt it. USE_GNOME contains implicit orbit2 depedency. I still think it was something on your end. Pretty much like staled library. You may try to find all ORBit-2.so* may be you have it accicentaly installed somewhere in LD_LIBRARY_PATH. Or it wasn't removed during last pkg_delete for some reason. Or whatever else. I can say for sure you had libORBit-2.so.0 somewhere in path but ORBit-2.pc file was missed. > >And I tried again installing the gnome2 meta-port. >So far so good (still compiling though). > >Thanks, >Rob. > > > All the best, Alexander. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:04:01 2003 Return-Path: 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 B1A1716A4B3 for ; Sun, 21 Sep 2003 09:04:01 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D63343FBF for ; Sun, 21 Sep 2003 09:03:58 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 14220 invoked by alias); 21 Sep 2003 16:33:51 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048955 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 21 Sep 2003 16:33:51 -0000 X-RCPTTO: freebsd-gnome@FreeBSD.org,bland@FreeBSD.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8LG2xwF056566; Mon, 22 Sep 2003 01:03:00 +0900 Message-ID: <3F6DCBF0.5000906@snu.ac.kr> Date: Mon, 22 Sep 2003 01:04:00 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Alexander Nedotsukov , freebsd-gnome@FreeBSD.org References: <3F6DBA1E.70101@FreeBSD.org> <3F6DC215.7000100@snu.ac.kr> <3F6DC825.801@FreeBSD.org> In-Reply-To: <3F6DC825.801@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Fwd: Re: portupgrade related problems] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:04:01 -0000 Alexander Nedotsukov wrote: >> > Hmm. I doubt it. USE_GNOME contains implicit orbit2 depedency. I still > think it was something on your end. Pretty much like staled library. You > may try to find all ORBit-2.so* may be you have it accicentaly installed > somewhere in LD_LIBRARY_PATH. Or it wasn't removed during last > pkg_delete for some reason. Or whatever else. I can say for sure you had > libORBit-2.so.0 somewhere in path but ORBit-2.pc file was missed. Ah, here you got me. I actually did a "pkg_deinstall --all" to get rid of all installed ports and packages on my PC. I wanted to build up the ports from scratch, after having built a new world and kernel. The port delete may then have overlooked some files; I only relied on the empty output by "portversion". My gnome2 port is now still compiling and all seems to go well. Thanks for your help. Rob. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:40:29 2003 Return-Path: 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 6460B16A4B3 for ; Sun, 21 Sep 2003 09:40:29 -0700 (PDT) Received: from scanmail2.cableone.net (scanmail2.cableone.net [24.116.0.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CD443FE1 for ; Sun, 21 Sep 2003 09:40:27 -0700 (PDT) (envelope-from sig@bsduser.net) Received: from scanmail2.cableone.net ([10.116.0.122]) by scanmail2.cableone.net with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 21 Sep 2003 09:36:59 -0700 Received: from scanmail2.cableone.net [24.116.0.122] by scanmail2.cableone.net (SMTPD32-7.04) id A3A86AC0102; Sun, 21 Sep 2003 09:36:59 -0700 Received: from [192.168.1.100] (24-119-4-160.cpe.cableone.net [24.119.4.160]) by mail.cableone.net with SMTP (MailShield v2.04 - WIN32 Jul 17 2001 17:12:42); Sun, 21 Sep 2003 09:36:57 -0600 From: "Joseph D. Harris" To: gnome@FreeBSD.org Content-Type: multipart/mixed; boundary="=-rHEOATI6KK3TVl47cPLu" Message-Id: <1064205628.6863.3.camel@sig.ath.cx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 22:40:28 -0600 X-SMTP-HELO: [192.168.1.100] X-SMTP-MAIL-FROM: sig@bsduser.net X-SMTP-PEER-INFO: 24-119-4-160.cpe.cableone.net [24.119.4.160] Subject: at-spi-1.3.7 config.log X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:40:29 -0000 --=-rHEOATI6KK3TVl47cPLu Content-Type: text/plain Content-Transfer-Encoding: 7bit Here is an error I get while trying to use portupgrade to upgrade gnome2-2.2.2_2 to the new gnome 2.4 in /usr/ports/ configure: error: Library requirements ( libbonobo-2.0 >= 1.107.0 atk >= 1.3.4 gtk+-2.0 > 2.0.0 gail >= 1.3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/x11-toolkits/at-spi/work/at-spi-1.3.7/config.log" And here is "ls /var/db/pkg sig# ls /var/db/pkg AbiWord2-gnome-1.99.6 irssi-0.8.6_2 Hermes-1.3.3 jasper-1.700.2 IglooFTP-0.6.1 javavmwrapper-1.4 ImageMagick-5.5.6_3 jbigkit-1.5 Mesa-3.4.2_2 jdk-1.3.1p8_2 ORBit-0.5.17_1 jed-0.99.16 ORBit2-2.6.3 jhead-2.0 XFree86-4.3.0,1 jpeg-6b_1 XFree86-FontServer-4.3.0_1 lame-3.93.1 XFree86-Server-4.3.0_9 lcms-1.09,1 XFree86-clients-4.3.0_1 lha-1.14i_1 XFree86-documents-4.3.0 libIDL-0.8.2 XFree86-font100dpi-4.3.0 liba52-0.7.4 XFree86-font75dpi-4.3.0 libao-esound-0.8.3_1 XFree86-fontCyrillic-4.3.0 libart_lgpl2-2.3.14 XFree86-fontDefaultBitmaps-4.3.0 libast-0.5 XFree86-fontEncodings-4.3.0 libaudiofile-0.2.3 XFree86-fontScalable-4.3.0 libbonobo-2.2.3 XFree86-libraries-4.3.0_5 libbonoboui-2.2.4 Xaw3d-1.5 libcapplet-1.4.0.5_1 Xft-2.1.2 libdvdcss-1.2.8 a2ps-a4-4.13b_1 libdvdread-0.9.4 aalib-1.4.r5_1 libexif-0.5.12_1 acme-2.0.6 libexif-gtk-0.3.3 acroread-5.08 libfpx-1.2.0.9 apache-1.3.28 libgail-gnome-1.0.2_1 apsfilter-7.2.5_3 libgda-0.2.96_1 aspell-0.50.3_1 libghttp-1.0.9 at-spi-1.2.1 libglade-0.17_2 atk-1.2.4 libglade2-2.0.1_1 atk-1.4.0 libgnome-2.2.3_1 autoconf-2.13.000227_5 libgnome-2.4.0 autoconf-2.53_1 libgnomecanvas-2.2.1 automake-1.4.5_9 libgnomecanvas-2.4.0 automake-1.5,1 libgnomeprint-2.2.1.3_1 bash-2.05b.007 libgnomeprintui-2.2.1.3 bison-1.75_1 libgnomeui-2.2.2 bitstream-vera-1.10 libgnomeui-2.4.0.1_1 bonobo-1.0.22 libgnugetopt-1.2 bonobo-activation-2.2.4,1 libgphoto2-2.1.2_1 bugbuddy2-2.2.106 libgsf-1.8.1 cdrtools-2.0.3 libgtkhtml-2.2.4_1 cups-base-1.1.19.0 libgtop2-2.0.4 cups-pstoraster-7.07 libiconv-1.9.1_1 cvsup-without-gui-16.1h libijs-0.34 diablo-jdk-1.3.1.0 libltdl-1.5 djbfft-0.76 libmikmod-esound-3.1.10_1 docbook-sk-4.1.2 libmng-1.0.5_1 docbook-xml-4.2_1 libmpeg2-0.3.1_1 docbook-xsl-1.61.3_1 libogg-1.0_1,3 eel2-2.2.4 librsvg2-2.2.5_2 eog2-2.2.1 libslang-1.4.9 esound-0.2.31 libsndfile-1.0.5 eterm-0.9.2 libsoup-1.99.23 evolution-1.4.4_1 libtool-1.3.4_4 expat-1.95.6_1 libtool-1.3.5_1 ezm3-1.1 libtool-1.4.3_2 faad2-1.1_1 libungif-4.1.0b1_1 ffmpeg-0.4.7 libunicode-0.4_3 fileroller-2.2.5,1 libusb-0.1.7 firebird-0.6.1_1 libvorbis-1.0_1,3 flac-1.1.0_2 libwmf-0.2.8 flashpluginwrapper-0.20021113 libwnck-2.2.2 fontconfig-2.2.90_3 libwww-5.4.0 fontilus-0.4 libxml-1.8.17_1 freetype-1.3.1_2 libxml2-2.5.10 freetype2-2.1.4_1 libxslt-1.0.32 fribidi-0.10.4_1 libzvt-2.0.1_6 gail-1.2.2 linc-1.0.3 gaim-0.68 links-2.1.p11,1 gal-0.24 linux-flashplugin-5.0r51 gal2-1.99.9 linux-flashplugin-6.0r79 galeon2-1.3.7_1 linux_base-6.1_4 gconf-1.0.9_5 lzo-1.08_1 gconf-editor-0.4.1,1 lzop-1.01 gconf2-2.2.1 m4-1.4_1 gdbm-1.8.3 mad-esound-0.14.2b_3 gdk-pixbuf-0.22.0 man2html-3.0.1_1 gdm2-2.4.1.6 metacity-2.4.55_1 gedit2-2.2.2 mkisofs-2.0.3 gettext-0.12.1 mod_php4-4.3.3,1 ggv2-2.0.1 mozilla-gtk2-1.4 ghostscript-gnu-7.07_3 mozilla-headers-1.4,2 gimp-1.2.5,1 mpg123-esound-0.59r_9 gimp-print-4.2.5_1 mplayer-fonts-0.50 gkrellm-2.1.16 mplayer-gtk-esound-0.90.0.110_4 gle-3.0.3 mplayer-skins-1.0.5_2 glib-1.2.10_10 mysql-client-4.0.14 glib-2.2.3 mysql-server-3.23.57 glibwww-0.2_1 mysql-server-4.0.14 gmake-3.80_1 nasm-0.98.35,1 gnome-icon-theme-1.0.7 nautilus-media-0.2.2 gnome-pkgview-1.0.1 nautilus2-2.2.4 gnome-themes-2.2.2 netpbm-10.17_1 gnome2-2.2.2_2 nspr-4.3_2 gnomeapplets2-2.2.2_3 oaf-0.6.10_1 gnomeaudio2-2.0.0 open-motif-2.2.2_1 gnomecanvas-0.22.0 openldap-client-2.0.27 gnomecontrolcenter2-2.2.2 openslp-1.0.11 gnomedb-0.2.96_1 p5-DBD-mysql-2.1026_1 gnomedesktop-2.2.2 p5-DBI-1.37 gnomegames2-2.2.1_3 pango-1.2.5 gnomehier-1.0_8 pcre-4.3 gnomelibs-1.4.2_1 pilot-link-0.11.7_2 gnomemedia2-2.2.2 pkgconfig-0.15.0 gnomemeeting-0.98.2 pkgdb.db gnomemimedata-2.2.1_1 png-1.2.5_2 gnomepanel-2.2.2.2_1 popt-1.6.4_1 gnomepilot2-2.0.10 portupgrade-20030723 gnomeprint-0.37 psutils-a4-1.17_1 gnomesession-2.2.2_1 py-gnome-1.4.4_2 gnomespell-1.0.5 py-gtk-0.6.10 gnomesystemmonitor-2.0.5 py23-expat-2.3_2 gnometerminal-2.2.2 py23-numeric-23.0 gnomeuserdocs2-2.0.6_1 python-2.3_1 gnomeutils2-2.2.3,1 ruby-1.6.8.2003.04.19 gnomevfs-1.0.5_4 ruby-bdb1-0.2.1 gnomevfs2-2.2.5 ruby-rdoc-0.0.0.b2 gnomevfs2-2.4.0 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 gob2-2.0.6 scrollkeeper-0.3.12_2,1 gphoto2-2.1.2 sdocbook-xml-4.1.2.5_1 gqview-1.2.2_1 soup-0.7.11 grip-3.0.7_1 sox-12.17.4 gstreamer-0.6.2 startup-notification-0.5_1 gstreamer-plugins-0.6.2_1 tcl-8.3.5_2 gtk-1.2.10_10 tiff-3.5.7_1 gtk-2.2.3 tk-8.3.5_2 gtk-engines2-2.2.0 unzip-5.50_2 gtk-thinice-engine-2.0.2 urwfonts-1.0 gtkam-0.1.10 vnc-3.3.7_1 gtkglarea-1.2.2_1 vte-0.10.29 gtkhtml-1.1.10 win32-codecs-2.0.90,1 gtkhtml3-3.0.8 wine-20030813_1 gtkspell2-2.0.4 wrapper-1.0_3 guile-1.6.4_2 wxgtk-2.4.1_1 hdf-4.1r5 xawtv-3.88 help2man-1.29 xchat2-2.0.4_1 hpijs-1.4.1 xmlcatmgr-0.2_1 id3lib-3.8.2 xmms-esound-1.2.8 imake-4.3.0_1 xscreensaver-gnome-4.12 imlib-1.9.14_1 yelp-2.2.3 imlib2-1.0.6_1 zip-2.3_1 intltool-0.27.2 sig# --=-rHEOATI6KK3TVl47cPLu Content-Disposition: attachment; filename=config.log Content-Type: text/plain; name=config.log; charset= Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 --build=i386-portbld-freebsd4.9 ## --------- ## ## Platform. ## ## --------- ## hostname = sig.ath.cx uname -m = i386 uname -r = 4.9-PRERELEASE uname -s = FreeBSD uname -v = FreeBSD 4.9-PRERELEASE #1: Tue Sep 2 12:59:46 MDT 2003 sig@sig.ath.cx:/usr/obj/usr/src/sys/URANUS /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1518: checking for a BSD-compatible install configure:1572: result: /usr/bin/install -c -o root -g wheel configure:1583: checking whether build environment is sane configure:1626: result: yes configure:1641: checking whether gmake sets $(MAKE) configure:1661: result: yes configure:1693: checking for working aclocal-1.4 configure:1704: result: missing configure:1708: checking for working autoconf configure:1715: result: found configure:1723: checking for working automake-1.4 configure:1734: result: missing configure:1738: checking for working autoheader configure:1745: result: found configure:1753: checking for working makeinfo configure:1760: result: found configure:1793: checking whether to enable maintainer-specific portions of Makefiles configure:1802: result: no configure:1883: checking for perl configure:1901: found /usr/bin/perl configure:1913: result: /usr/bin/perl configure:1992: checking for gcc configure:2018: result: cc configure:2262: checking for C compiler version configure:2265: cc --version &5 2.95.4 configure:2268: $? = 0 configure:2270: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2273: $? = 0 configure:2275: cc -V &5 cc: argument to `-V' is missing configure:2278: $? = 1 configure:2302: checking for C compiler default output configure:2305: cc -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2308: $? = 0 configure:2354: result: a.out configure:2359: checking whether the C compiler works configure:2365: ./a.out configure:2368: $? = 0 configure:2385: result: yes configure:2392: checking whether we are cross compiling configure:2394: result: no configure:2397: checking for suffix of executables configure:2399: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2402: $? = 0 configure:2427: result: configure:2433: checking for suffix of object files configure:2455: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2458: $? = 0 configure:2480: result: o configure:2484: checking whether we are using the GNU C compiler configure:2509: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2512: $? = 0 configure:2515: test -s conftest.o configure:2518: $? = 0 configure:2531: result: yes configure:2537: checking whether cc accepts -g configure:2559: cc -c -g -I/usr/local/include conftest.c >&5 configure:2562: $? = 0 configure:2565: test -s conftest.o configure:2568: $? = 0 configure:2579: result: yes configure:2596: checking for cc option to accept ANSI C configure:2657: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2660: $? = 0 configure:2663: test -s conftest.o configure:2666: $? = 0 configure:2684: result: none needed configure:2702: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2705: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2826: checking for a BSD-compatible install configure:2880: result: /usr/bin/install -c -o root -g wheel configure:2893: checking for strerror in -lcposix configure:2924: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lcposix >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:2927: $? = 1 configure: failed program was: | #line 2901 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2945: result: no configure:3025: checking whether gcc understands -Wsign-promo configure:3044: cc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -O -pipe -Wsign-promo -I/usr/local/include conftest.c >&5 configure:3047: $? = 0 configure:3050: test -s conftest.o configure:3053: $? = 0 configure:3064: result: yes configure:3025: checking whether gcc understands -Wno-sign-compare configure:3044: cc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -O -pipe -Wno-sign-compare -I/usr/local/include conftest.c >&5 configure:3047: $? = 0 configure:3050: test -s conftest.o configure:3053: $? = 0 configure:3064: result: yes configure:3084: checking what warning flags to pass to the C compiler configure:3086: result: -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare configure:3097: checking what language compliance flags to pass to the C compiler configure:3112: result: configure:3198: checking build system type configure:3216: result: i386-portbld-freebsd4.9 configure:3224: checking host system type configure:3238: result: i386-portbld-freebsd4.9 configure:3246: checking for a sed that does not truncate output configure:3300: result: /usr/bin/sed configure:3303: checking for egrep configure:3313: result: grep -E configure:3329: checking for ld used by cc configure:3396: result: /usr/libexec/elf/ld configure:3405: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:3420: result: yes configure:3425: checking for /usr/libexec/elf/ld option to reload object files configure:3432: result: -r configure:3441: checking for BSD-compatible nm configure:3483: result: /usr/bin/nm -B configure:3487: checking whether ln -s works configure:3491: result: yes configure:3498: checking how to recognise dependent libraries configure:3698: result: pass_all configure:3901: checking how to run the C preprocessor configure:3937: cc -E -I/usr/local/include conftest.c configure:3943: $? = 0 configure:3975: cc -E -I/usr/local/include conftest.c configure:3977: ac_nonexistent.h: No such file or directory configure:3981: $? = 1 configure: failed program was: | #line 3967 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | /* end confdefs.h. */ | #include configure:4019: result: cc -E configure:4044: cc -E -I/usr/local/include conftest.c configure:4050: $? = 0 configure:4082: cc -E -I/usr/local/include conftest.c configure:4084: ac_nonexistent.h: No such file or directory configure:4088: $? = 1 configure: failed program was: | #line 4074 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | /* end confdefs.h. */ | #include configure:4131: checking for ANSI C header files configure:4157: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4160: $? = 0 configure:4163: test -s conftest.o configure:4166: $? = 0 configure:4258: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4261: $? = 0 configure:4263: ./conftest configure:4266: $? = 0 configure:4281: result: yes configure:4305: checking for sys/types.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for sys/stat.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for stdlib.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for string.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for memory.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for strings.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for inttypes.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4305: checking for stdint.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4364: stdint.h: No such file or directory configure:4325: $? = 1 configure: failed program was: | #line 4311 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4342: result: no configure:4305: checking for unistd.h configure:4322: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4325: $? = 0 configure:4328: test -s conftest.o configure:4331: $? = 0 configure:4342: result: yes configure:4368: checking dlfcn.h usability configure:4381: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4384: $? = 0 configure:4387: test -s conftest.o configure:4390: $? = 0 configure:4400: result: yes configure:4404: checking dlfcn.h presence configure:4415: cc -E -I/usr/local/include conftest.c configure:4421: $? = 0 configure:4440: result: yes configure:4476: checking for dlfcn.h configure:4483: result: yes configure:4590: checking for C++ compiler version configure:4593: c++ --version &5 2.95.4 configure:4596: $? = 0 configure:4598: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:4601: $? = 0 configure:4603: c++ -V &5 c++: argument to `-V' missing configure:4606: $? = 1 configure:4609: checking whether we are using the GNU C++ compiler configure:4634: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:4637: $? = 0 configure:4640: test -s conftest.o configure:4643: $? = 0 configure:4656: result: yes configure:4662: checking whether c++ accepts -g configure:4684: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:4687: $? = 0 configure:4690: test -s conftest.o configure:4693: $? = 0 configure:4704: result: yes configure:4748: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:4751: $? = 0 configure:4754: test -s conftest.o configure:4757: $? = 0 configure:4784: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:4787: $? = 0 configure:4790: test -s conftest.o configure:4793: $? = 0 configure:4821: checking how to run the C++ preprocessor configure:4853: c++ -E -I/usr/local/include conftest.cc configure:4859: $? = 0 configure:4891: c++ -E -I/usr/local/include conftest.cc configure:4903: ac_nonexistent.h: No such file or directory configure:4897: $? = 1 configure: failed program was: | #line 4883 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4935: result: c++ -E configure:4960: c++ -E -I/usr/local/include conftest.cc configure:4966: $? = 0 configure:4998: c++ -E -I/usr/local/include conftest.cc configure:5010: ac_nonexistent.h: No such file or directory configure:5004: $? = 1 configure: failed program was: | #line 4990 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "at-spi" | #define VERSION "1.3.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5098: checking for g77 configure:5127: result: no configure:5098: checking for f77 configure:5114: found /usr/bin/f77 configure:5124: result: f77 configure:5139: checking for Fortran 77 compiler version configure:5142: f77 --version &5 GNU Fortran 0.5.25 20020320 (prerelease) Copyright (C) 1997 Free Software Foundation, Inc. For more version information on components of the GNU Fortran compilation system, especially useful when reporting bugs, type the command `g77 --verbose'. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5145: $? = 0 configure:5147: f77 -v &5 g77 version 2.95.4 20020320 [FreeBSD] (from FSF-g77 version 0.5.25 20020320 (prerelease)) Driving: f77 -v -c -xf77-version /dev/null -xnone Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] /usr/libexec/cpp0 -lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__i386__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=460001 -D__unix__ -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -D_LANGUAGE_FORTRAN -traditional -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__ELF__ /dev/null /dev/null GNU CPP version 2.95.4 20020320 [FreeBSD] (i386 FreeBSD/ELF) #include "..." search starts here: #include <...> search starts here: /usr/include /usr/include End of search list. The following default directories have been omitted from the search path: /usr/include/g++ End of omitted list. /usr/libexec/f771 -fnull-version -quiet -dumpbase g77-version.f -version -fversion -o /tmp/ccoVaFdr.s /dev/null GNU F77 version 2.95.4 20020320 [FreeBSD] (i386-unknown-freebsd) compiled by GNU C version 2.95.4 20020320 [FreeBSD]. GNU Fortran Front End version 0.5.25 20020320 (prerelease) /usr/libexec/elf/as -v -o /tmp/ccuSsqcL.o /tmp/ccoVaFdr.s GNU assembler version 2.12.1 [FreeBSD] 2002-07-20 (i386-obrien-freebsd5.0) using BFD version 2.12.1 [FreeBSD] 2002-07-20 /usr/libexec/elf/ld -V -dynamic-linker /usr/libexec/ld-elf.so.1 -o /tmp/ccILOaQU /tmp/ccuSsqcL.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib -lg2c -lm -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/libg2c.so: warning: tempnam() possibly used unsafely; consider using mkstemp() GNU ld version 2.12.1 [FreeBSD] 2002-07-20 Supported emulations: elf_i386 /tmp/ccILOaQU __G77_LIBF77_VERSION__: 0.5.25 20010315 (release) @(#)LIBF77 VERSION 19990503 __G77_LIBI77_VERSION__: 0.5.25 20010315 (release) @(#) LIBI77 VERSION pjw,dmg-mods 19990503 __G77_LIBU77_VERSION__: 0.5.25 20010315 (release) @(#) LIBU77 VERSION 19980709 configure:5150: $? = 0 configure:5152: f77 -V &5 f77: argument to `-V' missing configure:5155: $? = 1 configure:5162: checking whether we are using the GNU Fortran 77 compiler configure:5176: f77 -c conftest.F >&5 configure:5179: $? = 0 configure:5182: test -s conftest.o configure:5185: $? = 0 configure:5198: result: yes configure:5205: checking whether f77 accepts -g configure:5217: f77 -c -g conftest.f >&5 configure:5220: $? = 0 configure:5223: test -s conftest.o configure:5226: $? = 0 configure:5238: result: yes configure:5266: checking the maximum length of command line arguments configure:5325: result: 16384 configure:5336: checking command to parse /usr/bin/nm -B output from cc object configure:5425: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5428: $? = 0 configure:5432: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5435: $? = 0 configure:5487: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:5490: $? = 0 configure:5528: result: ok configure:5532: checking for objdir configure:5547: result: .libs configure:5637: checking for ar configure:5653: found /usr/bin/ar configure:5664: result: ar configure:5717: checking for ranlib configure:5733: found /usr/bin/ranlib configure:5744: result: ranlib configure:5797: checking for strip configure:5813: found /usr/bin/strip configure:5824: result: strip configure:6086: checking if cc static flag works configure:6109: result: yes configure:6126: checking if cc supports -fno-rtti -fno-exceptions configure:6144: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 configure:6148: $? = 0 configure:6159: result: yes configure:6174: checking for cc option to produce PIC configure:6351: result: -fPIC configure:6358: checking if cc PIC flag -fPIC works configure:6376: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:6380: $? = 0 configure:6391: result: yes configure:6415: checking if cc supports -c -o file.o configure:6443: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:6447: $? = 0 configure:6464: result: yes configure:6490: checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries configure:7284: result: yes configure:7310: checking whether -lc should be explicitly linked in configure:7315: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:7318: $? = 0 configure:7332: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7335: $? = 1 configure:7347: result: yes configure:7355: checking how to hardcode library paths into programs configure:7380: result: immediate configure:7394: checking whether stripping libraries is possible configure:7399: result: yes configure:7421: checking dynamic linker characteristics configure:7956: result: freebsd4.9 ld.so configure:8682: checking if libtool supports shared libraries configure:8684: result: yes configure:8687: checking whether to build shared libraries configure:8736: result: yes configure:8739: checking whether to build static libraries configure:8743: result: yes configure:8834: creating libtool configure:9378: checking for ld used by c++ configure:9445: result: /usr/libexec/elf/ld configure:9454: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:9469: result: yes configure:9520: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:10315: result: yes configure:10333: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:10336: $? = 0 configure:10432: checking for c++ option to produce PIC configure:10684: result: -fPIC configure:10691: checking if c++ PIC flag -fPIC works configure:10709: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:10713: $? = 0 configure:10724: result: yes configure:10748: checking if c++ supports -c -o file.o configure:10776: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:10780: $? = 0 configure:10797: result: yes configure:10823: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:10848: result: yes configure:10919: checking how to hardcode library paths into programs configure:10944: result: immediate configure:10958: checking whether stripping libraries is possible configure:10963: result: yes configure:10985: checking dynamic linker characteristics configure:11520: result: freebsd4.9 ld.so configure:12719: checking if libtool supports shared libraries configure:12721: result: yes configure:12724: checking whether to build shared libraries configure:12742: result: yes configure:12745: checking whether to build static libraries configure:12749: result: yes configure:12761: checking for f77 option to produce PIC configure:12938: result: -fPIC configure:12945: checking if f77 PIC flag -fPIC works configure:12963: f77 -c -g -O2 -fPIC conftest.f >&5 configure:12967: $? = 0 configure:12978: result: yes configure:13002: checking if f77 supports -c -o file.o configure:13030: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13034: $? = 0 configure:13051: result: yes configure:13077: checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries configure:13849: result: yes configure:13920: checking how to hardcode library paths into programs configure:13945: result: immediate configure:13959: checking whether stripping libraries is possible configure:13964: result: yes configure:13986: checking dynamic linker characteristics configure:14521: result: freebsd4.9 ld.so configure:18438: checking for gtkdoc-mkdb configure:18465: result: false configure:18525: checking for X configure:18745: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:18898: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:18901: $? = 0 configure:18904: test -s conftest configure:18907: $? = 0 configure:19044: checking for gethostbyname configure:19094: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:19097: $? = 0 configure:19100: test -s conftest configure:19103: $? = 0 configure:19114: result: yes configure:19245: checking for connect configure:19295: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:19298: $? = 0 configure:19301: test -s conftest configure:19304: $? = 0 configure:19315: result: yes configure:19380: checking for remove configure:19430: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:19433: $? = 0 configure:19436: test -s conftest configure:19439: $? = 0 configure:19450: result: yes configure:19515: checking for shmat configure:19565: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:19568: $? = 0 configure:19571: test -s conftest configure:19574: $? = 0 configure:19585: result: yes configure:19659: checking for IceConnectionNumber in -lICE configure:19690: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lICE >&5 configure:19693: $? = 0 configure:19696: test -s conftest configure:19699: $? = 0 configure:19711: result: yes configure:19739: checking for pkg-config configure:19757: found /usr/local/bin/pkg-config configure:19770: result: /usr/local/bin/pkg-config configure:19787: checking for libbonobo-2.0 >= 1.107.0 atk >= 1.3.4 gtk+-2.0 > 2.0.0 gail >= 1.3.0 configure:19850: error: Library requirements ( libbonobo-2.0 >= 1.107.0 atk >= 1.3.4 gtk+-2.0 > 2.0.0 gail >= 1.3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ## ---------------- ## ## Cache variables. ## ## ---------------- ## lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' ac_cv_prog_ac_ct_F77=f77 ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value=' -O -pipe ' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_f77_compiler_gnu=yes ac_cv_env_F77_value= ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_prog_gnu_ldcxx=yes ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set=set ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config lt_cv_prog_compiler_c_o_CXX=yes ac_cv_prog_ac_ct_AR=ar ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' lt_cv_sys_max_cmd_len=16384 ac_cv_prog_make_gmake_set=yes ac_cv_env_FFLAGS_set= ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set= ac_cv_prog_GTKDOC=false lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_cv_ld_reload_flag=-r ac_cv_func_remove=yes lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_gnome_aclocal_dir= ac_cv_env_build_alias_set=set lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_target_alias_set= ac_cv_host_alias=i386-portbld-freebsd4.9 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' lt_cv_prog_compiler_c_o_F77=yes ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_env_FFLAGS_value= ac_cv_func_gethostbyname=yes lt_cv_path_LD=/usr/libexec/elf/ld lt_cv_prog_compiler_rtti_exceptions=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd4.9 ac_cv_env_CPPFLAGS_value=-I/usr/local/include lt_lt_cv_prog_compiler_c_o='"yes"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd4.9 ac_cv_env_F77_set= ac_cv_env_host_alias_value= lt_lt_cv_prog_compiler_c_o_F77='"yes"' ac_cv_gnome_aclocal_flags= lt_cv_objdir=.libs ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= ac_cv_func_connect=yes ac_cv_prog_CPP='cc -E' ac_cv_build=i386-portbld-freebsd4.9 ac_cv_env_build_alias_value=i386-portbld-freebsd4.9 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc lt_cv_path_LDCXX=/usr/libexec/elf/ld ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/ports/x11-toolkits/at-spi/work/at-spi-1.3.7/missing aclocal-1.4 ' AR='ar' ATK_BRIDGE_CFLAGS='' ATK_BRIDGE_LIBS='' AT_SPI_BINARY_AGE='7' AT_SPI_INTERFACE_AGE='7' AT_SPI_MAJOR_VERSION='1' AT_SPI_MICRO_VERSION='7' AT_SPI_MINOR_VERSION='3' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='/usr/ports/x11-toolkits/at-spi/work/at-spi-1.3.7/missing automake-1.4' BONOBO_ACTIVATION_IDL_DIR='' CC='cc' CFLAGS='-O -pipe ' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXFLAGS=' -O -pipe ' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' EXEEXT='' F77='f77' FFLAGS='-g -O2' GNOME_ACLOCAL_DIR='' GNOME_ACLOCAL_FLAGS='' GTKDOC='false' INSIDE_GNOME_DOCU_FALSE='' INSIDE_GNOME_DOCU_TRUE='#' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_MERGE='$(top_builddir)/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UPDATE='$(top_builddir)/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' LDFLAGS='-L/usr/local/lib' LIBBONOBO_IDL_DIR='' LIBCSPI_CFLAGS='' LIBCSPI_LIBS='' LIBOBJS='' LIBS='' LIBSPI_CFLAGS='' LIBSPI_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_AGE='9' LT_CURRENT='9' LT_RELEASE='1.3' LT_REVISION='5' LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' OBJEXT='o' ORBIT_IDL='' PACKAGE='at-spi' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POPT_LIBS='' RANLIB='ranlib' REBUILD='' REGISTRYD_CFLAGS='' REGISTRYD_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TESTS_CFLAGS='' TESTS_LIBS='' VERSION='1.3.7' WARN_CFLAGS='-Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare ' XEVIE_LIBS='' XINPUT_LIBS='' XTST_LIBS='' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lSM -lICE -lX11 ' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd4.9' build_alias='i386-portbld-freebsd4.9' build_cpu='i386' build_os='freebsd4.9' build_vendor='portbld' datadir='/usr/X11R6/share/gnome' exec_prefix='NONE' host='i386-portbld-freebsd4.9' host_alias='' host_cpu='i386' host_os='freebsd4.9' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/X11R6/share/gnome' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/X11R6' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "at-spi" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.3.7" configure: exit 1 --=-rHEOATI6KK3TVl47cPLu-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:46:38 2003 Return-Path: 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 A45A416A4B3; Sun, 21 Sep 2003 09:46:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232EF43FDF; Sun, 21 Sep 2003 09:46:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8LGkcFY023512; Sun, 21 Sep 2003 09:46:38 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8LGkboO023508; Sun, 21 Sep 2003 09:46:37 -0700 (PDT) (envelope-from marcus) Date: Sun, 21 Sep 2003 09:46:37 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200309211646.h8LGkboO023508@freefall.freebsd.org> To: stacey@vickiandstacey.com, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57053: portupgrade -rf -m BATCH=yes atk repeatably fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:46:38 -0000 Synopsis: portupgrade -rf -m BATCH=yes atk repeatably fails State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Sep 21 09:43:51 PDT 2003 State-Changed-Why: Please stop filing these bugs. They do nothing but waste our time. There are no errors or useful disgnostics in these reports, and your problem is not reproduceable. If you want someone to help you, I suggest you first consult the FreeBSD GNOME documentation at http://www.freebsd.org/gnome, then read all the mailing list archives. If you still have problems post some actual errors to freebsd-gnome@freebsd.org. http://www.freebsd.org/cgi/query-pr.cgi?pr=57053 From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:47:33 2003 Return-Path: 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 C7CF816A4B3 for ; Sun, 21 Sep 2003 09:47:33 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD24B43FE0 for ; Sun, 21 Sep 2003 09:47:32 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LGjJ4R024377; Sun, 21 Sep 2003 12:45:19 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LGl4lB000646; Sun, 21 Sep 2003 12:47:04 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Tom Parquette In-Reply-To: <3F6D9B37.30804@twcny.rr.com> References: <3F6D9B37.30804@twcny.rr.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gs0L4zuRdDQqE0vX/0/K" Organization: MarcusCom, Inc. Message-Id: <1064162848.65018.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 12:47:28 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: portupgrade: librsvg2 errors on 5.1-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:47:33 -0000 --=-gs0L4zuRdDQqE0vX/0/K Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 08:36, Tom Parquette wrote: > Running portupgrade (cvsuped sometime Sept 20) I get the following=20 > errors. This is a 5.1-CURRENT system (updated early on Sept. 20). TIA. This is an FAQ. Please read the mailing list archives for this list. Joe >=20 > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/libgsf-1=20 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include=20 > -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_SVGZ=3D1 -I. -I.= =20 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include=20 > -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2=20 > -I/usr/local/include -I/usr/X11R6/include/gtk-2.0=20 > -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include=20 > -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0=20 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include=20 > -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include=20 > -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include=20 > -I/usr/local/include/freetype2 -I/usr/local/include=20 > -DG_LOG_DOMAIN=3D\"librsvg\" -DG_DISABLE_DEPRECATED=20 > -DPANGO_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED=20 > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED=20 > -DDATADIR=3D\"/usr/X11R6/share\" -I/usr/local/include -O -pipe=20 > -mcpu=3Dpentiumpro -c rsvg-gz.c -fPIC -DPIC -o .libs/rsvg-gz.lo > In file included from rsvg-paint-server.h:30, > from rsvg-styles.h:30, > from rsvg-private.h:30, > from rsvg-gz.c:25: > /usr/local/include/libart_lgpl/art_render_gradient.h:61: error: syntax=20 > error before "ArtPixMaxDepth" > /usr/local/include/libart_lgpl/art_render_gradient.h:65: error: syntax=20 > error before '*' token > /usr/local/include/libart_lgpl/art_render_gradient.h:70: error: syntax=20 > error before '*' token > In file included from rsvg-styles.h:30, > from rsvg-private.h:30, > from rsvg-gz.c:25: > rsvg-paint-server.h:96: error: syntax error before '*' token > In file included from rsvg-styles.h:33, > from rsvg-private.h:30, > from rsvg-gz.c:25: > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:41: error: syntax=20 > error before '*' token > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:42: error: syntax=20 > error before '*' token > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:47: warning: data=20 > definition has no type or storage class > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:50: error: syntax=20 > error before '*' token > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:51: error: syntax=20 > error before '*' token > /usr/local/include/libart_lgpl/art_svp_vpath_stroke.h:56: warning: data=20 > definition has no type or storage class > In file included from rsvg-styles.h:34, > from rsvg-private.h:30, > from rsvg-gz.c:25: > /usr/local/include/libart_lgpl/art_vpath_dash.h:37: error: syntax error=20 > before '*' token > /usr/local/include/libart_lgpl/art_vpath_dash.h:38: error: syntax error=20 > before '*' token > /usr/local/include/libart_lgpl/art_vpath_dash.h:38: warning: data=20 > definition has no type or storage class > gmake[2]: *** [rsvg-gz.lo] Error 1 > gmake[2]: Leaving directory=20 > `/usr/ports/graphics/librsvg2/work/librsvg-2.2.5' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory=20 > `/usr/ports/graphics/librsvg2/work/librsvg-2.2.5' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/graphics/librsvg2. > P3R-272# >=20 >=20 >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-gs0L4zuRdDQqE0vX/0/K Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bdYgb2iPiv4Uz4cRAuh0AJ9SkQAUgqeHNmxcqKKiYN885ErH3wCgsAS2 B/iJRuHdn0GJzkwzt5L4WoM= =HA3m -----END PGP SIGNATURE----- --=-gs0L4zuRdDQqE0vX/0/K-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:48:25 2003 Return-Path: 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 8843E16A4B3; Sun, 21 Sep 2003 09:48:25 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A11043FE5; Sun, 21 Sep 2003 09:48:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LGk94R025008; Sun, 21 Sep 2003 12:46:09 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LGlslB000662; Sun, 21 Sep 2003 12:47:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexander Nedotsukov In-Reply-To: <3F6DBD55.2040807@FreeBSD.org> References: <3F6D9DBD.5080509@twcny.rr.com> <3F6DBD55.2040807@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PV36ie8dpct9wDHqKxId" Organization: MarcusCom, Inc. Message-Id: <1064162899.65018.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 12:48:19 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users cc: Tom Parquette Subject: Re: Portupgrade failed: gnomedb X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:48:25 -0000 --=-PV36ie8dpct9wDHqKxId Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 11:01, Alexander Nedotsukov wrote: > Tom, >=20 > Tom Parquette wrote: >=20 > > This is a 5.1-CURRENT system updated early Sept 20. Ports was cvsuped=20 > > mid day Sept 20. > > > > I'm getting the following on gnomedb. If you need the list of=20 > > installed packages, please let me know. TIA... > > > ... >=20 > > > > cc: The -pthread option is deprecated. > > configure: failed program was: > > > > #line 1613 "configure" > > #include "confdefs.h" > > > > main(){return(0);} > > P3R-272# > > > You problem in depricated -pthread flag. Do this in your gnomedb Makefile >=20 > INSTALLS_SHLIB=3D yes > CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ > - LIBS=3D"-pthread -L${LOCALBASE}/lib -lintl" > + LIBS=3D"${PTHREAD_CFLAGS} -L${LOCALBASE}/lib -lintl" > CONFIGURE_TARGET=3D --target=3D${MACHINE_ARCH}-unknown-freebsd${OSR= EL} > PLIST_SUB=3D VERSION=3D${PORTVERSION} >=20 > Btw. Early this day seen backout commit in gcc specs so there is another=20 > way. This will be in cvs later I can't believe I missed that in my -pthread sweep. Joe >=20 > All the best, > Alexander. >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-PV36ie8dpct9wDHqKxId Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bdZSb2iPiv4Uz4cRAkkJAJ47LfLw4QNl6LN/jH2UHVrWxmZgOgCfQ1p5 KkaFxCUEndGDMrvFW1jml1Y= =Fgrj -----END PGP SIGNATURE----- --=-PV36ie8dpct9wDHqKxId-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:49:17 2003 Return-Path: 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 9BC1716A4B3 for ; Sun, 21 Sep 2003 09:49:17 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E25D43FF3 for ; Sun, 21 Sep 2003 09:49:16 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LGl24R025921; Sun, 21 Sep 2003 12:47:02 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LGmllB000682; Sun, 21 Sep 2003 12:48:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rob Lahaye In-Reply-To: <3F6DAAEE.5040100@snu.ac.kr> References: <3F6DAAEE.5040100@snu.ac.kr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NfetW6Mx33hGOw5zBj32" Organization: MarcusCom, Inc. Message-Id: <1064162951.65018.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 12:49:11 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Port: while installing gnome2: "gnome-config: not found" ?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:49:17 -0000 --=-NfetW6Mx33hGOw5zBj32 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 09:43, Rob Lahaye wrote: > Hi, >=20 > I'm installing from scratch gnome2 (not upgrading!), which I do > by installing the meta-port (see below). >=20 > This goes on for some time and then ends with an error, that it > cannot find "gnome-config". Whaah, I'm installing gnome.... >=20 > Is there a circular dependence in the gome2 port? > What to do? Install devel/ORBit2. Joe >=20 > Thanks, > Rob. >=20 >=20 > # portinstall /usr/ports/x11/gnome2 > ---> Installing 'gnome2-2.4.0' from a port (x11/gnome2) > ---> Building '/usr/ports/x11/gnome2' > [...] > =3D=3D=3D> Registering installation for libglade2-2.0.1_1 > =3D=3D=3D> Returning to build of gnomeapplets2-2.4.0 > =3D=3D=3D> gnomeapplets2-2.4.0 depends on shared library: xml2.5 - foun= d > =3D=3D=3D> gnomeapplets2-2.4.0 depends on shared library: xslt.1 - foun= d > =3D=3D=3D> gnomeapplets2-2.4.0 depends on shared library: bonobo-2.0 - = not found > =3D=3D=3D> Verifying reinstall for bonobo-2.0 in /usr/ports/devel/libb= onobo > =3D=3D=3D> Extracting for libbonobo-2.4.0 > >> Checksum OK for gnome2/libbonobo-2.4.0.tar.bz2. > =3D=3D=3D> Patching for libbonobo-2.4.0 > =3D=3D=3D> Applying FreeBSD patches for libbonobo-2.4.0 > =3D=3D=3D> libbonobo-2.4.0 depends on executable: gmake - found > =3D=3D=3D> libbonobo-2.4.0 depends on executable: bison - found > =3D=3D=3D> libbonobo-2.4.0 depends on executable: pkg-config - found > =3D=3D=3D> libbonobo-2.4.0 depends on shared library: glib-2.0.200 - fo= und > =3D=3D=3D> libbonobo-2.4.0 depends on shared library: IDL-2.0 - found > =3D=3D=3D> libbonobo-2.4.0 depends on shared library: ORBit-2.0 - found > =3D=3D=3D> libbonobo-2.4.0 depends on shared library: xml2.5 - found > =3D=3D=3D> Configuring for libbonobo-2.4.0 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether build environment is sane... yes > /usr/ports/devel/libbonobo/work/libbonobo-2.4.0/missing: Unknown `--run' = option > Try `/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/missing --help' for = more information > configure: WARNING: `missing' script is too old or missing > checking for gawk... no > [...] > checking for nanosleep... yes > checking for pkg-config... /usr/local/bin/pkg-config > checking for ORBit-2.0 >=3D 2.7.5 ORBit-CosNaming-2.0 >=3D 2.7.5 = glib-2.0 >=3D 2.0.1 gobject-2.0 >=3D 2.0.1 gthread-2.0 >=3D 2.= 0.1... gnome-config: not found > gnome-config: not found > Package ORBit-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `ORBit-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'ORBit-2.0' found >=20 > configure: error: Library requirements ( ORBit-2.0 >=3D 2.7.5 = ORBit-CosNaming-2.0 >=3D 2.7.5 glib-2.0 >=3D 2.0.1 gobject-2.0 >= =3D 2.0.1 gthread-2.0 >=3D 2.0.1) not met; consider adjusting the PKG_CO= NFIG_PATH environment variable if your libraries are in a nonstandard prefi= x so pkg-config can find them. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and att= ach > the "/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/config.log" > including the output of the failure of your make command. Also, it = might > be a good idea to provide an overview of all packages installed on = your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-NfetW6Mx33hGOw5zBj32 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bdaHb2iPiv4Uz4cRApe8AKCNsSrAccyHbtFoKiPJdOQFYP20DwCgiun4 JxJjOLr5MwK49e+OYKHJOWg= =bqK0 -----END PGP SIGNATURE----- --=-NfetW6Mx33hGOw5zBj32-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 09:50:15 2003 Return-Path: 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 31FC016A4BF for ; Sun, 21 Sep 2003 09:50:15 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1507A43FE3 for ; Sun, 21 Sep 2003 09:50:14 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LGkPpM026610; Sun, 21 Sep 2003 12:46:25 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LGnklB000696; Sun, 21 Sep 2003 12:49:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rob Lahaye In-Reply-To: <3F6DB271.9000708@snu.ac.kr> References: <3F6DB271.9000708@snu.ac.kr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Q9nl+RDjkmue6abzjCnJ" Organization: MarcusCom, Inc. Message-Id: <1064163010.65018.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 12:50:11 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: intalling gnome2 bites its own tail... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 16:50:15 -0000 --=-Q9nl+RDjkmue6abzjCnJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 10:15, Rob Lahaye wrote: > Gnome2 install depends on bonobo > Bonobo install depends on gnome-config No it doesn't. >=20 > =3D=3D=3D> Gnome2 install fails on a chicken-egg conflict! >=20 > Please can someone solve this in the port. The port is not broken. You may need to run pkgdb -F. Joe >=20 > Thanks, > Rob. >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-Q9nl+RDjkmue6abzjCnJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bdbCb2iPiv4Uz4cRAhyRAJ4m9lD8IvBaYTgBEYBkjEaw1oinBACfZGUo CHIlFIMFsU2qR7yfbAMhx4k= =7Yyw -----END PGP SIGNATURE----- --=-Q9nl+RDjkmue6abzjCnJ-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 10:02:54 2003 Return-Path: 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 ECB9216A4B3 for ; Sun, 21 Sep 2003 10:02:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC8E44056 for ; Sun, 21 Sep 2003 10:01:14 -0700 (PDT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8LH1EFY027402 for ; Sun, 21 Sep 2003 10:01:14 -0700 (PDT) (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8LH1Ef6027401; Sun, 21 Sep 2003 10:01:14 -0700 (PDT) (envelope-from fenner+portsurvey) Date: Sun, 21 Sep 2003 10:01:14 -0700 (PDT) Message-Id: <200309211701.h8LH1Ef6027401@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: gnome@freebsd.org Subject: FreeBSD ports: 53 unfetchable distfiles: archivers/fileroller,audio/gnomemedia2,audio/gnomespeech,deskutils/gnomeutils2,devel/ORBit2,devel/atk,devel/bugbuddy2,devel/gconf2,devel/gnomevfs2,devel/libbonobo,editors/gedit2,editors/ghex2,games/gnomegames2,graphics/eog2,graphics/gpdf,graphics/libgnomecanvas,graphics/librsvg2,misc/gnomemimedata,misc/gnomeuserdocs2,multimedia/acme,multimedia/nautilus-media,print/ggv2,print/libgnomeprint,sysutils/gconf-editor,sysutils/gnomecontrolcenter2,sysutils/gnomesystemmonitor,sysutils/gok,sysutils/nautilus-cd-burner,textproc/libxml2,textproc/libxslt,www/libgtkhtml,x11-fm/nautilus2,x11-fonts/Xft,x11-fonts/fontconfig,x11-toolkits/at-spi,x11-toolkits/eel2,x11-toolkits/gail,x11-toolkits/gnome-themes,x11-toolkits/libbonoboui,x11-toolkits/libgnomeprintui,x11-toolkits/libgnomeui,x11-toolkits/libwnck,x11-toolkits/vte,x11-wm/metacity,x11/gdm2,x11/gnomeapplets2,x11/gnomedesktop,x11/gnomepanel,x11/gnomesession,x11/gnometerminal,x11/gnopernicus,x11 /libgnome,x11/yelp X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 21 Sep 2003 17:02:55 -0000 Dear gnome@freebsd.org, You are listed as the FreeBSD port maintainer for 53 ports whose distfiles [or main web pages] 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 ports with problems are archivers/fileroller,audio/gnomemedia2,audio/gnomespeech,deskutils/gnomeutils2,devel/ORBit2,devel/atk,devel/bugbuddy2,devel/gconf2,devel/gnomevfs2,devel/libbonobo,editors/gedit2,editors/ghex2,games/gnomegames2,graphics/eog2,graphics/gpdf,graphics/libgnomecanvas,graphics/librsvg2,misc/gnomemimedata,misc/gnomeuserdocs2,multimedia/acme,multimedia/nautilus-media,print/ggv2,print/libgnomeprint,sysutils/gconf-editor,sysutils/gnomecontrolcenter2,sysutils/gnomesystemmonitor,sysutils/gok,sysutils/nautilus-cd-burner,textproc/libxml2,textproc/libxslt,www/libgtkhtml,x11-fm/nautilus2,x11-fonts/Xft,x11-fonts/fontconfig,x11-toolkits/at-spi,x11-toolkits/eel2,x11-toolkits/gail,x11-toolkits/gnome-themes,x11-toolkits/libbonoboui,x11-toolkits/libgnomeprintui,x11-toolkits/libgnomeui,x11-toolkits/libwnck,x11-toolkits/vte,x11-wm/metacity,x11/gdm2,x11/gnomeapplets2,x11/gnomedesktop,x11/gnomepanel,x11/gnomesession,x11/gnometerminal,x11/gnopernicus,x11/libgnome,x11/yelp. Note that the main port web page, as listed in the WWW: line of the pkg-descr, is checked just as though it was a port distfile. This is an unfortunate side effect of the architecture of the distfile survey reporting tool, but if you see a distfile being reported as not fetchable that's not actually a distfile, see if it's from the pkg-descr. 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 always 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 ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other search engines 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 Sun Sep 21 10:32:35 2003 Return-Path: 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 BEE2116A4B3 for ; Sun, 21 Sep 2003 10:32:35 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7C143F85 for ; Sun, 21 Sep 2003 10:32:34 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030921173230.PYUY28276.fed1mtao03.cox.net@daemon.g-e-e-k.net> for ; Sun, 21 Sep 2003 13:32:30 -0400 Date: Sun, 21 Sep 2003 10:31:26 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: gnome@freebsd.org Message-ID: <20030921101911.E81589@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Error upgrading gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 17:32:35 -0000 I'm trying to upgrade gnome-2.4 installed via marcusmerge to the gnome 2.4 that's now in the official ports tree. I ran portupgrade -rf -m BATCH=yes atk && portupgrade -R -m BATCH=yes gnome. Everything except gnomemeeting & gnome2-2.4.0 succeeded. Here is the error for that. daemon# make install ===> gnomemeeting-0.98.5 depends on file: /nonexistent - not found ===> Verifying build for /nonexistent in /usr/ports/net/openh323 ===> Building for openh323-1.12.0_1 gmake P_SHAREDLIB=0 opt gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323' set -e; gmake -C src opt; gmake -C samples/simple opt; gmake[2]: Entering directory `/usr/ports/net/openh323/work/openh323/src' c++ -I/usr/local/include/ffmpeg -DP_FREEBSD=480102 -I/usr/local/include -I/usr/local/include -D_REENTRANT -pthread -Wall -DP_FREEBSD=480102 -DP_USE_PRAGMA -DPHAS_TEMPLATES -I/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -DPTRACING -I/usr/ports/net/openh323/work/openh323/include -DHAS_IXJ -DHAS_OSS -DPTRACING -I/usr/ports/devel/pwlib/work/pwlib/include -DNDEBUG -O -pipe -march=pentiumpro -c h263codec.cxx -o /usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263codec.o h263codec.cxx: In method `void H323_H263Codec::InitialiseCodec()': h263codec.cxx:485: implicit declaration of function `int avcodec_alloc_frame(...)' h263codec.cxx:485: assignment to `AVFrame *' from `int' lacks a cast h263codec.cxx:488: implicit declaration of function `int avcodec_get_context_defaults(...)' h263codec.cxx:527: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:528: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:528: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:529: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:529: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:530: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:531: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:532: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx: In method `BOOL H323_H263Codec::Read(BYTE *, unsigned int &, RTP_DataFrame &)': h263codec.cxx:605: type `const AVPicture' is not a base type for type `AVFrame' h263codec.cxx:583: warning: `PINDEX out_size' might be used uninitialized in this function h263codec.cxx: In method `BOOL H323_H263Codec::Write(const BYTE *, unsigned int, const RTP_DataFrame &, unsigned int &)': h263codec.cxx:815: type `AVPicture' is not a base type for type `AVFrame' h263codec.cxx: In method `BOOL H323_H263Codec::RenderFrame(AVFrame *)': h263codec.cxx:908: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' h263codec.cxx:909: invalid use of undefined type `struct AVFrame' /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward declaration of `struct AVFrame' gmake[2]: *** [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263codec.o] Error 1 gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' gmake[1]: *** [opt] Error 2 gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323' gmake: *** [optnoshared] Error 2 *** Error code 2 Stop in /usr/ports/net/openh323. *** Error code 1 Stop in /usr/ports/net/gnomemeeting. ------------------------ Here is the list of currently installed packages. AbiWord-gnome-1.0.6 An open-source, cross-platform WYSIWYG word processor BitchX-1.0c19_3 "An alternative ircII color client with optional GTK/GNOME GimpUserManual-PDF-2 The user manual for the GNU Image Manipulation Program (GIM Hermes-1.3.3 Fast pixel formats conversion library ImageMagick-5.5.6_3 Image processing tools (interactive optional--misc/display Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL OQTPlayer-0.5 A very very small, not functionnal, video OpenQuicktime (TM ORBit-0.5.17_1 High-performance CORBA ORB with support for the C language ORBit2-2.8.1 High-performance CORBA ORB with support for the C language XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.3.0_2 XFree86-4 font server XFree86-Server-4.3.0_10 XFree86-4 X server and related programs XFree86-VirtualFramebufferServer-4.3.0_3 XFree86-4 virtual framebuffer server XFree86-clients-4.3.0_3 XFree86-4 client programs and related files XFree86-documents-4.3.0 XFree86-4 documentation XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif Xft-2.1.2 A client-sided font API for X applications aalib-1.4.r5_1 An ascii art library abcde-2.1.5 Front-end shell script to encode CDs in ogg, mp3 or flac fo acme-2.4.0 Tool to make multimedia keys work on laptops acroread-5.08 View, distribute and print PDF documents apache-ant-1.5.4 Java- and XML-based build tool, conceptually similar to mak arts-1.1.3,1 Audio system for the KDE integrated X11 desktop artwiz-fonts-1.0_1 A set of free fonts for X11 desktops asclock-gtk-2.1.10 New flavor of asclock (GTK version) aspell-0.50.3_1 Spelling checker with better suggestion logic than ispell at-spi-1.3.7 An Assistive Technology Service Provider Interface aterm-0.4.2 A color vt102 terminal emulator with transparency support atk-1.4.0 A GNOME accessibility toolkit (ATK) autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_5 Automatically configure source code on many Un*x platforms automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version autotrace-0.31.1 Convert bitmap to vector graphics avifile-0.7.34.20030319,2 AVI player/converter with numerous codecs, including MPEG-4 balsa2-2.0.14 A mail reader for the GNOME 2 desktop bash-2.05b.007 The GNU Bourne Again Shell bb-1.3.r1 High quality audio-visual demonstration for text terminal bbconf-1.8 Configurator for the Blackbox window manager bbkeys-0.8.5 A keygrabber for the Blackbox window manager bbrun-1.4_1 A Run box for Blackbox bison-1.75_1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10 Bitstream Vera TrueType font collection blackbox-0.65.0 A small and fast window manager for X11R6 bluefish-0.11.20030817 HTML editor designed for the experienced web designer boehm-gc-6.2 Garbage collection and memory leak detection for C and C++ bonobo-1.0.22 The component and compound document system for GNOME boxtools-0.65.0 Style tools for the blackbox family of window managers bugbuddy2-2.4.0 A bug reporting tool for GNOME 2 bzip-0.21 A block-sorting file compressor cabextract-0.6_1 A program to extract Microsoft cabinet (.CAB) files cclient-2002d,1 Mark Crispin's C-client mail access routines cd-discid-0.8 Backend utility to retrieve CDDB discid information cdparanoia-3.9.8_5 A CDDA extraction tool (also known as ripper) cdrtools-2.0.3 Cdrecord, mkisofs and several other programs to record CD-R colorize-0.3.3 A robust log colorizer crimson-1.1.3_1 Implements the Java API for XML Processing (JAXP) cups-base-1.1.19.0 The Common UNIX Printing System: headers, libs, & daemons cups-pstoraster-7.07 GNU Postscript interpreter for CUPS printing to non-PS prin curl-7.10.7 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h General network file distribution system optimized for CVS cyrus-sasl-2.1.15 RFC 2222 SASL (Simple Authentication and Security Layer) dagrab-0.3.5_1 Read audio tracks from a CD into wav sound files db3-3.3.11,1 The Berkeley DB package, revision 3 db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_1 The Berkeley DB package, revision 4.1 dia-gnome-0.91_2 Diagram creation program, similar to Visio djbfft-0.76 An extremely fast library for floating-point convolution docbook-1.2_1 Meta-port for the different versions of the DocBook DTD docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical documenta docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical documentati docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical documentati docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.61.3_1 XSL DocBook stylesheets easytag-0.28.1 Tag editor for MP3 and OGG files eel2-2.4.0 Generally useful classes and extensions to GNOME eog2-2.4.0 The Eye Of Gnome image viewer epiphany-1.0 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.32 A sound library for enlightenment package eterm-0.9.2 X11 terminal emulator based on rxvt/xterm everybuddy-esound-0.4.3_1 A "chat" program that combines AIM, ICQ, and Yahoo! Chat in evolution-1.4.4_1 An integrated mail, calendar and address book distributed s expat-1.95.6_1 XML 1.0 parser written in C ezm3-1.1 Easier, more portable Modula-3 distribution for building CV fam-2.6.9_3 A file alteration monitor fastest_cvsup-0.2.8 Finds fastest CVSup server fbsd-icons-1.0 Collection of icons related to the FreeBSD project ffmpeg-0.4.5_6 Hyper fast realtime audio/video encoder/converter, streamin figlet-2.2.1 SysV banner-like program prints strings in large fancy ASCI figlet-fonts-20020913 Assorted fonts for the figlet(6) program fileroller-2.4.0.1,1 An archive manager for zip files, tar, etc flac-1.1.0_2 Free lossless audio codec fontconfig-2.2.90_3 An XML-based font configuration API for X Windows freefonts-0.10_2 A collection of ATM fonts (not all free) from the CICA arch freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.1.4_1 A free and portable TrueType font rendering engine gail-1.4.0 An implementation of the ATK interfaces for GTK+ widgets gaim-0.68 Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger cli gal-0.24 A collection of widgets taken from GNOME gnumeric and evolu gal2-1.99.9 A collection of widgets taken from GNOME 2 gnumeric gcalctool-4.3.3_1 A GNOME 2 calculator tool based on the old calctool for Ope gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) gcc-3.2.3 GNU Compiler Collection 3.2.3 gconf-1.0.9_5 A configuration database system for GNOME gconf-editor-2.4.0,1 A gconf database editor for the GNOME 2 environment gconf2-2.4.0.1 A configuration database system for GNOME gdbm-1.8.3 The GNU database manager gdk-pixbuf-0.22.0 A graphic library for GTK+ gdm2-2.4.4.1_1 GNOME 2 version of xdm display manager gedit2-2.4.0 A small but powerful text editor for Gnome 2 Desktop Enviro getmail-3.1.7 POP3 mail retriever with reliable Maildir and command deliv gettext-0.12.1 GNU gettext package gftp-gnome-2.0.15 A free multithreaded GTK-based GUI ftp and sftp client ggv2-2.4.0.1 GNOME 2 ghostscript viewer ghostscript-gnu-7.07_3 GNU Postscript interpreter gimp-gnome-1.3.19_1,1 A GNU Image Manipulation Program (unstable development vers gimp-print-4.2.5_1 GIMP Print Printer Driver gkrellm-2.1.16 A GTK based system monitor glade2-2.0.0 A user interface builder for GTK+/GNOME gle-3.0.3 A GL Tubing and Extrusion Library glib-1.2.10_10 Some useful routines of C programming (previous stable vers glib-2.2.3 Some useful routines of C programming (current stable versi glibwww-0.2_1 A library for people wanting to use libwww with gtk/gnome gmake-3.80_1 GNU version of 'make' utility gnet-glib2-1.1.9_1 A simple network library built upon Glib-2 gnet2-2.0.4 A simple network library built upon Glib-2 gnome-icon-theme-1.0.9 A collection of icons for the GNOME 2 desktop gnome-pkgview-1.0.2 Displays the version of GNOME components installed gnome-themes-2.4.0 A collection of themes and icons for GNOME 2 designed for a gnome-themes-extras-0.3 More themes for the GNOME 2 desktop environment gnome2-2.4.0 The "meta-port" for the GNOME 2 integrated X11 desktop gnomeapplets2-2.4.0 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomebasic-0.0.20 Provide Visual Basic compatible functionality for GNOME, es gnomecanvas-0.22.0 A graphics library for GNOME gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project gnomecontrolcenter2-2.4.0 Control center for GNOME 2 project gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomedesktop-2.4.0 Additional UI API for GNOME 2 gnomegames2-2.4.0 The game applications package for the Gnome 2 Desktop Envir gnomehier-1.0_8 An utility port, installing hierarchy of common GNOME direc gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomemag-0.10.3 GNOME screen magnifier gnomemedia2-2.4.0 Multimedia applications for the GNOME 2 desktop gnomemeeting-0.98.5 GNOME H323 Video Conferencing program, similar to NetMeetin gnomemimedata-2.4.0 A MIME and Application database for GNOME gnomepanel-2.4.0_1 Panel component for the GNOME 2 Desktop gnomepilot2-2.0.10 3Com PalmPilot conduit system for GNOME 2 gnomeprint-0.37 Gnome print support library gnomesession-2.4.0 Session component for the GNOME 2 desktop gnomespeech-0.2.7 GNOME text-to-speech API gnomespell-1.0.5 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.4.0 GNOME 2 system monitor program gnometerminal-2.4.0.1 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.4.0 GNOME 2 users guide gnomeutils2-2.4.0,1 GNOME 2 support utilities gnomevfs-1.0.5_4 GNOME Virtual File System gnomevfs2-2.4.0 GNOME Virtual File System gnopernicus-0.7.0 Collection of accessibility apps for GNOME 2 gnumeric-1.0.13 The GNOME spreadsheet gnupg-1.2.3_1 The GNU Privacy Guard gob-1.0.12 A preprocessor for making GTK+ objects with inline C gob2-2.0.6 A preprocessor for making GObjects with inline C gocr-0.37 GOCR/JOCR is an OCR (Optical Character Recognition) program gok-0.8.2 GNOME On-Screen Keyboard (GOK) gpdf-0.110 GNOME version of xpdf gqmpeg-gnome-0.19.0 Another gtk-based MP3 frontend gqview-1.2.2_1 Another gtk-based graphic file viewer grc-1.0.6 Generic Colouriser gstreamer-0.6.3 Development framework for creating media applications gstreamer-plugins-0.6.3 GStreamer written collection of plugins handling several me gtk-1.2.10_10 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.2.4 Gimp Toolkit for X11 GUI (current stable version) gtk-Mac2-theme-200003050858 GTK+ engine theme based on the look of MacOS gtk-bluecurve-theme-0.73 Bluecurve unified-look theme for GTK1 and GTK2 from RedHat gtk-engines-0.12_2 Theme engine for gtk+ toolkits gtk-engines2-2.2.0 Theme engine for the gtk+-2.0 toolkit gtkglarea-1.99.0_2 An OpenGL widget for the GTK+2 GUI toolkit gtkhtml-1.1.10 Lightweight HTML rendering/printing/editing engine gtkhtml3-3.0.8 Lightweight HTML rendering/printing/editing engine gtksourceview-0.6.0 A text widget that adds syntax highlighting to the GtkTextV gtkspell2-2.0.4 A GTK+ 2 spell checking component gucharmap-gnome-1.0.0 A Unicode/ISO10646 character map and font viewer guile-1.6.4_2 GNU Ubiquitous Intelligent Language for Extension guppi-0.40.3_3 A ploting program for GNOME gv-3.5.8_3 A PostScript and PDF previewer hdf-4.1r5 Hierarchical Data Format library (from NCSA) help2man-1.29 Automatically generating simple manual pages from program o id3lib-3.8.2 Library for manipulating ID3v1/v1.1 and ID3v2 tags id3v2-0.1.9_1 Command line id3v2 tag editor imake-4.3.0_1 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package imlib2-1.0.6_1 The next generation graphic library for enlightenment packa intltool-0.27.2 Xml internationalization support for GNOME, and others ipcalc-0.35_1 IP Calculator iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) ispell-3.2.06_3 An interactive spelling checker for multiple languages jabber-1.4.2 Online presence and instant messaging server jade-1.2.1_5 An object-oriented SGML/XML parser toolkit and DSSSL engine jasper-1.700.2 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-1.4 Wrapper script for various Java Virtual Machines jbigkit-1.5 Lossless compression for bi-level images such as scanned pa jdk-1.3.1p7_2 Java Development Kit 1.3 jpeg-6b_1 IJG's jpeg compression utilities kde-3.1.3 The "meta-port" for KDE kdeaddons-3.1.3 Additional plugins and scripts for some KDE applications kdeadmin-3.1.3 KDE applications related to system administration kdeartwork-3.1.3 Additional themes, sounds, wallpapers and window styles for kdebase-3.1.3_1 This package provides the basic applications for the KDE sy kdeedu-3.1.3 Collection of entertaining, educational programs for KDE kdegames-3.1.3 Games for the KDE integrated X11 desktop kdegraphics-3.1.3 Graphics utilities for the KDE3 integrated X11 desktop kdelibs-3.1.3a This is the base set of libraries needed by KDE programs kdemultimedia-3.1.3 Multimedia utilities for the KDE integrated X11 desktop kdenetwork-3.1.3 Network-related programs and modules for KDE kdepim-3.1.3 Personal Information Management tools for KDE kdesdk-3.1.3 KDE Software Development Kit kdetoys-3.1.3 Small applications for KDE kdeutils-3.1.3 Utilities for the KDE integrated X11 desktop kdevelop-2.1.5 Powerful IDE for developing KDE/Qt-based apps koffice-1.2.1_1,1 Office Suite for KDE3 lame-3.93.1 ISO code based fast MP3 encoder kit lcms-1.09,1 Light Color Management System -- a color management library lha-1.14i_1 Archive files using LZW compression (.lzh files) libIDL-0.8.2 A library for creating trees of CORBA Interface Definition liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC-3 libao-esound-0.8.3_1 Portable audio output library libart_lgpl2-2.3.16 Library for high-performance 2D graphics libast-0.5 A library of assorted spiffy things libaudiofile-0.2.3 A sound library for SGI audio file libbonobo-2.4.0 A component and compound document system for GNOME2 libbonoboui-2.4.0 GUI frontend to the libbonobo component of GNOME 2 libcapplet-1.4.0.5_1 A library for writing custom applets for GNOME Control Cent libdivxdecore-0.4.7 OpenDivX decoding engine from Project Mayo libdvdcss-1.2.8 Portable abstraction library for DVD decryption libdvdnav-0.1.3 The library for the xine-dvdnav plugin libdvdread-0.9.4 This is needed by ogle, which is a DVD player that supports libesmtp-1.0_1,1 A library for posting electronic mail libexif-0.5.12_1 Library to read digital camera file meta-data libflash-0.4.10 GPL Flash (TM) Library libfpx-1.2.0.9 Library routines for working with Flashpix images libgail-gnome-1.0.2_2 An implementation of the ATK interfaces for GNOME widgets libgda-0.2.96_1 Provides uniform access to different kinds of data sources libgda2-0.91.0 Provides uniform access to different kinds of data sources libghttp-1.0.9 GNOME http client library libglade-0.17_2 GNOME glade library libglade2-2.0.1_1 GNOME glade library libgnome-2.4.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.4.0 A graphics library for GNOME libgnomedb-0.91.0 Library components for the GNOME database frontend libgnomeprint-2.3.1 Gnome print support library libgnomeprintui-2.3.1 Gnome print support library libgnomeui-2.4.0.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgnugetopt-1.2 GNU getopt library libgsf-1.8.1 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.4.0 Lightweight HTML rendering/printing/editing engine libgtop2-2.0.5 GNOME 2 top library libiconv-1.9.1_1 A character set conversion library libijs-0.34 C library that supports plugin printer driver for Ghostscri libltdl-1.5 System independent dlopen wrapper libmal-0.31 A library encapsulating malsync libmikmod-esound-3.1.10_1 MikMod Sound Library libmng-1.0.5_1 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.3.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams libmusicbrainz-2.0.2_1 2nd generation incarnation of the CD Index - audio metadata libogg-1.0_1,3 Ogg bitstream library libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnumeric librep-0.16.2_2 An Emacs Lisp like runtime library librsvg2-2.4.0 Library for parsing and rendering SVG vector-graphic files libsidplay-1.36.57 A Commodore SID-chip emulator library to play SID music fil libsoup-1.99.23 A SOAP (Simple Object Access Protocol) implementation in C libtool-1.3.5_1 Generic shared library support script libtool-1.4.3_2 Generic shared library support script libungif-4.1.0b1_1 Tools and library routines for working with GIF images libunicode-0.4_3 A library for manipulating Unicode characters and strings libusb-0.1.7 Library giving userland programs access to USB devices libvorbis-1.0_1,3 Audio compression codec library libwmf-0.2.8 Tools and library for converting Microsoft WMF (windows met libwnck-2.4.0.1 Library used for writing pagers and taskslists libwww-5.4.0 The W3C Reference Library libxine-1.0.r0_2 Libraries for xine multimedia player libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.5.11 Xml parser library for GNOME libxslt-1.0.32 The XSLT C library for GNOME libzvt-2.0.1_6 Library components for Zed's Virtual Terminal linc-1.0.3 A library for writing networked servers & clients linux-divx4linux-5.0.20030428 Linux binary release of DivX (TM) Codec linux-divxplayer-0.2.0 DivX(TM) Video Player for Linux from DivX.com linux-esound-0.2.22_1 RPM of esound linux-flashplugin-5.0r51 The official Macromedia Flash Player for Linux Netscape and linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux Mozilla and linux-gtk-1.2_2 RPM of the Gtk lib linux-libaudiofile-0.1.11_2 RPM of audiofile linux-openmotif-2.1.30 Motif toolkit Linux libraries linux-opera-7.11.20030515_2 A blazingly fast, full-featured, standards-compliant browse linux-png-1.0.14_2 RPM of the PNG lib linux-realplayer-8.cs2_4 Linux RealPlayer 8.0 from RealNetworks linux-sun-jdk-1.3.1.08 Sun Java Development Kit 1.3 for Linux linux_base-7.1_5 The base set of packages needed in Linux mode linuxdoc-1.1_1 The Linuxdoc SGML DTD lynx-2.8.5d16_3 A non-graphical, text-based World-Wide Web client lzo-1.08_1 Portable speedy, lossless data compression library lzop-1.01 Fast file compressor similar to gzip, using the LZO library m4-1.4_1 GNU m4 mad-esound-0.14.2b_3 High-quality MPEG audio decoder man2html-3.0.1_1 Convert nroff(1) man pages to HTML metacity-2.6.1 A window manager for the adult in you metatheme2-0.9.7_1 An utility for managing "theme sets" that accomodate gtk, w ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many languages mkcatalog-1.1 A maintainance utility for sgml catalog files mkisofs-2.0.3 Create iso9660/Rock Ridge/Joliet filesystems mmencode-2.7 Translate to and from mail-oriented encoding formats mosfet-liquid-0.9.6_1 A High Performance Liquid KDE style engine mozilla-1.4,2 The open source, standards compliant web browser mozilla-gtk2-1.4 The open source, standards compliant web browser mozilla-headers-1.4,2 Header files for mozilla communicator web-surfboard mpg123-esound-0.59r_9 Command-line player for mpeg layer 1, 2 and 3 audio mpg321-0.2.10_2 A free command-line mp3 player, compatible with mpg123 mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-esound-0.90.0.110_4 High performance media player/encoder supporting many forma mplayer-skins-1.0.5_1 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-0.80_1 A Mozilla plugin for the MPlayer media player mutt-1.4.1_4 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, nasm-0.98.35,1 General-purpose multi-platform x86 assembler nautilus-cd-burner-0.5.3 CD burner view for Nautilus nautilus-media-0.3.3.1 GStreamer-based multimedia views for Nautilus nautilus2-2.4.0 GNOME file manager and graphical shell developed by Eazel ncftp1-1.9.5 FTP replacement with advanced user interface net-rhythmbox-0.4.8_2 Audio player for the Gnome 2 desktop environment netscape7-7.1 Linux Netscape suite nmap-3.30 Port scanning utility for large networks nmapfe-3.30 GUI frontend for the nmap scanning utility normalize-0.7.5_2 A tool for adjusting the volume of wave/MP3 files to a stan nspr-4.3_2 A platform-neutral API for system level and libc like funct nss-3.8 A set of libraries to support development of security-enabl oaf-0.6.10_1 Object Activation Framework for GNOME ogle-0.9.1 Open DVD player that supports DVD menus ogle-gnome-0.9.1_2 An add-on graphical user interface for Ogle open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.0.27 Open source LDAP client implementation openldap-server-2.1.22_2 Open source LDAP server implementation openldap20-2.0.27 Open source LDAP client and server software openoffice-1.0.3_2 Integrated wordprocessor/dbase/spreadheet/drawing/chart/bro openquicktime-1.0 Portable library for handling Apple's QuickTime(TM) files p5-Authen-SASL-2.04 Perl5 module for SASL authentication p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.27 Perl5 interface to the MD5 algorithm p5-Digest-Nilsimsa-0.06 Perl version of Nilsimsa code p5-Digest-SHA1-2.04 Perl interface to the SHA-1 Algorithm p5-File-Spec-0.82 A Perl module for portably manipulating file specifications p5-HTML-Parser-3.31 Perl5 module for parse HTML tag p5-HTML-Tagset-3.03 Some useful data table in parsing HTML p5-MIME-Base64-2.20 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-SpamAssassin-2.55 A highly efficient mail filter for identifying spam p5-Mail-Tools-1.58 Perl5 modules for dealing with Internet e-mail messages p5-Net-1.16,1 Perl5 modules to access and use network protocols p5-Net-DNS-0.40 Perl5 interface to the DNS resolver, and dymanic updates p5-PodParser-1.24 Modules to work with POD (Plain Old Documentation) p5-Term-ANSIColor-1.07 Color screen output using ANSI escape sequences p5-Test-Harness-2.28 Run perl standard test scripts with statistics p5-Test-Simple-0.47_1 Basic utilities for writing tests in perl p5-Time-HiRes-1.50,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.25 Perl5 interface to Uniform Resource Identifier (URI) refere p5-type1inst-0.6.1 A script that helps install Postscript fonts in X Window Sy pan2-0.14.2 Threaded GNOME 2 newsreader based on Agent for Windows pango-1.2.5 An open-source framework for the layout and rendering of i1 pcre-4.3 Perl Compatible Regular Expressions library perl-5.6.1_13 Practical Extraction and Report Language pgp-5.0i_1 Public-Key encryption for the masses pgpgpg-0.13 Wrapper for GnuPG to simulate PGP 2.6.x pilot-link-0.11.7_2 PalmPilot communications utilities (backup/restore/install/ pine-4.58 PINE(tm) -- a Program for Internet News & Email pkgconfig-0.15.0 A utility used to retrieve information about installed libr plotutils-2.4.1 A plotting library and toolkit png-1.2.5_2 Library for manipulating PNG images popt-1.6.4_1 A getopt(3) like library with a number of enhancements, fro portupgrade-20030723 FreeBSD ports/packages administration and management tool s procmail-3.22_3 A local mail delivery agent psiconv-0.8.3_1 A conversion utility to convert Psion 5(MX) files into othe pstoedit-3.33 Convert PostScript to other vector graphic formats py23-expat-2.3_2 Python interface to the Expat XML parser py23-gtk-2.0.0 A set of Python bindings for GTK py23-numeric-23.0 The Numeric Extension to Python python-2.3_1 An interpreted object-oriented programming language qt-3.1.2_1 A C++ X GUI toolkit quanta-3.1.3,2 Comprehensive html/website development environment rar-3.20,1 File archiver (binary port) razor-agents-2.36 A distributed, collaborative, spam detection and filtering rc_subr-1.16 Common startup and shutdown subroutines used by scripts rdesktop-1.2.0 RDP client for Windows NT Terminal Server rep-gtk2-gnome-0.17_2,1 GTK+-2 binding for rep Lisp interpreter rpm-3.0.6_8 The Red Hat Package Manager ruby-1.6.8.2003.04.19 An object-oriented interpreted scripting language ruby-bdb1-0.2.1 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-rdoc-0.0.0.b2 Documentation from Ruby source files ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 A set of Ruby modules to provide Ruby 1.8 functionalities rxvt-2.6.4_1 A low memory usage xterm replacement that supports color samba-2.2.8a A free SMB and CIFS client and server for UNIX sane-backends-1.0.12_3 API for access to scanners, digitals camera, frame grabbers screen-4.0.0 A multi-screen window manager scrollkeeper-0.3.12_2,1 An Open Document Cataloging Project sdl-1.2.5_2 Cross-platform multi-media development API (developm. vers. sdocbook-xml-4.1.2.5_1 "Simplified" DocBook XML DTD sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc sharefonts-0.10 A collection of shareware ATM fonts from the CICA archives sidplay-1.0.9 A Commodore SID-chip emulator that plays SID music files soup-0.7.11 A SOAP (Simple Object Access Protocol) implementation in C sox-12.17.4 SOund eXchange - universal sound sample translator speex-1.0.1,1 An open-source patent-free voice codec startup-notification-0.5_1 Library that supports startup notification spec from freede sudo-1.6.7.5 Allow others to run commands as root svgalib-1.4.3 A low level console graphics library sylpheed-0.9.4 A lightweight, featureful, and fast GTK+ based e-mail clien tcl-8.3.5_2 Tool Command Language teTeX-2.0.2_2 Thomas Esser's distribution of TeX & friends tiff-3.5.7_1 Tools and library routines for working with TIFF images timidity++-esound-2.11.3_1 Software MIDI player tk-8.3.5_2 Graphical toolkit for TCL totem-0.99.4 A Xine-based video player for the Gnome 2 Desktop tsclient-0.120 A GNOME 2 frontend for rdesktop ttmkfdir-0.0_1 Create fonts.scale file for use with TrueType font server unix2dos-1.3 Translate ASCII files from DOS (cr/lf) to UNIX (lf) unzip-5.50_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X uulib-0.5.18 A library for uu/xx/Base64/BinHex/yEnc de-/encoding vilearn-1.0 An interactive tutorial for the vi editor vim-6.2.72 Vi "workalike", with many additional features vnc-3.3.7_1 Display X and Win32 desktops on remote X/Win32/Java display vorbis-tools-1.0_4,3 Play, encode, and manage Ogg Vorbis files vte-0.11.10 Terminal widget with improved accessibility and I18N suppor w3m-0.4.1 A pager/text-based WWW browser wavplay-1.4 A wav player and recorder webfonts-0.21_1 TrueType core fonts for the Web weblint-1.020 HTML validator and sanity checker wget-1.8.2_4 Retrieve files from the Net via HTTP and FTP win32-codecs-2.0.90,1 Huge compilation of Win32 binary codecs, including MPEG-4(D windowmaker-0.80.2_1 GNUStep-compliant NeXTStep window manager clone wmavgload-0.7.0 Another WindowMaker load gauge wmcpuload-1.0.1 An "lcd" dockapp for windowmaker, which displays the curren wmfire-0.0.3.9 Window Maker dock app showing load average as a flame wmicons-1.0 Icons mainly for use in Window Maker wmmatrix-0.2 A DockApp that runs a version of the xmatrix screenhack wrapper-1.0_3 Wrapper for XFree86-4 server wterm-6.2.9 A color vt102 terminal emulator with transparency support x11amp-0.9.b1.1 X11-based MP3 player with nice graphical interface xanim-2.92.0 Play most popular animation formats and show pictures xcdroast-0.98.a.14 Another X11 frontend to mkisofs/cdrecord xchat2-2.0.4_1 An X11 IRC client using the GTK+ 2 toolkit xine-0.9.22_1 An X11 multimedia player xmlcatmgr-0.2_1 SGML/XML catalog manager xmms-esound-1.2.8 X Multimedia System --- An audio player with a Winamp GUI xmovie-1.9.8.1 A movie player for AVI, MPEG-2/4 and MOV movies xmp-esound-2.0.4 A player for many different Amiga and PC module formats xmps-0.2.0 X MPEG Player System - a media player with a very nice GUI xmps-opendivx-plugin-0.0.1_2 xmps plugin using OpenDivX decoding engine from Project May xmps-win32-plugin-0.0.4_2 xmps plugin for Win32 (TM) Codecs xpostit-3.3.1 PostIt (R) messages onto your X11 screen xsane-0.91 Gtk-based X11 frontend for SANE (Scanner Access Now Easy) xscreensaver-gnome-4.13 Save your screen while you entertain your cat (for GNOME us xvid-0.9.2,1 An opensource MPEG-4 codec, based on OpenDivx yelp-2.4.0 A help browser for the GNOME 2 desktop ymessenger-0.99.19.1,20020902 Yahoo! Messenger - Instant messaging client zenity-1.6 Display GNOME dialogs from the command line zip-2.3_1 Create/update ZIP files compatible with pkzip zoo-2.10.1 Manipulate archives of files in compressed form -------------------------------- How do I fix this? TIA. +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sun Sep 21 10:20:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE |10:20AM up 12 days, 2:52, 1 user, load averages: 0.00, 0.02, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 10:43:51 2003 Return-Path: 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 F306D16A4B3 for ; Sun, 21 Sep 2003 10:43:50 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0EC43FE0 for ; Sun, 21 Sep 2003 10:43:48 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LHfZ4R001602; Sun, 21 Sep 2003 13:41:35 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LHhBlB001215; Sun, 21 Sep 2003 13:43:11 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20030921101911.E81589@daemon.g-e-e-k.net> References: <20030921101911.E81589@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EJRMmCp4gdPalOjPNFD6" Organization: MarcusCom, Inc. Message-Id: <1064166215.65018.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 13:43:36 -0400 X-Spam-Status: No, hits=-11.4 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Error upgrading gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 17:43:51 -0000 --=-EJRMmCp4gdPalOjPNFD6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 13:31, Steve Wingate wrote: > I'm trying to upgrade gnome-2.4 installed via marcusmerge to the gnome 2.= 4 > that's now in the official ports tree. > I ran portupgrade -rf -m BATCH=3Dyes atk && portupgrade -R -m BATCH=3Dyes > gnome. Everything except gnomemeeting & gnome2-2.4.0 succeeded. Here is > the error for that. # cd /usr/ports/net/openh323 # make clean Then try your build again. Joe >=20 > daemon# make install > =3D=3D=3D> gnomemeeting-0.98.5 depends on file: /nonexistent - not foun= d > =3D=3D=3D> Verifying build for /nonexistent in /usr/ports/net/openh323 > =3D=3D=3D> Building for openh323-1.12.0_1 > gmake P_SHAREDLIB=3D0 opt > gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323' > set -e; gmake -C src opt; gmake -C samples/simple opt; > gmake[2]: Entering directory `/usr/ports/net/openh323/work/openh323/src' > c++ -I/usr/local/include/ffmpeg -DP_FREEBSD=3D480102 -I/usr/local/include > -I/usr/local/include -D_REENTRANT -pthread -Wall -DP_FREEBSD=3D480102 > -DP_USE_PRAGMA -DPHAS_TEMPLATES > -I/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -DPTRACING > -I/usr/ports/net/openh323/work/openh323/include -DHAS_IXJ -DHAS_OSS > -DPTRACING -I/usr/ports/devel/pwlib/work/pwlib/include -DNDEBUG -O -pipe > -march=3Dpentiumpro -c h263codec.cxx -o > /usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263codec.o > h263codec.cxx: In method `void H323_H263Codec::InitialiseCodec()': > h263codec.cxx:485: implicit declaration of function `int > avcodec_alloc_frame(...)' > h263codec.cxx:485: assignment to `AVFrame *' from `int' lacks a cast > h263codec.cxx:488: implicit declaration of function `int > avcodec_get_context_defaults(...)' > h263codec.cxx:527: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:528: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:528: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:529: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:529: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:530: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:531: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:532: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx: In method `BOOL H323_H263Codec::Read(BYTE *, unsigned int > &, RTP_DataFrame &)': > h263codec.cxx:605: type `const AVPicture' is not a base type for type > `AVFrame' > h263codec.cxx:583: warning: `PINDEX out_size' might be used uninitialized > in this function > h263codec.cxx: In method `BOOL H323_H263Codec::Write(const BYTE *, > unsigned int, const RTP_DataFrame &, unsigned int &)': > h263codec.cxx:815: type `AVPicture' is not a base type for type `AVFrame' > h263codec.cxx: In method `BOOL H323_H263Codec::RenderFrame(AVFrame *)': > h263codec.cxx:908: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > h263codec.cxx:909: invalid use of undefined type `struct AVFrame' > /usr/ports/net/openh323/work/openh323/include/h263codec.h:94: forward > declaration of `struct AVFrame' > gmake[2]: *** > [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263codec.o] > Error 1 > gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' > gmake[1]: *** [opt] Error 2 > gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323' > gmake: *** [optnoshared] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/net/openh323. > *** Error code 1 >=20 > Stop in /usr/ports/net/gnomemeeting. > ------------------------ > Here is the list of currently installed packages. >=20 >=20 > AbiWord-gnome-1.0.6 An open-source, cross-platform WYSIWYG word processor > BitchX-1.0c19_3 "An alternative ircII color client with optional GTK/= GNOME > GimpUserManual-PDF-2 The user manual for the GNU Image Manipulation Progr= am (GIM > Hermes-1.3.3 Fast pixel formats conversion library > ImageMagick-5.5.6_3 Image processing tools (interactive optional--misc/di= splay > Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL > OQTPlayer-0.5 A very very small, not functionnal, video OpenQuickti= me (TM > ORBit-0.5.17_1 High-performance CORBA ORB with support for the C lan= guage > ORBit2-2.8.1 High-performance CORBA ORB with support for the C lan= guage > XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/m= eta-po > XFree86-FontServer-4.3.0_2 XFree86-4 font server > XFree86-Server-4.3.0_10 XFree86-4 X server and related programs > XFree86-VirtualFramebufferServer-4.3.0_3 XFree86-4 virtual framebuffer se= rver > XFree86-clients-4.3.0_3 XFree86-4 client programs and related files > XFree86-documents-4.3.0 XFree86-4 documentation > XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts > XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts > XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts > XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts > XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files > XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts > XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers > Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif > Xft-2.1.2 A client-sided font API for X applications > aalib-1.4.r5_1 An ascii art library > abcde-2.1.5 Front-end shell script to encode CDs in ogg, mp3 or f= lac fo > acme-2.4.0 Tool to make multimedia keys work on laptops > acroread-5.08 View, distribute and print PDF documents > apache-ant-1.5.4 Java- and XML-based build tool, conceptually similar = to mak > arts-1.1.3,1 Audio system for the KDE integrated X11 desktop > artwiz-fonts-1.0_1 A set of free fonts for X11 desktops > asclock-gtk-2.1.10 New flavor of asclock (GTK version) > aspell-0.50.3_1 Spelling checker with better suggestion logic than is= pell > at-spi-1.3.7 An Assistive Technology Service Provider Interface > aterm-0.4.2 A color vt102 terminal emulator with transparency sup= port > atk-1.4.0 A GNOME accessibility toolkit (ATK) > autoconf-2.53_1 Automatically configure source code on many Un*x plat= forms > autoconf213-2.13.000227_5 Automatically configure source code on many Un*= x platforms > automake-1.5,1 GNU Standards-compliant Makefile generator > automake14-1.4.5_9 GNU Standards-compliant Makefile generator (legacy ve= rsion > autotrace-0.31.1 Convert bitmap to vector graphics > avifile-0.7.34.20030319,2 AVI player/converter with numerous codecs, incl= uding MPEG-4 > balsa2-2.0.14 A mail reader for the GNOME 2 desktop > bash-2.05b.007 The GNU Bourne Again Shell > bb-1.3.r1 High quality audio-visual demonstration for text term= inal > bbconf-1.8 Configurator for the Blackbox window manager > bbkeys-0.8.5 A keygrabber for the Blackbox window manager > bbrun-1.4_1 A Run box for Blackbox > bison-1.75_1 A parser generator from FSF, (mostly) compatible with= Yacc > bitstream-vera-1.10 Bitstream Vera TrueType font collection > blackbox-0.65.0 A small and fast window manager for X11R6 > bluefish-0.11.20030817 HTML editor designed for the experienced web desig= ner > boehm-gc-6.2 Garbage collection and memory leak detection for C an= d C++ > bonobo-1.0.22 The component and compound document system for GNOME > boxtools-0.65.0 Style tools for the blackbox family of window manager= s > bugbuddy2-2.4.0 A bug reporting tool for GNOME 2 > bzip-0.21 A block-sorting file compressor > cabextract-0.6_1 A program to extract Microsoft cabinet (.CAB) files > cclient-2002d,1 Mark Crispin's C-client mail access routines > cd-discid-0.8 Backend utility to retrieve CDDB discid information > cdparanoia-3.9.8_5 A CDDA extraction tool (also known as ripper) > cdrtools-2.0.3 Cdrecord, mkisofs and several other programs to recor= d CD-R > colorize-0.3.3 A robust log colorizer > crimson-1.1.3_1 Implements the Java API for XML Processing (JAXP) > cups-base-1.1.19.0 The Common UNIX Printing System: headers, libs, & dae= mons > cups-pstoraster-7.07 GNU Postscript interpreter for CUPS printing to non-= PS prin > curl-7.10.7 Non-interactive tool to get files from FTP, GOPHER, H= TTP(S) > cvsup-without-gui-16.1h General network file distribution system optimize= d for CVS > cyrus-sasl-2.1.15 RFC 2222 SASL (Simple Authentication and Security Lay= er) > dagrab-0.3.5_1 Read audio tracks from a CD into wav sound files > db3-3.3.11,1 The Berkeley DB package, revision 3 > db4-4.0.14_1,1 The Berkeley DB package, revision 4 > db41-4.1.25_1 The Berkeley DB package, revision 4.1 > dia-gnome-0.91_2 Diagram creation program, similar to Visio > djbfft-0.76 An extremely fast library for floating-point convolut= ion > docbook-1.2_1 Meta-port for the different versions of the DocBook D= TD > docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical doc= umenta > docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical docum= entati > docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical docum= entati > docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical docum= entati > docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical docum= entati > docbook-sk-4.1.2 XML version of the DocBook DTD version controlled for= Scrol > docbook-xml-4.2_1 XML version of the DocBook DTD > docbook-xsl-1.61.3_1 XSL DocBook stylesheets > easytag-0.28.1 Tag editor for MP3 and OGG files > eel2-2.4.0 Generally useful classes and extensions to GNOME > eog2-2.4.0 The Eye Of Gnome image viewer > epiphany-1.0 An extremely lightweight and simple web browser for G= NOME 2 > esound-0.2.32 A sound library for enlightenment package > eterm-0.9.2 X11 terminal emulator based on rxvt/xterm > everybuddy-esound-0.4.3_1 A "chat" program that combines AIM, ICQ, and Ya= hoo! Chat in > evolution-1.4.4_1 An integrated mail, calendar and address book distrib= uted s > expat-1.95.6_1 XML 1.0 parser written in C > ezm3-1.1 Easier, more portable Modula-3 distribution for build= ing CV > fam-2.6.9_3 A file alteration monitor > fastest_cvsup-0.2.8 Finds fastest CVSup server > fbsd-icons-1.0 Collection of icons related to the FreeBSD project > ffmpeg-0.4.5_6 Hyper fast realtime audio/video encoder/converter, st= reamin > figlet-2.2.1 SysV banner-like program prints strings in large fanc= y ASCI > figlet-fonts-20020913 Assorted fonts for the figlet(6) program > fileroller-2.4.0.1,1 An archive manager for zip files, tar, etc > flac-1.1.0_2 Free lossless audio codec > fontconfig-2.2.90_3 An XML-based font configuration API for X Windows > freefonts-0.10_2 A collection of ATM fonts (not all free) from the CIC= A arch > freetype-1.3.1_2 A free and portable TrueType font rendering engine > freetype2-2.1.4_1 A free and portable TrueType font rendering engine > gail-1.4.0 An implementation of the ATK interfaces for GTK+ widg= ets > gaim-0.68 Gtk+-2.0 open-source 'clone' of AOL's Instant Messeng= er cli > gal-0.24 A collection of widgets taken from GNOME gnumeric and= evolu > gal2-1.99.9 A collection of widgets taken from GNOME 2 gnumeric > gcalctool-4.3.3_1 A GNOME 2 calculator tool based on the old calctool f= or Ope > gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) > gcc-3.2.3 GNU Compiler Collection 3.2.3 > gconf-1.0.9_5 A configuration database system for GNOME > gconf-editor-2.4.0,1 A gconf database editor for the GNOME 2 environment > gconf2-2.4.0.1 A configuration database system for GNOME > gdbm-1.8.3 The GNU database manager > gdk-pixbuf-0.22.0 A graphic library for GTK+ > gdm2-2.4.4.1_1 GNOME 2 version of xdm display manager > gedit2-2.4.0 A small but powerful text editor for Gnome 2 Desktop = Enviro > getmail-3.1.7 POP3 mail retriever with reliable Maildir and command= deliv > gettext-0.12.1 GNU gettext package > gftp-gnome-2.0.15 A free multithreaded GTK-based GUI ftp and sftp clien= t > ggv2-2.4.0.1 GNOME 2 ghostscript viewer > ghostscript-gnu-7.07_3 GNU Postscript interpreter > gimp-gnome-1.3.19_1,1 A GNU Image Manipulation Program (unstable developm= ent vers > gimp-print-4.2.5_1 GIMP Print Printer Driver > gkrellm-2.1.16 A GTK based system monitor > glade2-2.0.0 A user interface builder for GTK+/GNOME > gle-3.0.3 A GL Tubing and Extrusion Library > glib-1.2.10_10 Some useful routines of C programming (previous stabl= e vers > glib-2.2.3 Some useful routines of C programming (current stable= versi > glibwww-0.2_1 A library for people wanting to use libwww with gtk/g= nome > gmake-3.80_1 GNU version of 'make' utility > gnet-glib2-1.1.9_1 A simple network library built upon Glib-2 > gnet2-2.0.4 A simple network library built upon Glib-2 > gnome-icon-theme-1.0.9 A collection of icons for the GNOME 2 desktop > gnome-pkgview-1.0.2 Displays the version of GNOME components installed > gnome-themes-2.4.0 A collection of themes and icons for GNOME 2 designed= for a > gnome-themes-extras-0.3 More themes for the GNOME 2 desktop environment > gnome2-2.4.0 The "meta-port" for the GNOME 2 integrated X11 deskto= p > gnomeapplets2-2.4.0 Applets components for the Gnome 2 Desktop Environmen= t > gnomeaudio2-2.0.0 Sound files for use with GNOME 2 > gnomebasic-0.0.20 Provide Visual Basic compatible functionality for GNO= ME, es > gnomecanvas-0.22.0 A graphics library for GNOME > gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project > gnomecontrolcenter2-2.4.0 Control center for GNOME 2 project > gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME = enviro > gnomedesktop-2.4.0 Additional UI API for GNOME 2 > gnomegames2-2.4.0 The game applications package for the Gnome 2 Desktop= Envir > gnomehier-1.0_8 An utility port, installing hierarchy of common GNOME= direc > gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment > gnomemag-0.10.3 GNOME screen magnifier > gnomemedia2-2.4.0 Multimedia applications for the GNOME 2 desktop > gnomemeeting-0.98.5 GNOME H323 Video Conferencing program, similar to Net= Meetin > gnomemimedata-2.4.0 A MIME and Application database for GNOME > gnomepanel-2.4.0_1 Panel component for the GNOME 2 Desktop > gnomepilot2-2.0.10 3Com PalmPilot conduit system for GNOME 2 > gnomeprint-0.37 Gnome print support library > gnomesession-2.4.0 Session component for the GNOME 2 desktop > gnomespeech-0.2.7 GNOME text-to-speech API > gnomespell-1.0.5 A GNOME/Bonobo component for spell checking > gnomesystemmonitor-2.4.0 GNOME 2 system monitor program > gnometerminal-2.4.0.1 Terminal component for the GNOME 2 Desktop > gnomeuserdocs2-2.4.0 GNOME 2 users guide > gnomeutils2-2.4.0,1 GNOME 2 support utilities > gnomevfs-1.0.5_4 GNOME Virtual File System > gnomevfs2-2.4.0 GNOME Virtual File System > gnopernicus-0.7.0 Collection of accessibility apps for GNOME 2 > gnumeric-1.0.13 The GNOME spreadsheet > gnupg-1.2.3_1 The GNU Privacy Guard > gob-1.0.12 A preprocessor for making GTK+ objects with inline C > gob2-2.0.6 A preprocessor for making GObjects with inline C > gocr-0.37 GOCR/JOCR is an OCR (Optical Character Recognition) p= rogram > gok-0.8.2 GNOME On-Screen Keyboard (GOK) > gpdf-0.110 GNOME version of xpdf > gqmpeg-gnome-0.19.0 Another gtk-based MP3 frontend > gqview-1.2.2_1 Another gtk-based graphic file viewer > grc-1.0.6 Generic Colouriser > gstreamer-0.6.3 Development framework for creating media applications > gstreamer-plugins-0.6.3 GStreamer written collection of plugins handling = several me > gtk-1.2.10_10 Gimp Toolkit for X11 GUI (previous stable version) > gtk-2.2.4 Gimp Toolkit for X11 GUI (current stable version) > gtk-Mac2-theme-200003050858 GTK+ engine theme based on the look of MacOS > gtk-bluecurve-theme-0.73 Bluecurve unified-look theme for GTK1 and GTK2 f= rom RedHat > gtk-engines-0.12_2 Theme engine for gtk+ toolkits > gtk-engines2-2.2.0 Theme engine for the gtk+-2.0 toolkit > gtkglarea-1.99.0_2 An OpenGL widget for the GTK+2 GUI toolkit > gtkhtml-1.1.10 Lightweight HTML rendering/printing/editing engine > gtkhtml3-3.0.8 Lightweight HTML rendering/printing/editing engine > gtksourceview-0.6.0 A text widget that adds syntax highlighting to the Gt= kTextV > gtkspell2-2.0.4 A GTK+ 2 spell checking component > gucharmap-gnome-1.0.0 A Unicode/ISO10646 character map and font viewer > guile-1.6.4_2 GNU Ubiquitous Intelligent Language for Extension > guppi-0.40.3_3 A ploting program for GNOME > gv-3.5.8_3 A PostScript and PDF previewer > hdf-4.1r5 Hierarchical Data Format library (from NCSA) > help2man-1.29 Automatically generating simple manual pages from pro= gram o > id3lib-3.8.2 Library for manipulating ID3v1/v1.1 and ID3v2 tags > id3v2-0.1.9_1 Command line id3v2 tag editor > imake-4.3.0_1 Imake and other utilities from XFree86 > imlib-1.9.14_1 A graphic library for enlightenment package > imlib2-1.0.6_1 The next generation graphic library for enlightenment= packa > intltool-0.27.2 Xml internationalization support for GNOME, and other= s > ipcalc-0.35_1 IP Calculator > iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) > ispell-3.2.06_3 An interactive spelling checker for multiple language= s > jabber-1.4.2 Online presence and instant messaging server > jade-1.2.1_5 An object-oriented SGML/XML parser toolkit and DSSSL = engine > jasper-1.700.2 An implementation of the codec specified in the JPEG-= 2000 s > javavmwrapper-1.4 Wrapper script for various Java Virtual Machines > jbigkit-1.5 Lossless compression for bi-level images such as scan= ned pa > jdk-1.3.1p7_2 Java Development Kit 1.3 > jpeg-6b_1 IJG's jpeg compression utilities > kde-3.1.3 The "meta-port" for KDE > kdeaddons-3.1.3 Additional plugins and scripts for some KDE applicati= ons > kdeadmin-3.1.3 KDE applications related to system administration > kdeartwork-3.1.3 Additional themes, sounds, wallpapers and window styl= es for > kdebase-3.1.3_1 This package provides the basic applications for the = KDE sy > kdeedu-3.1.3 Collection of entertaining, educational programs for = KDE > kdegames-3.1.3 Games for the KDE integrated X11 desktop > kdegraphics-3.1.3 Graphics utilities for the KDE3 integrated X11 deskto= p > kdelibs-3.1.3a This is the base set of libraries needed by KDE progr= ams > kdemultimedia-3.1.3 Multimedia utilities for the KDE integrated X11 deskt= op > kdenetwork-3.1.3 Network-related programs and modules for KDE > kdepim-3.1.3 Personal Information Management tools for KDE > kdesdk-3.1.3 KDE Software Development Kit > kdetoys-3.1.3 Small applications for KDE > kdeutils-3.1.3 Utilities for the KDE integrated X11 desktop > kdevelop-2.1.5 Powerful IDE for developing KDE/Qt-based apps > koffice-1.2.1_1,1 Office Suite for KDE3 > lame-3.93.1 ISO code based fast MP3 encoder kit > lcms-1.09,1 Light Color Management System -- a color management l= ibrary > lha-1.14i_1 Archive files using LZW compression (.lzh files) > libIDL-0.8.2 A library for creating trees of CORBA Interface Defin= ition > liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC= -3 > libao-esound-0.8.3_1 Portable audio output library > libart_lgpl2-2.3.16 Library for high-performance 2D graphics > libast-0.5 A library of assorted spiffy things > libaudiofile-0.2.3 A sound library for SGI audio file > libbonobo-2.4.0 A component and compound document system for GNOME2 > libbonoboui-2.4.0 GUI frontend to the libbonobo component of GNOME 2 > libcapplet-1.4.0.5_1 A library for writing custom applets for GNOME Contr= ol Cent > libdivxdecore-0.4.7 OpenDivX decoding engine from Project Mayo > libdvdcss-1.2.8 Portable abstraction library for DVD decryption > libdvdnav-0.1.3 The library for the xine-dvdnav plugin > libdvdread-0.9.4 This is needed by ogle, which is a DVD player that su= pports > libesmtp-1.0_1,1 A library for posting electronic mail > libexif-0.5.12_1 Library to read digital camera file meta-data > libflash-0.4.10 GPL Flash (TM) Library > libfpx-1.2.0.9 Library routines for working with Flashpix images > libgail-gnome-1.0.2_2 An implementation of the ATK interfaces for GNOME w= idgets > libgda-0.2.96_1 Provides uniform access to different kinds of data so= urces > libgda2-0.91.0 Provides uniform access to different kinds of data so= urces > libghttp-1.0.9 GNOME http client library > libglade-0.17_2 GNOME glade library > libglade2-2.0.1_1 GNOME glade library > libgnome-2.4.0 Libraries for GNOME, a GNU desktop environment > libgnomecanvas-2.4.0 A graphics library for GNOME > libgnomedb-0.91.0 Library components for the GNOME database frontend > libgnomeprint-2.3.1 Gnome print support library > libgnomeprintui-2.3.1 Gnome print support library > libgnomeui-2.4.0.1_1 Libraries for the GNOME GUI, a GNU desktop environme= nt > libgnugetopt-1.2 GNU getopt library > libgsf-1.8.1 An extensible i/o abstraction for dealing with struct= ured f > libgtkhtml-2.4.0 Lightweight HTML rendering/printing/editing engine > libgtop2-2.0.5 GNOME 2 top library > libiconv-1.9.1_1 A character set conversion library > libijs-0.34 C library that supports plugin printer driver for Gho= stscri > libltdl-1.5 System independent dlopen wrapper > libmal-0.31 A library encapsulating malsync > libmikmod-esound-3.1.10_1 MikMod Sound Library > libmng-1.0.5_1 Multiple-image Network Graphics (MNG) reference libra= ry > libmpeg2-0.3.1_1 A free library for decoding mpeg-2 and mpeg-1 video s= treams > libmusicbrainz-2.0.2_1 2nd generation incarnation of the CD Index - audio= metadata > libogg-1.0_1,3 Ogg bitstream library > libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnum= eric > librep-0.16.2_2 An Emacs Lisp like runtime library > librsvg2-2.4.0 Library for parsing and rendering SVG vector-graphic = files > libsidplay-1.36.57 A Commodore SID-chip emulator library to play SID mus= ic fil > libsoup-1.99.23 A SOAP (Simple Object Access Protocol) implementation= in C > libtool-1.3.5_1 Generic shared library support script > libtool-1.4.3_2 Generic shared library support script > libungif-4.1.0b1_1 Tools and library routines for working with GIF image= s > libunicode-0.4_3 A library for manipulating Unicode characters and str= ings > libusb-0.1.7 Library giving userland programs access to USB device= s > libvorbis-1.0_1,3 Audio compression codec library > libwmf-0.2.8 Tools and library for converting Microsoft WMF (windo= ws met > libwnck-2.4.0.1 Library used for writing pagers and taskslists > libwww-5.4.0 The W3C Reference Library > libxine-1.0.r0_2 Libraries for xine multimedia player > libxml-1.8.17_1 Xml parser library for GNOME > libxml2-2.5.11 Xml parser library for GNOME > libxslt-1.0.32 The XSLT C library for GNOME > libzvt-2.0.1_6 Library components for Zed's Virtual Terminal > linc-1.0.3 A library for writing networked servers & clients > linux-divx4linux-5.0.20030428 Linux binary release of DivX (TM) Codec > linux-divxplayer-0.2.0 DivX(TM) Video Player for Linux from DivX.com > linux-esound-0.2.22_1 RPM of esound > linux-flashplugin-5.0r51 The official Macromedia Flash Player for Linux N= etscape and > linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux M= ozilla and > linux-gtk-1.2_2 RPM of the Gtk lib > linux-libaudiofile-0.1.11_2 RPM of audiofile > linux-openmotif-2.1.30 Motif toolkit Linux libraries > linux-opera-7.11.20030515_2 A blazingly fast, full-featured, standards-co= mpliant browse > linux-png-1.0.14_2 RPM of the PNG lib > linux-realplayer-8.cs2_4 Linux RealPlayer 8.0 from RealNetworks > linux-sun-jdk-1.3.1.08 Sun Java Development Kit 1.3 for Linux > linux_base-7.1_5 The base set of packages needed in Linux mode > linuxdoc-1.1_1 The Linuxdoc SGML DTD > lynx-2.8.5d16_3 A non-graphical, text-based World-Wide Web client > lzo-1.08_1 Portable speedy, lossless data compression library > lzop-1.01 Fast file compressor similar to gzip, using the LZO l= ibrary > m4-1.4_1 GNU m4 > mad-esound-0.14.2b_3 High-quality MPEG audio decoder > man2html-3.0.1_1 Convert nroff(1) man pages to HTML > metacity-2.6.1 A window manager for the adult in you > metatheme2-0.9.7_1 An utility for managing "theme sets" that accomodate = gtk, w > ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many lang= uages > mkcatalog-1.1 A maintainance utility for sgml catalog files > mkisofs-2.0.3 Create iso9660/Rock Ridge/Joliet filesystems > mmencode-2.7 Translate to and from mail-oriented encoding formats > mosfet-liquid-0.9.6_1 A High Performance Liquid KDE style engine > mozilla-1.4,2 The open source, standards compliant web browser > mozilla-gtk2-1.4 The open source, standards compliant web browser > mozilla-headers-1.4,2 Header files for mozilla communicator web-surfboard > mpg123-esound-0.59r_9 Command-line player for mpeg layer 1, 2 and 3 audio > mpg321-0.2.10_2 A free command-line mp3 player, compatible with mpg12= 3 > mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB > mplayer-gtk-esound-0.90.0.110_4 High performance media player/encoder sup= porting many forma > mplayer-skins-1.0.5_1 Skins for MPlayer's Graphical User Interface (GUI) > mplayerplug-in-0.80_1 A Mozilla plugin for the MPlayer media player > mutt-1.4.1_4 The Mongrel of Mail User Agents (part Elm, Pine, Mush= , mh, > nasm-0.98.35,1 General-purpose multi-platform x86 assembler > nautilus-cd-burner-0.5.3 CD burner view for Nautilus > nautilus-media-0.3.3.1 GStreamer-based multimedia views for Nautilus > nautilus2-2.4.0 GNOME file manager and graphical shell developed by E= azel > ncftp1-1.9.5 FTP replacement with advanced user interface > net-rhythmbox-0.4.8_2 Audio player for the Gnome 2 desktop environment > netscape7-7.1 Linux Netscape suite > nmap-3.30 Port scanning utility for large networks > nmapfe-3.30 GUI frontend for the nmap scanning utility > normalize-0.7.5_2 A tool for adjusting the volume of wave/MP3 files to = a stan > nspr-4.3_2 A platform-neutral API for system level and libc like= funct > nss-3.8 A set of libraries to support development of security= -enabl > oaf-0.6.10_1 Object Activation Framework for GNOME > ogle-0.9.1 Open DVD player that supports DVD menus > ogle-gnome-0.9.1_2 An add-on graphical user interface for Ogle > open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) > openldap-client-2.0.27 Open source LDAP client implementation > openldap-server-2.1.22_2 Open source LDAP server implementation > openldap20-2.0.27 Open source LDAP client and server software > openoffice-1.0.3_2 Integrated wordprocessor/dbase/spreadheet/drawing/cha= rt/bro > openquicktime-1.0 Portable library for handling Apple's QuickTime(TM) f= iles > p5-Authen-SASL-2.04 Perl5 module for SASL authentication > p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms > p5-Digest-MD5-2.27 Perl5 interface to the MD5 algorithm > p5-Digest-Nilsimsa-0.06 Perl version of Nilsimsa code > p5-Digest-SHA1-2.04 Perl interface to the SHA-1 Algorithm > p5-File-Spec-0.82 A Perl module for portably manipulating file specific= ations > p5-HTML-Parser-3.31 Perl5 module for parse HTML tag > p5-HTML-Tagset-3.03 Some useful data table in parsing HTML > p5-MIME-Base64-2.20 Perl5 module for Base64 and Quoted-Printable encoding= s > p5-Mail-SpamAssassin-2.55 A highly efficient mail filter for identifying = spam > p5-Mail-Tools-1.58 Perl5 modules for dealing with Internet e-mail messag= es > p5-Net-1.16,1 Perl5 modules to access and use network protocols > p5-Net-DNS-0.40 Perl5 interface to the DNS resolver, and dymanic upda= tes > p5-PodParser-1.24 Modules to work with POD (Plain Old Documentation) > p5-Term-ANSIColor-1.07 Color screen output using ANSI escape sequences > p5-Test-Harness-2.28 Run perl standard test scripts with statistics > p5-Test-Simple-0.47_1 Basic utilities for writing tests in perl > p5-Time-HiRes-1.50,1 A perl5 module implementing High resolution time, sl= eep, an > p5-URI-1.25 Perl5 interface to Uniform Resource Identifier (URI) = refere > p5-type1inst-0.6.1 A script that helps install Postscript fonts in X Win= dow Sy > pan2-0.14.2 Threaded GNOME 2 newsreader based on Agent for Window= s > pango-1.2.5 An open-source framework for the layout and rendering= of i1 > pcre-4.3 Perl Compatible Regular Expressions library > perl-5.6.1_13 Practical Extraction and Report Language > pgp-5.0i_1 Public-Key encryption for the masses > pgpgpg-0.13 Wrapper for GnuPG to simulate PGP 2.6.x > pilot-link-0.11.7_2 PalmPilot communications utilities (backup/restore/in= stall/ > pine-4.58 PINE(tm) -- a Program for Internet News & Email > pkgconfig-0.15.0 A utility used to retrieve information about installe= d libr > plotutils-2.4.1 A plotting library and toolkit > png-1.2.5_2 Library for manipulating PNG images > popt-1.6.4_1 A getopt(3) like library with a number of enhancement= s, fro > portupgrade-20030723 FreeBSD ports/packages administration and management= tool s > procmail-3.22_3 A local mail delivery agent > psiconv-0.8.3_1 A conversion utility to convert Psion 5(MX) files int= o othe > pstoedit-3.33 Convert PostScript to other vector graphic formats > py23-expat-2.3_2 Python interface to the Expat XML parser > py23-gtk-2.0.0 A set of Python bindings for GTK > py23-numeric-23.0 The Numeric Extension to Python > python-2.3_1 An interpreted object-oriented programming language > qt-3.1.2_1 A C++ X GUI toolkit > quanta-3.1.3,2 Comprehensive html/website development environment > rar-3.20,1 File archiver (binary port) > razor-agents-2.36 A distributed, collaborative, spam detection and filt= ering > rc_subr-1.16 Common startup and shutdown subroutines used by scrip= ts > rdesktop-1.2.0 RDP client for Windows NT Terminal Server > rep-gtk2-gnome-0.17_2,1 GTK+-2 binding for rep Lisp interpreter > rpm-3.0.6_8 The Red Hat Package Manager > ruby-1.6.8.2003.04.19 An object-oriented interpreted scripting language > ruby-bdb1-0.2.1 Ruby interface to Berkeley DB revision 1.8x with full= featu > ruby-rdoc-0.0.0.b2 Documentation from Ruby source files > ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 A set of Ruby modules to provide R= uby 1.8 functionalities > rxvt-2.6.4_1 A low memory usage xterm replacement that supports co= lor > samba-2.2.8a A free SMB and CIFS client and server for UNIX > sane-backends-1.0.12_3 API for access to scanners, digitals camera, frame= grabbers > screen-4.0.0 A multi-screen window manager > scrollkeeper-0.3.12_2,1 An Open Document Cataloging Project > sdl-1.2.5_2 Cross-platform multi-media development API (developm.= vers. > sdocbook-xml-4.1.2.5_1 "Simplified" DocBook XML DTD > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SG= ML doc > sharefonts-0.10 A collection of shareware ATM fonts from the CICA arc= hives > sidplay-1.0.9 A Commodore SID-chip emulator that plays SID music fi= les > soup-0.7.11 A SOAP (Simple Object Access Protocol) implementation= in C > sox-12.17.4 SOund eXchange - universal sound sample translator > speex-1.0.1,1 An open-source patent-free voice codec > startup-notification-0.5_1 Library that supports startup notification spe= c from freede > sudo-1.6.7.5 Allow others to run commands as root > svgalib-1.4.3 A low level console graphics library > sylpheed-0.9.4 A lightweight, featureful, and fast GTK+ based e-mail= clien > tcl-8.3.5_2 Tool Command Language > teTeX-2.0.2_2 Thomas Esser's distribution of TeX & friends > tiff-3.5.7_1 Tools and library routines for working with TIFF imag= es > timidity++-esound-2.11.3_1 Software MIDI player > tk-8.3.5_2 Graphical toolkit for TCL > totem-0.99.4 A Xine-based video player for the Gnome 2 Desktop > tsclient-0.120 A GNOME 2 frontend for rdesktop > ttmkfdir-0.0_1 Create fonts.scale file for use with TrueType font se= rver > unix2dos-1.3 Translate ASCII files from DOS (cr/lf) to UNIX (lf) > unzip-5.50_2 List, test and extract compressed files in a ZIP arch= ive > urwfonts-1.0 Another font package for X > uulib-0.5.18 A library for uu/xx/Base64/BinHex/yEnc de-/encoding > vilearn-1.0 An interactive tutorial for the vi editor > vim-6.2.72 Vi "workalike", with many additional features > vnc-3.3.7_1 Display X and Win32 desktops on remote X/Win32/Java d= isplay > vorbis-tools-1.0_4,3 Play, encode, and manage Ogg Vorbis files > vte-0.11.10 Terminal widget with improved accessibility and I18N = suppor > w3m-0.4.1 A pager/text-based WWW browser > wavplay-1.4 A wav player and recorder > webfonts-0.21_1 TrueType core fonts for the Web > weblint-1.020 HTML validator and sanity checker > wget-1.8.2_4 Retrieve files from the Net via HTTP and FTP > win32-codecs-2.0.90,1 Huge compilation of Win32 binary codecs, including = MPEG-4(D > windowmaker-0.80.2_1 GNUStep-compliant NeXTStep window manager clone > wmavgload-0.7.0 Another WindowMaker load gauge > wmcpuload-1.0.1 An "lcd" dockapp for windowmaker, which displays the = curren > wmfire-0.0.3.9 Window Maker dock app showing load average as a flame > wmicons-1.0 Icons mainly for use in Window Maker > wmmatrix-0.2 A DockApp that runs a version of the xmatrix screenha= ck > wrapper-1.0_3 Wrapper for XFree86-4 server > wterm-6.2.9 A color vt102 terminal emulator with transparency sup= port > x11amp-0.9.b1.1 X11-based MP3 player with nice graphical interface > xanim-2.92.0 Play most popular animation formats and show pictures > xcdroast-0.98.a.14 Another X11 frontend to mkisofs/cdrecord > xchat2-2.0.4_1 An X11 IRC client using the GTK+ 2 toolkit > xine-0.9.22_1 An X11 multimedia player > xmlcatmgr-0.2_1 SGML/XML catalog manager > xmms-esound-1.2.8 X Multimedia System --- An audio player with a Winamp= GUI > xmovie-1.9.8.1 A movie player for AVI, MPEG-2/4 and MOV movies > xmp-esound-2.0.4 A player for many different Amiga and PC module forma= ts > xmps-0.2.0 X MPEG Player System - a media player with a very nic= e GUI > xmps-opendivx-plugin-0.0.1_2 xmps plugin using OpenDivX decoding engine f= rom Project May > xmps-win32-plugin-0.0.4_2 xmps plugin for Win32 (TM) Codecs > xpostit-3.3.1 PostIt (R) messages onto your X11 screen > xsane-0.91 Gtk-based X11 frontend for SANE (Scanner Access Now E= asy) > xscreensaver-gnome-4.13 Save your screen while you entertain your cat (fo= r GNOME us > xvid-0.9.2,1 An opensource MPEG-4 codec, based on OpenDivx > yelp-2.4.0 A help browser for the GNOME 2 desktop > ymessenger-0.99.19.1,20020902 Yahoo! Messenger - Instant messaging client > zenity-1.6 Display GNOME dialogs from the command line > zip-2.3_1 Create/update ZIP files compatible with pkzip > zoo-2.10.1 Manipulate archives of files in compressed form >=20 > -------------------------------- >=20 > How do I fix this? TIA. >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Sun Sep 21 10:20:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > |10:20AM up 12 days, 2:52, 1 user, load averages: 0.00, 0.02, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-EJRMmCp4gdPalOjPNFD6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/beNHb2iPiv4Uz4cRAj4CAJ9kUhG75YMd9bnlCYiCRclc69tmzgCglC2f uzy1haryG8ZWl3UqWkTZpys= =w07R -----END PGP SIGNATURE----- --=-EJRMmCp4gdPalOjPNFD6-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 12:10:26 2003 Return-Path: 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 45D0816A4B3 for ; Sun, 21 Sep 2003 12:10:26 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE72444008 for ; Sun, 21 Sep 2003 12:10:24 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.72.4.dial1.weehawken.level3.net ([171.75.72.4] helo=MASAI) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A19bC-00066C-00 for freebsd-gnome@FreeBSD.org; Sun, 21 Sep 2003 12:10:23 -0700 Message-ID: <006201c38074$220a2e00$0501a8c0@MASAI> From: "Bob Perry" To: Date: Sun, 21 Sep 2003 15:11:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 19:10:26 -0000 Hello, Yesterday, I ran the portupgrade utitlity, portupgrade -arR, without paying enough attention to the ports that were designated as "in need of upgrade". When the process ended, I found that only 19 of 49 files had been upgraded. I also found out much later that many of the ports effected were ports involved in the new release (news to me) of GNOME2. It was suggested that I review documentation on the GNOME2 release from the website, IRC, mailing lists, etc. and go from there. This morning, however, I was unable to access my desktop. After typing startx, two dialogue boxes appeared. The first one read, "There was a problem registering the panel with the bonobo-activation server. The error code is 3. The panel will now exit." The second read, "Nautilus can't be used now due to an unexpected error." Clicking "OK" failed to make either disappear. I'm preparing this note from my NT4.0 box. Any suggestions as to how I can get my desktop back in operation? Thanks in advance, Bob Perry From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 12:18:19 2003 Return-Path: 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 07E5416A4B3 for ; Sun, 21 Sep 2003 12:18:19 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD45843FD7 for ; Sun, 21 Sep 2003 12:18:17 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LJFh4R013233; Sun, 21 Sep 2003 15:15:44 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LJHSlB002026; Sun, 21 Sep 2003 15:17:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <006201c38074$220a2e00$0501a8c0@MASAI> References: <006201c38074$220a2e00$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PaML+rf2yO2KTytn+TEx" Organization: MarcusCom, Inc. Message-Id: <1064171873.65018.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 15:17:53 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 19:18:19 -0000 --=-PaML+rf2yO2KTytn+TEx Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 15:11, Bob Perry wrote: > Hello, > Yesterday, I ran the portupgrade utitlity, portupgrade -arR, without payi= ng > enough attention to the ports that were designated as "in need of upgrade= ". >=20 > When the process ended, I found that only 19 of 49 files had been upgrade= d. > I also found out much later that many of the ports effected were ports > involved in the new release (news to me) of GNOME2. It was suggested tha= t I > review documentation on the GNOME2 release from the website, IRC, mailing > lists, etc. and go from there. >=20 > This morning, however, I was unable to access my desktop. After typing > startx, two dialogue boxes appeared. The first one read, "There was a > problem registering the panel with the bonobo-activation server. The err= or > code is 3. The panel will now exit." >=20 > The second read, "Nautilus can't be used now due to an unexpected error." > Clicking "OK" failed to make either disappear. >=20 > I'm preparing this note from my NT4.0 box. Any suggestions as to how I c= an > get my desktop back in operation? Read the FAQ at http://www.freebsd.org/gnome/docs/faq2.html. Joe >=20 > Thanks in advance, > Bob Perry >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-PaML+rf2yO2KTytn+TEx Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bflhb2iPiv4Uz4cRAhn/AJ9yKR0Wx8AScdL0nndFAa2/FQSyugCfSoCu CVo7f9Dmqynjfs/ieos0bhs= =Bi2X -----END PGP SIGNATURE----- --=-PaML+rf2yO2KTytn+TEx-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 12:24:34 2003 Return-Path: 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 87D0316A4B3 for ; Sun, 21 Sep 2003 12:24:34 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB48243FDF for ; Sun, 21 Sep 2003 12:24:33 -0700 (PDT) (envelope-from mdonadio@comcast.net) Received: from comcast.net (pcp01403617pcs.radnor01.pa.comcast.net[68.81.79.105]) by comcast.net (sccrmhc12) with SMTP id <2003092119243301200fga2be> (Authid: mdonadio); Sun, 21 Sep 2003 19:24:33 +0000 Message-ID: <3F6DFB1B.251D5BE1@comcast.net> Date: Sun, 21 Sep 2003 15:25:15 -0400 From: Matthew Donadio X-Mailer: Mozilla 4.79 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Bob Perry References: <006201c38074$220a2e00$0501a8c0@MASAI> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.p.donadio@ieee.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 19:24:34 -0000 Bob Perry wrote: > When the process ended, I found that only 19 of 49 files had been upgraded. > I also found out much later that many of the ports effected were ports > involved in the new release (news to me) of GNOME2. It was suggested that I > review documentation on the GNOME2 release from the website, IRC, mailing > lists, etc. and go from there. > ... > I'm preparing this note from my NT4.0 box. Any suggestions as to how I can > get my desktop back in operation? FWIW, here is how I upgraded... 0. from a tty w/o X and GNOME running 1. cvsup the whole ports tree 2. pkg_version to see which ports went away (they have a ?) 3. pkg_deinstall -f of the ports that no longer existed in GNOME 2.4 4. pkgdb -F to delete the now missing dependencies 5. portupgrade -rf -m BATCH=yes ORBit2 6. portupgrade -R -m BATCH=yes gnome2 I also have WITHOUT_LDAP=yes in make.conf -- Matthew Donadio (m.p.donadio@ieee.org) From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 12:42:36 2003 Return-Path: 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 9DB8916A4B3 for ; Sun, 21 Sep 2003 12:42:36 -0700 (PDT) Received: from fed1mtao06.cox.net (fed1mtao06.cox.net [68.6.19.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id C844643FF5 for ; Sun, 21 Sep 2003 12:42:35 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030921194230.SLFH14069.fed1mtao06.cox.net@daemon.g-e-e-k.net>; Sun, 21 Sep 2003 15:42:30 -0400 Date: Sun, 21 Sep 2003 12:41:29 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Joe Marcus Clarke In-Reply-To: <1064166215.65018.14.camel@shumai.marcuscom.com> Message-ID: <20030921123953.C4368@daemon.g-e-e-k.net> References: <20030921101911.E81589@daemon.g-e-e-k.net> <1064166215.65018.14.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD GNOME Users Subject: Re: Error upgrading gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 19:42:36 -0000 On Sun, 21 Sep 2003, Joe Marcus Clarke wrote: > On Sun, 2003-09-21 at 13:31, Steve Wingate wrote: > > I'm trying to upgrade gnome-2.4 installed via marcusmerge to the gnome 2.4 > > that's now in the official ports tree. > > I ran portupgrade -rf -m BATCH=yes atk && portupgrade -R -m BATCH=yes > > gnome. Everything except gnomemeeting & gnome2-2.4.0 succeeded. Here is > > the error for that. > > # cd /usr/ports/net/openh323 > # make clean > > Then try your build again. > > Joe > Do I need to run the same command again? portupgrade -rf -m BATCH=yes atk && portupgrade -R -m BATCH=yes gnome2 ? That seems like it will rebuild ports that succeeded last time. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 12:49:27 2003 Return-Path: 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 882A716A4B3 for ; Sun, 21 Sep 2003 12:49:27 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DEA43FDD for ; Sun, 21 Sep 2003 12:49:26 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LJjbpM007438; Sun, 21 Sep 2003 15:45:38 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LJmolB002339; Sun, 21 Sep 2003 15:48:51 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20030921123953.C4368@daemon.g-e-e-k.net> References: <20030921101911.E81589@daemon.g-e-e-k.net> <1064166215.65018.14.camel@shumai.marcuscom.com> <20030921123953.C4368@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JrxKI3guZQ26goKMFgxT" Organization: MarcusCom, Inc. Message-Id: <1064173756.65018.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 15:49:16 -0400 X-Spam-Status: No, hits=-10.9 required=5.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Error upgrading gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 19:49:27 -0000 --=-JrxKI3guZQ26goKMFgxT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 15:41, Steve Wingate wrote: > On Sun, 21 Sep 2003, Joe Marcus Clarke wrote: >=20 > > On Sun, 2003-09-21 at 13:31, Steve Wingate wrote: > > > I'm trying to upgrade gnome-2.4 installed via marcusmerge to the gnom= e 2.4 > > > that's now in the official ports tree. > > > I ran portupgrade -rf -m BATCH=3Dyes atk && portupgrade -R -m BATCH= =3Dyes > > > gnome. Everything except gnomemeeting & gnome2-2.4.0 succeeded. Here = is > > > the error for that. > > > > # cd /usr/ports/net/openh323 > > # make clean > > > > Then try your build again. > > > > Joe > > > Do I need to run the same command again? > portupgrade -rf -m BATCH=3Dyes atk && portupgrade -R -m BATCH=3Dyes gnome= 2 ? No, at this point, a portupgrade -ra should do it. Joe >=20 > That seems like it will rebuild ports that succeeded last time. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-JrxKI3guZQ26goKMFgxT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bgC7b2iPiv4Uz4cRAptaAKCSMhr/tSDfao34kA/czDsrJ39zkwCfU20O ajPen5k6MMbr2svia/o4TUs= =EDTu -----END PGP SIGNATURE----- --=-JrxKI3guZQ26goKMFgxT-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 13:47:04 2003 Return-Path: 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 9997D16A4B3 for ; Sun, 21 Sep 2003 13:47:04 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E086143F85 for ; Sun, 21 Sep 2003 13:47:03 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030921204702.SEQF7393.fed1mtao04.cox.net@daemon.g-e-e-k.net> for ; Sun, 21 Sep 2003 16:47:02 -0400 Date: Sun, 21 Sep 2003 13:45:57 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: gnome@freebsd.org Message-ID: <20030921134330.K67360@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Desktop Theme Editor X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 20:47:04 -0000 The Desktop theme editor in System Tools has a tab for Sawfish. Since Metacity is the default wm for Gnome2 now can the port be changed to add a tab for Metacity instead of Sawfish? TIA +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sun Sep 21 13:40:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 1:40PM up 12 days, 6:12, 1 user, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 13:59:24 2003 Return-Path: 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 237F816A4B3 for ; Sun, 21 Sep 2003 13:59:24 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81B943FF3 for ; Sun, 21 Sep 2003 13:59:22 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8LKpt0Q022268; Sun, 21 Sep 2003 16:51:55 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8LKwglB002971; Sun, 21 Sep 2003 16:58:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20030921134330.K67360@daemon.g-e-e-k.net> References: <20030921134330.K67360@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hEQ3vzt8ZczUsLru53Kv" Organization: MarcusCom, Inc. Message-Id: <1064177947.65018.23.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 16:59:08 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Desktop Theme Editor X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 20:59:24 -0000 --=-hEQ3vzt8ZczUsLru53Kv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 16:45, Steve Wingate wrote: > The Desktop theme editor in System Tools has a tab for Sawfish. Since > Metacity is the default wm for Gnome2 now can the port be changed to add = a > tab for Metacity instead of Sawfish? TIA metatheme2 will most likely disappear. It hasn't been updated for some time. Joe >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Sun Sep 21 13:40:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 1:40PM up 12 days, 6:12, 1 user, load averages: 0.00, 0.00, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-hEQ3vzt8ZczUsLru53Kv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bhEbb2iPiv4Uz4cRAlBUAJ9RUBgZcLVqiSKIcEtsTj57ff0vogCcC8uL EtE+eNvXH4U0B6Cq8DPqiPE= =XFtU -----END PGP SIGNATURE----- --=-hEQ3vzt8ZczUsLru53Kv-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 14:35:46 2003 Return-Path: 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 4BAA116A4B3 for ; Sun, 21 Sep 2003 14:35:46 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E33243FE1 for ; Sun, 21 Sep 2003 14:35:45 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=[192.168.1.8]) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1Brs-0000aL-6d for freebsd-gnome@FreeBSD.ORG; Sun, 21 Sep 2003 21:35:44 +0000 From: Stacey Roberts To: FreeBSD Gnome Content-Type: text/plain Message-Id: <1064180147.80730.34.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 22:35:48 +0100 Content-Transfer-Encoding: 7bit X-Originating-Heisenberg-IP: [82.68.31.177] Subject: Cannot upgrade to Gnome-2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stacey@vickiandstacey.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 21:35:46 -0000 Hello, After several attempts over several hours, I am not able to seccessfully portupgrade to Gnome-2.4. I have tried the procedure: pkgdb -F (answer yes to all prompts) # portupgrade ORBit2 libbonobo # portupgrade -rf -m BATCH=yes atk # portupgrade -R -m BATCH=yes gnome2 on four occasions, all ending in failure. This is where I have manged to get to. I believe that the only two ports left to go are: - gnomemeeting gnome2 At my wits end, I tried deinstalling gnomemeeting and reinstalling it, but this fails with the following: # cd ../../net/gnomemeeting/ # ls Makefile distinfo files pkg-descr pkg-plist work # rm -rf work # make deinstall ===> Deinstalling for net/gnomemeeting ===> gnomemeeting not installed, skipping # make ===> Extracting for gnomemeeting-0.98.5 >> Checksum OK for gnomemeeting-0.98.5.tar.bz2. ===> Patching for gnomemeeting-0.98.5 ===> Applying FreeBSD patches for gnomemeeting-0.98.5 ===> gnomemeeting-0.98.5 depends on file: /nonexistent - found ===> gnomemeeting-0.98.5 depends on executable: gmake - found ===> gnomemeeting-0.98.5 depends on executable: bison - found ===> gnomemeeting-0.98.5 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnomemeeting-0.98.5 depends on executable: pkg-config - found ===> gnomemeeting-0.98.5 depends on shared library: ldap.2 - found ===> gnomemeeting-0.98.5 depends on shared library: X11.6 - found ===> gnomemeeting-0.98.5 depends on shared library: esd.2 - found ===> gnomemeeting-0.98.5 depends on shared library: glib-2.0.200 - found ===> gnomemeeting-0.98.5 depends on shared library: atk-1.0.400 - found ===> gnomemeeting-0.98.5 depends on shared library: pango-1.0.200 - found ===> gnomemeeting-0.98.5 depends on shared library: gtk-x11-2.0.200 - found ===> gnomemeeting-0.98.5 depends on shared library: linc.1 - found ===> gnomemeeting-0.98.5 depends on shared library: IDL-2.0 - found ===> gnomemeeting-0.98.5 depends on shared library: ORBit-2.0 - found ===> gnomemeeting-0.98.5 depends on shared library: glade-2.0.0 - found ===> gnomemeeting-0.98.5 depends on shared library: xml2.5 - found ===> gnomemeeting-0.98.5 depends on shared library: xslt.1 - found ===> gnomemeeting-0.98.5 depends on shared library: bonobo-2.0 - found ===> gnomemeeting-0.98.5 depends on shared library: gconf-2.5 - found ===> gnomemeeting-0.98.5 depends on shared library: gnomevfs-2.400 - found ===> gnomemeeting-0.98.5 depends on shared library: gnomecanvas-2.400 - found ===> gnomemeeting-0.98.5 depends on shared library: art_lgpl_2.5 - found ===> gnomemeeting-0.98.5 depends on shared library: gnome-2.400 - found ===> gnomemeeting-0.98.5 depends on shared library: bonoboui-2.0 - found ===> gnomemeeting-0.98.5 depends on shared library: gnomeui-2.400 - found ===> Configuring for gnomemeeting-0.98.5 checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 checking target system type... i386-unknown-freebsd4.8 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.20... 0.27.2 found checking for perl... /usr/bin/perl 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... 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 ld used by GCC... /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 for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -E 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... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.8 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for strerror in -lcposix... no checking for ANSI C header files... (cached) yes checking whether strcasecmp is declared... yes Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas/ as install directory for schema files checking for pkg-config... /usr/local/bin/pkg-config checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0... yes checking GNOMEMEETING_CFLAGS... -DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 checking GNOMEMEETING_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv checking for long... yes checking size of long... 4 checking whether OS type is supported... yes checking for PTLib includes... checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... no configure: error: You need PTLib's header files to build GnomeMeeting ===> Script "configure" failed unexpectedly. Please report the problem to roger@FreeBSD.org [maintainer] and attach the "/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/net/gnomemeeting. # I see this error: "configure: error: You need PTLib's header files to build GnomeMeeting" in the failure message, okay. Where can I get this file? Am I going about this the right way? That is, short of actually blasting Gnome-2.2.x and subsequent make install? Regards, Stacey -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 14:42:21 2003 Return-Path: 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 B45EA16A4B3 for ; Sun, 21 Sep 2003 14:42:21 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A9144001 for ; Sun, 21 Sep 2003 14:42:18 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=[192.168.1.8]) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1ByB-0003jd-SD; Sun, 21 Sep 2003 21:42:15 +0000 From: Stacey Roberts To: stacey@vickiandstacey.com In-Reply-To: <1064180147.80730.34.camel@localhost> References: <1064180147.80730.34.camel@localhost> Content-Type: multipart/mixed; boundary="=-JiWR+79HJaLYH38QAl2f" Message-Id: <1064180538.80730.38.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 22:42:19 +0100 X-Originating-Heisenberg-IP: [82.68.31.177] cc: FreeBSD Gnome Subject: Re: Cannot upgrade to Gnome-2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stacey@vickiandstacey.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 21:42:21 -0000 --=-JiWR+79HJaLYH38QAl2f Content-Type: text/plain Content-Transfer-Encoding: 7bit Hello, Sorry, I neglected to submit the config.log as well. Please find this attached. Regards, Stacey On Sun, 2003-09-21 at 22:35, Stacey Roberts wrote: > Hello, > After several attempts over several hours, I am not able to > seccessfully portupgrade to Gnome-2.4. > > I have tried the procedure: > pkgdb -F > (answer yes to all prompts) > # portupgrade ORBit2 libbonobo > # portupgrade -rf -m BATCH=yes atk > # portupgrade -R -m BATCH=yes gnome2 > > on four occasions, all ending in failure. > > This is where I have manged to get to. > > I believe that the only two ports left to go are: - > gnomemeeting > gnome2 > > At my wits end, I tried deinstalling gnomemeeting and reinstalling it, > but this fails with the following: > # cd ../../net/gnomemeeting/ > # ls > Makefile distinfo files pkg-descr > pkg-plist work > # rm -rf work > # make deinstall > ===> Deinstalling for net/gnomemeeting > ===> gnomemeeting not installed, skipping > # make > ===> Extracting for gnomemeeting-0.98.5 > >> Checksum OK for gnomemeeting-0.98.5.tar.bz2. > ===> Patching for gnomemeeting-0.98.5 > ===> Applying FreeBSD patches for gnomemeeting-0.98.5 > ===> gnomemeeting-0.98.5 depends on file: /nonexistent - found > ===> gnomemeeting-0.98.5 depends on executable: gmake - found > ===> gnomemeeting-0.98.5 depends on executable: bison - found > ===> gnomemeeting-0.98.5 depends on file: > /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found > ===> gnomemeeting-0.98.5 depends on executable: pkg-config - found > ===> gnomemeeting-0.98.5 depends on shared library: ldap.2 - found > ===> gnomemeeting-0.98.5 depends on shared library: X11.6 - found > ===> gnomemeeting-0.98.5 depends on shared library: esd.2 - found > ===> gnomemeeting-0.98.5 depends on shared library: glib-2.0.200 - > found > ===> gnomemeeting-0.98.5 depends on shared library: atk-1.0.400 - > found > ===> gnomemeeting-0.98.5 depends on shared library: pango-1.0.200 - > found > ===> gnomemeeting-0.98.5 depends on shared library: gtk-x11-2.0.200 - > found > ===> gnomemeeting-0.98.5 depends on shared library: linc.1 - found > ===> gnomemeeting-0.98.5 depends on shared library: IDL-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: ORBit-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: glade-2.0.0 - > found > ===> gnomemeeting-0.98.5 depends on shared library: xml2.5 - found > ===> gnomemeeting-0.98.5 depends on shared library: xslt.1 - found > ===> gnomemeeting-0.98.5 depends on shared library: bonobo-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: gconf-2.5 - found > ===> gnomemeeting-0.98.5 depends on shared library: gnomevfs-2.400 - > found > ===> gnomemeeting-0.98.5 depends on shared library: gnomecanvas-2.400 > - found > ===> gnomemeeting-0.98.5 depends on shared library: art_lgpl_2.5 - > found > ===> gnomemeeting-0.98.5 depends on shared library: gnome-2.400 - > found > ===> gnomemeeting-0.98.5 depends on shared library: bonoboui-2.0 - > found > ===> gnomemeeting-0.98.5 depends on shared library: gnomeui-2.400 - > found > ===> Configuring for gnomemeeting-0.98.5 > checking build system type... i386-unknown-freebsd4.8 > checking host system type... i386-unknown-freebsd4.8 > checking target system type... i386-unknown-freebsd4.8 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking whether gmake sets ${MAKE}... yes > checking for working aclocal-1.4... missing > checking for working autoconf... found > checking for working automake-1.4... missing > checking for working autoheader... found > checking for working makeinfo... found > checking whether to enable maintainer-specific portions of Makefiles... > no > checking for intltool >= 0.20... 0.27.2 found > checking for perl... /usr/bin/perl > 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... > 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 ld used by GCC... /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 for a sed that does not truncate output... /usr/bin/sed > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking command to parse /usr/bin/nm -B output... ok > checking how to run the C preprocessor... cc -E > 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... no > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for ranlib... ranlib > checking for strip... strip > checking for objdir... .libs > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions... yes > checking whether the linker (/usr/libexec/elf/ld) supports shared > libraries... yes > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking dynamic linker characteristics... freebsd4.8 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking whether -lc should be explicitly linked in... yes > creating libtool > 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 whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking for strerror in -lcposix... no > checking for ANSI C header files... (cached) yes > checking whether strcasecmp is declared... yes > Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for > schema installation > Using $(sysconfdir)/gconf/schemas/ as install directory for schema files > checking for pkg-config... /usr/local/bin/pkg-config > checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 > libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0... > yes > checking GNOMEMEETING_CFLAGS... -DORBIT2=1 -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 > -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 > -I/usr/local/include/libbonobo-2.0 > -I/usr/local/include/bonobo-activation-2.0 > -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/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 > -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 > checking GNOMEMEETING_LIBS... -Wl,--export-dynamic -pthread > -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM > -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 > -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 > -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext > -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 > -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm > -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv > checking for long... yes > checking size of long... 4 > checking whether OS type is supported... yes > checking for PTLib includes... > checking for > /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... no > configure: error: You need PTLib's header files to build GnomeMeeting > ===> Script "configure" failed unexpectedly. > Please report the problem to roger@FreeBSD.org [maintainer] and > attach > the > "/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/config.log" > including the output of the failure of your make command. Also, it > might > be a good idea to provide an overview of all packages installed on > your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/net/gnomemeeting. > # > > I see this error: "configure: error: You need PTLib's header files to > build GnomeMeeting" in the failure message, okay. > > Where can I get this file? > Am I going about this the right way? That is, short of actually blasting > Gnome-2.2.x and subsequent make install? > > Regards, > > Stacey -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-JiWR+79HJaLYH38QAl2f Content-Disposition: attachment; filename=config.log Content-Type: text/plain; name=config.log; charset=iso-8859-1 Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gnomemeeting configure 0.98.5, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure --with-ptlib-includes=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib --with-ptlib-libs=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/lib --with-openh323-includes=/usr/ports/net/gnomemeeting/../openh323/work/openh323/include --with-openh323-libs=/usr/ports/net/gnomemeeting/../openh323/work/openh323/lib --with-ldap-includes=/usr/local/include --with-openldap-libs=/usr/local/lib --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 ## --------- ## ## Platform. ## ## --------- ## hostname = Demon.vickiandstacey.com uname -m = i386 uname -r = 4.8-RC uname -s = FreeBSD uname -v = FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1475: checking build system type configure:1493: result: i386-unknown-freebsd4.8 configure:1501: checking host system type configure:1515: result: i386-unknown-freebsd4.8 configure:1523: checking target system type configure:1537: result: i386-unknown-freebsd4.8 configure:1566: checking for a BSD-compatible install configure:1620: result: /usr/bin/install -c -o root -g wheel configure:1631: checking whether build environment is sane configure:1674: result: yes configure:1689: checking whether gmake sets ${MAKE} configure:1709: result: yes configure:1741: checking for working aclocal-1.4 configure:1752: result: missing configure:1756: checking for working autoconf configure:1763: result: found configure:1771: checking for working automake-1.4 configure:1782: result: missing configure:1786: checking for working autoheader configure:1793: result: found configure:1801: checking for working makeinfo configure:1808: result: found configure:1819: checking whether to enable maintainer-specific portions of Makefiles configure:1828: result: no configure:1851: checking for intltool >= 0.20 configure:1861: result: 0.27.2 found configure:1914: checking for perl configure:1932: found /usr/bin/perl configure:1944: result: /usr/bin/perl configure:2089: checking for gcc configure:2115: result: cc configure:2357: checking for C compiler version configure:2360: cc --version &5 2.95.4 configure:2363: $? = 0 configure:2365: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2368: $? = 0 configure:2370: cc -V &5 cc: argument to `-V' is missing configure:2373: $? = 1 configure:2393: checking for C compiler default output configure:2396: cc -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2399: $? = 0 configure:2433: result: a.out configure:2438: checking whether the C compiler works configure:2444: ./a.out configure:2447: $? = 0 configure:2462: result: yes configure:2469: checking whether we are cross compiling configure:2471: result: no configure:2474: checking for suffix of executables configure:2476: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2479: $? = 0 configure:2502: result: configure:2508: checking for suffix of object files configure:2526: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2529: $? = 0 configure:2548: result: o configure:2552: checking whether we are using the GNU C compiler configure:2573: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2576: $? = 0 configure:2579: test -s conftest.o configure:2582: $? = 0 configure:2594: result: yes configure:2600: checking whether cc accepts -g configure:2618: cc -c -g -I/usr/local/include conftest.c >&5 configure:2621: $? = 0 configure:2624: test -s conftest.o configure:2627: $? = 0 configure:2637: result: yes configure:2654: checking for cc option to accept ANSI C configure:2711: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2714: $? = 0 configure:2717: test -s conftest.o configure:2720: $? = 0 configure:2737: result: none needed configure:2755: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2758: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2878: checking for ld used by GCC configure:2941: result: /usr/libexec/elf/ld configure:2950: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:2962: result: yes configure:2967: checking for /usr/libexec/elf/ld option to reload object files configure:2974: result: -r configure:2979: checking for BSD-compatible nm configure:3015: result: /usr/bin/nm -B configure:3018: checking for a sed that does not truncate output configure:3100: result: /usr/bin/sed configure:3103: checking whether ln -s works configure:3107: result: yes configure:3114: checking how to recognise dependent libraries configure:3295: result: pass_all configure:3308: checking command to parse /usr/bin/nm -B output configure:3389: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3392: $? = 0 configure:3396: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:3399: $? = 0 configure:3451: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c conftstm.o >&5 configure:3454: $? = 0 configure:3498: result: ok configure:3507: checking how to run the C preprocessor configure:3533: cc -E -I/usr/local/include conftest.c configure:3539: $? = 0 configure:3566: cc -E -I/usr/local/include conftest.c configure:3563: ac_nonexistent.h: No such file or directory configure:3572: $? = 1 configure: failed program was: #line 3562 "configure" #include "confdefs.h" #include configure:3609: result: cc -E configure:3624: cc -E -I/usr/local/include conftest.c configure:3630: $? = 0 configure:3657: cc -E -I/usr/local/include conftest.c configure:3654: ac_nonexistent.h: No such file or directory configure:3663: $? = 1 configure: failed program was: #line 3653 "configure" #include "confdefs.h" #include configure:3703: checking for egrep configure:3713: result: grep -E configure:3718: checking for ANSI C header files configure:3732: cc -E -I/usr/local/include conftest.c configure:3738: $? = 0 configure:3825: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:3828: $? = 0 configure:3830: ./conftest configure:3833: $? = 0 configure:3847: result: yes configure:3871: checking for sys/types.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for sys/stat.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for stdlib.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for string.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for memory.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for strings.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for inttypes.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for stdint.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3913: stdint.h: No such file or directory configure:3887: $? = 1 configure: failed program was: #line 3877 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3903: result: no configure:3871: checking for unistd.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3929: checking dlfcn.h usability configure:3938: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3941: $? = 0 configure:3944: test -s conftest.o configure:3947: $? = 0 configure:3956: result: yes configure:3960: checking dlfcn.h presence configure:3967: cc -E -I/usr/local/include conftest.c configure:3973: $? = 0 configure:3991: result: yes configure:4009: checking for dlfcn.h configure:4016: result: yes configure:4214: checking for ranlib configure:4230: found /usr/bin/ranlib configure:4241: result: ranlib configure:4294: checking for strip configure:4310: found /usr/bin/strip configure:4321: result: strip configure:4526: checking for objdir configure:4537: result: .libs configure:4554: checking for cc option to produce PIC configure:4700: result: -fPIC configure:4704: checking if cc PIC flag -fPIC works configure:4724: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c >&5 configure:4727: $? = 0 configure:4730: test -s conftest.o configure:4733: $? = 0 configure:4770: result: yes configure:4786: checking if cc static flag -static works configure:4807: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -static conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:4810: $? = 0 configure:4813: test -s conftest configure:4816: $? = 0 configure:4831: result: yes configure:4843: checking if cc supports -c -o file.o configure:4863: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c >&5 configure:4887: result: yes configure:4892: checking if cc supports -c -o file.lo configure:4916: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c >&5 configure:4919: $? = 0 configure:4922: test -s conftest.lo configure:4925: $? = 0 configure:4946: result: yes configure:4977: checking if cc supports -fno-rtti -fno-exceptions configure:4996: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 configure:4999: $? = 0 configure:5002: test -s conftest.o configure:5005: $? = 0 configure:5021: result: yes configure:5032: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:5724: result: yes configure:5729: checking how to hardcode library paths into programs configure:5753: result: immediate configure:5758: checking whether stripping libraries is possible configure:5763: result: yes configure:5774: checking dynamic linker characteristics configure:6176: result: freebsd4.8 ld.so configure:6181: checking if libtool supports shared libraries configure:6183: result: yes configure:6186: checking whether to build shared libraries configure:6207: result: yes configure:6210: checking whether to build static libraries configure:6214: result: yes configure:6840: checking whether -lc should be explicitly linked in configure:6848: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:6851: $? = 0 configure:6865: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:6868: $? = 1 configure:6881: result: yes configure:7501: checking for gcc configure:7527: result: cc configure:7769: checking for C compiler version configure:7772: cc --version &5 2.95.4 configure:7775: $? = 0 configure:7777: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:7780: $? = 0 configure:7782: cc -V &5 cc: argument to `-V' is missing configure:7785: $? = 1 configure:7788: checking whether we are using the GNU C compiler configure:7830: result: yes configure:7836: checking whether cc accepts -g configure:7873: result: yes configure:7890: checking for cc option to accept ANSI C configure:7973: result: none needed configure:7991: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:7994: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:8186: checking for C++ compiler version configure:8189: c++ --version &5 2.95.4 configure:8192: $? = 0 configure:8194: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:8197: $? = 0 configure:8199: c++ -V &5 c++: argument to `-V' missing configure:8202: $? = 1 configure:8205: checking whether we are using the GNU C++ compiler configure:8226: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8229: $? = 0 configure:8232: test -s conftest.o configure:8235: $? = 0 configure:8247: result: yes configure:8253: checking whether c++ accepts -g configure:8271: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:8274: $? = 0 configure:8277: test -s conftest.o configure:8280: $? = 0 configure:8290: result: yes configure:8330: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8333: $? = 0 configure:8336: test -s conftest.o configure:8339: $? = 0 configure:8361: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8364: $? = 0 configure:8367: test -s conftest.o configure:8370: $? = 0 configure:8393: checking for strerror in -lcposix configure:8420: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/X11R6/lib -L/usr/local/lib >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:8423: $? = 1 configure: failed program was: #line 8401 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); int main () { strerror (); ; return 0; } configure:8440: result: no configure:8448: checking for ANSI C header files configure:8577: result: yes configure:8588: checking whether strcasecmp is declared configure:8609: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8612: $? = 0 configure:8615: test -s conftest.o configure:8618: $? = 0 configure:8628: result: yes configure:8697: result: Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation configure:8714: result: Using $(sysconfdir)/gconf/schemas/ as install directory for schema files configure:8748: checking for pkg-config configure:8766: found /usr/local/bin/pkg-config configure:8779: result: /usr/local/bin/pkg-config configure:8796: checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0 configure:8800: result: yes configure:8804: checking GNOMEMEETING_CFLAGS configure:8807: result: -DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 configure:8810: checking GNOMEMEETING_LIBS configure:8813: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv configure:8844: checking for long configure:8865: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8868: $? = 0 configure:8871: test -s conftest.o configure:8874: $? = 0 configure:8884: result: yes configure:8887: checking size of long configure:9129: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:9132: $? = 0 configure:9134: ./conftest configure:9137: $? = 0 configure:9157: result: 4 configure:9168: checking whether OS type is supported configure:9193: result: yes configure:9230: checking for PTLib includes configure:9232: result: configure:9238: checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h configure:9253: result: no configure:9272: error: You need PTLib's header files to build GnomeMeeting ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=' -O -pipe -march=pentiumpro' ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_env_LDFLAGS_set= ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_prog_make_gmake_set=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= ac_cv_type_long=yes ac_cv_cxx_compiler_gnu=yes lt_cv_prog_cc_shlib= ac_cv_env_CXX_set=set lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set= lt_cv_ld_reload_flag=-r lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-unknown-freebsd4.8 ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' ac_cv_env_CC_set=set lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_sizeof_long=4 ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-unknown-freebsd4.8 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_target_alias=i386-unknown-freebsd4.8 ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-unknown-freebsd4.8 ac_cv_env_host_alias_value= ac_cv_file__usr_ports_net_gnomemeeting_______devel_pwlib_work_pwlib_include_ptlib_pprocess_h=no ac_cv_prog_cxx_g=yes lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_build=i386-unknown-freebsd4.8 ac_cv_env_build_alias_value= lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc lt_cv_compiler_o_lo=yes ac_cv_target=i386-unknown-freebsd4.8 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_have_decl_strcasecmp=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing aclocal-1.4' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing automake-1.4' CATALOGS='' CATOBJEXT='' CC='cc' CFLAGS='-O -pipe -march=pentiumpro' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXFLAGS=' -O -pipe -march=pentiumpro' DATADIRNAME='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GCONF_SCHEMAS_INSTALL_FALSE='#' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='xml::/usr/X11R6/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas/' GETTEXT_PACKAGE='' GMOFILES='' GMSGFMT='' GNOMEMEETING_CFLAGS='-DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 ' GNOMEMEETING_INCLUDES='' GNOMEMEETING_LDADD='' GNOMEMEETING_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCHEMAS_FALSE='' INSTALL_SCHEMAS_TRUE='' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTOBJEXT='' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_MERGE='$(top_builddir)/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UPDATE='$(top_builddir)/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' LDFLAGS='' LIBOBJS='' LIBS='-L/usr/X11R6/lib -L/usr/local/lib' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='' MSGFMT='' OBJEXT='o' PACKAGE='gnomemeeting' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting' PACKAGE_NAME='gnomemeeting' PACKAGE_STRING='gnomemeeting 0.98.5' PACKAGE_TARNAME='gnomemeeting' PACKAGE_VERSION='0.98.5' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SCHEMA_AGE='26' SDL_CFLAGS='' SDL_CONFIG='/usr/local/bin/sdl11-config' SDL_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='' VERSION='0.98.5' XGETTEXT='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-unknown-freebsd4.8' build_alias='' build_cpu='i386' build_os='freebsd4.8' build_vendor='unknown' datadir='/usr/X11R6/share/gnome' exec_prefix='NONE' gnomeconfdir='' gnomedatadir='' host='i386-unknown-freebsd4.8' host_alias='' host_cpu='i386' host_os='freebsd4.8' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/X11R6/share/gnome' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/X11R6' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-freebsd4.8' target_alias='' target_cpu='i386' target_os='freebsd4.8' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define BUILD_NUMBER 5 #define BUILD_TYPE ReleaseCode #define HAVE_DECL_STRCASECMP 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define MAJOR_VERSION 0 #define MINOR_VERSION 98 #define PACKAGE "gnomemeeting" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting" #define PACKAGE_NAME "gnomemeeting" #define PACKAGE_STRING "gnomemeeting 0.98.5" #define PACKAGE_TARNAME "gnomemeeting" #define PACKAGE_VERSION "0.98.5" #define SIZEOF_LONG 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.98.5" configure: exit 1 --=-JiWR+79HJaLYH38QAl2f Content-Disposition: inline; filename=config.log Content-Type: text/plain; name=config.log; charset=iso-8859-1 Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gnomemeeting configure 0.98.5, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure --with-ptlib-includes=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib --with-ptlib-libs=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/lib --with-openh323-includes=/usr/ports/net/gnomemeeting/../openh323/work/openh323/include --with-openh323-libs=/usr/ports/net/gnomemeeting/../openh323/work/openh323/lib --with-ldap-includes=/usr/local/include --with-openldap-libs=/usr/local/lib --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 ## --------- ## ## Platform. ## ## --------- ## hostname = Demon.vickiandstacey.com uname -m = i386 uname -r = 4.8-RC uname -s = FreeBSD uname -v = FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1475: checking build system type configure:1493: result: i386-unknown-freebsd4.8 configure:1501: checking host system type configure:1515: result: i386-unknown-freebsd4.8 configure:1523: checking target system type configure:1537: result: i386-unknown-freebsd4.8 configure:1566: checking for a BSD-compatible install configure:1620: result: /usr/bin/install -c -o root -g wheel configure:1631: checking whether build environment is sane configure:1674: result: yes configure:1689: checking whether gmake sets ${MAKE} configure:1709: result: yes configure:1741: checking for working aclocal-1.4 configure:1752: result: missing configure:1756: checking for working autoconf configure:1763: result: found configure:1771: checking for working automake-1.4 configure:1782: result: missing configure:1786: checking for working autoheader configure:1793: result: found configure:1801: checking for working makeinfo configure:1808: result: found configure:1819: checking whether to enable maintainer-specific portions of Makefiles configure:1828: result: no configure:1851: checking for intltool >= 0.20 configure:1861: result: 0.27.2 found configure:1914: checking for perl configure:1932: found /usr/bin/perl configure:1944: result: /usr/bin/perl configure:2089: checking for gcc configure:2115: result: cc configure:2357: checking for C compiler version configure:2360: cc --version &5 2.95.4 configure:2363: $? = 0 configure:2365: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2368: $? = 0 configure:2370: cc -V &5 cc: argument to `-V' is missing configure:2373: $? = 1 configure:2393: checking for C compiler default output configure:2396: cc -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2399: $? = 0 configure:2433: result: a.out configure:2438: checking whether the C compiler works configure:2444: ./a.out configure:2447: $? = 0 configure:2462: result: yes configure:2469: checking whether we are cross compiling configure:2471: result: no configure:2474: checking for suffix of executables configure:2476: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2479: $? = 0 configure:2502: result: configure:2508: checking for suffix of object files configure:2526: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2529: $? = 0 configure:2548: result: o configure:2552: checking whether we are using the GNU C compiler configure:2573: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2576: $? = 0 configure:2579: test -s conftest.o configure:2582: $? = 0 configure:2594: result: yes configure:2600: checking whether cc accepts -g configure:2618: cc -c -g -I/usr/local/include conftest.c >&5 configure:2621: $? = 0 configure:2624: test -s conftest.o configure:2627: $? = 0 configure:2637: result: yes configure:2654: checking for cc option to accept ANSI C configure:2711: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2714: $? = 0 configure:2717: test -s conftest.o configure:2720: $? = 0 configure:2737: result: none needed configure:2755: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2758: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2878: checking for ld used by GCC configure:2941: result: /usr/libexec/elf/ld configure:2950: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:2962: result: yes configure:2967: checking for /usr/libexec/elf/ld option to reload object files configure:2974: result: -r configure:2979: checking for BSD-compatible nm configure:3015: result: /usr/bin/nm -B configure:3018: checking for a sed that does not truncate output configure:3100: result: /usr/bin/sed configure:3103: checking whether ln -s works configure:3107: result: yes configure:3114: checking how to recognise dependent libraries configure:3295: result: pass_all configure:3308: checking command to parse /usr/bin/nm -B output configure:3389: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3392: $? = 0 configure:3396: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:3399: $? = 0 configure:3451: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c conftstm.o >&5 configure:3454: $? = 0 configure:3498: result: ok configure:3507: checking how to run the C preprocessor configure:3533: cc -E -I/usr/local/include conftest.c configure:3539: $? = 0 configure:3566: cc -E -I/usr/local/include conftest.c configure:3563: ac_nonexistent.h: No such file or directory configure:3572: $? = 1 configure: failed program was: #line 3562 "configure" #include "confdefs.h" #include configure:3609: result: cc -E configure:3624: cc -E -I/usr/local/include conftest.c configure:3630: $? = 0 configure:3657: cc -E -I/usr/local/include conftest.c configure:3654: ac_nonexistent.h: No such file or directory configure:3663: $? = 1 configure: failed program was: #line 3653 "configure" #include "confdefs.h" #include configure:3703: checking for egrep configure:3713: result: grep -E configure:3718: checking for ANSI C header files configure:3732: cc -E -I/usr/local/include conftest.c configure:3738: $? = 0 configure:3825: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:3828: $? = 0 configure:3830: ./conftest configure:3833: $? = 0 configure:3847: result: yes configure:3871: checking for sys/types.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for sys/stat.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for stdlib.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for string.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for memory.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for strings.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for inttypes.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3871: checking for stdint.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3913: stdint.h: No such file or directory configure:3887: $? = 1 configure: failed program was: #line 3877 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3903: result: no configure:3871: checking for unistd.h configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3887: $? = 0 configure:3890: test -s conftest.o configure:3893: $? = 0 configure:3903: result: yes configure:3929: checking dlfcn.h usability configure:3938: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3941: $? = 0 configure:3944: test -s conftest.o configure:3947: $? = 0 configure:3956: result: yes configure:3960: checking dlfcn.h presence configure:3967: cc -E -I/usr/local/include conftest.c configure:3973: $? = 0 configure:3991: result: yes configure:4009: checking for dlfcn.h configure:4016: result: yes configure:4214: checking for ranlib configure:4230: found /usr/bin/ranlib configure:4241: result: ranlib configure:4294: checking for strip configure:4310: found /usr/bin/strip configure:4321: result: strip configure:4526: checking for objdir configure:4537: result: .libs configure:4554: checking for cc option to produce PIC configure:4700: result: -fPIC configure:4704: checking if cc PIC flag -fPIC works configure:4724: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c >&5 configure:4727: $? = 0 configure:4730: test -s conftest.o configure:4733: $? = 0 configure:4770: result: yes configure:4786: checking if cc static flag -static works configure:4807: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -static conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:4810: $? = 0 configure:4813: test -s conftest configure:4816: $? = 0 configure:4831: result: yes configure:4843: checking if cc supports -c -o file.o configure:4863: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c >&5 configure:4887: result: yes configure:4892: checking if cc supports -c -o file.lo configure:4916: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c >&5 configure:4919: $? = 0 configure:4922: test -s conftest.lo configure:4925: $? = 0 configure:4946: result: yes configure:4977: checking if cc supports -fno-rtti -fno-exceptions configure:4996: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 configure:4999: $? = 0 configure:5002: test -s conftest.o configure:5005: $? = 0 configure:5021: result: yes configure:5032: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:5724: result: yes configure:5729: checking how to hardcode library paths into programs configure:5753: result: immediate configure:5758: checking whether stripping libraries is possible configure:5763: result: yes configure:5774: checking dynamic linker characteristics configure:6176: result: freebsd4.8 ld.so configure:6181: checking if libtool supports shared libraries configure:6183: result: yes configure:6186: checking whether to build shared libraries configure:6207: result: yes configure:6210: checking whether to build static libraries configure:6214: result: yes configure:6840: checking whether -lc should be explicitly linked in configure:6848: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:6851: $? = 0 configure:6865: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:6868: $? = 1 configure:6881: result: yes configure:7501: checking for gcc configure:7527: result: cc configure:7769: checking for C compiler version configure:7772: cc --version &5 2.95.4 configure:7775: $? = 0 configure:7777: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:7780: $? = 0 configure:7782: cc -V &5 cc: argument to `-V' is missing configure:7785: $? = 1 configure:7788: checking whether we are using the GNU C compiler configure:7830: result: yes configure:7836: checking whether cc accepts -g configure:7873: result: yes configure:7890: checking for cc option to accept ANSI C configure:7973: result: none needed configure:7991: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:7994: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:8186: checking for C++ compiler version configure:8189: c++ --version &5 2.95.4 configure:8192: $? = 0 configure:8194: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:8197: $? = 0 configure:8199: c++ -V &5 c++: argument to `-V' missing configure:8202: $? = 1 configure:8205: checking whether we are using the GNU C++ compiler configure:8226: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8229: $? = 0 configure:8232: test -s conftest.o configure:8235: $? = 0 configure:8247: result: yes configure:8253: checking whether c++ accepts -g configure:8271: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:8274: $? = 0 configure:8277: test -s conftest.o configure:8280: $? = 0 configure:8290: result: yes configure:8330: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8333: $? = 0 configure:8336: test -s conftest.o configure:8339: $? = 0 configure:8361: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 configure:8364: $? = 0 configure:8367: test -s conftest.o configure:8370: $? = 0 configure:8393: checking for strerror in -lcposix configure:8420: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/X11R6/lib -L/usr/local/lib >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:8423: $? = 1 configure: failed program was: #line 8401 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); int main () { strerror (); ; return 0; } configure:8440: result: no configure:8448: checking for ANSI C header files configure:8577: result: yes configure:8588: checking whether strcasecmp is declared configure:8609: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8612: $? = 0 configure:8615: test -s conftest.o configure:8618: $? = 0 configure:8628: result: yes configure:8697: result: Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation configure:8714: result: Using $(sysconfdir)/gconf/schemas/ as install directory for schema files configure:8748: checking for pkg-config configure:8766: found /usr/local/bin/pkg-config configure:8779: result: /usr/local/bin/pkg-config configure:8796: checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0 configure:8800: result: yes configure:8804: checking GNOMEMEETING_CFLAGS configure:8807: result: -DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 configure:8810: checking GNOMEMEETING_LIBS configure:8813: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv configure:8844: checking for long configure:8865: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8868: $? = 0 configure:8871: test -s conftest.o configure:8874: $? = 0 configure:8884: result: yes configure:8887: checking size of long configure:9129: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:9132: $? = 0 configure:9134: ./conftest configure:9137: $? = 0 configure:9157: result: 4 configure:9168: checking whether OS type is supported configure:9193: result: yes configure:9230: checking for PTLib includes configure:9232: result: configure:9238: checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h configure:9253: result: no configure:9272: error: You need PTLib's header files to build GnomeMeeting ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=' -O -pipe -march=pentiumpro' ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_env_LDFLAGS_set= ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_prog_make_gmake_set=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= ac_cv_type_long=yes ac_cv_cxx_compiler_gnu=yes lt_cv_prog_cc_shlib= ac_cv_env_CXX_set=set lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set= lt_cv_ld_reload_flag=-r lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-unknown-freebsd4.8 ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' ac_cv_env_CC_set=set lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_sizeof_long=4 ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-unknown-freebsd4.8 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_target_alias=i386-unknown-freebsd4.8 ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-unknown-freebsd4.8 ac_cv_env_host_alias_value= ac_cv_file__usr_ports_net_gnomemeeting_______devel_pwlib_work_pwlib_include_ptlib_pprocess_h=no ac_cv_prog_cxx_g=yes lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_build=i386-unknown-freebsd4.8 ac_cv_env_build_alias_value= lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc lt_cv_compiler_o_lo=yes ac_cv_target=i386-unknown-freebsd4.8 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_have_decl_strcasecmp=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing aclocal-1.4' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing automake-1.4' CATALOGS='' CATOBJEXT='' CC='cc' CFLAGS='-O -pipe -march=pentiumpro' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXFLAGS=' -O -pipe -march=pentiumpro' DATADIRNAME='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GCONF_SCHEMAS_INSTALL_FALSE='#' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='xml::/usr/X11R6/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas/' GETTEXT_PACKAGE='' GMOFILES='' GMSGFMT='' GNOMEMEETING_CFLAGS='-DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 ' GNOMEMEETING_INCLUDES='' GNOMEMEETING_LDADD='' GNOMEMEETING_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCHEMAS_FALSE='' INSTALL_SCHEMAS_TRUE='' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTOBJEXT='' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_MERGE='$(top_builddir)/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UPDATE='$(top_builddir)/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' LDFLAGS='' LIBOBJS='' LIBS='-L/usr/X11R6/lib -L/usr/local/lib' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='' MSGFMT='' OBJEXT='o' PACKAGE='gnomemeeting' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting' PACKAGE_NAME='gnomemeeting' PACKAGE_STRING='gnomemeeting 0.98.5' PACKAGE_TARNAME='gnomemeeting' PACKAGE_VERSION='0.98.5' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SCHEMA_AGE='26' SDL_CFLAGS='' SDL_CONFIG='/usr/local/bin/sdl11-config' SDL_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='' VERSION='0.98.5' XGETTEXT='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-unknown-freebsd4.8' build_alias='' build_cpu='i386' build_os='freebsd4.8' build_vendor='unknown' datadir='/usr/X11R6/share/gnome' exec_prefix='NONE' gnomeconfdir='' gnomedatadir='' host='i386-unknown-freebsd4.8' host_alias='' host_cpu='i386' host_os='freebsd4.8' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/X11R6/share/gnome' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/X11R6' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-freebsd4.8' target_alias='' target_cpu='i386' target_os='freebsd4.8' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define BUILD_NUMBER 5 #define BUILD_TYPE ReleaseCode #define HAVE_DECL_STRCASECMP 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define MAJOR_VERSION 0 #define MINOR_VERSION 98 #define PACKAGE "gnomemeeting" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting" #define PACKAGE_NAME "gnomemeeting" #define PACKAGE_STRING "gnomemeeting 0.98.5" #define PACKAGE_TARNAME "gnomemeeting" #define PACKAGE_VERSION "0.98.5" #define SIZEOF_LONG 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.98.5" configure: exit 1 --=-JiWR+79HJaLYH38QAl2f-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 15:56:12 2003 Return-Path: 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 20A7F16A4BF for ; Sun, 21 Sep 2003 15:56:12 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845CB43FF2 for ; Sun, 21 Sep 2003 15:56:10 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8LMrfRq021856 for ; Sun, 21 Sep 2003 18:53:41 -0400 From: Adam McLaurin To: FreeBSD Gnome In-Reply-To: <1064180147.80730.34.camel@localhost> References: <1064180147.80730.34.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-P1hq99WddhW3YvHqHzYd" Message-Id: <1064184963.56449.1.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 18:56:03 -0400 Subject: Re: Cannot upgrade to Gnome-2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 22:56:12 -0000 --=-P1hq99WddhW3YvHqHzYd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 17:35, Stacey Roberts wrote: > Hello, > After several attempts over several hours, I am not able to > seccessfully portupgrade to Gnome-2.4. >=20 > I have tried the procedure: > pkgdb -F > (answer yes to all prompts) > # portupgrade ORBit2 libbonobo > # portupgrade -rf -m BATCH=3Dyes atk > # portupgrade -R -m BATCH=3Dyes gnome2 >=20 > on four occasions, all ending in failure. I'd strongly recommend 'pkgdb -F' after *every* step here, not just as the beginning. There's many things that need fixing even after just upgrading ORBit2 and libbonobo. If you need more real-time help, stop by #freebsd-gnome on FreeNode IRC (irc.freenode.net). Several of us there to help you. --=20 Adam McLaurin --=-P1hq99WddhW3YvHqHzYd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/biyDt+DSc2Q4lGYRAi5mAJ961P5Tzb87A1Z2XP/a1v2pW8x0BgCdGvtp 4JrIAtZnJSh9HvLOICtEoQ8= =0lGi -----END PGP SIGNATURE----- --=-P1hq99WddhW3YvHqHzYd-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 16:13:23 2003 Return-Path: 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 44BAB16A4B3; Sun, 21 Sep 2003 16:13:23 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3144343FDD; Sun, 21 Sep 2003 16:13:20 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-182.dsl.in-addr.zen.co.uk ([82.68.31.182] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1DOH-0001uh-41; Sun, 21 Sep 2003 23:13:17 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8LND6B3057723; Mon, 22 Sep 2003 00:13:06 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8LND1SH057722; Mon, 22 Sep 2003 00:13:01 +0100 (BST) Date: Mon, 22 Sep 2003 00:13:01 +0100 From: Stacey Roberts To: roger@FreeBSD.ORG Message-ID: <20030921231301.GA57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.182] cc: gnome@FreeBSD.ORG Subject: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 23:13:23 -0000 --jho1yZJdad60DJr+ Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 and= now (my attempted) reinstallation for the port. Here is what I did after several failed attempts at portupgrading to Gnome-= 2.4 since yesterday: Logged off from X cd /usr/ports/x11/gnome2 make deinstall clean make clean make install clean The last command fails with the following: # make clean =3D=3D=3D> Cleaning for fileroller-2.4.0.1,1 =3D=3D=3D> Cleaning for lha-1.14i_1 =3D=3D=3D> Cleaning for lzo-1.08_1 =3D=3D=3D> Cleaning for lzop-1.01 =3D=3D=3D> Cleaning for unzip-5.50_2 =3D=3D=3D> Cleaning for zip-2.3_1 =3D=3D=3D> Cleaning for zoo-2.10.1 =3D=3D=3D> Cleaning for esound-0.2.32 =3D=3D=3D> Cleaning for gnomeaudio2-2.0.0 =3D=3D=3D> Cleaning for gnomemedia2-2.4.0 =3D=3D=3D> Cleaning for gnomespeech-0.2.7 =3D=3D=3D> Cleaning for lame-3.93.1 =3D=3D=3D> Cleaning for libaudiofile-0.2.3 =3D=3D=3D> Cleaning for libsidplay-1.36.57 =3D=3D=3D> Cleaning for sox-12.17.4 =3D=3D=3D> Cleaning for libiconv-1.9.1_1 =3D=3D=3D> Cleaning for gnomeutils2-2.4.0,1 =3D=3D=3D> Cleaning for gucharmap-gnome-1.0.0 =3D=3D=3D> Cleaning for ORBit-0.5.17_1 =3D=3D=3D> Cleaning for ORBit2-2.8.1 =3D=3D=3D> Cleaning for atk-1.4.0 =3D=3D=3D> Cleaning for autoconf-2.53_1 =3D=3D=3D> Cleaning for automake-1.5,1 =3D=3D=3D> Cleaning for bison-1.75_1 =3D=3D=3D> Cleaning for bugbuddy2-2.4.0 =3D=3D=3D> Cleaning for fam-2.6.9_3 =3D=3D=3D> Cleaning for gconf2-2.4.0.1 =3D=3D=3D> Cleaning for gettext-0.12.1 =3D=3D=3D> Cleaning for glib-1.2.10_10 =3D=3D=3D> Cleaning for glib-2.2.3 =3D=3D=3D> Cleaning for gmake-3.80_1 =3D=3D=3D> Cleaning for gnomevfs2-2.4.0 =3D=3D=3D> Cleaning for imake-4.3.0_1 =3D=3D=3D> Cleaning for libIDL-0.8.2 =3D=3D=3D> Cleaning for libbonobo-2.4.0 =3D=3D=3D> Cleaning for libglade2-2.0.1_1 =3D=3D=3D> Cleaning for libgnugetopt-1.2 =3D=3D=3D> Cleaning for libgsf-1.8.1 =3D=3D=3D> Cleaning for libgtop2-2.0.5 =3D=3D=3D> Cleaning for libltdl-1.5 =3D=3D=3D> Cleaning for libtool-1.3.5_1 =3D=3D=3D> Cleaning for m4-1.4_1 =3D=3D=3D> Cleaning for nasm-0.98.35,1 =3D=3D=3D> Cleaning for pkgconfig-0.15.0 =3D=3D=3D> Cleaning for popt-1.6.4_1 =3D=3D=3D> Cleaning for pwlib-1.5.0_2 =3D=3D=3D> Cleaning for gedit2-2.4.0 =3D=3D=3D> Cleaning for gnomegames2-2.4.0 =3D=3D=3D> Cleaning for Hermes-1.3.3 =3D=3D=3D> Cleaning for Mesa-3.4.2_2 =3D=3D=3D> Cleaning for eog2-2.4.0 =3D=3D=3D> Cleaning for gle-3.0.3 =3D=3D=3D> Cleaning for gpdf-0.110 =3D=3D=3D> Cleaning for jpeg-6b_1 =3D=3D=3D> Cleaning for lcms-1.09,1 =3D=3D=3D> Cleaning for libart_lgpl2-2.3.16 =3D=3D=3D> Cleaning for libgnomecanvas-2.4.0 =3D=3D=3D> Cleaning for libmng-1.0.5_1 =3D=3D=3D> Cleaning for librsvg2-2.4.0 =3D=3D=3D> Cleaning for png-1.2.5_2 =3D=3D=3D> Cleaning for tiff-3.5.7_1 =3D=3D=3D> Cleaning for guile-1.6.4_2 =3D=3D=3D> Cleaning for python-2.3_1 =3D=3D=3D> Cleaning for gcalctool-4.3.3_1 =3D=3D=3D> Cleaning for gnome-icon-theme-1.0.9 =3D=3D=3D> Cleaning for gnomehier-1.0_8 =3D=3D=3D> Cleaning for gnomemimedata-2.4.0 =3D=3D=3D> Cleaning for gnomeuserdocs2-2.4.0 =3D=3D=3D> Cleaning for help2man-1.29 =3D=3D=3D> Cleaning for acme-2.4.0 =3D=3D=3D> Cleaning for gstreamer-0.6.3 =3D=3D=3D> Cleaning for gstreamer-plugins-0.6.3 =3D=3D=3D> Cleaning for libmpeg2-0.3.1_1 =3D=3D=3D> Cleaning for nautilus-media-0.3.3.1 =3D=3D=3D> Cleaning for gnomemeeting-0.98.5 =3D=3D=3D> Cleaning for linc-1.0.3 =3D=3D=3D> Cleaning for openh323-1.12.0_1 =3D=3D=3D> Cleaning for openldap-client-2.0.27 =3D=3D=3D> Cleaning for cups-base-1.1.19.0 =3D=3D=3D> Cleaning for freetype2-2.1.4_1 =3D=3D=3D> Cleaning for ggv2-2.4.0.1 =3D=3D=3D> Cleaning for ghostscript-gnu-7.07_3 =3D=3D=3D> Cleaning for libgnomeprint-2.3.1 =3D=3D=3D> Cleaning for cdrtools-2.0.3 =3D=3D=3D> Cleaning for gconf-editor-2.4.0,1 =3D=3D=3D> Cleaning for gnomecontrolcenter2-2.4.0 =3D=3D=3D> Cleaning for gnomesystemmonitor-2.4.0 =3D=3D=3D> Cleaning for gok-0.8.2 =3D=3D=3D> Cleaning for mkisofs-2.0.3 =3D=3D=3D> Cleaning for nautilus-cd-burner-0.5.3 =3D=3D=3D> Cleaning for aspell-0.50.3_1 =3D=3D=3D> Cleaning for docbook-sk-4.1.2 =3D=3D=3D> Cleaning for docbook-xml-4.2_1 =3D=3D=3D> Cleaning for docbook-xsl-1.61.3_1 =3D=3D=3D> Cleaning for expat-1.95.6_1 =3D=3D=3D> Cleaning for intltool-0.27.2 =3D=3D=3D> Cleaning for libxml2-2.5.11 =3D=3D=3D> Cleaning for libxslt-1.0.33 =3D=3D=3D> Cleaning for py23-expat-2.3_2 =3D=3D=3D> Cleaning for scrollkeeper-0.3.12_2,1 =3D=3D=3D> Cleaning for sdocbook-xml-4.1.2.5_1 =3D=3D=3D> Cleaning for xmlcatmgr-0.2_1 =3D=3D=3D> Cleaning for epiphany-1.0 =3D=3D=3D> Cleaning for libgtkhtml-2.4.0 =3D=3D=3D> Cleaning for mozilla-1.4,2 =3D=3D=3D> Cleaning for mozilla-gtk2-1.4 =3D=3D=3D> Cleaning for mozilla-headers-1.4,2 =3D=3D=3D> Cleaning for nautilus2-2.4.0 =3D=3D=3D> Cleaning for XFree86-fontEncodings-4.3.0 =3D=3D=3D> Cleaning for XFree86-fontScalable-4.3.0 =3D=3D=3D> Cleaning for Xft-2.1.2 =3D=3D=3D> Cleaning for bitstream-vera-1.10 =3D=3D=3D> Cleaning for fontconfig-2.2.90_3 =3D=3D=3D> Cleaning for at-spi-1.3.7 =3D=3D=3D> Cleaning for eel2-2.4.0 =3D=3D=3D> Cleaning for gail-1.4.0 =3D=3D=3D> Cleaning for gnome-themes-2.4.0 =3D=3D=3D> Cleaning for gtk-engines2-2.2.0 =3D=3D=3D> Cleaning for gtk-1.2.10_10 =3D=3D=3D> Cleaning for gtk-2.2.4 =3D=3D=3D> Cleaning for gtksourceview-0.6.0 =3D=3D=3D> Cleaning for libbonoboui-2.4.0 =3D=3D=3D> Cleaning for libgail-gnome-1.0.2_2 =3D=3D=3D> Cleaning for libgnomeprintui-2.3.1 =3D=3D=3D> Cleaning for libgnomeui-2.4.0.1_1 =3D=3D=3D> Cleaning for libwnck-2.4.0.1 =3D=3D=3D> Cleaning for pango-1.2.5 =3D=3D=3D> Cleaning for vte-0.11.10 =3D=3D=3D> Cleaning for metacity-2.6.1 =3D=3D=3D> Cleaning for XFree86-clients-4.3.0_3 =3D=3D=3D> Cleaning for XFree86-libraries-4.3.0_6 =3D=3D=3D> Cleaning for gdm2-2.4.4.1_1 =3D=3D=3D> Cleaning for gnomeapplets2-2.4.0 =3D=3D=3D> Cleaning for gnomedesktop-2.4.0 =3D=3D=3D> Cleaning for gnomemag-0.10.3 =3D=3D=3D> Cleaning for gnomepanel-2.4.0_1 =3D=3D=3D> Cleaning for gnomesession-2.4.0 =3D=3D=3D> Cleaning for gnometerminal-2.4.0.1 =3D=3D=3D> Cleaning for gnopernicus-0.7.0 =3D=3D=3D> Cleaning for libgnome-2.4.0 =3D=3D=3D> Cleaning for startup-notification-0.5_1 =3D=3D=3D> Cleaning for xscreensaver-gnome-4.13 =3D=3D=3D> Cleaning for yelp-2.4.0 =3D=3D=3D> Cleaning for zenity-1.6 =3D=3D=3D> Cleaning for gnome2-2.4.0 root@Demon /usr/ports/x11/gnome2 # make install clean =3D=3D=3D> Extracting for gnome2-2.4.0 >> No MD5 checksum file. =3D=3D=3D> Patching for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - found =3D=3D=3D> Configuring for gnome2-2.4.0 =3D=3D=3D> Installing for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_appl= et2 - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-cd - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-dictionary - found =3D=3D=3D> gnome2-2.4.0 depends on executable: eog - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-control-center - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: gconf-editor - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnect - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gedit - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-terminal - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-session - found =3D=3D=3D> gnome2-2.4.0 depends on executable: bug-buddy - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-system-monitor - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus - found =3D=3D=3D> gnome2-2.4.0 depends on executable: yelp - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gdm - found =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties-cap= plet - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user= -guide/C/user-guide.xml - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sounds/qu= estion.wav - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/lib= gail-gnome.pc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: file-roller - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighCont= rast/gtk-2.0/gtkrc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: ggv - found =3D=3D=3D> gnome2-2.4.0 depends on executable: acme - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gok - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gpdf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gcalctool - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gucharmap - found =3D=3D=3D> gnome2-2.4.0 depends on executable: zenity - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gst-thumbnail - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bitstre= am-vera/Vera.ttf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnomemeeting - not found =3D=3D=3D> Verifying install for gnomemeeting in /usr/ports/net/gnomemee= ting =3D=3D=3D> Extracting for gnomemeeting-0.98.5 >> Checksum OK for gnomemeeting-0.98.5.tar.bz2. =3D=3D=3D> Patching for gnomemeeting-0.98.5 =3D=3D=3D> Applying FreeBSD patches for gnomemeeting-0.98.5 =3D=3D=3D> gnomemeeting-0.98.5 depends on file: /nonexistent - found =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: gmake - found =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: bison - found =3D=3D=3D> gnomemeeting-0.98.5 depends on file: /usr/X11R6/libdata/pkgcon= fig/gnome-mime-data-2.0.pc - found =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: pkg-config - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: ldap.2 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: X11.6 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: esd.2 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: glib-2.0.200 - = found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: atk-1.0.400 - f= ound =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: pango-1.0.200 -= found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gtk-x11-2.0.200= - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: linc.1 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: IDL-2.0 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: ORBit-2.0 - fou= nd =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: glade-2.0.0 - f= ound =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: xml2.5 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: xslt.1 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: bonobo-2.0 - fo= und =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gconf-2.5 - fou= nd =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomevfs-2.400 = - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomecanvas-2.4= 00 - found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: art_lgpl_2.5 - = found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnome-2.400 - f= ound =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: bonoboui-2.0 - = found =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomeui-2.400 -= found =3D=3D=3D> Configuring for gnomemeeting-0.98.5 checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 checking target system type... i386-unknown-freebsd4.8 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... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >=3D 0.20... 0.27.2 found checking for perl... /usr/bin/perl 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... 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 ld used by GCC... /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 for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -E 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... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries= ... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.8 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for strerror in -lcposix... no checking for ANSI C header files... (cached) yes checking whether strcasecmp is declared... yes Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema= installation Using $(sysconfdir)/gconf/schemas/ as install directory for schema files checking for pkg-config... /usr/local/bin/pkg-config checking for gtk+-2.0 >=3D 2.0.6 esound >=3D 0.2.28 gconf-2.0 >=3D 1.2.1 li= bxml-2.0 >=3D 2.4.23 libgnome-2.0 >=3D 2.0.0 libgnomeui-2.0 >=3D 2.0.0... y= es checking GNOMEMEETING_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/in= clude/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inclu= de -I/usr/local/include -I/usr/local/include/orbit-2.0 -I/usr/local/include= /libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-act= ivation-2.0 -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/pango-1.0 -I/usr/X11R6/= include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/= X11R6/include/libgnome-2.0 -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 checking GNOMEMEETING_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/li= b -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -l= xml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11= -2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxf= t-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11= -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-= 2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv checking for long... yes checking size of long... 4 checking whether OS type is supported... yes checking for PTLib includes... checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/inclu= de/ptlib/pprocess.h... no configure: error: You need PTLib's header files to build GnomeMeeting =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to roger@FreeBSD.org [maintainer] and attach the "/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/config.log" including the output of the failure of your make command. Also, it mi= ght be a good idea to provide an overview of all packages installed on yo= ur system (e.g. an `ls /var/db/pkg`). *** Error code 1 =20 Stop in /usr/ports/net/gnomemeeting. *** Error code 1 =20 Stop in /usr/ports/x11/gnome2. root@Demon /usr/ports/x11/gnome2 # So, as the error message indicates, I am writing this mail to you in the ho= pe that you might be able to assist. I've attached config.log for gnomemeeting here as well as a file containing= the installed pkglist as is suggested in the error message as well. Please let me know if there is anything more I can provide in terms of mean= ingful information / logs / configs that might help. Thanks for the time. Regards, Stacey --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkglist total 11429 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 AbiWord-gnome-1.0.6 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Hermes-1.3.3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 ImageMagick-5.5.6_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Mesa-3.4.2_2 drwxr-xr-x 2 root wheel 512 Aug 27 19:11 ORBit-0.5.17_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ORBit2-2.8.1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 WhistlerK-200010142358 drwxr-xr-x 2 root wheel 512 Sep 6 02:02 XFree86-4.3.0,1 drwxr-xr-x 2 root wheel 512 Sep 6 00:52 XFree86-FontServer-4.3.0_2 drwxr-xr-x 2 root wheel 512 Sep 6 02:07 XFree86-Server-4.3.0_10 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-clients-4.3.0_3 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-documents-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font100dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font75dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontCyrillic-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontDefaultBitmaps-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontEncodings-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontScalable-4.3.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-libraries-4.3.0_6 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 Xaw3d-1.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Xft-2.1.2 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 a2ps-letterdj-4.13b_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 acme-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 acroread-5.08 drwxr-xr-x 2 root wheel 512 Jul 18 18:50 apache-1.3.28 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 apsfilter-7.2.5_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 aspell-0.50.3_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 at-spi-1.3.7 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 atk-1.4.0 drwxr-xr-x 2 root wheel 512 Oct 20 2002 autoconf-2.53_1 drwxr-xr-x 2 root wheel 512 Nov 30 2002 autoconf213-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Apr 23 23:25 automake-1.5,1 drwxr-xr-x 2 root wheel 512 Nov 30 2002 automake14-1.4.5_9 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 bash-2.05b.007 drwxr-xr-x 2 root wheel 512 Aug 27 19:21 bison-1.75_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bitstream-vera-1.10 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 bluefish-0.7_1 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-1.0.22 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-conf-0.16 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 buffy-0.2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bugbuddy2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 08:27 cdrtools-2.0.3 drwxr-xr-x 2 root wheel 512 Jun 26 22:17 chkrootkit-0.41 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 clean-theme-gtk-200103022011 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 colorstep-200011041447 drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat22-i386-4.6.2 drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat3x-i386-4.4.20020925 drwxr-xr-x 2 root wheel 512 Dec 21 2002 compat4x-i386-4.7 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 cups-base-1.1.19.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 cvsup-16.1h drwxr-xr-x 2 root wheel 512 Aug 19 20:50 db3-3.3.11,1 drwxr-xr-x 2 root wheel 512 Sep 5 20:04 ddclient-3.6.2 drwxr-xr-x 2 root wheel 512 Sep 21 15:58 dia-gnome-0.91_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-sk-4.1.2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xsl-1.61.3_1 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 eel-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eel2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 engradient-200011051535 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 enlightenment-0.16.5_7 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eog2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 esound-0.2.32 drwxr-xr-x 2 root wheel 512 Sep 21 14:34 etherape-0.9.0_1 drwxr-xr-x 2 root wheel 512 Sep 21 22:06 evolution-1.4.4_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 expat-1.95.6_1 drwxr-xr-x 2 root wheel 512 Apr 16 10:42 ezm3-1.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fam-2.6.9_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fileroller-2.4.0.1,1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 fnlib-0.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fontconfig-2.2.90_3 drwxr-xr-x 2 root wheel 512 Aug 27 21:40 freetype-1.3.1_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 freetype2-2.1.4_1 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 freeze-2.5_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gail-1.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 20:30 gaim-0.68 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gal-0.24 drwxr-xr-x 2 root wheel 512 Sep 21 18:52 gal2-1.99.9 drwxr-xr-x 2 root wheel 512 Sep 21 15:20 gcalctool-4.3.3_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gconf-1.0.9_5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf-editor-2.4.0,1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Sep 6 00:40 gd-2.0.15_1,1 drwxr-xr-x 2 root wheel 512 Aug 27 22:52 gdbm-1.8.3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gdk-pixbuf-0.22.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gdm2-2.4.4.1_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gedit2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gettext-0.12.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ggv2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ghostscript-gnu-7.07_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gle-3.0.3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 glib-1.2.10_10 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 glib-2.2.3 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 glibwww-0.2_1 drwxr-xr-x 2 root wheel 512 Aug 27 22:34 gmake-3.80_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-icon-theme-1.0.9 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gnome-look-0.1.3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-pkgview-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-themes-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeapplets2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeaudio2-2.0.0 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomebasic-0.0.20 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomecanvas-0.22.0 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomecontrolcenter-1.4.0.5_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomecontrolcenter2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomedb-0.2.96_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomedesktop-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomegames2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomehier-1.0_8 drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomelibs-1.4.2_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemedia2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemimedata-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomepanel-2.4.0_1 drwxr-xr-x 2 root wheel 512 Sep 21 22:06 gnomepilot2-2.0.10 drwxr-xr-x 2 root wheel 512 Sep 19 19:30 gnomeprint-0.37 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesession-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 16:32 gnomespell-1.0.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesystemmonitor-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnometerminal-2.4.0.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeuserdocs2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeutils2-2.4.0,1 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomevfs-1.0.5_4 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomevfs2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gnumeric-1.0.13 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gob-1.0.12 drwxr-xr-x 2 root wheel 512 Aug 27 20:00 gob2-2.0.6 drwxr-xr-x 2 root wheel 512 Sep 21 17:27 gok-0.8.2 drwxr-xr-x 2 root wheel 512 Sep 21 15:15 gpdf-0.110 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gqview-1.2.2_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-0.6.3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-plugins-0.6.3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gtk-1.2.10_10 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-2.2.4 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-Mac2-theme-200003050858 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-0.12_2 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-collection-1.8 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-engines2-2.2.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-flat-theme-200010301024 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-qn-x11-theme-0.1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-zenith-theme-1.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkbe-200007091019 drwxr-xr-x 2 root wheel 512 Sep 21 20:57 gtkglarea-1.99.0_2 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gtkhtml-1.1.10 drwxr-xr-x 2 root wheel 512 Sep 21 19:00 gtkhtml3-3.0.8 drwxr-xr-x 2 root wheel 512 Sep 21 14:18 gtksourceview-0.6.0 drwxr-xr-x 2 root wheel 512 Sep 21 20:29 gtkspell2-2.0.4 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-2.2 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-pastel-200007290343 drwxr-xr-x 2 root wheel 512 Sep 21 16:19 gucharmap-gnome-1.0.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 guile-1.6.4_2 drwxr-xr-x 2 root wheel 512 Sep 19 19:37 guppi-0.40.3_3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gv-3.5.8_3 drwxr-xr-x 2 root wheel 512 Aug 19 00:03 hdf-4.1r5 drwxr-xr-x 2 root wheel 512 Nov 6 2002 help2man-1.29 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 hpijs-1.4.1 drwxr-xr-x 2 root wheel 512 Sep 19 19:14 html2ps-letter-1.0_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 icegradient-200012290259 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 imake-4.3.0_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 imlib-1.9.14_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 intltool-0.27.2 drwxr-xr-x 2 root wheel 512 Apr 6 00:24 ispell-3.2.06_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:13 ixj-1.1.0 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jasper-1.700.2 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jbigkit-1.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 jpeg-6b_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lame-3.93.1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 lcms-1.09,1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lha-1.14i_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libIDL-0.8.2 drwxr-xr-x 2 root wheel 512 Sep 21 20:29 libao-esound-0.8.3_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libart_lgpl2-2.3.16 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libaudiofile-0.2.3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonobo-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonoboui-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libcapplet-1.4.0.5_1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libfpx-1.2.0.9 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgail-gnome-1.0.2_2 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libgda-0.2.96_1 drwxr-xr-x 2 root wheel 512 Aug 27 21:40 libghttp-1.0.9 drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libglade-0.17_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libglade2-2.0.1_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnome-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomecanvas-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprint-2.3.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprintui-2.3.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeui-2.4.0.1_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnugetopt-1.2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgsf-1.8.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtkhtml-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtop2-2.0.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libiconv-1.9.1_1 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libijs-0.34 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libltdl-1.5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libmpeg2-0.3.1_1 drwxr-xr-x 2 root wheel 512 Aug 23 11:45 libole2-0.2.4 drwxr-xr-x 2 root wheel 512 Aug 27 22:53 librep-0.16.2_2 drwxr-xr-x 2 root wheel 512 Sep 19 19:30 librsvg-1.0.3_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 librsvg2-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libsidplay-1.36.57 drwxr-xr-x 2 root wheel 512 Sep 21 18:52 libsoup-1.99.23 drwxr-xr-x 2 root wheel 512 Sep 20 00:31 libtool-1.3.5_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libungif-4.1.0b1_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libunicode-0.4_3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libwmf-0.2.8 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libwnck-2.4.0.1 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libwww-5.4.0 drwxr-xr-x 2 root wheel 512 Aug 19 20:52 libxml-1.8.17_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxml2-2.5.11 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxslt-1.0.33 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libzvt-2.0.1_6 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 linc-1.0.3 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-flashplugin-6.0r79 drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-openmotif-2.1.30 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-opera-7.11.20030515_2 drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-png-1.0.14_2 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 linux_base-7.1_5 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzo-1.08_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzop-1.01 drwxr-xr-x 2 root wheel 512 Nov 30 2002 m4-1.4_1 drwxr-xr-x 2 root wheel 512 Sep 19 19:38 medusa-0.5.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 metacity-2.6.1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mkcatalog-1.1 drwxr-xr-x 2 root wheel 512 Sep 21 08:27 mkisofs-2.0.3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mpg123-esound-0.59r_9 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-fonts-0.50 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-gtk-esound-0.90.0.110_4 drwxr-xr-x 2 root wheel 512 Jul 24 22:30 mplayer-skins-1.0.5_2 drwxr-xr-x 2 root wheel 512 Mar 30 12:14 nasm-0.98.35,1 drwxr-xr-x 2 root wheel 512 Sep 21 08:29 nautilus-cd-burner-0.5.3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus-media-0.3.3.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus2-2.4.0 drwxr-xr-x 2 root wheel 512 Jul 31 19:00 netatalk-1.6.3,1 drwxr-xr-x 2 root wheel 512 Aug 30 14:58 netpbm-10.17_1 drwxr-xr-x 2 root wheel 512 Jul 1 21:45 nmap-3.30 drwxr-xr-x 2 root wheel 512 Jun 11 23:45 nspr-4.3_2 drwxr-xr-x 2 root wheel 512 Jun 11 23:52 nss-3.8 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 oaf-0.6.10_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 open-motif-2.2.2_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:26 openldap-client-2.0.27 drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Authen-SASL-2.04 drwxr-xr-x 2 root wheel 512 Aug 19 19:15 p5-Digest-MD5-2.27 drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Parser-3.31 drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Tagset-3.03 drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-MIME-Base64-2.20 drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Net-1.16,1 drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-URI-1.25 drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-libwww-5.69 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pango-1.2.5 drwxr-xr-x 2 root wheel 512 Aug 3 2002 pgp-6.5.8 drwxr-xr-x 2 root wheel 512 Sep 21 18:35 pilot-link-0.11.7_2 drwxr-xr-x 2 root wheel 512 Jul 22 2002 pkg_remove-1.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pkgconfig-0.15.0 -rw-r--r-- 1 root wheel 11376640 Sep 21 22:18 pkgdb.db drwxr-xr-x 2 root wheel 512 Sep 20 20:29 plugger-4.0_3 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 png-1.2.5_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 popt-1.6.4_1 drwxr-xr-x 2 root wheel 512 Jul 23 2002 portcheckout-2.0 drwxr-xr-x 2 root wheel 512 Aug 19 01:36 portlint-2.4.4 drwxr-xr-x 2 root wheel 512 Aug 13 2002 portsentry-1.1 drwxr-xr-x 2 root wheel 512 Aug 18 22:53 portupgrade-20030723 drwxr-xr-x 2 root wheel 512 Jul 31 21:06 psiconv-0.8.3_1 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 psutils-letter-1.17_1 drwxr-xr-x 2 root wheel 512 Sep 21 23:26 pwlib-1.5.0_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 py23-expat-2.3_2 drwxr-xr-x 2 root wheel 512 Sep 21 21:03 py23-gtk-2.0.0 drwxr-xr-x 2 root wheel 512 Sep 21 20:57 py23-numeric-23.0 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 python-2.3_1 drwxr-xr-x 2 root wheel 512 Sep 19 19:30 rep-gtk-gnome-0.15_1 drwxr-xr-x 2 root wheel 512 Aug 27 23:12 rpm-3.0.6_8 drwxr-xr-x 2 root wheel 512 Mar 4 2003 rsync-2.5.6_1 drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-1.6.8.2003.04.19 drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-bdb1-0.2.1 drwxr-xr-x 2 root wheel 512 Apr 19 23:26 ruby-rdoc-0.0.0.b2 drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 drwxr-xr-x 2 root wheel 512 Jul 31 18:58 samba-2.2.8a drwxr-xr-x 2 root wheel 512 Sep 21 23:36 scrollkeeper-0.3.12_2,1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sdocbook-xml-4.1.2.5_1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 sidplay-1.0.9 drwxr-xr-x 2 root wheel 512 Aug 27 20:05 soup-0.7.11 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sox-12.17.4 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 startup-notification-0.5_1 drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tcl-8.3.5_2 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 teTeX-2.0.2_2 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 thinice-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 tiff-3.5.7_1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 timidity++-esound-2.11.3_1 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 timidity++-motif-2.11.3 drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tk-8.3.5_2 drwxr-xr-x 2 root wheel 512 Jun 30 20:56 trafshow-3.1_3 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 transfig-3.2.4_1 drwxr-xr-x 2 root wheel 512 Dec 22 2002 tripwire-2.3.1.2_1 drwxr-xr-x 2 root wheel 512 Aug 27 23:18 umix-0.5_2 drwxr-xr-x 2 root wheel 512 Jul 31 20:28 unzip-5.50_2 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 vte-0.11.10 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 wavplay-1.4 drwxr-xr-x 2 root wheel 512 Sep 6 00:40 webalizer-2.1.10_4 drwxr-xr-x 2 root wheel 512 Nov 9 2002 weblint-1.020 drwxr-xr-x 2 root wheel 512 Aug 27 23:23 wget-1.8.2_4 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 win32-codecs-2.0.90,1 drwxr-xr-x 2 root wheel 512 Sep 6 02:02 wrapper-1.0_3 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xanim-2.92.0 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenophilia-200105061008 drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenostep-200011270836_1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xlhtml-0.5.1 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xmlcatmgr-0.2_1 drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xmp-esound-2.0.4 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xscreensaver-gnome-4.13 drwxr-xr-x 2 root wheel 512 Sep 21 23:36 yelp-2.4.0 drwxr-xr-x 2 root wheel 512 Sep 21 17:30 zenity-1.6 drwxr-xr-x 2 root wheel 512 Jul 27 2002 zip-2.3_1 drwxr-xr-x 2 root wheel 512 Sep 21 14:40 zoo-2.10.1 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: quoted-printable This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gnomemeeting configure 0.98.5, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure --with-ptlib-includes=3D/usr/ports/net/gnomemeeting/../../d= evel/pwlib/work/pwlib/include/ptlib --with-ptlib-libs=3D/usr/ports/net/gnom= emeeting/../../devel/pwlib/work/pwlib/lib --with-openh323-includes=3D/usr/p= orts/net/gnomemeeting/../openh323/work/openh323/include --with-openh323-lib= s=3D/usr/ports/net/gnomemeeting/../openh323/work/openh323/lib --with-ldap-i= ncludes=3D/usr/local/include --with-openldap-libs=3D/usr/local/lib --x-libr= aries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --localstatedir=3D= /usr/X11R6/share/gnome --datadir=3D/usr/X11R6/share/gnome --with-html-dir= =3D/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=3Dxml::/usr/X= 11R6/etc/gconf/gconf.xml.defaults --prefix=3D/usr/X11R6 ## --------- ## ## Platform. ## ## --------- ## hostname =3D Demon.vickiandstacey.com uname -m =3D i386 uname -r =3D 4.8-RC uname -s =3D FreeBSD uname -v =3D FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon= .vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER=20 /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/games PATH: /usr/X11R6/bin PATH: /home/stacey/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1475: checking build system type configure:1493: result: i386-unknown-freebsd4.8 configure:1501: checking host system type configure:1515: result: i386-unknown-freebsd4.8 configure:1523: checking target system type configure:1537: result: i386-unknown-freebsd4.8 configure:1566: checking for a BSD-compatible install configure:1620: result: /usr/bin/install -c -o root -g wheel configure:1631: checking whether build environment is sane configure:1674: result: yes configure:1689: checking whether gmake sets ${MAKE} configure:1709: result: yes configure:1741: checking for working aclocal-1.4 configure:1752: result: missing configure:1756: checking for working autoconf configure:1763: result: found configure:1771: checking for working automake-1.4 configure:1782: result: missing configure:1786: checking for working autoheader configure:1793: result: found configure:1801: checking for working makeinfo configure:1808: result: found configure:1819: checking whether to enable maintainer-specific portions of = Makefiles configure:1828: result: no configure:1851: checking for intltool >=3D 0.20 configure:1861: result: 0.27.2 found configure:1914: checking for perl configure:1932: found /usr/bin/perl configure:1944: result: /usr/bin/perl configure:2089: checking for gcc configure:2115: result: cc configure:2357: checking for C compiler version configure:2360: cc --version &5 2.95.4 configure:2363: $? =3D 0 configure:2365: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2368: $? =3D 0 configure:2370: cc -V &5 cc: argument to `-V' is missing configure:2373: $? =3D 1 configure:2393: checking for C compiler default output configure:2396: cc -O -pipe -march=3Dpentiumpro -I/usr/local/include conft= est.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2399: $? =3D 0 configure:2433: result: a.out configure:2438: checking whether the C compiler works configure:2444: ./a.out configure:2447: $? =3D 0 configure:2462: result: yes configure:2469: checking whether we are cross compiling configure:2471: result: no configure:2474: checking for suffix of executables configure:2476: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:2479: $? =3D 0 configure:2502: result:=20 configure:2508: checking for suffix of object files configure:2526: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:2529: $? =3D 0 configure:2548: result: o configure:2552: checking whether we are using the GNU C compiler configure:2573: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:2576: $? =3D 0 configure:2579: test -s conftest.o configure:2582: $? =3D 0 configure:2594: result: yes configure:2600: checking whether cc accepts -g configure:2618: cc -c -g -I/usr/local/include conftest.c >&5 configure:2621: $? =3D 0 configure:2624: test -s conftest.o configure:2627: $? =3D 0 configure:2637: result: yes configure:2654: checking for cc option to accept ANSI C configure:2711: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 configure:2714: $? =3D 0 configure:2717: test -s conftest.o configure:2720: $? =3D 0 configure:2737: result: none needed configure:2755: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 conftest.c:2: syntax error before `me' configure:2758: $? =3D 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2878: checking for ld used by GCC configure:2941: result: /usr/libexec/elf/ld configure:2950: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:2962: result: yes configure:2967: checking for /usr/libexec/elf/ld option to reload object fi= les configure:2974: result: -r configure:2979: checking for BSD-compatible nm configure:3015: result: /usr/bin/nm -B configure:3018: checking for a sed that does not truncate output configure:3100: result: /usr/bin/sed configure:3103: checking whether ln -s works configure:3107: result: yes configure:3114: checking how to recognise dependent libraries configure:3295: result: pass_all configure:3308: checking command to parse /usr/bin/nm -B output configure:3389: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3392: $? =3D 0 configure:3396: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIS= TW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> = conftest.nm configure:3399: $? =3D 0 configure:3451: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude conftest.c conftstm.o >&5 configure:3454: $? =3D 0 configure:3498: result: ok configure:3507: checking how to run the C preprocessor configure:3533: cc -E -I/usr/local/include conftest.c configure:3539: $? =3D 0 configure:3566: cc -E -I/usr/local/include conftest.c configure:3563: ac_nonexistent.h: No such file or directory configure:3572: $? =3D 1 configure: failed program was: #line 3562 "configure" #include "confdefs.h" #include configure:3609: result: cc -E configure:3624: cc -E -I/usr/local/include conftest.c configure:3630: $? =3D 0 configure:3657: cc -E -I/usr/local/include conftest.c configure:3654: ac_nonexistent.h: No such file or directory configure:3663: $? =3D 1 configure: failed program was: #line 3653 "configure" #include "confdefs.h" #include configure:3703: checking for egrep configure:3713: result: grep -E configure:3718: checking for ANSI C header files configure:3732: cc -E -I/usr/local/include conftest.c configure:3738: $? =3D 0 configure:3825: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:3828: $? =3D 0 configure:3830: ./conftest configure:3833: $? =3D 0 configure:3847: result: yes configure:3871: checking for sys/types.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for sys/stat.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for stdlib.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for string.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for memory.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for strings.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for inttypes.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3871: checking for stdint.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3913: stdint.h: No such file or directory configure:3887: $? =3D 1 configure: failed program was: #line 3877 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3903: result: no configure:3871: checking for unistd.h configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3887: $? =3D 0 configure:3890: test -s conftest.o configure:3893: $? =3D 0 configure:3903: result: yes configure:3929: checking dlfcn.h usability configure:3938: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:3941: $? =3D 0 configure:3944: test -s conftest.o configure:3947: $? =3D 0 configure:3956: result: yes configure:3960: checking dlfcn.h presence configure:3967: cc -E -I/usr/local/include conftest.c configure:3973: $? =3D 0 configure:3991: result: yes configure:4009: checking for dlfcn.h configure:4016: result: yes configure:4214: checking for ranlib configure:4230: found /usr/bin/ranlib configure:4241: result: ranlib configure:4294: checking for strip configure:4310: found /usr/bin/strip configure:4321: result: strip configure:4526: checking for objdir configure:4537: result: .libs configure:4554: checking for cc option to produce PIC configure:4700: result: -fPIC configure:4704: checking if cc PIC flag -fPIC works configure:4724: cc -c -O -pipe -march=3Dpentiumpro -fPIC -DPIC -I/usr/local= /include conftest.c >&5 configure:4727: $? =3D 0 configure:4730: test -s conftest.o configure:4733: $? =3D 0 configure:4770: result: yes configure:4786: checking if cc static flag -static works configure:4807: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude -static conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:4810: $? =3D 0 configure:4813: test -s conftest configure:4816: $? =3D 0 configure:4831: result: yes configure:4843: checking if cc supports -c -o file.o configure:4863: cc -c -O -pipe -march=3Dpentiumpro -o out/conftest2.o -I/us= r/local/include conftest.c >&5 configure:4887: result: yes configure:4892: checking if cc supports -c -o file.lo configure:4916: cc -c -O -pipe -march=3Dpentiumpro -c -o conftest.lo -I/usr= /local/include conftest.c >&5 configure:4919: $? =3D 0 configure:4922: test -s conftest.lo configure:4925: $? =3D 0 configure:4946: result: yes configure:4977: checking if cc supports -fno-rtti -fno-exceptions configure:4996: cc -c -O -pipe -march=3Dpentiumpro -fno-rtti -fno-exception= s -c conftest.c -I/usr/local/include conftest.c >&5 configure:4999: $? =3D 0 configure:5002: test -s conftest.o configure:5005: $? =3D 0 configure:5021: result: yes configure:5032: checking whether the linker (/usr/libexec/elf/ld) supports = shared libraries configure:5724: result: yes configure:5729: checking how to hardcode library paths into programs configure:5753: result: immediate configure:5758: checking whether stripping libraries is possible configure:5763: result: yes configure:5774: checking dynamic linker characteristics configure:6176: result: freebsd4.8 ld.so configure:6181: checking if libtool supports shared libraries configure:6183: result: yes configure:6186: checking whether to build shared libraries configure:6207: result: yes configure:6210: checking whether to build static libraries configure:6214: result: yes configure:6840: checking whether -lc should be explicitly linked in configure:6848: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:6851: $? =3D 0 configure:6865: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conft= est 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:6868: $? =3D 1 configure:6881: result: yes configure:7501: checking for gcc configure:7527: result: cc configure:7769: checking for C compiler version configure:7772: cc --version &5 2.95.4 configure:7775: $? =3D 0 configure:7777: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:7780: $? =3D 0 configure:7782: cc -V &5 cc: argument to `-V' is missing configure:7785: $? =3D 1 configure:7788: checking whether we are using the GNU C compiler configure:7830: result: yes configure:7836: checking whether cc accepts -g configure:7873: result: yes configure:7890: checking for cc option to accept ANSI C configure:7973: result: none needed configure:7991: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 conftest.c:2: syntax error before `me' configure:7994: $? =3D 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:8186: checking for C++ compiler version configure:8189: c++ --version &5 2.95.4 configure:8192: $? =3D 0 configure:8194: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:8197: $? =3D 0 configure:8199: c++ -V &5 c++: argument to `-V' missing configure:8202: $? =3D 1 configure:8205: checking whether we are using the GNU C++ compiler configure:8226: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/include c= onftest.cc >&5 configure:8229: $? =3D 0 configure:8232: test -s conftest.o configure:8235: $? =3D 0 configure:8247: result: yes configure:8253: checking whether c++ accepts -g configure:8271: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:8274: $? =3D 0 configure:8277: test -s conftest.o configure:8280: $? =3D 0 configure:8290: result: yes configure:8330: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/include c= onftest.cc >&5 configure:8333: $? =3D 0 configure:8336: test -s conftest.o configure:8339: $? =3D 0 configure:8361: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/include c= onftest.cc >&5 configure:8364: $? =3D 0 configure:8367: test -s conftest.o configure:8370: $? =3D 0 configure:8393: checking for strerror in -lcposix configure:8420: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude conftest.c -lcposix -L/usr/X11R6/lib -L/usr/local/lib >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:8423: $? =3D 1 configure: failed program was: #line 8401 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); int main () { strerror (); ; return 0; } configure:8440: result: no configure:8448: checking for ANSI C header files configure:8577: result: yes configure:8588: checking whether strcasecmp is declared configure:8609: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:8612: $? =3D 0 configure:8615: test -s conftest.o configure:8618: $? =3D 0 configure:8628: result: yes configure:8697: result: Using config source xml::/usr/X11R6/etc/gconf/gconf= .xml.defaults for schema installation configure:8714: result: Using $(sysconfdir)/gconf/schemas/ as install direc= tory for schema files configure:8748: checking for pkg-config configure:8766: found /usr/local/bin/pkg-config configure:8779: result: /usr/local/bin/pkg-config configure:8796: checking for gtk+-2.0 >=3D 2.0.6 esound >=3D 0.2.28 gconf-2= .0 >=3D 1.2.1 libxml-2.0 >=3D 2.4.23 libgnome-2.0 >=3D 2.0.0 libgnomeui-2.0= >=3D 2.0.0 configure:8800: result: yes configure:8804: checking GNOMEMEETING_CFLAGS configure:8807: result: -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2= -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-= 2.0 -I/usr/local/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11= R6/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/gconf/2 -I/usr/X11R6/in= clude/libgnome-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnom= e-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 =20 configure:8810: checking GNOMEMEETING_LIBS configure:8813: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/u= sr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -= lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -= lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 = -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpan= go-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgo= bject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv =20 configure:8844: checking for long configure:8865: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include con= ftest.c >&5 configure:8868: $? =3D 0 configure:8871: test -s conftest.o configure:8874: $? =3D 0 configure:8884: result: yes configure:8887: checking size of long configure:9129: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/local/in= clude conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 configure:9132: $? =3D 0 configure:9134: ./conftest configure:9137: $? =3D 0 configure:9157: result: 4 configure:9168: checking whether OS type is supported configure:9193: result: yes configure:9230: checking for PTLib includes configure:9232: result:=20 configure:9238: checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/= work/pwlib/include/ptlib/pprocess.h configure:9253: result: no configure:9272: error: You need PTLib's header files to build GnomeMeeting ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=3D' -O -pipe -march=3Dpentiumpro' ac_cv_header_stdlib_h=3Dyes lt_cv_file_magic_cmd=3D'$MAGIC_CMD' ac_cv_lib_cposix_strerror=3Dno ac_cv_prog_cc_g=3Dyes ac_cv_path_INTLTOOL_PERL=3D/usr/bin/perl ac_cv_env_LDFLAGS_set=3D ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config lt_cv_prog_cc_can_build_shared=3Dyes ac_cv_c_compiler_gnu=3Dyes ac_cv_exeext=3D ac_cv_env_CFLAGS_set=3Dset ac_cv_prog_make_gmake_set=3Dyes ac_cv_env_CPP_value=3D ac_cv_env_CPPFLAGS_set=3Dset lt_cv_prog_cc_static_works=3Dyes lt_cv_prog_cc_no_builtin=3D ac_cv_type_long=3Dyes ac_cv_cxx_compiler_gnu=3Dyes lt_cv_prog_cc_shlib=3D ac_cv_env_CXX_set=3Dset lt_cv_prog_cc_static=3D-static ac_cv_env_host_alias_set=3D lt_cv_ld_reload_flag=3D-r lt_cv_archive_cmds_need_lc=3Dyes ac_cv_header_sys_stat_h=3Dyes lt_cv_prog_gnu_ld=3Dyes ac_cv_env_build_alias_set=3D ac_cv_env_LDFLAGS_value=3D ac_cv_env_target_alias_set=3D ac_cv_prog_cc_stdc=3D ac_cv_host_alias=3Di386-unknown-freebsd4.8 ac_cv_env_CFLAGS_value=3D'-O -pipe -march=3Dpentiumpro' ac_cv_env_CC_set=3Dset lt_cv_prog_cc_wl=3D-Wl, ac_cv_header_sys_types_h=3Dyes ac_cv_header_stdc=3Dyes ac_cv_header_strings_h=3Dyes lt_cv_path_SED=3D/usr/bin/sed ac_cv_sizeof_long=3D4 ac_cv_header_stdint_h=3Dno ac_cv_header_inttypes_h=3Dyes ac_cv_prog_egrep=3D'grep -E' ac_cv_header_unistd_h=3Dyes ac_cv_header_string_h=3Dyes lt_cv_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern char \= 1;/p'\''' lt_cv_path_LD=3D/usr/libexec/elf/ld ac_cv_build_alias=3Di386-unknown-freebsd4.8 ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include ac_cv_prog_ac_ct_RANLIB=3Dranlib ac_cv_header_memory_h=3Dyes ac_cv_target_alias=3Di386-unknown-freebsd4.8 ac_cv_env_CXXFLAGS_set=3Dset ac_cv_env_CXX_value=3Dc++ ac_cv_prog_ac_ct_STRIP=3Dstrip ac_cv_host=3Di386-unknown-freebsd4.8 ac_cv_env_host_alias_value=3D ac_cv_file__usr_ports_net_gnomemeeting_______devel_pwlib_work_pwlib_include= _ptlib_pprocess_h=3Dno ac_cv_prog_cxx_g=3Dyes lt_cv_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\) $/ {= \"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2= ", (lt_ptr) \&\2},/p'\''' lt_cv_compiler_c_o=3Dyes lt_cv_prog_cc_pic_works=3Dyes lt_cv_file_magic_test_file=3D ac_cv_prog_CPP=3D'cc -E' ac_cv_build=3Di386-unknown-freebsd4.8 ac_cv_env_build_alias_value=3D lt_cv_prog_cc_pic=3D' -fPIC' lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGI= STW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=3Dpass_all ac_cv_prog_ac_ct_CC=3Dcc lt_cv_compiler_o_lo=3Dyes ac_cv_target=3Di386-unknown-freebsd4.8 ac_cv_env_target_alias_value=3D ac_cv_env_CC_value=3Dcc lt_cv_path_NM=3D'/usr/bin/nm -B' ac_cv_env_CPP_set=3D ac_cv_header_dlfcn_h=3Dyes ac_cv_have_decl_strcasecmp=3Dyes ac_cv_objext=3Do ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing acl= ocal-1.4' AUTOCONF=3D'autoconf' AUTOHEADER=3D'autoheader' AUTOMAKE=3D'/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing au= tomake-1.4' CATALOGS=3D'' CATOBJEXT=3D'' CC=3D'cc' CFLAGS=3D'-O -pipe -march=3Dpentiumpro' CPP=3D'cc -E' CPPFLAGS=3D'-I/usr/local/include' CXX=3D'c++' CXXFLAGS=3D' -O -pipe -march=3Dpentiumpro' DATADIRNAME=3D'' DEFS=3D'' ECHO=3D'echo' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'grep -E' EXEEXT=3D'' GCONF_SCHEMAS_INSTALL_FALSE=3D'#' GCONF_SCHEMAS_INSTALL_TRUE=3D'' GCONF_SCHEMA_CONFIG_SOURCE=3D'xml::/usr/X11R6/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR=3D'$(sysconfdir)/gconf/schemas/' GETTEXT_PACKAGE=3D'' GMOFILES=3D'' GMSGFMT=3D'' GNOMEMEETING_CFLAGS=3D'-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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 = -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2= .0 -I/usr/local/include/libart-2.0 -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/gconf/2 -I/usr/X11R6/inc= lude/libgnome-2.0 -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/l= ibgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 ' GNOMEMEETING_INCLUDES=3D'' GNOMEMEETING_LDADD=3D'' GNOMEMEETING_LIBS=3D'-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/= X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgn= omecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgd= k-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lX= ft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-= 1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobje= ct-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' INSTALL_DATA=3D'install -c -o root -g wheel -m 444' INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' INSTALL_SCHEMAS_FALSE=3D'' INSTALL_SCHEMAS_TRUE=3D'' INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' INSTOBJEXT=3D'' INTLLIBS=3D'' INTLTOOL_CAVES_RULE=3D'%.caves: %.caves.in $(INTLTOOL_MERGE) $(wild= card $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po= $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DESKTOP_RULE=3D'%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wi= ldcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/= po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DIRECTORY_RULE=3D'%.directory: %.directory.in $(INTLTOOL_MERGE) $(= wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir= )/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_EXTRACT=3D'$(top_builddir)/intltool-extract' INTLTOOL_KEYS_RULE=3D'%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildc= ard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po = $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_MERGE=3D'$(top_builddir)/intltool-merge' INTLTOOL_OAF_RULE=3D'%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildca= rd $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $= < $@ -o -p' INTLTOOL_PERL=3D'/usr/bin/perl' INTLTOOL_PONG_RULE=3D'%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildc= ard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po = $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_PROP_RULE=3D'%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildc= ard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po = $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SCHEMAS_RULE=3D'%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wi= ldcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/= po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SERVER_RULE=3D'%.server: %.server.in $(INTLTOOL_MERGE) $(wil= dcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/p= o $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SHEET_RULE=3D'%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wild= card $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po= $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SOUNDLIST_RULE=3D'%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(= wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir= )/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_THEME_RULE=3D'%.theme: %.theme.in $(INTLTOOL_MERGE) $(wild= card $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po= $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UI_RULE=3D'%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcar= d $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $<= $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UPDATE=3D'$(top_builddir)/intltool-update' INTLTOOL_XAM_RULE=3D'%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildca= rd $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $= < $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_XML_RULE=3D'%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildca= rd $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $= < $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' LDFLAGS=3D'' LIBOBJS=3D'' LIBS=3D'-L/usr/X11R6/lib -L/usr/local/lib' LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' LN_S=3D'ln -s' LTLIBOBJS=3D'' MAINT=3D'#' MAINTAINER_MODE_FALSE=3D'' MAINTAINER_MODE_TRUE=3D'#' MAKEINFO=3D'makeinfo' MKINSTALLDIRS=3D'' MSGFMT=3D'' OBJEXT=3D'o' PACKAGE=3D'gnomemeeting' PACKAGE_BUGREPORT=3D'http://bugzilla.gnome.org/enter_bug.cgi?product=3Dgnom= emeeting' PACKAGE_NAME=3D'gnomemeeting' PACKAGE_STRING=3D'gnomemeeting 0.98.5' PACKAGE_TARNAME=3D'gnomemeeting' PACKAGE_VERSION=3D'0.98.5' PATH_SEPARATOR=3D':' PKG_CONFIG=3D'/usr/local/bin/pkg-config' POFILES=3D'' POSUB=3D'' PO_IN_DATADIR_FALSE=3D'' PO_IN_DATADIR_TRUE=3D'' RANLIB=3D'ranlib' SCHEMA_AGE=3D'26' SDL_CFLAGS=3D'' SDL_CONFIG=3D'/usr/local/bin/sdl11-config' SDL_LIBS=3D'' SET_MAKE=3D'' SHELL=3D'/bin/sh' STRIP=3D'strip' USE_NLS=3D'' VERSION=3D'0.98.5' XGETTEXT=3D'' ac_ct_CC=3D'cc' ac_ct_CXX=3D'' ac_ct_RANLIB=3D'ranlib' ac_ct_STRIP=3D'strip' bindir=3D'${exec_prefix}/bin' build=3D'i386-unknown-freebsd4.8' build_alias=3D'' build_cpu=3D'i386' build_os=3D'freebsd4.8' build_vendor=3D'unknown' datadir=3D'/usr/X11R6/share/gnome' exec_prefix=3D'NONE' gnomeconfdir=3D'' gnomedatadir=3D'' host=3D'i386-unknown-freebsd4.8' host_alias=3D'' host_cpu=3D'i386' host_os=3D'freebsd4.8' host_vendor=3D'unknown' includedir=3D'${prefix}/include' infodir=3D'${prefix}/info' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localstatedir=3D'/usr/X11R6/share/gnome' mandir=3D'${prefix}/man' oldincludedir=3D'/usr/include' prefix=3D'/usr/X11R6' program_transform_name=3D's,x,x,' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' target=3D'i386-unknown-freebsd4.8' target_alias=3D'' target_cpu=3D'i386' target_os=3D'freebsd4.8' target_vendor=3D'unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define BUILD_NUMBER 5 #define BUILD_TYPE ReleaseCode #define HAVE_DECL_STRCASECMP 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define MAJOR_VERSION 0 #define MINOR_VERSION 98 #define PACKAGE "gnomemeeting" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product= =3Dgnomemeeting" #define PACKAGE_NAME "gnomemeeting" #define PACKAGE_STRING "gnomemeeting 0.98.5" #define PACKAGE_TARNAME "gnomemeeting" #define PACKAGE_VERSION "0.98.5" #define SIZEOF_LONG 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.98.5" configure: exit 1 --OgqxwSJOaUobr8KG-- --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP24wen3Q4C/Onfd9AQHQYgf+LQPclMmTNVao/uxXZlfVLLkqWuCYQgHf NfX49hQmZNhDxhytOGDB/RHXsAcZnhKrkp/Q+03/9hi8bqI9u/IZVrFGf553ZW9W l0e3zRMyA2UHdgpOIR88l0eBLHhDgnggqhah5fvcaBd/Fc9iPJ0CMsLXVrfeiTpi zhrIhbR0pV7JqNu/IwLmeAX2PyZcChuCiAPBqiTsIa7lEGctiBYXs2Yz8hu2hIOU MbVs6BH1L4tZFVOXjvtElORKvYipDEEbn7VqMZ9yYImwc8rf62lOKs/8hm/TuGB/ aiNqvJHxw0FsZfckknY0kjPIYdrq1T5ui4iybuJUs5WxHUHnQMH2bw== =uioT -----END PGP SIGNATURE----- --jho1yZJdad60DJr+-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 16:47:32 2003 Return-Path: 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 4E72F16A4B3 for ; Sun, 21 Sep 2003 16:47:32 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5094B43FE9 for ; Sun, 21 Sep 2003 16:47:24 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 78729 invoked by uid 1252); 21 Sep 2003 23:47:24 -0000 Date: 21 Sep 2003 19:47:24 -0400 Date: Sun, 21 Sep 2003 19:47:24 -0400 From: Adam Weinberger To: Stacey Roberts Message-ID: <20030921234724.GN93697@toxic.magnesium.net> References: <20030921231301.GA57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030921231301.GA57594@crom.vickiandstacey.com> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: gnome@FreeBSD.ORG cc: roger@FreeBSD.ORG Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Sep 2003 23:47:32 -0000 stacey, use portupgrade. follow the directions that joe, i, and others have told you. what you're trying *will not work*. # pkgdb -F (answer yes to all prompts) # portupgrade ORBit2 libbonobo # portupgrade -rf -m BATCH=yes atk # portupgrade -R -m BATCH=yes gnome2 # Adam >> (09.21.2003 @ 1913 PST): Stacey Roberts said, in 68K: << > Hello, > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 and now (my attempted) reinstallation for the port. > > Here is what I did after several failed attempts at portupgrading to Gnome-2.4 since yesterday: > Logged off from X > cd /usr/ports/x11/gnome2 > make deinstall clean > make clean > make install clean > > The last command fails with the following: > # make clean > ===> Cleaning for fileroller-2.4.0.1,1 > ===> Cleaning for lha-1.14i_1 > ===> Cleaning for lzo-1.08_1 > ===> Cleaning for lzop-1.01 > ===> Cleaning for unzip-5.50_2 > ===> Cleaning for zip-2.3_1 > ===> Cleaning for zoo-2.10.1 > ===> Cleaning for esound-0.2.32 > ===> Cleaning for gnomeaudio2-2.0.0 > ===> Cleaning for gnomemedia2-2.4.0 > ===> Cleaning for gnomespeech-0.2.7 > ===> Cleaning for lame-3.93.1 > ===> Cleaning for libaudiofile-0.2.3 > ===> Cleaning for libsidplay-1.36.57 > ===> Cleaning for sox-12.17.4 > ===> Cleaning for libiconv-1.9.1_1 > ===> Cleaning for gnomeutils2-2.4.0,1 > ===> Cleaning for gucharmap-gnome-1.0.0 > ===> Cleaning for ORBit-0.5.17_1 > ===> Cleaning for ORBit2-2.8.1 > ===> Cleaning for atk-1.4.0 > ===> Cleaning for autoconf-2.53_1 > ===> Cleaning for automake-1.5,1 > ===> Cleaning for bison-1.75_1 > ===> Cleaning for bugbuddy2-2.4.0 > ===> Cleaning for fam-2.6.9_3 > ===> Cleaning for gconf2-2.4.0.1 > ===> Cleaning for gettext-0.12.1 > ===> Cleaning for glib-1.2.10_10 > ===> Cleaning for glib-2.2.3 > ===> Cleaning for gmake-3.80_1 > ===> Cleaning for gnomevfs2-2.4.0 > ===> Cleaning for imake-4.3.0_1 > ===> Cleaning for libIDL-0.8.2 > ===> Cleaning for libbonobo-2.4.0 > ===> Cleaning for libglade2-2.0.1_1 > ===> Cleaning for libgnugetopt-1.2 > ===> Cleaning for libgsf-1.8.1 > ===> Cleaning for libgtop2-2.0.5 > ===> Cleaning for libltdl-1.5 > ===> Cleaning for libtool-1.3.5_1 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for nasm-0.98.35,1 > ===> Cleaning for pkgconfig-0.15.0 > ===> Cleaning for popt-1.6.4_1 > ===> Cleaning for pwlib-1.5.0_2 > ===> Cleaning for gedit2-2.4.0 > ===> Cleaning for gnomegames2-2.4.0 > ===> Cleaning for Hermes-1.3.3 > ===> Cleaning for Mesa-3.4.2_2 > ===> Cleaning for eog2-2.4.0 > ===> Cleaning for gle-3.0.3 > ===> Cleaning for gpdf-0.110 > ===> Cleaning for jpeg-6b_1 > ===> Cleaning for lcms-1.09,1 > ===> Cleaning for libart_lgpl2-2.3.16 > ===> Cleaning for libgnomecanvas-2.4.0 > ===> Cleaning for libmng-1.0.5_1 > ===> Cleaning for librsvg2-2.4.0 > ===> Cleaning for png-1.2.5_2 > ===> Cleaning for tiff-3.5.7_1 > ===> Cleaning for guile-1.6.4_2 > ===> Cleaning for python-2.3_1 > ===> Cleaning for gcalctool-4.3.3_1 > ===> Cleaning for gnome-icon-theme-1.0.9 > ===> Cleaning for gnomehier-1.0_8 > ===> Cleaning for gnomemimedata-2.4.0 > ===> Cleaning for gnomeuserdocs2-2.4.0 > ===> Cleaning for help2man-1.29 > ===> Cleaning for acme-2.4.0 > ===> Cleaning for gstreamer-0.6.3 > ===> Cleaning for gstreamer-plugins-0.6.3 > ===> Cleaning for libmpeg2-0.3.1_1 > ===> Cleaning for nautilus-media-0.3.3.1 > ===> Cleaning for gnomemeeting-0.98.5 > ===> Cleaning for linc-1.0.3 > ===> Cleaning for openh323-1.12.0_1 > ===> Cleaning for openldap-client-2.0.27 > ===> Cleaning for cups-base-1.1.19.0 > ===> Cleaning for freetype2-2.1.4_1 > ===> Cleaning for ggv2-2.4.0.1 > ===> Cleaning for ghostscript-gnu-7.07_3 > ===> Cleaning for libgnomeprint-2.3.1 > ===> Cleaning for cdrtools-2.0.3 > ===> Cleaning for gconf-editor-2.4.0,1 > ===> Cleaning for gnomecontrolcenter2-2.4.0 > ===> Cleaning for gnomesystemmonitor-2.4.0 > ===> Cleaning for gok-0.8.2 > ===> Cleaning for mkisofs-2.0.3 > ===> Cleaning for nautilus-cd-burner-0.5.3 > ===> Cleaning for aspell-0.50.3_1 > ===> Cleaning for docbook-sk-4.1.2 > ===> Cleaning for docbook-xml-4.2_1 > ===> Cleaning for docbook-xsl-1.61.3_1 > ===> Cleaning for expat-1.95.6_1 > ===> Cleaning for intltool-0.27.2 > ===> Cleaning for libxml2-2.5.11 > ===> Cleaning for libxslt-1.0.33 > ===> Cleaning for py23-expat-2.3_2 > ===> Cleaning for scrollkeeper-0.3.12_2,1 > ===> Cleaning for sdocbook-xml-4.1.2.5_1 > ===> Cleaning for xmlcatmgr-0.2_1 > ===> Cleaning for epiphany-1.0 > ===> Cleaning for libgtkhtml-2.4.0 > ===> Cleaning for mozilla-1.4,2 > ===> Cleaning for mozilla-gtk2-1.4 > ===> Cleaning for mozilla-headers-1.4,2 > ===> Cleaning for nautilus2-2.4.0 > ===> Cleaning for XFree86-fontEncodings-4.3.0 > ===> Cleaning for XFree86-fontScalable-4.3.0 > ===> Cleaning for Xft-2.1.2 > ===> Cleaning for bitstream-vera-1.10 > ===> Cleaning for fontconfig-2.2.90_3 > ===> Cleaning for at-spi-1.3.7 > ===> Cleaning for eel2-2.4.0 > ===> Cleaning for gail-1.4.0 > ===> Cleaning for gnome-themes-2.4.0 > ===> Cleaning for gtk-engines2-2.2.0 > ===> Cleaning for gtk-1.2.10_10 > ===> Cleaning for gtk-2.2.4 > ===> Cleaning for gtksourceview-0.6.0 > ===> Cleaning for libbonoboui-2.4.0 > ===> Cleaning for libgail-gnome-1.0.2_2 > ===> Cleaning for libgnomeprintui-2.3.1 > ===> Cleaning for libgnomeui-2.4.0.1_1 > ===> Cleaning for libwnck-2.4.0.1 > ===> Cleaning for pango-1.2.5 > ===> Cleaning for vte-0.11.10 > ===> Cleaning for metacity-2.6.1 > ===> Cleaning for XFree86-clients-4.3.0_3 > ===> Cleaning for XFree86-libraries-4.3.0_6 > ===> Cleaning for gdm2-2.4.4.1_1 > ===> Cleaning for gnomeapplets2-2.4.0 > ===> Cleaning for gnomedesktop-2.4.0 > ===> Cleaning for gnomemag-0.10.3 > ===> Cleaning for gnomepanel-2.4.0_1 > ===> Cleaning for gnomesession-2.4.0 > ===> Cleaning for gnometerminal-2.4.0.1 > ===> Cleaning for gnopernicus-0.7.0 > ===> Cleaning for libgnome-2.4.0 > ===> Cleaning for startup-notification-0.5_1 > ===> Cleaning for xscreensaver-gnome-4.13 > ===> Cleaning for yelp-2.4.0 > ===> Cleaning for zenity-1.6 > ===> Cleaning for gnome2-2.4.0 > root@Demon /usr/ports/x11/gnome2 # make install clean > ===> Extracting for gnome2-2.4.0 > >> No MD5 checksum file. > ===> Patching for gnome2-2.4.0 > ===> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - found > ===> Configuring for gnome2-2.4.0 > ===> Installing for gnome2-2.4.0 > ===> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - found > ===> gnome2-2.4.0 depends on executable: gnome-cd - found > ===> gnome2-2.4.0 depends on executable: gnome-dictionary - found > ===> gnome2-2.4.0 depends on executable: eog - found > ===> gnome2-2.4.0 depends on executable: gnome-control-center - found > ===> gnome2-2.4.0 depends on executable: gconf-editor - found > ===> gnome2-2.4.0 depends on executable: gnect - found > ===> gnome2-2.4.0 depends on executable: gedit - found > ===> gnome2-2.4.0 depends on executable: gnome-terminal - found > ===> gnome2-2.4.0 depends on executable: gnome-session - found > ===> gnome2-2.4.0 depends on executable: bug-buddy - found > ===> gnome2-2.4.0 depends on executable: gnome-system-monitor - found > ===> gnome2-2.4.0 depends on executable: nautilus - found > ===> gnome2-2.4.0 depends on executable: yelp - found > ===> gnome2-2.4.0 depends on executable: gdm - found > ===> gnome2-2.4.0 depends on executable: screensaver-properties-capplet - found > ===> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user-guide/C/user-guide.xml - found > ===> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sounds/question.wav - found > ===> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/libgail-gnome.pc - found > ===> gnome2-2.4.0 depends on executable: file-roller - found > ===> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighContrast/gtk-2.0/gtkrc - found > ===> gnome2-2.4.0 depends on executable: ggv - found > ===> gnome2-2.4.0 depends on executable: acme - found > ===> gnome2-2.4.0 depends on executable: gok - found > ===> gnome2-2.4.0 depends on executable: gpdf - found > ===> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found > ===> gnome2-2.4.0 depends on executable: gcalctool - found > ===> gnome2-2.4.0 depends on executable: gucharmap - found > ===> gnome2-2.4.0 depends on executable: zenity - found > ===> gnome2-2.4.0 depends on executable: gst-thumbnail - found > ===> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bitstream-vera/Vera.ttf - found > ===> gnome2-2.4.0 depends on executable: gnomemeeting - not found > ===> Verifying install for gnomemeeting in /usr/ports/net/gnomemeeting > ===> Extracting for gnomemeeting-0.98.5 > >> Checksum OK for gnomemeeting-0.98.5.tar.bz2. > ===> Patching for gnomemeeting-0.98.5 > ===> Applying FreeBSD patches for gnomemeeting-0.98.5 > ===> gnomemeeting-0.98.5 depends on file: /nonexistent - found > ===> gnomemeeting-0.98.5 depends on executable: gmake - found > ===> gnomemeeting-0.98.5 depends on executable: bison - found > ===> gnomemeeting-0.98.5 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found > ===> gnomemeeting-0.98.5 depends on executable: pkg-config - found > ===> gnomemeeting-0.98.5 depends on shared library: ldap.2 - found > ===> gnomemeeting-0.98.5 depends on shared library: X11.6 - found > ===> gnomemeeting-0.98.5 depends on shared library: esd.2 - found > ===> gnomemeeting-0.98.5 depends on shared library: glib-2.0.200 - found > ===> gnomemeeting-0.98.5 depends on shared library: atk-1.0.400 - found > ===> gnomemeeting-0.98.5 depends on shared library: pango-1.0.200 - found > ===> gnomemeeting-0.98.5 depends on shared library: gtk-x11-2.0.200 - found > ===> gnomemeeting-0.98.5 depends on shared library: linc.1 - found > ===> gnomemeeting-0.98.5 depends on shared library: IDL-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: ORBit-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: glade-2.0.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: xml2.5 - found > ===> gnomemeeting-0.98.5 depends on shared library: xslt.1 - found > ===> gnomemeeting-0.98.5 depends on shared library: bonobo-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: gconf-2.5 - found > ===> gnomemeeting-0.98.5 depends on shared library: gnomevfs-2.400 - found > ===> gnomemeeting-0.98.5 depends on shared library: gnomecanvas-2.400 - found > ===> gnomemeeting-0.98.5 depends on shared library: art_lgpl_2.5 - found > ===> gnomemeeting-0.98.5 depends on shared library: gnome-2.400 - found > ===> gnomemeeting-0.98.5 depends on shared library: bonoboui-2.0 - found > ===> gnomemeeting-0.98.5 depends on shared library: gnomeui-2.400 - found > ===> Configuring for gnomemeeting-0.98.5 > checking build system type... i386-unknown-freebsd4.8 > checking host system type... i386-unknown-freebsd4.8 > checking target system type... i386-unknown-freebsd4.8 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking whether build environment is sane... yes > checking whether gmake sets ${MAKE}... yes > checking for working aclocal-1.4... missing > checking for working autoconf... found > checking for working automake-1.4... missing > checking for working autoheader... found > checking for working makeinfo... found > checking whether to enable maintainer-specific portions of Makefiles... no > checking for intltool >= 0.20... 0.27.2 found > checking for perl... /usr/bin/perl > 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... > 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 ld used by GCC... /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 for a sed that does not truncate output... /usr/bin/sed > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking command to parse /usr/bin/nm -B output... ok > checking how to run the C preprocessor... cc -E > 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... no > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for ranlib... ranlib > checking for strip... strip > checking for objdir... .libs > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions... yes > checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking dynamic linker characteristics... freebsd4.8 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking whether -lc should be explicitly linked in... yes > creating libtool > 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 whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking for strerror in -lcposix... no > checking for ANSI C header files... (cached) yes > checking whether strcasecmp is declared... yes > Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation > Using $(sysconfdir)/gconf/schemas/ as install directory for schema files > checking for pkg-config... /usr/local/bin/pkg-config > checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0... yes > checking GNOMEMEETING_CFLAGS... -DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 > checking GNOMEMEETING_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv > checking for long... yes > checking size of long... 4 > checking whether OS type is supported... yes > checking for PTLib includes... > checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... no > configure: error: You need PTLib's header files to build GnomeMeeting > ===> Script "configure" failed unexpectedly. > Please report the problem to roger@FreeBSD.org [maintainer] and attach > the "/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/config.log" > including the output of the failure of your make command. Also, it might > be a good idea to provide an overview of all packages installed on your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/net/gnomemeeting. > *** Error code 1 > > Stop in /usr/ports/x11/gnome2. > root@Demon /usr/ports/x11/gnome2 # > > So, as the error message indicates, I am writing this mail to you in the hope that you might be able to assist. > > I've attached config.log for gnomemeeting here as well as a file containing the installed pkglist as is suggested in the error message as well. > > Please let me know if there is anything more I can provide in terms of meaningful information / logs / configs that might help. > > Thanks for the time. > > Regards, > > Stacey > -- > Stacey Roberts > B. Sc (HONS) Computer Science > > Web: www.vickiandstacey.com > total 11429 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 AbiWord-gnome-1.0.6 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Hermes-1.3.3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 ImageMagick-5.5.6_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Mesa-3.4.2_2 > drwxr-xr-x 2 root wheel 512 Aug 27 19:11 ORBit-0.5.17_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ORBit2-2.8.1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 WhistlerK-200010142358 > drwxr-xr-x 2 root wheel 512 Sep 6 02:02 XFree86-4.3.0,1 > drwxr-xr-x 2 root wheel 512 Sep 6 00:52 XFree86-FontServer-4.3.0_2 > drwxr-xr-x 2 root wheel 512 Sep 6 02:07 XFree86-Server-4.3.0_10 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-clients-4.3.0_3 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-documents-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font100dpi-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font75dpi-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontCyrillic-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontDefaultBitmaps-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontEncodings-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontScalable-4.3.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-libraries-4.3.0_6 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 Xaw3d-1.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Xft-2.1.2 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 a2ps-letterdj-4.13b_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 acme-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 acroread-5.08 > drwxr-xr-x 2 root wheel 512 Jul 18 18:50 apache-1.3.28 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 apsfilter-7.2.5_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 aspell-0.50.3_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 at-spi-1.3.7 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 atk-1.4.0 > drwxr-xr-x 2 root wheel 512 Oct 20 2002 autoconf-2.53_1 > drwxr-xr-x 2 root wheel 512 Nov 30 2002 autoconf213-2.13.000227_5 > drwxr-xr-x 2 root wheel 512 Apr 23 23:25 automake-1.5,1 > drwxr-xr-x 2 root wheel 512 Nov 30 2002 automake14-1.4.5_9 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 bash-2.05b.007 > drwxr-xr-x 2 root wheel 512 Aug 27 19:21 bison-1.75_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bitstream-vera-1.10 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 bluefish-0.7_1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-1.0.22 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-conf-0.16 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 buffy-0.2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bugbuddy2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 08:27 cdrtools-2.0.3 > drwxr-xr-x 2 root wheel 512 Jun 26 22:17 chkrootkit-0.41 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 clean-theme-gtk-200103022011 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 colorstep-200011041447 > drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat22-i386-4.6.2 > drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat3x-i386-4.4.20020925 > drwxr-xr-x 2 root wheel 512 Dec 21 2002 compat4x-i386-4.7 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 cups-base-1.1.19.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 cvsup-16.1h > drwxr-xr-x 2 root wheel 512 Aug 19 20:50 db3-3.3.11,1 > drwxr-xr-x 2 root wheel 512 Sep 5 20:04 ddclient-3.6.2 > drwxr-xr-x 2 root wheel 512 Sep 21 15:58 dia-gnome-0.91_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-sk-4.1.2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xml-4.2_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xsl-1.61.3_1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 eel-1.0.2_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eel2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 engradient-200011051535 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 enlightenment-0.16.5_7 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eog2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 esound-0.2.32 > drwxr-xr-x 2 root wheel 512 Sep 21 14:34 etherape-0.9.0_1 > drwxr-xr-x 2 root wheel 512 Sep 21 22:06 evolution-1.4.4_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 expat-1.95.6_1 > drwxr-xr-x 2 root wheel 512 Apr 16 10:42 ezm3-1.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fam-2.6.9_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fileroller-2.4.0.1,1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 fnlib-0.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fontconfig-2.2.90_3 > drwxr-xr-x 2 root wheel 512 Aug 27 21:40 freetype-1.3.1_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 freetype2-2.1.4_1 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 freeze-2.5_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gail-1.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 20:30 gaim-0.68 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gal-0.24 > drwxr-xr-x 2 root wheel 512 Sep 21 18:52 gal2-1.99.9 > drwxr-xr-x 2 root wheel 512 Sep 21 15:20 gcalctool-4.3.3_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gconf-1.0.9_5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf-editor-2.4.0,1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf2-2.4.0.1 > drwxr-xr-x 2 root wheel 512 Sep 6 00:40 gd-2.0.15_1,1 > drwxr-xr-x 2 root wheel 512 Aug 27 22:52 gdbm-1.8.3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gdk-pixbuf-0.22.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gdm2-2.4.4.1_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gedit2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gettext-0.12.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ggv2-2.4.0.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ghostscript-gnu-7.07_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gle-3.0.3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 glib-1.2.10_10 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 glib-2.2.3 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 glibwww-0.2_1 > drwxr-xr-x 2 root wheel 512 Aug 27 22:34 gmake-3.80_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-icon-theme-1.0.9 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gnome-look-0.1.3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-pkgview-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-themes-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeapplets2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeaudio2-2.0.0 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomebasic-0.0.20 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomecanvas-0.22.0 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomecontrolcenter-1.4.0.5_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomecontrolcenter2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomedb-0.2.96_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomedesktop-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomegames2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomehier-1.0_8 > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomelibs-1.4.2_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemedia2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemimedata-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomepanel-2.4.0_1 > drwxr-xr-x 2 root wheel 512 Sep 21 22:06 gnomepilot2-2.0.10 > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 gnomeprint-0.37 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesession-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 16:32 gnomespell-1.0.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesystemmonitor-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnometerminal-2.4.0.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeuserdocs2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeutils2-2.4.0,1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomevfs-1.0.5_4 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomevfs2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gnumeric-1.0.13 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gob-1.0.12 > drwxr-xr-x 2 root wheel 512 Aug 27 20:00 gob2-2.0.6 > drwxr-xr-x 2 root wheel 512 Sep 21 17:27 gok-0.8.2 > drwxr-xr-x 2 root wheel 512 Sep 21 15:15 gpdf-0.110 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gqview-1.2.2_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-0.6.3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-plugins-0.6.3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gtk-1.2.10_10 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-2.2.4 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-Mac2-theme-200003050858 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-0.12_2 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-collection-1.8 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-engines2-2.2.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-flat-theme-200010301024 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-qn-x11-theme-0.1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-zenith-theme-1.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkbe-200007091019 > drwxr-xr-x 2 root wheel 512 Sep 21 20:57 gtkglarea-1.99.0_2 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gtkhtml-1.1.10 > drwxr-xr-x 2 root wheel 512 Sep 21 19:00 gtkhtml3-3.0.8 > drwxr-xr-x 2 root wheel 512 Sep 21 14:18 gtksourceview-0.6.0 > drwxr-xr-x 2 root wheel 512 Sep 21 20:29 gtkspell2-2.0.4 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-2.2 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-pastel-200007290343 > drwxr-xr-x 2 root wheel 512 Sep 21 16:19 gucharmap-gnome-1.0.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 guile-1.6.4_2 > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 guppi-0.40.3_3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gv-3.5.8_3 > drwxr-xr-x 2 root wheel 512 Aug 19 00:03 hdf-4.1r5 > drwxr-xr-x 2 root wheel 512 Nov 6 2002 help2man-1.29 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 hpijs-1.4.1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:14 html2ps-letter-1.0_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 icegradient-200012290259 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 imake-4.3.0_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 imlib-1.9.14_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 intltool-0.27.2 > drwxr-xr-x 2 root wheel 512 Apr 6 00:24 ispell-3.2.06_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:13 ixj-1.1.0 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jasper-1.700.2 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jbigkit-1.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 jpeg-6b_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lame-3.93.1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 lcms-1.09,1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lha-1.14i_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libIDL-0.8.2 > drwxr-xr-x 2 root wheel 512 Sep 21 20:29 libao-esound-0.8.3_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libart_lgpl2-2.3.16 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libaudiofile-0.2.3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonobo-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonoboui-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libcapplet-1.4.0.5_1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libfpx-1.2.0.9 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgail-gnome-1.0.2_2 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libgda-0.2.96_1 > drwxr-xr-x 2 root wheel 512 Aug 27 21:40 libghttp-1.0.9 > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libglade-0.17_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libglade2-2.0.1_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnome-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomecanvas-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprint-2.3.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprintui-2.3.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeui-2.4.0.1_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnugetopt-1.2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgsf-1.8.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtkhtml-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtop2-2.0.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libiconv-1.9.1_1 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libijs-0.34 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libltdl-1.5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libmpeg2-0.3.1_1 > drwxr-xr-x 2 root wheel 512 Aug 23 11:45 libole2-0.2.4 > drwxr-xr-x 2 root wheel 512 Aug 27 22:53 librep-0.16.2_2 > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 librsvg-1.0.3_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 librsvg2-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libsidplay-1.36.57 > drwxr-xr-x 2 root wheel 512 Sep 21 18:52 libsoup-1.99.23 > drwxr-xr-x 2 root wheel 512 Sep 20 00:31 libtool-1.3.5_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libungif-4.1.0b1_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libunicode-0.4_3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libwmf-0.2.8 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libwnck-2.4.0.1 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libwww-5.4.0 > drwxr-xr-x 2 root wheel 512 Aug 19 20:52 libxml-1.8.17_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxml2-2.5.11 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxslt-1.0.33 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libzvt-2.0.1_6 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 linc-1.0.3 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-flashplugin-6.0r79 > drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-openmotif-2.1.30 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-opera-7.11.20030515_2 > drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-png-1.0.14_2 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 linux_base-7.1_5 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzo-1.08_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzop-1.01 > drwxr-xr-x 2 root wheel 512 Nov 30 2002 m4-1.4_1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:38 medusa-0.5.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 metacity-2.6.1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mkcatalog-1.1 > drwxr-xr-x 2 root wheel 512 Sep 21 08:27 mkisofs-2.0.3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mpg123-esound-0.59r_9 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-fonts-0.50 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-gtk-esound-0.90.0.110_4 > drwxr-xr-x 2 root wheel 512 Jul 24 22:30 mplayer-skins-1.0.5_2 > drwxr-xr-x 2 root wheel 512 Mar 30 12:14 nasm-0.98.35,1 > drwxr-xr-x 2 root wheel 512 Sep 21 08:29 nautilus-cd-burner-0.5.3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus-media-0.3.3.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus2-2.4.0 > drwxr-xr-x 2 root wheel 512 Jul 31 19:00 netatalk-1.6.3,1 > drwxr-xr-x 2 root wheel 512 Aug 30 14:58 netpbm-10.17_1 > drwxr-xr-x 2 root wheel 512 Jul 1 21:45 nmap-3.30 > drwxr-xr-x 2 root wheel 512 Jun 11 23:45 nspr-4.3_2 > drwxr-xr-x 2 root wheel 512 Jun 11 23:52 nss-3.8 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 oaf-0.6.10_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 open-motif-2.2.2_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:26 openldap-client-2.0.27 > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Authen-SASL-2.04 > drwxr-xr-x 2 root wheel 512 Aug 19 19:15 p5-Digest-MD5-2.27 > drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Parser-3.31 > drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Tagset-3.03 > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-MIME-Base64-2.20 > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Net-1.16,1 > drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-URI-1.25 > drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-libwww-5.69 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pango-1.2.5 > drwxr-xr-x 2 root wheel 512 Aug 3 2002 pgp-6.5.8 > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 pilot-link-0.11.7_2 > drwxr-xr-x 2 root wheel 512 Jul 22 2002 pkg_remove-1.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pkgconfig-0.15.0 > -rw-r--r-- 1 root wheel 11376640 Sep 21 22:18 pkgdb.db > drwxr-xr-x 2 root wheel 512 Sep 20 20:29 plugger-4.0_3 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 png-1.2.5_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 popt-1.6.4_1 > drwxr-xr-x 2 root wheel 512 Jul 23 2002 portcheckout-2.0 > drwxr-xr-x 2 root wheel 512 Aug 19 01:36 portlint-2.4.4 > drwxr-xr-x 2 root wheel 512 Aug 13 2002 portsentry-1.1 > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 portupgrade-20030723 > drwxr-xr-x 2 root wheel 512 Jul 31 21:06 psiconv-0.8.3_1 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 psutils-letter-1.17_1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:26 pwlib-1.5.0_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 py23-expat-2.3_2 > drwxr-xr-x 2 root wheel 512 Sep 21 21:03 py23-gtk-2.0.0 > drwxr-xr-x 2 root wheel 512 Sep 21 20:57 py23-numeric-23.0 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 python-2.3_1 > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 rep-gtk-gnome-0.15_1 > drwxr-xr-x 2 root wheel 512 Aug 27 23:12 rpm-3.0.6_8 > drwxr-xr-x 2 root wheel 512 Mar 4 2003 rsync-2.5.6_1 > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-1.6.8.2003.04.19 > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-bdb1-0.2.1 > drwxr-xr-x 2 root wheel 512 Apr 19 23:26 ruby-rdoc-0.0.0.b2 > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 samba-2.2.8a > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 scrollkeeper-0.3.12_2,1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sdocbook-xml-4.1.2.5_1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 sidplay-1.0.9 > drwxr-xr-x 2 root wheel 512 Aug 27 20:05 soup-0.7.11 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sox-12.17.4 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 startup-notification-0.5_1 > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tcl-8.3.5_2 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 teTeX-2.0.2_2 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 thinice-1.0.4 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 tiff-3.5.7_1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 timidity++-esound-2.11.3_1 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 timidity++-motif-2.11.3 > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tk-8.3.5_2 > drwxr-xr-x 2 root wheel 512 Jun 30 20:56 trafshow-3.1_3 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 transfig-3.2.4_1 > drwxr-xr-x 2 root wheel 512 Dec 22 2002 tripwire-2.3.1.2_1 > drwxr-xr-x 2 root wheel 512 Aug 27 23:18 umix-0.5_2 > drwxr-xr-x 2 root wheel 512 Jul 31 20:28 unzip-5.50_2 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 vte-0.11.10 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 wavplay-1.4 > drwxr-xr-x 2 root wheel 512 Sep 6 00:40 webalizer-2.1.10_4 > drwxr-xr-x 2 root wheel 512 Nov 9 2002 weblint-1.020 > drwxr-xr-x 2 root wheel 512 Aug 27 23:23 wget-1.8.2_4 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 win32-codecs-2.0.90,1 > drwxr-xr-x 2 root wheel 512 Sep 6 02:02 wrapper-1.0_3 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xanim-2.92.0 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenophilia-200105061008 > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenostep-200011270836_1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xlhtml-0.5.1 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xmlcatmgr-0.2_1 > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xmp-esound-2.0.4 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xscreensaver-gnome-4.13 > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 yelp-2.4.0 > drwxr-xr-x 2 root wheel 512 Sep 21 17:30 zenity-1.6 > drwxr-xr-x 2 root wheel 512 Jul 27 2002 zip-2.3_1 > drwxr-xr-x 2 root wheel 512 Sep 21 14:40 zoo-2.10.1 > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by gnomemeeting configure 0.98.5, which was > generated by GNU Autoconf 2.54. Invocation command line was > > $ ./configure --with-ptlib-includes=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib --with-ptlib-libs=/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/lib --with-openh323-includes=/usr/ports/net/gnomemeeting/../openh323/work/openh323/include --with-openh323-libs=/usr/ports/net/gnomemeeting/../openh323/work/openh323/lib --with-ldap-includes=/usr/local/include --with-openldap-libs=/usr/local/lib --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Demon.vickiandstacey.com > uname -m = i386 > uname -r = 4.8-RC > uname -s = FreeBSD > uname -v = FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@Demon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/local/bin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/X11R6/bin > PATH: /home/stacey/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1475: checking build system type > configure:1493: result: i386-unknown-freebsd4.8 > configure:1501: checking host system type > configure:1515: result: i386-unknown-freebsd4.8 > configure:1523: checking target system type > configure:1537: result: i386-unknown-freebsd4.8 > configure:1566: checking for a BSD-compatible install > configure:1620: result: /usr/bin/install -c -o root -g wheel > configure:1631: checking whether build environment is sane > configure:1674: result: yes > configure:1689: checking whether gmake sets ${MAKE} > configure:1709: result: yes > configure:1741: checking for working aclocal-1.4 > configure:1752: result: missing > configure:1756: checking for working autoconf > configure:1763: result: found > configure:1771: checking for working automake-1.4 > configure:1782: result: missing > configure:1786: checking for working autoheader > configure:1793: result: found > configure:1801: checking for working makeinfo > configure:1808: result: found > configure:1819: checking whether to enable maintainer-specific portions of Makefiles > configure:1828: result: no > configure:1851: checking for intltool >= 0.20 > configure:1861: result: 0.27.2 found > configure:1914: checking for perl > configure:1932: found /usr/bin/perl > configure:1944: result: /usr/bin/perl > configure:2089: checking for gcc > configure:2115: result: cc > configure:2357: checking for C compiler version > configure:2360: cc --version &5 > 2.95.4 > configure:2363: $? = 0 > configure:2365: cc -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:2368: $? = 0 > configure:2370: cc -V &5 > cc: argument to `-V' is missing > configure:2373: $? = 1 > configure:2393: checking for C compiler default output > configure:2396: cc -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > configure:2399: $? = 0 > configure:2433: result: a.out > configure:2438: checking whether the C compiler works > configure:2444: ./a.out > configure:2447: $? = 0 > configure:2462: result: yes > configure:2469: checking whether we are cross compiling > configure:2471: result: no > configure:2474: checking for suffix of executables > configure:2476: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > configure:2479: $? = 0 > configure:2502: result: > configure:2508: checking for suffix of object files > configure:2526: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:2529: $? = 0 > configure:2548: result: o > configure:2552: checking whether we are using the GNU C compiler > configure:2573: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:2576: $? = 0 > configure:2579: test -s conftest.o > configure:2582: $? = 0 > configure:2594: result: yes > configure:2600: checking whether cc accepts -g > configure:2618: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2621: $? = 0 > configure:2624: test -s conftest.o > configure:2627: $? = 0 > configure:2637: result: yes > configure:2654: checking for cc option to accept ANSI C > configure:2711: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:2714: $? = 0 > configure:2717: test -s conftest.o > configure:2720: $? = 0 > configure:2737: result: none needed > configure:2755: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:2758: $? = 1 > configure: failed program was: > #ifndef __cplusplus > choke me > #endif > configure:2878: checking for ld used by GCC > configure:2941: result: /usr/libexec/elf/ld > configure:2950: checking if the linker (/usr/libexec/elf/ld) is GNU ld > GNU ld version 2.12.1 [FreeBSD] 2002-07-20 > configure:2962: result: yes > configure:2967: checking for /usr/libexec/elf/ld option to reload object files > configure:2974: result: -r > configure:2979: checking for BSD-compatible nm > configure:3015: result: /usr/bin/nm -B > configure:3018: checking for a sed that does not truncate output > configure:3100: result: /usr/bin/sed > configure:3103: checking whether ln -s works > configure:3107: result: yes > configure:3114: checking how to recognise dependent libraries > configure:3295: result: pass_all > configure:3308: checking command to parse /usr/bin/nm -B output > configure:3389: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3392: $? = 0 > configure:3396: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm > configure:3399: $? = 0 > configure:3451: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c conftstm.o >&5 > configure:3454: $? = 0 > configure:3498: result: ok > configure:3507: checking how to run the C preprocessor > configure:3533: cc -E -I/usr/local/include conftest.c > configure:3539: $? = 0 > configure:3566: cc -E -I/usr/local/include conftest.c > configure:3563: ac_nonexistent.h: No such file or directory > configure:3572: $? = 1 > configure: failed program was: > #line 3562 "configure" > #include "confdefs.h" > #include > configure:3609: result: cc -E > configure:3624: cc -E -I/usr/local/include conftest.c > configure:3630: $? = 0 > configure:3657: cc -E -I/usr/local/include conftest.c > configure:3654: ac_nonexistent.h: No such file or directory > configure:3663: $? = 1 > configure: failed program was: > #line 3653 "configure" > #include "confdefs.h" > #include > configure:3703: checking for egrep > configure:3713: result: grep -E > configure:3718: checking for ANSI C header files > configure:3732: cc -E -I/usr/local/include conftest.c > configure:3738: $? = 0 > configure:3825: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > configure:3828: $? = 0 > configure:3830: ./conftest > configure:3833: $? = 0 > configure:3847: result: yes > configure:3871: checking for sys/types.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for sys/stat.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for stdlib.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for string.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for memory.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for strings.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for inttypes.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3871: checking for stdint.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3913: stdint.h: No such file or directory > configure:3887: $? = 1 > configure: failed program was: > #line 3877 "configure" > #include "confdefs.h" > #include > #if HAVE_SYS_TYPES_H > # include > #endif > #if HAVE_SYS_STAT_H > # include > #endif > #if STDC_HEADERS > # include > # include > #else > # if HAVE_STDLIB_H > # include > # endif > #endif > #if HAVE_STRING_H > # if !STDC_HEADERS && HAVE_MEMORY_H > # include > # endif > # include > #endif > #if HAVE_STRINGS_H > # include > #endif > #if HAVE_INTTYPES_H > # include > #else > # if HAVE_STDINT_H > # include > # endif > #endif > #if HAVE_UNISTD_H > # include > #endif > > #include > configure:3903: result: no > configure:3871: checking for unistd.h > configure:3884: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3887: $? = 0 > configure:3890: test -s conftest.o > configure:3893: $? = 0 > configure:3903: result: yes > configure:3929: checking dlfcn.h usability > configure:3938: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:3941: $? = 0 > configure:3944: test -s conftest.o > configure:3947: $? = 0 > configure:3956: result: yes > configure:3960: checking dlfcn.h presence > configure:3967: cc -E -I/usr/local/include conftest.c > configure:3973: $? = 0 > configure:3991: result: yes > configure:4009: checking for dlfcn.h > configure:4016: result: yes > configure:4214: checking for ranlib > configure:4230: found /usr/bin/ranlib > configure:4241: result: ranlib > configure:4294: checking for strip > configure:4310: found /usr/bin/strip > configure:4321: result: strip > configure:4526: checking for objdir > configure:4537: result: .libs > configure:4554: checking for cc option to produce PIC > configure:4700: result: -fPIC > configure:4704: checking if cc PIC flag -fPIC works > configure:4724: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c >&5 > configure:4727: $? = 0 > configure:4730: test -s conftest.o > configure:4733: $? = 0 > configure:4770: result: yes > configure:4786: checking if cc static flag -static works > configure:4807: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -static conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > configure:4810: $? = 0 > configure:4813: test -s conftest > configure:4816: $? = 0 > configure:4831: result: yes > configure:4843: checking if cc supports -c -o file.o > configure:4863: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c >&5 > configure:4887: result: yes > configure:4892: checking if cc supports -c -o file.lo > configure:4916: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c >&5 > configure:4919: $? = 0 > configure:4922: test -s conftest.lo > configure:4925: $? = 0 > configure:4946: result: yes > configure:4977: checking if cc supports -fno-rtti -fno-exceptions > configure:4996: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 > configure:4999: $? = 0 > configure:5002: test -s conftest.o > configure:5005: $? = 0 > configure:5021: result: yes > configure:5032: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries > configure:5724: result: yes > configure:5729: checking how to hardcode library paths into programs > configure:5753: result: immediate > configure:5758: checking whether stripping libraries is possible > configure:5763: result: yes > configure:5774: checking dynamic linker characteristics > configure:6176: result: freebsd4.8 ld.so > configure:6181: checking if libtool supports shared libraries > configure:6183: result: yes > configure:6186: checking whether to build shared libraries > configure:6207: result: yes > configure:6210: checking whether to build static libraries > configure:6214: result: yes > configure:6840: checking whether -lc should be explicitly linked in > configure:6848: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:6851: $? = 0 > configure:6865: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:6868: $? = 1 > configure:6881: result: yes > configure:7501: checking for gcc > configure:7527: result: cc > configure:7769: checking for C compiler version > configure:7772: cc --version &5 > 2.95.4 > configure:7775: $? = 0 > configure:7777: cc -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:7780: $? = 0 > configure:7782: cc -V &5 > cc: argument to `-V' is missing > configure:7785: $? = 1 > configure:7788: checking whether we are using the GNU C compiler > configure:7830: result: yes > configure:7836: checking whether cc accepts -g > configure:7873: result: yes > configure:7890: checking for cc option to accept ANSI C > configure:7973: result: none needed > configure:7991: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:7994: $? = 1 > configure: failed program was: > #ifndef __cplusplus > choke me > #endif > configure:8186: checking for C++ compiler version > configure:8189: c++ --version &5 > 2.95.4 > configure:8192: $? = 0 > configure:8194: c++ -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:8197: $? = 0 > configure:8199: c++ -V &5 > c++: argument to `-V' missing > > configure:8202: $? = 1 > configure:8205: checking whether we are using the GNU C++ compiler > configure:8226: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 > configure:8229: $? = 0 > configure:8232: test -s conftest.o > configure:8235: $? = 0 > configure:8247: result: yes > configure:8253: checking whether c++ accepts -g > configure:8271: c++ -c -g -I/usr/local/include conftest.cc >&5 > configure:8274: $? = 0 > configure:8277: test -s conftest.o > configure:8280: $? = 0 > configure:8290: result: yes > configure:8330: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 > configure:8333: $? = 0 > configure:8336: test -s conftest.o > configure:8339: $? = 0 > configure:8361: c++ -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.cc >&5 > configure:8364: $? = 0 > configure:8367: test -s conftest.o > configure:8370: $? = 0 > configure:8393: checking for strerror in -lcposix > configure:8420: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/X11R6/lib -L/usr/local/lib >&5 > /usr/libexec/elf/ld: cannot find -lcposix > configure:8423: $? = 1 > configure: failed program was: > #line 8401 "configure" > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char strerror (); > int > main () > { > strerror (); > ; > return 0; > } > configure:8440: result: no > configure:8448: checking for ANSI C header files > configure:8577: result: yes > configure:8588: checking whether strcasecmp is declared > configure:8609: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:8612: $? = 0 > configure:8615: test -s conftest.o > configure:8618: $? = 0 > configure:8628: result: yes > configure:8697: result: Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation > configure:8714: result: Using $(sysconfdir)/gconf/schemas/ as install directory for schema files > configure:8748: checking for pkg-config > configure:8766: found /usr/local/bin/pkg-config > configure:8779: result: /usr/local/bin/pkg-config > configure:8796: checking for gtk+-2.0 >= 2.0.6 esound >= 0.2.28 gconf-2.0 >= 1.2.1 libxml-2.0 >= 2.4.23 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0 > configure:8800: result: yes > configure:8804: checking GNOMEMEETING_CFLAGS > configure:8807: result: -DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 > configure:8810: checking GNOMEMEETING_LIBS > configure:8813: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv > configure:8844: checking for long > configure:8865: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c >&5 > configure:8868: $? = 0 > configure:8871: test -s conftest.o > configure:8874: $? = 0 > configure:8884: result: yes > configure:8887: checking size of long > configure:9129: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > configure:9132: $? = 0 > configure:9134: ./conftest > configure:9137: $? = 0 > configure:9157: result: 4 > configure:9168: checking whether OS type is supported > configure:9193: result: yes > configure:9230: checking for PTLib includes > configure:9232: result: > configure:9238: checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h > configure:9253: result: no > configure:9272: error: You need PTLib's header files to build GnomeMeeting > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_env_CXXFLAGS_value=' -O -pipe -march=pentiumpro' > ac_cv_header_stdlib_h=yes > lt_cv_file_magic_cmd='$MAGIC_CMD' > ac_cv_lib_cposix_strerror=no > ac_cv_prog_cc_g=yes > ac_cv_path_INTLTOOL_PERL=/usr/bin/perl > ac_cv_env_LDFLAGS_set= > ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config > lt_cv_prog_cc_can_build_shared=yes > ac_cv_c_compiler_gnu=yes > ac_cv_exeext= > ac_cv_env_CFLAGS_set=set > ac_cv_prog_make_gmake_set=yes > ac_cv_env_CPP_value= > ac_cv_env_CPPFLAGS_set=set > lt_cv_prog_cc_static_works=yes > lt_cv_prog_cc_no_builtin= > ac_cv_type_long=yes > ac_cv_cxx_compiler_gnu=yes > lt_cv_prog_cc_shlib= > ac_cv_env_CXX_set=set > lt_cv_prog_cc_static=-static > ac_cv_env_host_alias_set= > lt_cv_ld_reload_flag=-r > lt_cv_archive_cmds_need_lc=yes > ac_cv_header_sys_stat_h=yes > lt_cv_prog_gnu_ld=yes > ac_cv_env_build_alias_set= > ac_cv_env_LDFLAGS_value= > ac_cv_env_target_alias_set= > ac_cv_prog_cc_stdc= > ac_cv_host_alias=i386-unknown-freebsd4.8 > ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' > ac_cv_env_CC_set=set > lt_cv_prog_cc_wl=-Wl, > ac_cv_header_sys_types_h=yes > ac_cv_header_stdc=yes > ac_cv_header_strings_h=yes > lt_cv_path_SED=/usr/bin/sed > ac_cv_sizeof_long=4 > ac_cv_header_stdint_h=no > ac_cv_header_inttypes_h=yes > ac_cv_prog_egrep='grep -E' > ac_cv_header_unistd_h=yes > ac_cv_header_string_h=yes > lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' > lt_cv_path_LD=/usr/libexec/elf/ld > ac_cv_build_alias=i386-unknown-freebsd4.8 > ac_cv_env_CPPFLAGS_value=-I/usr/local/include > ac_cv_prog_ac_ct_RANLIB=ranlib > ac_cv_header_memory_h=yes > ac_cv_target_alias=i386-unknown-freebsd4.8 > ac_cv_env_CXXFLAGS_set=set > ac_cv_env_CXX_value=c++ > ac_cv_prog_ac_ct_STRIP=strip > ac_cv_host=i386-unknown-freebsd4.8 > ac_cv_env_host_alias_value= > ac_cv_file__usr_ports_net_gnomemeeting_______devel_pwlib_work_pwlib_include_ptlib_pprocess_h=no > ac_cv_prog_cxx_g=yes > lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' > lt_cv_compiler_c_o=yes > lt_cv_prog_cc_pic_works=yes > lt_cv_file_magic_test_file= > ac_cv_prog_CPP='cc -E' > ac_cv_build=i386-unknown-freebsd4.8 > ac_cv_env_build_alias_value= > lt_cv_prog_cc_pic=' -fPIC' > lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' > lt_cv_deplibs_check_method=pass_all > ac_cv_prog_ac_ct_CC=cc > lt_cv_compiler_o_lo=yes > ac_cv_target=i386-unknown-freebsd4.8 > ac_cv_env_target_alias_value= > ac_cv_env_CC_value=cc > lt_cv_path_NM='/usr/bin/nm -B' > ac_cv_env_CPP_set= > ac_cv_header_dlfcn_h=yes > ac_cv_have_decl_strcasecmp=yes > ac_cv_objext=o > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing aclocal-1.4' > AUTOCONF='autoconf' > AUTOHEADER='autoheader' > AUTOMAKE='/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing automake-1.4' > CATALOGS='' > CATOBJEXT='' > CC='cc' > CFLAGS='-O -pipe -march=pentiumpro' > CPP='cc -E' > CPPFLAGS='-I/usr/local/include' > CXX='c++' > CXXFLAGS=' -O -pipe -march=pentiumpro' > DATADIRNAME='' > DEFS='' > ECHO='echo' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='grep -E' > EXEEXT='' > GCONF_SCHEMAS_INSTALL_FALSE='#' > GCONF_SCHEMAS_INSTALL_TRUE='' > GCONF_SCHEMA_CONFIG_SOURCE='xml::/usr/X11R6/etc/gconf/gconf.xml.defaults' > GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas/' > GETTEXT_PACKAGE='' > GMOFILES='' > GMSGFMT='' > GNOMEMEETING_CFLAGS='-DORBIT2=1 -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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libgnome-2.0 -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 ' > GNOMEMEETING_INCLUDES='' > GNOMEMEETING_LDADD='' > GNOMEMEETING_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' > INSTALL_DATA='install -c -o root -g wheel -m 444' > INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' > INSTALL_SCHEMAS_FALSE='' > INSTALL_SCHEMAS_TRUE='' > INSTALL_SCRIPT='install -c -o root -g wheel -m 555' > INSTOBJEXT='' > INTLLIBS='' > INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' > INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_MERGE='$(top_builddir)/intltool-merge' > INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p' > INTLTOOL_PERL='/usr/bin/perl' > INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_UPDATE='$(top_builddir)/intltool-update' > INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > LDFLAGS='' > LIBOBJS='' > LIBS='-L/usr/X11R6/lib -L/usr/local/lib' > LIBTOOL='$(SHELL) $(top_builddir)/libtool' > LN_S='ln -s' > LTLIBOBJS='' > MAINT='#' > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' > MAKEINFO='makeinfo' > MKINSTALLDIRS='' > MSGFMT='' > OBJEXT='o' > PACKAGE='gnomemeeting' > PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting' > PACKAGE_NAME='gnomemeeting' > PACKAGE_STRING='gnomemeeting 0.98.5' > PACKAGE_TARNAME='gnomemeeting' > PACKAGE_VERSION='0.98.5' > PATH_SEPARATOR=':' > PKG_CONFIG='/usr/local/bin/pkg-config' > POFILES='' > POSUB='' > PO_IN_DATADIR_FALSE='' > PO_IN_DATADIR_TRUE='' > RANLIB='ranlib' > SCHEMA_AGE='26' > SDL_CFLAGS='' > SDL_CONFIG='/usr/local/bin/sdl11-config' > SDL_LIBS='' > SET_MAKE='' > SHELL='/bin/sh' > STRIP='strip' > USE_NLS='' > VERSION='0.98.5' > XGETTEXT='' > ac_ct_CC='cc' > ac_ct_CXX='' > ac_ct_RANLIB='ranlib' > ac_ct_STRIP='strip' > bindir='${exec_prefix}/bin' > build='i386-unknown-freebsd4.8' > build_alias='' > build_cpu='i386' > build_os='freebsd4.8' > build_vendor='unknown' > datadir='/usr/X11R6/share/gnome' > exec_prefix='NONE' > gnomeconfdir='' > gnomedatadir='' > host='i386-unknown-freebsd4.8' > host_alias='' > host_cpu='i386' > host_os='freebsd4.8' > host_vendor='unknown' > includedir='${prefix}/include' > infodir='${prefix}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localstatedir='/usr/X11R6/share/gnome' > mandir='${prefix}/man' > oldincludedir='/usr/include' > prefix='/usr/X11R6' > program_transform_name='s,x,x,' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target='i386-unknown-freebsd4.8' > target_alias='' > target_cpu='i386' > target_os='freebsd4.8' > target_vendor='unknown' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define BUILD_NUMBER 5 > #define BUILD_TYPE ReleaseCode > #define HAVE_DECL_STRCASECMP 1 > #define HAVE_DLFCN_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_MEMORY_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_STRING_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define MAJOR_VERSION 0 > #define MINOR_VERSION 98 > #define PACKAGE "gnomemeeting" > #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemeeting" > #define PACKAGE_NAME "gnomemeeting" > #define PACKAGE_STRING "gnomemeeting 0.98.5" > #define PACKAGE_TARNAME "gnomemeeting" > #define PACKAGE_VERSION "0.98.5" > #define SIZEOF_LONG 4 > #define STDC_HEADERS 1 > #define STDC_HEADERS 1 > #define VERSION "0.98.5" > > configure: exit 1 >> end of "make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting" from Stacey Roberts << -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 17:06:09 2003 Return-Path: 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 40E5716A4B3; Sun, 21 Sep 2003 17:06:09 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5433443F85; Sun, 21 Sep 2003 17:06:08 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 642673B445; Mon, 22 Sep 2003 02:05:58 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Simon Barner X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20030922000558.642673B445@zi025.glhnet.mhn.de> Date: Mon, 22 Sep 2003 02:05:58 +0200 (CEST) X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: gnome@FreeBSD.org Subject: [patch] x11-fm/nautilus2: fix crash with unknown protocols X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 00:06:09 -0000 >Submitter-Id: current-users >Originator: Simon Barner >Organization: >Confidential: no >Synopsis: [patch] x11-fm/nautilus2: fix crash with unknown protocols >Severity: serious >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 4.9-PRERELEASE i386 >Environment: System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386 >Description: When you enter an unknown protocol in Nautilus 2, it will crash. This bug has already been reported to bugzilla.gnome.org, and it has been fixed in the CVS version of Nautilus: http://bugzilla.gnome.org/show_bug.cgi?id=122265 http://cvs.gnome.org/bonsai/cvsview2.cgi?command=DIFF&subdir=nautilus%2Flibnautilus-private&file=nautilus-file.c&rev1=1.327&rev2=1.328&whitespace_mode=show&diff_mode=context I would suggest to include this tiny patch to the Nautilus 2 port in order to fix the problem until the next release. >How-To-Repeat: Enter an invalid location, such as `foobar:///', and Nautilus 2.4.0 will crash. >Fix: This patch implements the fix from the Nautilus CVS repository (maybe you also want to bump the port version?). diff -ruN nautilus2.orig/files/patch-libnautilus-private::nautilus-file.c nautilus2/files/patch-libnautilus-private::nautilus-file.c --- nautilus2.orig/files/patch-libnautilus-private::nautilus-file.c Thu Jan 1 01:00:00 1970 +++ nautilus2/files/patch-libnautilus-private::nautilus-file.c Sun Sep 21 22:19:14 2003 @@ -0,0 +1,11 @@ +--- libnautilus-private/nautilus-file.c.orig Sun Sep 21 22:14:27 2003 ++++ libnautilus-private/nautilus-file.c Sun Sep 21 22:15:32 2003 +@@ -357,8 +357,6 @@ + relative_uri_tmp++; + } + relative_uri = strdup (relative_uri_tmp); +- } else { +- g_assert_not_reached (); + } + } + From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 17:08:57 2003 Return-Path: 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 3A5B216A4BF; Sun, 21 Sep 2003 17:08:57 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D9B43FDF; Sun, 21 Sep 2003 17:08:53 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1EG1-0005KY-PB; Mon, 22 Sep 2003 00:08:49 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8M08cB3057886; Mon, 22 Sep 2003 01:08:43 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8M08XiJ057885; Mon, 22 Sep 2003 01:08:33 +0100 (BST) Date: Mon, 22 Sep 2003 01:08:33 +0100 From: Stacey Roberts To: Adam Weinberger Message-ID: <20030922000833.GC57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <20030921234724.GN93697@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7DO5AaGCk89r4vaK" Content-Disposition: inline In-Reply-To: <20030921234724.GN93697@toxic.magnesium.net> User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.177] cc: gnome@FreeBSD.org cc: roger@FreeBSD.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 00:08:57 -0000 --7DO5AaGCk89r4vaK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Adam, Thanks for the reply. ----- Original Message ----- From: "Adam Weinberger " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 00:47 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > stacey, use portupgrade. >=20 > follow the directions that joe, i, and others have told you. >=20 > what you're trying *will not work*. > I appreciate your telling me this, Adam, but I fear somehow the fact that m= y previous attempts (over several hours) have *not* worked following the in= structions referred to below. I do not stray from stated procedures with respect to system I do not under= stand, so it was with more and more distress that I dutifully followed this= procedure with the same results / errors. =20 > # pkgdb -F > (answer yes to all prompts) > # portupgrade ORBit2 libbonobo > # portupgrade -rf -m BATCH=3Dyes atk =46rom my previously submitted PR's, you should see that this is where my a= ttemts fail. My last PR submitted met with an unambigous instruction to *no= t* post anymore PR's, so I'm left with either repeatedly running the same c= ommand sequence that will fail at the same point over and over, or what I f= elt, to be the only viable option, which is to try uninstalling Gnome-2 and= attempting a fresh install. > # portupgrade -R -m BATCH=3Dyes gnome2 >=20 > I don't even get to this step :-( Well., not sure where I go from here. I've not even tried to see if I could= log back into Gnome now that I've run that make deinstall. I'd like to know if its at all possible to actually install a fresh Gnome-2= at this stage, but given your saying that what I'm doing at the moment wil= l fail, I take it this Gnome installation is hosed, anyways.., Regards, Stacey > # Adam >=20 >=20 > >> (09.21.2003 @ 1913 PST): Stacey Roberts said, in 68K: << > > Hello, > > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2= and now (my attempted) reinstallation for the port. > >=20 > > Here is what I did after several failed attempts at portupgrading to Gn= ome-2.4 since yesterday: > > Logged off from X > > cd /usr/ports/x11/gnome2 > > make deinstall clean > > make clean > > make install clean > >=20 > > The last command fails with the following: > > # make clean > > =3D=3D=3D> Cleaning for fileroller-2.4.0.1,1 > > =3D=3D=3D> Cleaning for lha-1.14i_1 > > =3D=3D=3D> Cleaning for lzo-1.08_1 > > =3D=3D=3D> Cleaning for lzop-1.01 > > =3D=3D=3D> Cleaning for unzip-5.50_2 > > =3D=3D=3D> Cleaning for zip-2.3_1 > > =3D=3D=3D> Cleaning for zoo-2.10.1 > > =3D=3D=3D> Cleaning for esound-0.2.32 > > =3D=3D=3D> Cleaning for gnomeaudio2-2.0.0 > > =3D=3D=3D> Cleaning for gnomemedia2-2.4.0 > > =3D=3D=3D> Cleaning for gnomespeech-0.2.7 > > =3D=3D=3D> Cleaning for lame-3.93.1 > > =3D=3D=3D> Cleaning for libaudiofile-0.2.3 > > =3D=3D=3D> Cleaning for libsidplay-1.36.57 > > =3D=3D=3D> Cleaning for sox-12.17.4 > > =3D=3D=3D> Cleaning for libiconv-1.9.1_1 > > =3D=3D=3D> Cleaning for gnomeutils2-2.4.0,1 > > =3D=3D=3D> Cleaning for gucharmap-gnome-1.0.0 > > =3D=3D=3D> Cleaning for ORBit-0.5.17_1 > > =3D=3D=3D> Cleaning for ORBit2-2.8.1 > > =3D=3D=3D> Cleaning for atk-1.4.0 > > =3D=3D=3D> Cleaning for autoconf-2.53_1 > > =3D=3D=3D> Cleaning for automake-1.5,1 > > =3D=3D=3D> Cleaning for bison-1.75_1 > > =3D=3D=3D> Cleaning for bugbuddy2-2.4.0 > > =3D=3D=3D> Cleaning for fam-2.6.9_3 > > =3D=3D=3D> Cleaning for gconf2-2.4.0.1 > > =3D=3D=3D> Cleaning for gettext-0.12.1 > > =3D=3D=3D> Cleaning for glib-1.2.10_10 > > =3D=3D=3D> Cleaning for glib-2.2.3 > > =3D=3D=3D> Cleaning for gmake-3.80_1 > > =3D=3D=3D> Cleaning for gnomevfs2-2.4.0 > > =3D=3D=3D> Cleaning for imake-4.3.0_1 > > =3D=3D=3D> Cleaning for libIDL-0.8.2 > > =3D=3D=3D> Cleaning for libbonobo-2.4.0 > > =3D=3D=3D> Cleaning for libglade2-2.0.1_1 > > =3D=3D=3D> Cleaning for libgnugetopt-1.2 > > =3D=3D=3D> Cleaning for libgsf-1.8.1 > > =3D=3D=3D> Cleaning for libgtop2-2.0.5 > > =3D=3D=3D> Cleaning for libltdl-1.5 > > =3D=3D=3D> Cleaning for libtool-1.3.5_1 > > =3D=3D=3D> Cleaning for m4-1.4_1 > > =3D=3D=3D> Cleaning for nasm-0.98.35,1 > > =3D=3D=3D> Cleaning for pkgconfig-0.15.0 > > =3D=3D=3D> Cleaning for popt-1.6.4_1 > > =3D=3D=3D> Cleaning for pwlib-1.5.0_2 > > =3D=3D=3D> Cleaning for gedit2-2.4.0 > > =3D=3D=3D> Cleaning for gnomegames2-2.4.0 > > =3D=3D=3D> Cleaning for Hermes-1.3.3 > > =3D=3D=3D> Cleaning for Mesa-3.4.2_2 > > =3D=3D=3D> Cleaning for eog2-2.4.0 > > =3D=3D=3D> Cleaning for gle-3.0.3 > > =3D=3D=3D> Cleaning for gpdf-0.110 > > =3D=3D=3D> Cleaning for jpeg-6b_1 > > =3D=3D=3D> Cleaning for lcms-1.09,1 > > =3D=3D=3D> Cleaning for libart_lgpl2-2.3.16 > > =3D=3D=3D> Cleaning for libgnomecanvas-2.4.0 > > =3D=3D=3D> Cleaning for libmng-1.0.5_1 > > =3D=3D=3D> Cleaning for librsvg2-2.4.0 > > =3D=3D=3D> Cleaning for png-1.2.5_2 > > =3D=3D=3D> Cleaning for tiff-3.5.7_1 > > =3D=3D=3D> Cleaning for guile-1.6.4_2 > > =3D=3D=3D> Cleaning for python-2.3_1 > > =3D=3D=3D> Cleaning for gcalctool-4.3.3_1 > > =3D=3D=3D> Cleaning for gnome-icon-theme-1.0.9 > > =3D=3D=3D> Cleaning for gnomehier-1.0_8 > > =3D=3D=3D> Cleaning for gnomemimedata-2.4.0 > > =3D=3D=3D> Cleaning for gnomeuserdocs2-2.4.0 > > =3D=3D=3D> Cleaning for help2man-1.29 > > =3D=3D=3D> Cleaning for acme-2.4.0 > > =3D=3D=3D> Cleaning for gstreamer-0.6.3 > > =3D=3D=3D> Cleaning for gstreamer-plugins-0.6.3 > > =3D=3D=3D> Cleaning for libmpeg2-0.3.1_1 > > =3D=3D=3D> Cleaning for nautilus-media-0.3.3.1 > > =3D=3D=3D> Cleaning for gnomemeeting-0.98.5 > > =3D=3D=3D> Cleaning for linc-1.0.3 > > =3D=3D=3D> Cleaning for openh323-1.12.0_1 > > =3D=3D=3D> Cleaning for openldap-client-2.0.27 > > =3D=3D=3D> Cleaning for cups-base-1.1.19.0 > > =3D=3D=3D> Cleaning for freetype2-2.1.4_1 > > =3D=3D=3D> Cleaning for ggv2-2.4.0.1 > > =3D=3D=3D> Cleaning for ghostscript-gnu-7.07_3 > > =3D=3D=3D> Cleaning for libgnomeprint-2.3.1 > > =3D=3D=3D> Cleaning for cdrtools-2.0.3 > > =3D=3D=3D> Cleaning for gconf-editor-2.4.0,1 > > =3D=3D=3D> Cleaning for gnomecontrolcenter2-2.4.0 > > =3D=3D=3D> Cleaning for gnomesystemmonitor-2.4.0 > > =3D=3D=3D> Cleaning for gok-0.8.2 > > =3D=3D=3D> Cleaning for mkisofs-2.0.3 > > =3D=3D=3D> Cleaning for nautilus-cd-burner-0.5.3 > > =3D=3D=3D> Cleaning for aspell-0.50.3_1 > > =3D=3D=3D> Cleaning for docbook-sk-4.1.2 > > =3D=3D=3D> Cleaning for docbook-xml-4.2_1 > > =3D=3D=3D> Cleaning for docbook-xsl-1.61.3_1 > > =3D=3D=3D> Cleaning for expat-1.95.6_1 > > =3D=3D=3D> Cleaning for intltool-0.27.2 > > =3D=3D=3D> Cleaning for libxml2-2.5.11 > > =3D=3D=3D> Cleaning for libxslt-1.0.33 > > =3D=3D=3D> Cleaning for py23-expat-2.3_2 > > =3D=3D=3D> Cleaning for scrollkeeper-0.3.12_2,1 > > =3D=3D=3D> Cleaning for sdocbook-xml-4.1.2.5_1 > > =3D=3D=3D> Cleaning for xmlcatmgr-0.2_1 > > =3D=3D=3D> Cleaning for epiphany-1.0 > > =3D=3D=3D> Cleaning for libgtkhtml-2.4.0 > > =3D=3D=3D> Cleaning for mozilla-1.4,2 > > =3D=3D=3D> Cleaning for mozilla-gtk2-1.4 > > =3D=3D=3D> Cleaning for mozilla-headers-1.4,2 > > =3D=3D=3D> Cleaning for nautilus2-2.4.0 > > =3D=3D=3D> Cleaning for XFree86-fontEncodings-4.3.0 > > =3D=3D=3D> Cleaning for XFree86-fontScalable-4.3.0 > > =3D=3D=3D> Cleaning for Xft-2.1.2 > > =3D=3D=3D> Cleaning for bitstream-vera-1.10 > > =3D=3D=3D> Cleaning for fontconfig-2.2.90_3 > > =3D=3D=3D> Cleaning for at-spi-1.3.7 > > =3D=3D=3D> Cleaning for eel2-2.4.0 > > =3D=3D=3D> Cleaning for gail-1.4.0 > > =3D=3D=3D> Cleaning for gnome-themes-2.4.0 > > =3D=3D=3D> Cleaning for gtk-engines2-2.2.0 > > =3D=3D=3D> Cleaning for gtk-1.2.10_10 > > =3D=3D=3D> Cleaning for gtk-2.2.4 > > =3D=3D=3D> Cleaning for gtksourceview-0.6.0 > > =3D=3D=3D> Cleaning for libbonoboui-2.4.0 > > =3D=3D=3D> Cleaning for libgail-gnome-1.0.2_2 > > =3D=3D=3D> Cleaning for libgnomeprintui-2.3.1 > > =3D=3D=3D> Cleaning for libgnomeui-2.4.0.1_1 > > =3D=3D=3D> Cleaning for libwnck-2.4.0.1 > > =3D=3D=3D> Cleaning for pango-1.2.5 > > =3D=3D=3D> Cleaning for vte-0.11.10 > > =3D=3D=3D> Cleaning for metacity-2.6.1 > > =3D=3D=3D> Cleaning for XFree86-clients-4.3.0_3 > > =3D=3D=3D> Cleaning for XFree86-libraries-4.3.0_6 > > =3D=3D=3D> Cleaning for gdm2-2.4.4.1_1 > > =3D=3D=3D> Cleaning for gnomeapplets2-2.4.0 > > =3D=3D=3D> Cleaning for gnomedesktop-2.4.0 > > =3D=3D=3D> Cleaning for gnomemag-0.10.3 > > =3D=3D=3D> Cleaning for gnomepanel-2.4.0_1 > > =3D=3D=3D> Cleaning for gnomesession-2.4.0 > > =3D=3D=3D> Cleaning for gnometerminal-2.4.0.1 > > =3D=3D=3D> Cleaning for gnopernicus-0.7.0 > > =3D=3D=3D> Cleaning for libgnome-2.4.0 > > =3D=3D=3D> Cleaning for startup-notification-0.5_1 > > =3D=3D=3D> Cleaning for xscreensaver-gnome-4.13 > > =3D=3D=3D> Cleaning for yelp-2.4.0 > > =3D=3D=3D> Cleaning for zenity-1.6 > > =3D=3D=3D> Cleaning for gnome2-2.4.0 > > root@Demon /usr/ports/x11/gnome2 # make install clean > > =3D=3D=3D> Extracting for gnome2-2.4.0 > > >> No MD5 checksum file. > > =3D=3D=3D> Patching for gnome2-2.4.0 > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - f= ound > > =3D=3D=3D> Configuring for gnome2-2.4.0 > > =3D=3D=3D> Installing for gnome2-2.4.0 > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_= applet2 - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-cd - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-dictionary - fou= nd > > =3D=3D=3D> gnome2-2.4.0 depends on executable: eog - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-control-center -= found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gconf-editor - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnect - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gedit - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-terminal - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-session - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: bug-buddy - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-system-monitor -= found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: yelp - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gdm - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties= -capplet - found > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/= user-guide/C/user-guide.xml - found > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sound= s/question.wav - found > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig= /libgail-gnome.pc - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: file-roller - found > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/High= Contrast/gtk-2.0/gtkrc - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: ggv - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: acme - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gok - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gpdf - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus-cd-burner - f= ound > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gcalctool - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gucharmap - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: zenity - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gst-thumbnail - found > > =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bit= stream-vera/Vera.ttf - found > > =3D=3D=3D> gnome2-2.4.0 depends on executable: gnomemeeting - not fou= nd > > =3D=3D=3D> Verifying install for gnomemeeting in /usr/ports/net/gnom= emeeting > > =3D=3D=3D> Extracting for gnomemeeting-0.98.5 > > >> Checksum OK for gnomemeeting-0.98.5.tar.bz2. > > =3D=3D=3D> Patching for gnomemeeting-0.98.5 > > =3D=3D=3D> Applying FreeBSD patches for gnomemeeting-0.98.5 > > =3D=3D=3D> gnomemeeting-0.98.5 depends on file: /nonexistent - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: gmake - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: bison - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on file: /usr/X11R6/libdata/pk= gconfig/gnome-mime-data-2.0.pc - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on executable: pkg-config - fo= und > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: ldap.2 - fo= und > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: X11.6 - fou= nd > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: esd.2 - fou= nd > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: glib-2.0.20= 0 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: atk-1.0.400= - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: pango-1.0.2= 00 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gtk-x11-2.0= .200 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: linc.1 - fo= und > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: IDL-2.0 - f= ound > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: ORBit-2.0 -= found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: glade-2.0.0= - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: xml2.5 - fo= und > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: xslt.1 - fo= und > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: bonobo-2.0 = - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gconf-2.5 -= found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomevfs-2.= 400 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomecanvas= -2.400 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: art_lgpl_2.= 5 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnome-2.400= - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: bonoboui-2.= 0 - found > > =3D=3D=3D> gnomemeeting-0.98.5 depends on shared library: gnomeui-2.4= 00 - found > > =3D=3D=3D> Configuring for gnomemeeting-0.98.5 > > checking build system type... i386-unknown-freebsd4.8 > > checking host system type... i386-unknown-freebsd4.8 > > checking target system type... i386-unknown-freebsd4.8 > > checking for a BSD-compatible install... /usr/bin/install -c -o root -g= wheel > > checking whether build environment is sane... yes > > checking whether gmake sets ${MAKE}... yes > > checking for working aclocal-1.4... missing > > checking for working autoconf... found > > checking for working automake-1.4... missing > > checking for working autoheader... found > > checking for working makeinfo... found > > checking whether to enable maintainer-specific portions of Makefiles...= no > > checking for intltool >=3D 0.20... 0.27.2 found > > checking for perl... /usr/bin/perl > > 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... > > 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 ld used by GCC... /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 for a sed that does not truncate output... /usr/bin/sed > > checking whether ln -s works... yes > > checking how to recognise dependent libraries... pass_all > > checking command to parse /usr/bin/nm -B output... ok > > checking how to run the C preprocessor... cc -E > > 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... no > > checking for unistd.h... yes > > checking dlfcn.h usability... yes > > checking dlfcn.h presence... yes > > checking for dlfcn.h... yes > > checking for ranlib... ranlib > > checking for strip... strip > > checking for objdir... .libs > > checking for cc option to produce PIC... -fPIC > > checking if cc PIC flag -fPIC works... yes > > checking if cc static flag -static works... yes > > checking if cc supports -c -o file.o... yes > > checking if cc supports -c -o file.lo... yes > > checking if cc supports -fno-rtti -fno-exceptions... yes > > checking whether the linker (/usr/libexec/elf/ld) supports shared libra= ries... yes > > checking how to hardcode library paths into programs... immediate > > checking whether stripping libraries is possible... yes > > checking dynamic linker characteristics... freebsd4.8 ld.so > > checking if libtool supports shared libraries... yes > > checking whether to build shared libraries... yes > > checking whether to build static libraries... yes > > checking whether -lc should be explicitly linked in... yes > > creating libtool > > 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 whether we are using the GNU C++ compiler... yes > > checking whether c++ accepts -g... yes > > checking for strerror in -lcposix... no > > checking for ANSI C header files... (cached) yes > > checking whether strcasecmp is declared... yes > > Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for sc= hema installation > > Using $(sysconfdir)/gconf/schemas/ as install directory for schema files > > checking for pkg-config... /usr/local/bin/pkg-config > > checking for gtk+-2.0 >=3D 2.0.6 esound >=3D 0.2.28 gconf-2.0 >=3D 1.2.= 1 libxml-2.0 >=3D 2.4.23 libgnome-2.0 >=3D 2.0.0 libgnomeui-2.0 >=3D 2.0.0.= .. yes > > checking GNOMEMEETING_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/loca= l/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/i= nclude -I/usr/local/include -I/usr/local/include/orbit-2.0 -I/usr/local/inc= lude/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo= -activation-2.0 -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/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/= usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X1= 1R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X1= 1R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 > > checking GNOMEMEETING_LIBS... -Wl,--export-dynamic -pthread -L/usr/loca= l/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-= 2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk= -x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpan= goxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -= lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lOR= Bit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv > > checking for long... yes > > checking size of long... 4 > > checking whether OS type is supported... yes > > checking for PTLib includes... > > checking for /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/i= nclude/ptlib/pprocess.h... no > > configure: error: You need PTLib's header files to build GnomeMeeting > > =3D=3D=3D> Script "configure" failed unexpectedly. > > Please report the problem to roger@FreeBSD.org [maintainer] and a= ttach > > the "/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/config.= log" > > including the output of the failure of your make command. Also, i= t might > > be a good idea to provide an overview of all packages installed o= n your > > system (e.g. an `ls /var/db/pkg`). > > *** Error code 1 > > =20 > > Stop in /usr/ports/net/gnomemeeting. > > *** Error code 1 > > =20 > > Stop in /usr/ports/x11/gnome2. > > root@Demon /usr/ports/x11/gnome2 # > >=20 > > So, as the error message indicates, I am writing this mail to you in th= e hope that you might be able to assist. > >=20 > > I've attached config.log for gnomemeeting here as well as a file contai= ning the installed pkglist as is suggested in the error message as well. > >=20 > > Please let me know if there is anything more I can provide in terms of = meaningful information / logs / configs that might help. > >=20 > > Thanks for the time. > >=20 > > Regards, > >=20 > > Stacey > > --=20 > > Stacey Roberts > > B. Sc (HONS) Computer Science > >=20 > > Web: www.vickiandstacey.com >=20 > > total 11429 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 AbiWord-gnome-1.0.6 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Hermes-1.3.3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 ImageMagick-5.5.6_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Mesa-3.4.2_2 > > drwxr-xr-x 2 root wheel 512 Aug 27 19:11 ORBit-0.5.17_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ORBit2-2.8.1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 WhistlerK-200010142358 > > drwxr-xr-x 2 root wheel 512 Sep 6 02:02 XFree86-4.3.0,1 > > drwxr-xr-x 2 root wheel 512 Sep 6 00:52 XFree86-FontServer-4.3= .0_2 > > drwxr-xr-x 2 root wheel 512 Sep 6 02:07 XFree86-Server-4.3.0_10 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-clients-4.3.0_3 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-documents-4.3.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font100dpi-4.3= .0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-font75dpi-4.3.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontCyrillic-4= .3.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 XFree86-fontDefaultBit= maps-4.3.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontEncodings-= 4.3.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-fontScalable-4= .3.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 XFree86-libraries-4.3.= 0_6 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 Xaw3d-1.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 Xft-2.1.2 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 a2ps-letterdj-4.13b_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 acme-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 acroread-5.08 > > drwxr-xr-x 2 root wheel 512 Jul 18 18:50 apache-1.3.28 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 apsfilter-7.2.5_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 aspell-0.50.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 at-spi-1.3.7 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 atk-1.4.0 > > drwxr-xr-x 2 root wheel 512 Oct 20 2002 autoconf-2.53_1 > > drwxr-xr-x 2 root wheel 512 Nov 30 2002 autoconf213-2.13.00022= 7_5 > > drwxr-xr-x 2 root wheel 512 Apr 23 23:25 automake-1.5,1 > > drwxr-xr-x 2 root wheel 512 Nov 30 2002 automake14-1.4.5_9 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 bash-2.05b.007 > > drwxr-xr-x 2 root wheel 512 Aug 27 19:21 bison-1.75_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bitstream-vera-1.10 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 bluefish-0.7_1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-1.0.22 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 bonobo-conf-0.16 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 buffy-0.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 bugbuddy2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 08:27 cdrtools-2.0.3 > > drwxr-xr-x 2 root wheel 512 Jun 26 22:17 chkrootkit-0.41 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 clean-theme-gtk-200103= 022011 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 colorstep-200011041447 > > drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat22-i386-4.6.2 > > drwxr-xr-x 2 root wheel 512 Oct 12 2002 compat3x-i386-4.4.2002= 0925 > > drwxr-xr-x 2 root wheel 512 Dec 21 2002 compat4x-i386-4.7 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 cups-base-1.1.19.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 cvsup-16.1h > > drwxr-xr-x 2 root wheel 512 Aug 19 20:50 db3-3.3.11,1 > > drwxr-xr-x 2 root wheel 512 Sep 5 20:04 ddclient-3.6.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 15:58 dia-gnome-0.91_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-sk-4.1.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xml-4.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 docbook-xsl-1.61.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 eel-1.0.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eel2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 engradient-200011051535 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 enlightenment-0.16.5_7 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 eog2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 esound-0.2.32 > > drwxr-xr-x 2 root wheel 512 Sep 21 14:34 etherape-0.9.0_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 22:06 evolution-1.4.4_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 expat-1.95.6_1 > > drwxr-xr-x 2 root wheel 512 Apr 16 10:42 ezm3-1.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fam-2.6.9_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fileroller-2.4.0.1,1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 fnlib-0.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 fontconfig-2.2.90_3 > > drwxr-xr-x 2 root wheel 512 Aug 27 21:40 freetype-1.3.1_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 freetype2-2.1.4_1 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 freeze-2.5_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gail-1.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 20:30 gaim-0.68 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gal-0.24 > > drwxr-xr-x 2 root wheel 512 Sep 21 18:52 gal2-1.99.9 > > drwxr-xr-x 2 root wheel 512 Sep 21 15:20 gcalctool-4.3.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gconf-1.0.9_5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf-editor-2.4.0,1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gconf2-2.4.0.1 > > drwxr-xr-x 2 root wheel 512 Sep 6 00:40 gd-2.0.15_1,1 > > drwxr-xr-x 2 root wheel 512 Aug 27 22:52 gdbm-1.8.3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gdk-pixbuf-0.22.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gdm2-2.4.4.1_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gedit2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gettext-0.12.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ggv2-2.4.0.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 ghostscript-gnu-7.07_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gle-3.0.3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 glib-1.2.10_10 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 glib-2.2.3 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 glibwww-0.2_1 > > drwxr-xr-x 2 root wheel 512 Aug 27 22:34 gmake-3.80_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-icon-theme-1.0.9 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gnome-look-0.1.3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-pkgview-1.0.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnome-themes-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeapplets2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeaudio2-2.0.0 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomebasic-0.0.20 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomecanvas-0.22.0 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomecontrolcenter-1.4= .0.5_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomecontrolcenter2-2.= 4.0 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomedb-0.2.96_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomedesktop-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomegames2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomehier-1.0_8 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:29 gnomelibs-1.4.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemedia2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomemimedata-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomepanel-2.4.0_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 22:06 gnomepilot2-2.0.10 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 gnomeprint-0.37 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesession-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 16:32 gnomespell-1.0.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomesystemmonitor-2.4= .0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnometerminal-2.4.0.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeuserdocs2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomeutils2-2.4.0,1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gnomevfs-1.0.5_4 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gnomevfs2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gnumeric-1.0.13 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gob-1.0.12 > > drwxr-xr-x 2 root wheel 512 Aug 27 20:00 gob2-2.0.6 > > drwxr-xr-x 2 root wheel 512 Sep 21 17:27 gok-0.8.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 15:15 gpdf-0.110 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gqview-1.2.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-0.6.3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gstreamer-plugins-0.6.3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gtk-1.2.10_10 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-2.2.4 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-Mac2-theme-2000030= 50858 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-0.12_2 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-engines-collection= -1.8 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 gtk-engines2-2.2.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-flat-theme-2000103= 01024 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-qn-x11-theme-0.1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtk-zenith-theme-1.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkbe-200007091019 > > drwxr-xr-x 2 root wheel 512 Sep 21 20:57 gtkglarea-1.99.0_2 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 gtkhtml-1.1.10 > > drwxr-xr-x 2 root wheel 512 Sep 21 19:00 gtkhtml3-3.0.8 > > drwxr-xr-x 2 root wheel 512 Sep 21 14:18 gtksourceview-0.6.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 20:29 gtkspell2-2.0.4 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-2.2 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 gtkstep-pastel-2000072= 90343 > > drwxr-xr-x 2 root wheel 512 Sep 21 16:19 gucharmap-gnome-1.0.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 guile-1.6.4_2 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:37 guppi-0.40.3_3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 gv-3.5.8_3 > > drwxr-xr-x 2 root wheel 512 Aug 19 00:03 hdf-4.1r5 > > drwxr-xr-x 2 root wheel 512 Nov 6 2002 help2man-1.29 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 hpijs-1.4.1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:14 html2ps-letter-1.0_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 icegradient-2000122902= 59 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 imake-4.3.0_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 imlib-1.9.14_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 intltool-0.27.2 > > drwxr-xr-x 2 root wheel 512 Apr 6 00:24 ispell-3.2.06_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:13 ixj-1.1.0 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jasper-1.700.2 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 jbigkit-1.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 jpeg-6b_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lame-3.93.1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 lcms-1.09,1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lha-1.14i_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libIDL-0.8.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 20:29 libao-esound-0.8.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libart_lgpl2-2.3.16 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libaudiofile-0.2.3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonobo-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libbonoboui-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libcapplet-1.4.0.5_1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libfpx-1.2.0.9 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgail-gnome-1.0.2_2 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libgda-0.2.96_1 > > drwxr-xr-x 2 root wheel 512 Aug 27 21:40 libghttp-1.0.9 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 libglade-0.17_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libglade2-2.0.1_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnome-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomecanvas-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprint-2.3.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeprintui-2.3.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnomeui-2.4.0.1_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgnugetopt-1.2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgsf-1.8.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtkhtml-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libgtop2-2.0.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libiconv-1.9.1_1 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libijs-0.34 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libltdl-1.5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libmpeg2-0.3.1_1 > > drwxr-xr-x 2 root wheel 512 Aug 23 11:45 libole2-0.2.4 > > drwxr-xr-x 2 root wheel 512 Aug 27 22:53 librep-0.16.2_2 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 librsvg-1.0.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 librsvg2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libsidplay-1.36.57 > > drwxr-xr-x 2 root wheel 512 Sep 21 18:52 libsoup-1.99.23 > > drwxr-xr-x 2 root wheel 512 Sep 20 00:31 libtool-1.3.5_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libungif-4.1.0b1_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 libunicode-0.4_3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 libwmf-0.2.8 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libwnck-2.4.0.1 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 libwww-5.4.0 > > drwxr-xr-x 2 root wheel 512 Aug 19 20:52 libxml-1.8.17_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxml2-2.5.11 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libxslt-1.0.33 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 libzvt-2.0.1_6 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 linc-1.0.3 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-flashplugin-6.0r= 79 > > drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-openmotif-2.1.30 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 linux-opera-7.11.20030= 515_2 > > drwxr-xr-x 2 root wheel 512 Jul 8 21:55 linux-png-1.0.14_2 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 linux_base-7.1_5 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzo-1.08_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 lzop-1.01 > > drwxr-xr-x 2 root wheel 512 Nov 30 2002 m4-1.4_1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:38 medusa-0.5.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 metacity-2.6.1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mkcatalog-1.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 08:27 mkisofs-2.0.3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mpg123-esound-0.59r_9 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-fonts-0.50 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 mplayer-gtk-esound-0.9= 0.0.110_4 > > drwxr-xr-x 2 root wheel 512 Jul 24 22:30 mplayer-skins-1.0.5_2 > > drwxr-xr-x 2 root wheel 512 Mar 30 12:14 nasm-0.98.35,1 > > drwxr-xr-x 2 root wheel 512 Sep 21 08:29 nautilus-cd-burner-0.5= .3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus-media-0.3.3.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 nautilus2-2.4.0 > > drwxr-xr-x 2 root wheel 512 Jul 31 19:00 netatalk-1.6.3,1 > > drwxr-xr-x 2 root wheel 512 Aug 30 14:58 netpbm-10.17_1 > > drwxr-xr-x 2 root wheel 512 Jul 1 21:45 nmap-3.30 > > drwxr-xr-x 2 root wheel 512 Jun 11 23:45 nspr-4.3_2 > > drwxr-xr-x 2 root wheel 512 Jun 11 23:52 nss-3.8 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 oaf-0.6.10_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 open-motif-2.2.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:26 openldap-client-2.0.27 > > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Authen-SASL-2.04 > > drwxr-xr-x 2 root wheel 512 Aug 19 19:15 p5-Digest-MD5-2.27 > > drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Parser-3.31 > > drwxr-xr-x 2 root wheel 512 Aug 27 23:00 p5-HTML-Tagset-3.03 > > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-MIME-Base64-2.20 > > drwxr-xr-x 2 root wheel 512 Aug 23 11:51 p5-Net-1.16,1 > > drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-URI-1.25 > > drwxr-xr-x 2 root wheel 512 Aug 30 15:16 p5-libwww-5.69 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pango-1.2.5 > > drwxr-xr-x 2 root wheel 512 Aug 3 2002 pgp-6.5.8 > > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 pilot-link-0.11.7_2 > > drwxr-xr-x 2 root wheel 512 Jul 22 2002 pkg_remove-1.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 pkgconfig-0.15.0 > > -rw-r--r-- 1 root wheel 11376640 Sep 21 22:18 pkgdb.db > > drwxr-xr-x 2 root wheel 512 Sep 20 20:29 plugger-4.0_3 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 png-1.2.5_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 popt-1.6.4_1 > > drwxr-xr-x 2 root wheel 512 Jul 23 2002 portcheckout-2.0 > > drwxr-xr-x 2 root wheel 512 Aug 19 01:36 portlint-2.4.4 > > drwxr-xr-x 2 root wheel 512 Aug 13 2002 portsentry-1.1 > > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 portupgrade-20030723 > > drwxr-xr-x 2 root wheel 512 Jul 31 21:06 psiconv-0.8.3_1 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 psutils-letter-1.17_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:26 pwlib-1.5.0_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 py23-expat-2.3_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 21:03 py23-gtk-2.0.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 20:57 py23-numeric-23.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 python-2.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 19 19:30 rep-gtk-gnome-0.15_1 > > drwxr-xr-x 2 root wheel 512 Aug 27 23:12 rpm-3.0.6_8 > > drwxr-xr-x 2 root wheel 512 Mar 4 2003 rsync-2.5.6_1 > > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-1.6.8.2003.04.19 > > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-bdb1-0.2.1 > > drwxr-xr-x 2 root wheel 512 Apr 19 23:26 ruby-rdoc-0.0.0.b2 > > drwxr-xr-x 2 root wheel 512 Aug 18 22:53 ruby-shim-ruby18-1.8.0= .p2.2003.04.19_1 > > drwxr-xr-x 2 root wheel 512 Jul 31 18:58 samba-2.2.8a > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 scrollkeeper-0.3.12_2,1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sdocbook-xml-4.1.2.5_1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 sidplay-1.0.9 > > drwxr-xr-x 2 root wheel 512 Aug 27 20:05 soup-0.7.11 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 sox-12.17.4 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 startup-notification-0= .5_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tcl-8.3.5_2 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 teTeX-2.0.2_2 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 thinice-1.0.4 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 tiff-3.5.7_1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 timidity++-esound-2.11= .3_1 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 timidity++-motif-2.11.3 > > drwxr-xr-x 2 root wheel 512 Sep 21 18:35 tk-8.3.5_2 > > drwxr-xr-x 2 root wheel 512 Jun 30 20:56 trafshow-3.1_3 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 transfig-3.2.4_1 > > drwxr-xr-x 2 root wheel 512 Dec 22 2002 tripwire-2.3.1.2_1 > > drwxr-xr-x 2 root wheel 512 Aug 27 23:18 umix-0.5_2 > > drwxr-xr-x 2 root wheel 512 Jul 31 20:28 unzip-5.50_2 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 vte-0.11.10 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 wavplay-1.4 > > drwxr-xr-x 2 root wheel 512 Sep 6 00:40 webalizer-2.1.10_4 > > drwxr-xr-x 2 root wheel 512 Nov 9 2002 weblint-1.020 > > drwxr-xr-x 2 root wheel 512 Aug 27 23:23 wget-1.8.2_4 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 win32-codecs-2.0.90,1 > > drwxr-xr-x 2 root wheel 512 Sep 6 02:02 wrapper-1.0_3 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xanim-2.92.0 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenophilia-200105061008 > > drwxr-xr-x 2 root wheel 512 Sep 5 21:55 xenostep-200011270836_1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xlhtml-0.5.1 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xmlcatmgr-0.2_1 > > drwxr-xr-x 2 root wheel 512 Sep 20 20:28 xmp-esound-2.0.4 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 xscreensaver-gnome-4.13 > > drwxr-xr-x 2 root wheel 512 Sep 21 23:36 yelp-2.4.0 > > drwxr-xr-x 2 root wheel 512 Sep 21 17:30 zenity-1.6 > > drwxr-xr-x 2 root wheel 512 Jul 27 2002 zip-2.3_1 > > drwxr-xr-x 2 root wheel 512 Sep 21 14:40 zoo-2.10.1 >=20 > > This file contains any messages produced by compilers while > > running configure, to aid debugging if configure makes a mistake. > >=20 > > It was created by gnomemeeting configure 0.98.5, which was > > generated by GNU Autoconf 2.54. Invocation command line was > >=20 > > $ ./configure --with-ptlib-includes=3D/usr/ports/net/gnomemeeting/../= ../devel/pwlib/work/pwlib/include/ptlib --with-ptlib-libs=3D/usr/ports/net/= gnomemeeting/../../devel/pwlib/work/pwlib/lib --with-openh323-includes=3D/u= sr/ports/net/gnomemeeting/../openh323/work/openh323/include --with-openh323= -libs=3D/usr/ports/net/gnomemeeting/../openh323/work/openh323/lib --with-ld= ap-includes=3D/usr/local/include --with-openldap-libs=3D/usr/local/lib --x-= libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --localstatedi= r=3D/usr/X11R6/share/gnome --datadir=3D/usr/X11R6/share/gnome --with-html-d= ir=3D/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=3Dxml::/usr= /X11R6/etc/gconf/gconf.xml.defaults --prefix=3D/usr/X11R6 > >=20 > > ## --------- ## > > ## Platform. ## > > ## --------- ## > >=20 > > hostname =3D Demon.vickiandstacey.com > > uname -m =3D i386 > > uname -r =3D 4.8-RC > > uname -s =3D FreeBSD > > uname -v =3D FreeBSD 4.8-RC #0: Sat Mar 22 12:10:35 GMT 2003 root@D= emon.vickiandstacey.com:/usr/obj/usr/src/sys/HAMMER=20 > >=20 > > /usr/bin/uname -p =3D i386 > > /bin/uname -X =3D unknown > >=20 > > /bin/arch =3D unknown > > /usr/bin/arch -k =3D unknown > > /usr/convex/getsysinfo =3D unknown > > hostinfo =3D unknown > > /bin/machine =3D unknown > > /usr/bin/oslevel =3D unknown > > /bin/universe =3D unknown > >=20 > > PATH: /sbin > > PATH: /bin > > PATH: /usr/sbin > > PATH: /usr/local/bin > > PATH: /usr/bin > > PATH: /usr/games > > PATH: /usr/X11R6/bin > > PATH: /home/stacey/bin > >=20 > >=20 > > ## ----------- ## > > ## Core tests. ## > > ## ----------- ## > >=20 > > configure:1475: checking build system type > > configure:1493: result: i386-unknown-freebsd4.8 > > configure:1501: checking host system type > > configure:1515: result: i386-unknown-freebsd4.8 > > configure:1523: checking target system type > > configure:1537: result: i386-unknown-freebsd4.8 > > configure:1566: checking for a BSD-compatible install > > configure:1620: result: /usr/bin/install -c -o root -g wheel > > configure:1631: checking whether build environment is sane > > configure:1674: result: yes > > configure:1689: checking whether gmake sets ${MAKE} > > configure:1709: result: yes > > configure:1741: checking for working aclocal-1.4 > > configure:1752: result: missing > > configure:1756: checking for working autoconf > > configure:1763: result: found > > configure:1771: checking for working automake-1.4 > > configure:1782: result: missing > > configure:1786: checking for working autoheader > > configure:1793: result: found > > configure:1801: checking for working makeinfo > > configure:1808: result: found > > configure:1819: checking whether to enable maintainer-specific portions= of Makefiles > > configure:1828: result: no > > configure:1851: checking for intltool >=3D 0.20 > > configure:1861: result: 0.27.2 found > > configure:1914: checking for perl > > configure:1932: found /usr/bin/perl > > configure:1944: result: /usr/bin/perl > > configure:2089: checking for gcc > > configure:2115: result: cc > > configure:2357: checking for C compiler version > > configure:2360: cc --version &5 > > 2.95.4 > > configure:2363: $? =3D 0 > > configure:2365: cc -v &5 > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > > configure:2368: $? =3D 0 > > configure:2370: cc -V &5 > > cc: argument to `-V' is missing > > configure:2373: $? =3D 1 > > configure:2393: checking for C compiler default output > > configure:2396: cc -O -pipe -march=3Dpentiumpro -I/usr/local/include c= onftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > > configure:2399: $? =3D 0 > > configure:2433: result: a.out > > configure:2438: checking whether the C compiler works > > configure:2444: ./a.out > > configure:2447: $? =3D 0 > > configure:2462: result: yes > > configure:2469: checking whether we are cross compiling > > configure:2471: result: no > > configure:2474: checking for suffix of executables > > configure:2476: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > > configure:2479: $? =3D 0 > > configure:2502: result:=20 > > configure:2508: checking for suffix of object files > > configure:2526: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:2529: $? =3D 0 > > configure:2548: result: o > > configure:2552: checking whether we are using the GNU C compiler > > configure:2573: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:2576: $? =3D 0 > > configure:2579: test -s conftest.o > > configure:2582: $? =3D 0 > > configure:2594: result: yes > > configure:2600: checking whether cc accepts -g > > configure:2618: cc -c -g -I/usr/local/include conftest.c >&5 > > configure:2621: $? =3D 0 > > configure:2624: test -s conftest.o > > configure:2627: $? =3D 0 > > configure:2637: result: yes > > configure:2654: checking for cc option to accept ANSI C > > configure:2711: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/includ= e conftest.c >&5 > > configure:2714: $? =3D 0 > > configure:2717: test -s conftest.o > > configure:2720: $? =3D 0 > > configure:2737: result: none needed > > configure:2755: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > conftest.c:2: syntax error before `me' > > configure:2758: $? =3D 1 > > configure: failed program was: > > #ifndef __cplusplus > > choke me > > #endif > > configure:2878: checking for ld used by GCC > > configure:2941: result: /usr/libexec/elf/ld > > configure:2950: checking if the linker (/usr/libexec/elf/ld) is GNU ld > > GNU ld version 2.12.1 [FreeBSD] 2002-07-20 > > configure:2962: result: yes > > configure:2967: checking for /usr/libexec/elf/ld option to reload objec= t files > > configure:2974: result: -r > > configure:2979: checking for BSD-compatible nm > > configure:3015: result: /usr/bin/nm -B > > configure:3018: checking for a sed that does not truncate output > > configure:3100: result: /usr/bin/sed > > configure:3103: checking whether ln -s works > > configure:3107: result: yes > > configure:3114: checking how to recognise dependent libraries > > configure:3295: result: pass_all > > configure:3308: checking command to parse /usr/bin/nm -B output > > configure:3389: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3392: $? =3D 0 > > configure:3396: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABC= DGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'= \> conftest.nm > > configure:3399: $? =3D 0 > > configure:3451: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include conftest.c conftstm.o >&5 > > configure:3454: $? =3D 0 > > configure:3498: result: ok > > configure:3507: checking how to run the C preprocessor > > configure:3533: cc -E -I/usr/local/include conftest.c > > configure:3539: $? =3D 0 > > configure:3566: cc -E -I/usr/local/include conftest.c > > configure:3563: ac_nonexistent.h: No such file or directory > > configure:3572: $? =3D 1 > > configure: failed program was: > > #line 3562 "configure" > > #include "confdefs.h" > > #include > > configure:3609: result: cc -E > > configure:3624: cc -E -I/usr/local/include conftest.c > > configure:3630: $? =3D 0 > > configure:3657: cc -E -I/usr/local/include conftest.c > > configure:3654: ac_nonexistent.h: No such file or directory > > configure:3663: $? =3D 1 > > configure: failed program was: > > #line 3653 "configure" > > #include "confdefs.h" > > #include > > configure:3703: checking for egrep > > configure:3713: result: grep -E > > configure:3718: checking for ANSI C header files > > configure:3732: cc -E -I/usr/local/include conftest.c > > configure:3738: $? =3D 0 > > configure:3825: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > > configure:3828: $? =3D 0 > > configure:3830: ./conftest > > configure:3833: $? =3D 0 > > configure:3847: result: yes > > configure:3871: checking for sys/types.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for sys/stat.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for stdlib.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for string.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for memory.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for strings.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for inttypes.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3871: checking for stdint.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3913: stdint.h: No such file or directory > > configure:3887: $? =3D 1 > > configure: failed program was: > > #line 3877 "configure" > > #include "confdefs.h" > > #include > > #if HAVE_SYS_TYPES_H > > # include > > #endif > > #if HAVE_SYS_STAT_H > > # include > > #endif > > #if STDC_HEADERS > > # include > > # include > > #else > > # if HAVE_STDLIB_H > > # include > > # endif > > #endif > > #if HAVE_STRING_H > > # if !STDC_HEADERS && HAVE_MEMORY_H > > # include > > # endif > > # include > > #endif > > #if HAVE_STRINGS_H > > # include > > #endif > > #if HAVE_INTTYPES_H > > # include > > #else > > # if HAVE_STDINT_H > > # include > > # endif > > #endif > > #if HAVE_UNISTD_H > > # include > > #endif > >=20 > > #include > > configure:3903: result: no > > configure:3871: checking for unistd.h > > configure:3884: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3887: $? =3D 0 > > configure:3890: test -s conftest.o > > configure:3893: $? =3D 0 > > configure:3903: result: yes > > configure:3929: checking dlfcn.h usability > > configure:3938: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:3941: $? =3D 0 > > configure:3944: test -s conftest.o > > configure:3947: $? =3D 0 > > configure:3956: result: yes > > configure:3960: checking dlfcn.h presence > > configure:3967: cc -E -I/usr/local/include conftest.c > > configure:3973: $? =3D 0 > > configure:3991: result: yes > > configure:4009: checking for dlfcn.h > > configure:4016: result: yes > > configure:4214: checking for ranlib > > configure:4230: found /usr/bin/ranlib > > configure:4241: result: ranlib > > configure:4294: checking for strip > > configure:4310: found /usr/bin/strip > > configure:4321: result: strip > > configure:4526: checking for objdir > > configure:4537: result: .libs > > configure:4554: checking for cc option to produce PIC > > configure:4700: result: -fPIC > > configure:4704: checking if cc PIC flag -fPIC works > > configure:4724: cc -c -O -pipe -march=3Dpentiumpro -fPIC -DPIC -I/usr/l= ocal/include conftest.c >&5 > > configure:4727: $? =3D 0 > > configure:4730: test -s conftest.o > > configure:4733: $? =3D 0 > > configure:4770: result: yes > > configure:4786: checking if cc static flag -static works > > configure:4807: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include -static conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > > configure:4810: $? =3D 0 > > configure:4813: test -s conftest > > configure:4816: $? =3D 0 > > configure:4831: result: yes > > configure:4843: checking if cc supports -c -o file.o > > configure:4863: cc -c -O -pipe -march=3Dpentiumpro -o out/conftest2.o -= I/usr/local/include conftest.c >&5 > > configure:4887: result: yes > > configure:4892: checking if cc supports -c -o file.lo > > configure:4916: cc -c -O -pipe -march=3Dpentiumpro -c -o conftest.lo -I= /usr/local/include conftest.c >&5 > > configure:4919: $? =3D 0 > > configure:4922: test -s conftest.lo > > configure:4925: $? =3D 0 > > configure:4946: result: yes > > configure:4977: checking if cc supports -fno-rtti -fno-exceptions > > configure:4996: cc -c -O -pipe -march=3Dpentiumpro -fno-rtti -fno-excep= tions -c conftest.c -I/usr/local/include conftest.c >&5 > > configure:4999: $? =3D 0 > > configure:5002: test -s conftest.o > > configure:5005: $? =3D 0 > > configure:5021: result: yes > > configure:5032: checking whether the linker (/usr/libexec/elf/ld) suppo= rts shared libraries > > configure:5724: result: yes > > configure:5729: checking how to hardcode library paths into programs > > configure:5753: result: immediate > > configure:5758: checking whether stripping libraries is possible > > configure:5763: result: yes > > configure:5774: checking dynamic linker characteristics > > configure:6176: result: freebsd4.8 ld.so > > configure:6181: checking if libtool supports shared libraries > > configure:6183: result: yes > > configure:6186: checking whether to build shared libraries > > configure:6207: result: yes > > configure:6210: checking whether to build static libraries > > configure:6214: result: yes > > configure:6840: checking whether -lc should be explicitly linked in > > configure:6848: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:6851: $? =3D 0 > > configure:6865: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o c= onftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > > configure:6868: $? =3D 1 > > configure:6881: result: yes > > configure:7501: checking for gcc > > configure:7527: result: cc > > configure:7769: checking for C compiler version > > configure:7772: cc --version &5 > > 2.95.4 > > configure:7775: $? =3D 0 > > configure:7777: cc -v &5 > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > > configure:7780: $? =3D 0 > > configure:7782: cc -V &5 > > cc: argument to `-V' is missing > > configure:7785: $? =3D 1 > > configure:7788: checking whether we are using the GNU C compiler > > configure:7830: result: yes > > configure:7836: checking whether cc accepts -g > > configure:7873: result: yes > > configure:7890: checking for cc option to accept ANSI C > > configure:7973: result: none needed > > configure:7991: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > conftest.c:2: syntax error before `me' > > configure:7994: $? =3D 1 > > configure: failed program was: > > #ifndef __cplusplus > > choke me > > #endif > > configure:8186: checking for C++ compiler version > > configure:8189: c++ --version &5 > > 2.95.4 > > configure:8192: $? =3D 0 > > configure:8194: c++ -v &5 > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > > configure:8197: $? =3D 0 > > configure:8199: c++ -V &5 > > c++: argument to `-V' missing > >=20 > > configure:8202: $? =3D 1 > > configure:8205: checking whether we are using the GNU C++ compiler > > configure:8226: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/inclu= de conftest.cc >&5 > > configure:8229: $? =3D 0 > > configure:8232: test -s conftest.o > > configure:8235: $? =3D 0 > > configure:8247: result: yes > > configure:8253: checking whether c++ accepts -g > > configure:8271: c++ -c -g -I/usr/local/include conftest.cc >&5 > > configure:8274: $? =3D 0 > > configure:8277: test -s conftest.o > > configure:8280: $? =3D 0 > > configure:8290: result: yes > > configure:8330: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/inclu= de conftest.cc >&5 > > configure:8333: $? =3D 0 > > configure:8336: test -s conftest.o > > configure:8339: $? =3D 0 > > configure:8361: c++ -c -O -pipe -march=3Dpentiumpro -I/usr/local/inclu= de conftest.cc >&5 > > configure:8364: $? =3D 0 > > configure:8367: test -s conftest.o > > configure:8370: $? =3D 0 > > configure:8393: checking for strerror in -lcposix > > configure:8420: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include conftest.c -lcposix -L/usr/X11R6/lib -L/usr/local/lib >&5 > > /usr/libexec/elf/ld: cannot find -lcposix > > configure:8423: $? =3D 1 > > configure: failed program was: > > #line 8401 "configure" > > #include "confdefs.h" > >=20 > > /* Override any gcc2 internal prototype to avoid an error. */ > > #ifdef __cplusplus > > extern "C" > > #endif > > /* We use char because int might match the return type of a gcc2 > > builtin and then its argument prototype would still apply. */ > > char strerror (); > > int > > main () > > { > > strerror (); > > ; > > return 0; > > } > > configure:8440: result: no > > configure:8448: checking for ANSI C header files > > configure:8577: result: yes > > configure:8588: checking whether strcasecmp is declared > > configure:8609: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:8612: $? =3D 0 > > configure:8615: test -s conftest.o > > configure:8618: $? =3D 0 > > configure:8628: result: yes > > configure:8697: result: Using config source xml::/usr/X11R6/etc/gconf/g= conf.xml.defaults for schema installation > > configure:8714: result: Using $(sysconfdir)/gconf/schemas/ as install d= irectory for schema files > > configure:8748: checking for pkg-config > > configure:8766: found /usr/local/bin/pkg-config > > configure:8779: result: /usr/local/bin/pkg-config > > configure:8796: checking for gtk+-2.0 >=3D 2.0.6 esound >=3D 0.2.28 gco= nf-2.0 >=3D 1.2.1 libxml-2.0 >=3D 2.4.23 libgnome-2.0 >=3D 2.0.0 libgnomeui= -2.0 >=3D 2.0.0 > > configure:8800: result: yes > > configure:8804: checking GNOMEMEETING_CFLAGS > > configure:8807: result: -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/includ= e/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= I/usr/local/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/lib= xml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activat= ion-2.0 -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/pango-1.0 -I/usr/X11R6/incl= ude -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R= 6/include/libgnome-2.0 -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 =20 > > configure:8810: checking GNOMEMEETING_LIBS > > configure:8813: result: -Wl,--export-dynamic -pthread -L/usr/local/lib = -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxm= l2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2= .0 -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-= 1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -= lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 = -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv =20 > > configure:8844: checking for long > > configure:8865: cc -c -O -pipe -march=3Dpentiumpro -I/usr/local/include= conftest.c >&5 > > configure:8868: $? =3D 0 > > configure:8871: test -s conftest.o > > configure:8874: $? =3D 0 > > configure:8884: result: yes > > configure:8887: checking size of long > > configure:9129: cc -o conftest -O -pipe -march=3Dpentiumpro -I/usr/loca= l/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib >&5 > > configure:9132: $? =3D 0 > > configure:9134: ./conftest > > configure:9137: $? =3D 0 > > configure:9157: result: 4 > > configure:9168: checking whether OS type is supported > > configure:9193: result: yes > > configure:9230: checking for PTLib includes > > configure:9232: result:=20 > > configure:9238: checking for /usr/ports/net/gnomemeeting/../../devel/pw= lib/work/pwlib/include/ptlib/pprocess.h > > configure:9253: result: no > > configure:9272: error: You need PTLib's header files to build GnomeMeet= ing > >=20 > > ## ---------------- ## > > ## Cache variables. ## > > ## ---------------- ## > >=20 > > ac_cv_env_CXXFLAGS_value=3D' -O -pipe -march=3Dpentiumpro' > > ac_cv_header_stdlib_h=3Dyes > > lt_cv_file_magic_cmd=3D'$MAGIC_CMD' > > ac_cv_lib_cposix_strerror=3Dno > > ac_cv_prog_cc_g=3Dyes > > ac_cv_path_INTLTOOL_PERL=3D/usr/bin/perl > > ac_cv_env_LDFLAGS_set=3D > > ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config > > lt_cv_prog_cc_can_build_shared=3Dyes > > ac_cv_c_compiler_gnu=3Dyes > > ac_cv_exeext=3D > > ac_cv_env_CFLAGS_set=3Dset > > ac_cv_prog_make_gmake_set=3Dyes > > ac_cv_env_CPP_value=3D > > ac_cv_env_CPPFLAGS_set=3Dset > > lt_cv_prog_cc_static_works=3Dyes > > lt_cv_prog_cc_no_builtin=3D > > ac_cv_type_long=3Dyes > > ac_cv_cxx_compiler_gnu=3Dyes > > lt_cv_prog_cc_shlib=3D > > ac_cv_env_CXX_set=3Dset > > lt_cv_prog_cc_static=3D-static > > ac_cv_env_host_alias_set=3D > > lt_cv_ld_reload_flag=3D-r > > lt_cv_archive_cmds_need_lc=3Dyes > > ac_cv_header_sys_stat_h=3Dyes > > lt_cv_prog_gnu_ld=3Dyes > > ac_cv_env_build_alias_set=3D > > ac_cv_env_LDFLAGS_value=3D > > ac_cv_env_target_alias_set=3D > > ac_cv_prog_cc_stdc=3D > > ac_cv_host_alias=3Di386-unknown-freebsd4.8 > > ac_cv_env_CFLAGS_value=3D'-O -pipe -march=3Dpentiumpro' > > ac_cv_env_CC_set=3Dset > > lt_cv_prog_cc_wl=3D-Wl, > > ac_cv_header_sys_types_h=3Dyes > > ac_cv_header_stdc=3Dyes > > ac_cv_header_strings_h=3Dyes > > lt_cv_path_SED=3D/usr/bin/sed > > ac_cv_sizeof_long=3D4 > > ac_cv_header_stdint_h=3Dno > > ac_cv_header_inttypes_h=3Dyes > > ac_cv_prog_egrep=3D'grep -E' > > ac_cv_header_unistd_h=3Dyes > > ac_cv_header_string_h=3Dyes > > lt_cv_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern ch= ar \1;/p'\''' > > lt_cv_path_LD=3D/usr/libexec/elf/ld > > ac_cv_build_alias=3Di386-unknown-freebsd4.8 > > ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include > > ac_cv_prog_ac_ct_RANLIB=3Dranlib > > ac_cv_header_memory_h=3Dyes > > ac_cv_target_alias=3Di386-unknown-freebsd4.8 > > ac_cv_env_CXXFLAGS_set=3Dset > > ac_cv_env_CXX_value=3Dc++ > > ac_cv_prog_ac_ct_STRIP=3Dstrip > > ac_cv_host=3Di386-unknown-freebsd4.8 > > ac_cv_env_host_alias_value=3D > > ac_cv_file__usr_ports_net_gnomemeeting_______devel_pwlib_work_pwlib_inc= lude_ptlib_pprocess_h=3Dno > > ac_cv_prog_cxx_g=3Dyes > > lt_cv_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\) $= / {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ = {"\2", (lt_ptr) \&\2},/p'\''' > > lt_cv_compiler_c_o=3Dyes > > lt_cv_prog_cc_pic_works=3Dyes > > lt_cv_file_magic_test_file=3D > > ac_cv_prog_CPP=3D'cc -E' > > ac_cv_build=3Di386-unknown-freebsd4.8 > > ac_cv_env_build_alias_value=3D > > lt_cv_prog_cc_pic=3D' -fPIC' > > lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ ]\([ABCDGISTW][AB= CDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' > > lt_cv_deplibs_check_method=3Dpass_all > > ac_cv_prog_ac_ct_CC=3Dcc > > lt_cv_compiler_o_lo=3Dyes > > ac_cv_target=3Di386-unknown-freebsd4.8 > > ac_cv_env_target_alias_value=3D > > ac_cv_env_CC_value=3Dcc > > lt_cv_path_NM=3D'/usr/bin/nm -B' > > ac_cv_env_CPP_set=3D > > ac_cv_header_dlfcn_h=3Dyes > > ac_cv_have_decl_strcasecmp=3Dyes > > ac_cv_objext=3Do > >=20 > > ## ----------------- ## > > ## Output variables. ## > > ## ----------------- ## > >=20 > > ACLOCAL=3D'/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missing= aclocal-1.4' > > AUTOCONF=3D'autoconf' > > AUTOHEADER=3D'autoheader' > > AUTOMAKE=3D'/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/missin= g automake-1.4' > > CATALOGS=3D'' > > CATOBJEXT=3D'' > > CC=3D'cc' > > CFLAGS=3D'-O -pipe -march=3Dpentiumpro' > > CPP=3D'cc -E' > > CPPFLAGS=3D'-I/usr/local/include' > > CXX=3D'c++' > > CXXFLAGS=3D' -O -pipe -march=3Dpentiumpro' > > DATADIRNAME=3D'' > > DEFS=3D'' > > ECHO=3D'echo' > > ECHO_C=3D'' > > ECHO_N=3D'-n' > > ECHO_T=3D'' > > EGREP=3D'grep -E' > > EXEEXT=3D'' > > GCONF_SCHEMAS_INSTALL_FALSE=3D'#' > > GCONF_SCHEMAS_INSTALL_TRUE=3D'' > > GCONF_SCHEMA_CONFIG_SOURCE=3D'xml::/usr/X11R6/etc/gconf/gconf.xml.defau= lts' > > GCONF_SCHEMA_FILE_DIR=3D'$(sysconfdir)/gconf/schemas/' > > GETTEXT_PACKAGE=3D'' > > GMOFILES=3D'' > > GMSGFMT=3D'' > > GNOMEMEETING_CFLAGS=3D'-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 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libx= ml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activati= on-2.0 -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/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6= /include/libgnome-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/g= nome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/inclu= de/libgnomecanvas-2.0 -I/usr/X11R6/include/libbonoboui-2.0 ' > > GNOMEMEETING_INCLUDES=3D'' > > GNOMEMEETING_LDADD=3D'' > > GNOMEMEETING_LIBS=3D'-Wl,--export-dynamic -pthread -L/usr/local/lib -L/= usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 = -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 = -lgdk-x11-2.0 -lXrandr -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0= -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpa= ngo-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lg= object-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' > > INSTALL_DATA=3D'install -c -o root -g wheel -m 444' > > INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' > > INSTALL_SCHEMAS_FALSE=3D'' > > INSTALL_SCHEMAS_TRUE=3D'' > > INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' > > INSTOBJEXT=3D'' > > INTLLIBS=3D'' > > INTLTOOL_CAVES_RULE=3D'%.caves: %.caves.in $(INTLTOOL_MERGE) $(= wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir= )/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_DESKTOP_RULE=3D'%.desktop: %.desktop.in $(INTLTOOL_MERGE) = $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcd= ir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_DIRECTORY_RULE=3D'%.directory: %.directory.in $(INTLTOOL_MERGE= ) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_sr= cdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_EXTRACT=3D'$(top_builddir)/intltool-extract' > > INTLTOOL_KEYS_RULE=3D'%.keys: %.keys.in $(INTLTOOL_MERGE) $(w= ildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)= /po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_MERGE=3D'$(top_builddir)/intltool-merge' > > INTLTOOL_OAF_RULE=3D'%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wi= ldcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/= po $< $@ -o -p' > > INTLTOOL_PERL=3D'/usr/bin/perl' > > INTLTOOL_PONG_RULE=3D'%.pong: %.pong.in $(INTLTOOL_MERGE) $(w= ildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)= /po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_PROP_RULE=3D'%.prop: %.prop.in $(INTLTOOL_MERGE) $(w= ildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)= /po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_SCHEMAS_RULE=3D'%.schemas: %.schemas.in $(INTLTOOL_MERGE) = $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcd= ir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_SERVER_RULE=3D'%.server: %.server.in $(INTLTOOL_MERGE) $= (wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdi= r)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_SHEET_RULE=3D'%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(= wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir= )/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_SOUNDLIST_RULE=3D'%.soundlist: %.soundlist.in $(INTLTOOL_MERGE= ) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_sr= cdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_THEME_RULE=3D'%.theme: %.theme.in $(INTLTOOL_MERGE) $(= wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir= )/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_UI_RULE=3D'%.ui: %.ui.in $(INTLTOOL_MERGE) $(wil= dcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/p= o $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_UPDATE=3D'$(top_builddir)/intltool-update' > > INTLTOOL_XAM_RULE=3D'%.xam: %.xml.in $(INTLTOOL_MERGE) $(wi= ldcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/= po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > > INTLTOOL_XML_RULE=3D'%.xml: %.xml.in $(INTLTOOL_MERGE) $(wi= ldcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/= po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' > > LDFLAGS=3D'' > > LIBOBJS=3D'' > > LIBS=3D'-L/usr/X11R6/lib -L/usr/local/lib' > > LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' > > LN_S=3D'ln -s' > > LTLIBOBJS=3D'' > > MAINT=3D'#' > > MAINTAINER_MODE_FALSE=3D'' > > MAINTAINER_MODE_TRUE=3D'#' > > MAKEINFO=3D'makeinfo' > > MKINSTALLDIRS=3D'' > > MSGFMT=3D'' > > OBJEXT=3D'o' > > PACKAGE=3D'gnomemeeting' > > PACKAGE_BUGREPORT=3D'http://bugzilla.gnome.org/enter_bug.cgi?product=3D= gnomemeeting' > > PACKAGE_NAME=3D'gnomemeeting' > > PACKAGE_STRING=3D'gnomemeeting 0.98.5' > > PACKAGE_TARNAME=3D'gnomemeeting' > > PACKAGE_VERSION=3D'0.98.5' > > PATH_SEPARATOR=3D':' > > PKG_CONFIG=3D'/usr/local/bin/pkg-config' > > POFILES=3D'' > > POSUB=3D'' > > PO_IN_DATADIR_FALSE=3D'' > > PO_IN_DATADIR_TRUE=3D'' > > RANLIB=3D'ranlib' > > SCHEMA_AGE=3D'26' > > SDL_CFLAGS=3D'' > > SDL_CONFIG=3D'/usr/local/bin/sdl11-config' > > SDL_LIBS=3D'' > > SET_MAKE=3D'' > > SHELL=3D'/bin/sh' > > STRIP=3D'strip' > > USE_NLS=3D'' > > VERSION=3D'0.98.5' > > XGETTEXT=3D'' > > ac_ct_CC=3D'cc' > > ac_ct_CXX=3D'' > > ac_ct_RANLIB=3D'ranlib' > > ac_ct_STRIP=3D'strip' > > bindir=3D'${exec_prefix}/bin' > > build=3D'i386-unknown-freebsd4.8' > > build_alias=3D'' > > build_cpu=3D'i386' > > build_os=3D'freebsd4.8' > > build_vendor=3D'unknown' > > datadir=3D'/usr/X11R6/share/gnome' > > exec_prefix=3D'NONE' > > gnomeconfdir=3D'' > > gnomedatadir=3D'' > > host=3D'i386-unknown-freebsd4.8' > > host_alias=3D'' > > host_cpu=3D'i386' > > host_os=3D'freebsd4.8' > > host_vendor=3D'unknown' > > includedir=3D'${prefix}/include' > > infodir=3D'${prefix}/info' > > libdir=3D'${exec_prefix}/lib' > > libexecdir=3D'${exec_prefix}/libexec' > > localstatedir=3D'/usr/X11R6/share/gnome' > > mandir=3D'${prefix}/man' > > oldincludedir=3D'/usr/include' > > prefix=3D'/usr/X11R6' > > program_transform_name=3D's,x,x,' > > sbindir=3D'${exec_prefix}/sbin' > > sharedstatedir=3D'${prefix}/com' > > sysconfdir=3D'${prefix}/etc' > > target=3D'i386-unknown-freebsd4.8' > > target_alias=3D'' > > target_cpu=3D'i386' > > target_os=3D'freebsd4.8' > > target_vendor=3D'unknown' > >=20 > > ## ----------- ## > > ## confdefs.h. ## > > ## ----------- ## > >=20 > > #define BUILD_NUMBER 5 > > #define BUILD_TYPE ReleaseCode > > #define HAVE_DECL_STRCASECMP 1 > > #define HAVE_DLFCN_H 1 > > #define HAVE_INTTYPES_H 1 > > #define HAVE_MEMORY_H 1 > > #define HAVE_STDLIB_H 1 > > #define HAVE_STRINGS_H 1 > > #define HAVE_STRING_H 1 > > #define HAVE_SYS_STAT_H 1 > > #define HAVE_SYS_TYPES_H 1 > > #define HAVE_UNISTD_H 1 > > #define MAJOR_VERSION 0 > > #define MINOR_VERSION 98 > > #define PACKAGE "gnomemeeting" > > #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?prod= uct=3Dgnomemeeting" > > #define PACKAGE_NAME "gnomemeeting" > > #define PACKAGE_STRING "gnomemeeting 0.98.5" > > #define PACKAGE_TARNAME "gnomemeeting" > > #define PACKAGE_VERSION "0.98.5" > > #define SIZEOF_LONG 4 > > #define STDC_HEADERS 1 > > #define STDC_HEADERS 1 > > #define VERSION "0.98.5" > >=20 > > configure: exit 1 >=20 >=20 >=20 > >> end of "make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting" from Stacey Roberts << >=20 >=20 > -- > Adam Weinberger > vectors.cx >> adam@vectors.cx >> http://www.vectors.cx > magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw > FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw > #vim:set ts=3D8: 8-char tabs prevent tooth decay. --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --7DO5AaGCk89r4vaK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP249fn3Q4C/Onfd9AQFxHQgAuYjnYryKpEsOOXWEqgkPI2TwXB2Ple5r 35FezVe/weEF5dthlthA9umlQaic71+lDqGVF5ORtYk6uBZFHkH5jMG6TYFl6NUG yxxWJLucEvPzBJqsy/wtaD++UacAe+4UPoUSaaxt85HUvTRO4muEy3wHbCn/O2P4 K6eFi2oJtnmo+EiLw+AWFHgt6P+Gj2cB8P6q/AtcHn1mQ55l4ME9N+MjoL1yCjCw UumFhYZfgFjFQPHKrl9ZAisotqCtg50IH8xEsMxx5gMz1Z8G1lmuDauMBhtyo9Og +A3/GA4sQh2NusLgaqk28askaK666aJwFSOUPzvUvBsODc6Fgu8W7Q== =ZnKH -----END PGP SIGNATURE----- --7DO5AaGCk89r4vaK-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 17:18:36 2003 Return-Path: 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 7082516A4B3; Sun, 21 Sep 2003 17:18:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E305B43FDF; Sun, 21 Sep 2003 17:18:35 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8M0IZFY064028; Sun, 21 Sep 2003 17:18:35 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8M0IZTW064024; Sun, 21 Sep 2003 17:18:35 -0700 (PDT) (envelope-from marcus) Date: Sun, 21 Sep 2003 17:18:35 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200309220018.h8M0IZTW064024@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57072: [patch] x11-fm/nautilus2: fix crash with unknown protocols X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 00:18:36 -0000 Synopsis: [patch] x11-fm/nautilus2: fix crash with unknown protocols Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Sun Sep 21 17:18:21 PDT 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=57072 From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 17:24:39 2003 Return-Path: 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 EBCF016A4B3; Sun, 21 Sep 2003 17:24:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254A043FB1; Sun, 21 Sep 2003 17:24:39 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8M0OdFY066580; Sun, 21 Sep 2003 17:24:39 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8M0OcPA066576; Sun, 21 Sep 2003 17:24:38 -0700 (PDT) (envelope-from marcus) Date: Sun, 21 Sep 2003 17:24:38 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200309220024.h8M0OcPA066576@freefall.freebsd.org> To: barner@in.tum.de, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57072: [patch] x11-fm/nautilus2: fix crash with unknown protocols X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 00:24:40 -0000 Synopsis: [patch] x11-fm/nautilus2: fix crash with unknown protocols State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Sep 21 17:24:29 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=57072 From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 17:47:56 2003 Return-Path: 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 90E9316A4B3 for ; Sun, 21 Sep 2003 17:47:56 -0700 (PDT) Received: from hawkins.dropbear.id.au (tardis.hawkins.id.au [150.101.236.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F4FA43FF5 for ; Sun, 21 Sep 2003 17:47:55 -0700 (PDT) (envelope-from justin@hawkins.dropbear.id.au) Received: by hawkins.dropbear.id.au (Postfix, from userid 1001) id 4C7633A210; Mon, 22 Sep 2003 10:17:54 +0930 (CST) Date: Mon, 22 Sep 2003 10:17:54 +0930 From: Justin Hawkins To: gnome@freebsd.org Message-ID: <20030922004754.GA81894@tardis.everard.bogus> References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> User-Agent: Mutt/1.4.1i Subject: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 00:47:56 -0000 On Sun, Sep 21, 2003 at 11:07:35AM +0100, Stacey Roberts wrote: > ====================================================================== > In order to use nautilus-cd-burner, you must make sure your CD devices > have the correct permissions. You must also make sure you have: > > device atapicam > > Configured in your kernel if you are using an ATAPI CD/DVD writer. > To figure out which CD/DVD drive you will be using, run the following > command as root: > > camcontrol devlist > > Your output will look similar to the following: > > at scbus1 target 0 lun 0 (cd0,pass0) > > The devices in parantheses at the end are important. You must make sure > the /dev entries for those devices are writable by the users that will > be using nautilus-cd-burner. In addition to those devices, /dev/xpt* > must also be writable to your nautilus-cd-burner users. Could we get this added to the http://www.freebsd.org/gnome/ FAQ? I found this purely by accident while reading threads here - it seems nigh on impossible to find out how to setup nautilus cd-burner even under Linux. I realise (now) that the above is output from /usr/ports/sysutils/nautilus-cd-burner/pkg-message, but I've never found it before, and not many are likely to see it, considering it will usually be installed as dependency of gnome2, and not implicitly. - Justin -- Justin Hawkins | justin@hawkins.id.au | http://hawkins.id.au From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 18:12:54 2003 Return-Path: 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 3E11216A4B3 for ; Sun, 21 Sep 2003 18:12:54 -0700 (PDT) Received: from fed1mtao02.cox.net (fed1mtao02.cox.net [68.6.19.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16F743FE0 for ; Sun, 21 Sep 2003 18:12:53 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao02.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922011252.THTN2165.fed1mtao02.cox.net@daemon.g-e-e-k.net> for ; Sun, 21 Sep 2003 21:12:52 -0400 Date: Sun, 21 Sep 2003 18:11:43 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: gnome@freebsd.org Message-ID: <20030921181109.R479@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: CPU monitoring apps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 01:12:54 -0000 Are there any gnome applets that monitor cpu temperature? +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sun Sep 21 18:10:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 6:10PM up 12 days, 10:42, 1 user, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 18:16:14 2003 Return-Path: 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 C22F316A4B3 for ; Sun, 21 Sep 2003 18:16:14 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 22AE743F85 for ; Sun, 21 Sep 2003 18:16:14 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 85734 invoked by uid 1252); 22 Sep 2003 01:16:14 -0000 Date: 21 Sep 2003 21:16:14 -0400 Date: Sun, 21 Sep 2003 21:16:14 -0400 From: Adam Weinberger To: Steve Wingate Message-ID: <20030922011614.GQ93697@toxic.magnesium.net> References: <20030921181109.R479@daemon.g-e-e-k.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030921181109.R479@daemon.g-e-e-k.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: gnome@freebsd.org Subject: Re: CPU monitoring apps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 01:16:14 -0000 >> (09.21.2003 @ 2111 PST): Steve Wingate said, in 0.6K: << > Are there any gnome applets that monitor cpu temperature? >> end of "CPU monitoring apps" from Steve Wingate << I believe there are some for gkrellm... # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 18:43:03 2003 Return-Path: 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 1260B16A4B3 for ; Sun, 21 Sep 2003 18:43:03 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5197543F85 for ; Sun, 21 Sep 2003 18:43:02 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.72.4.dial1.weehawken.level3.net ([171.75.72.4] helo=MASAI) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A1Fj9-0004hG-00; Sun, 21 Sep 2003 18:42:59 -0700 Message-ID: <00fc01c380aa$fa1658b0$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <006201c38074$220a2e00$0501a8c0@MASAI> <1064171873.65018.18.camel@shumai.marcuscom.com> Date: Sun, 21 Sep 2003 21:43:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 01:43:03 -0000 Hi Joe, I tried to install Gnome 2.4 using ports but I still have the same 29 ports that fail or are skipped. It's odd that two of them appear in Fresh Ports as ports that should be removed but when I run pkg_version, the output shows bonobo-activation-2.2.4,1 "succeeds port (port has 2.4.0)", and gtk-thinice-engine-2.0.2 "needs updating (port has 2.4.0)". Afraid I've really screwed this up. I'm going to try again tomorrow and take better care at documenting the errors. ----- Original Message ----- From: "Joe Marcus Clarke" To: "Bob Perry" Cc: Sent: Sunday, September 21, 2003 3:17 PM Subject: Re: Portupgrade Problem w/New Gnome2 Release From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 18:53:39 2003 Return-Path: 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 7D39A16A4B3 for ; Sun, 21 Sep 2003 18:53:39 -0700 (PDT) Received: from remt22.cluster1.charter.net (remt22.cluster1.charter.net [209.225.8.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F64643FBF for ; Sun, 21 Sep 2003 18:53:38 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt22.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 168683793 for gnome@freebsd.org; Sun, 21 Sep 2003 21:53:31 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.10/8.12.10) with ESMTP id h8M1ofN5001869 for ; Sun, 21 Sep 2003 20:51:26 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.10/8.12.10/Submit) id h8M1oeV1001867 for gnome@freebsd.org; Sun, 21 Sep 2003 20:50:40 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sun, 21 Sep 2003 20:50:23 -0500 To: FreeBSD GNOME Users Message-ID: <20030922015023.GA1806@gforce.johnson.home> Mail-Followup-To: FreeBSD GNOME Users Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 01:53:39 -0000 I just got the new gnome-2.4 up and running. The first thing I noticed is that the fonts in gdm are tiny, unlike in the previous version. I tried setting a different theme but that did not help. Also, the fonts in the logout dialog of a gnome session are also extremely tiny. Is there any way to increase the size of those fonts? Thanks. -- Glenn Johnson From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 19:52:24 2003 Return-Path: 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 DB4C116A4B3 for ; Sun, 21 Sep 2003 19:52:24 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C405F43FF9 for ; Sun, 21 Sep 2003 19:52:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M2o14R015693; Sun, 21 Sep 2003 22:50:01 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M2pjlB005826; Sun, 21 Sep 2003 22:51:45 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Glenn Johnson In-Reply-To: <20030922015023.GA1806@gforce.johnson.home> References: <20030922015023.GA1806@gforce.johnson.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fUHNgY54Zzoc3oIypYrb" Organization: MarcusCom, Inc. Message-Id: <1064199133.376.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 22:52:13 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 02:52:25 -0000 --=-fUHNgY54Zzoc3oIypYrb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 21:50, Glenn Johnson wrote: > I just got the new gnome-2.4 up and running. The first thing I noticed=20 > is that the fonts in gdm are tiny, unlike in the previous version. I=20 > tried setting a different theme but that did not help. Also, the fonts=20 > in the logout dialog of a gnome session are also extremely tiny. >=20 > Is there any way to increase the size of those fonts? Funny thing is, mine look quite huge on my ATI desktop, and quite small on my ATI laptop. I haven't bothered to track this down, but you might be able to affect the fonts with a ~/.gtkrc-2.0 for root. I'd be interested in knowing your results. Joe >=20 > Thanks. >=20 > -- > Glenn Johnson > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-fUHNgY54Zzoc3oIypYrb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bmPdb2iPiv4Uz4cRAu2vAJ43otqWQ8ngU4h4TIFsMG1WwMwGQgCghdUh loHso79kVEEp97z1bc7x3Mo= =CaIF -----END PGP SIGNATURE----- --=-fUHNgY54Zzoc3oIypYrb-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 19:57:30 2003 Return-Path: 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 3223B16A4BF for ; Sun, 21 Sep 2003 19:57:30 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 438F343FF9 for ; Sun, 21 Sep 2003 19:57:28 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M2nt0Q006959; Sun, 21 Sep 2003 22:49:55 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M2uplB005881; Sun, 21 Sep 2003 22:56:51 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <00fc01c380aa$fa1658b0$0501a8c0@MASAI> References: <006201c38074$220a2e00$0501a8c0@MASAI> <1064171873.65018.18.camel@shumai.marcuscom.com> <00fc01c380aa$fa1658b0$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JCSxNuVkSHi43lLoW/xD" Organization: MarcusCom, Inc. Message-Id: <1064199439.376.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 22:57:19 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 02:57:30 -0000 --=-JCSxNuVkSHi43lLoW/xD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 21:43, Bob Perry wrote: > Hi Joe, > I tried to install Gnome 2.4 using ports but I still have the same 29 por= ts > that fail or are skipped. >=20 > It's odd that two of them appear in Fresh Ports as ports that should be > removed but when I run pkg_version, the output shows > bonobo-activation-2.2.4,1 "succeeds port (port has 2.4.0)", and > gtk-thinice-engine-2.0.2 "needs updating (port has 2.4.0)". Afraid I've > really screwed this up. >=20 > I'm going to try again tomorrow and take better care at documenting the > errors. The pkgdb -F step is important. Just like the docs say, you have to answer "yes" to all the prompts. You may also need to re-run pkgdb -F after each step in the upgrade to ensure a consistent package database throughout. Joe >=20 >=20 > ----- Original Message -----=20 > From: "Joe Marcus Clarke" > To: "Bob Perry" > Cc: > Sent: Sunday, September 21, 2003 3:17 PM > Subject: Re: Portupgrade Problem w/New Gnome2 Release >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-JCSxNuVkSHi43lLoW/xD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bmUPb2iPiv4Uz4cRAgFwAJ9qx08cU5J4ODBADR/GJh8zxS4Z1gCgkj8b wMkYdVblxY1EqCobj88lbRE= =oP1X -----END PGP SIGNATURE----- --=-JCSxNuVkSHi43lLoW/xD-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:31:51 2003 Return-Path: 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 1F87316A4B3 for ; Sun, 21 Sep 2003 20:31:51 -0700 (PDT) Received: from remt20.cluster1.charter.net (remt20.cluster1.charter.net [209.225.8.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABCC43FE0 for ; Sun, 21 Sep 2003 20:31:50 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt20.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 167561612; Sun, 21 Sep 2003 23:31:32 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.10/8.12.10) with ESMTP id h8M3Rlu4000843; Sun, 21 Sep 2003 22:29:28 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.10/8.12.10/Submit) id h8M3RlVk000842; Sun, 21 Sep 2003 22:27:47 -0500 (CDT) (envelope-from glenn) Date: Sun, 21 Sep 2003 22:27:20 -0500 From: Glenn Johnson To: Joe Marcus Clarke Message-ID: <20030922032720.GA783@gforce.johnson.home> Mail-Followup-To: Joe Marcus Clarke , FreeBSD GNOME Users References: <20030922015023.GA1806@gforce.johnson.home> <1064199133.376.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1064199133.376.2.camel@shumai.marcuscom.com> User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users Subject: Re: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:31:51 -0000 On Sun, Sep 21, 2003 at 10:52:13PM -0400, Joe Marcus Clarke wrote: > On Sun, 2003-09-21 at 21:50, Glenn Johnson wrote: > > > I just got the new gnome-2.4 up and running. The first thing I > > noticed is that the fonts in gdm are tiny, unlike in the previous > > version. I tried setting a different theme but that did not > > help. Also, the fonts in the logout dialog of a gnome session are > > also extremely tiny. > > > > Is there any way to increase the size of those fonts? > > Funny thing is, mine look quite huge on my ATI desktop, and quite > small on my ATI laptop. I haven't bothered to track this down, but > you might be able to affect the fonts with a ~/.gtkrc-2.0 for root. > I'd be interested in knowing your results. Well, I tried restarting gdm via the startup script in /usr/X11R6/etc/rc.d, but that did not help. I needed to reboot for another reason and when gdm came back up the theme I had previously set was now in effect and the fonts were now a normal size. I do not know why it did not take effect before. Perhaps a gdm process did not get killed by 'gdm.sh stop' and was still hanging around. However, although the fonts looked normal again, the keyboard could not get focus in the login field and thus I could not login nor switch vtys. I could select the reboot option with the mouse however. After playing around with this a bit, it turns out that gdm2-2.4.4.1_1 can be started from /etc/ttys (as gdm1 could) and the keyboard focus problem does not happen. At least it works here on my -current system. Starting from the startup script does not work (keyboard focus problem). -- Glenn Johnson glennpj@charter.net From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:36:20 2003 Return-Path: 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 5BBF416A4B3 for ; Sun, 21 Sep 2003 20:36:20 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D62D43F85 for ; Sun, 21 Sep 2003 20:36:19 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M3So0Q017094; Sun, 21 Sep 2003 23:28:50 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M3ZklB006286; Sun, 21 Sep 2003 23:35:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Glenn Johnson In-Reply-To: <20030922032720.GA783@gforce.johnson.home> References: <20030922015023.GA1806@gforce.johnson.home> <1064199133.376.2.camel@shumai.marcuscom.com> <20030922032720.GA783@gforce.johnson.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nGlmd+I3tlh/Gf00wNfV" Organization: MarcusCom, Inc. Message-Id: <1064201774.376.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 23:36:14 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:36:20 -0000 X-List-Received-Date: Mon, 22 Sep 2003 03:36:20 -0000 --=-nGlmd+I3tlh/Gf00wNfV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 23:27, Glenn Johnson wrote: > On Sun, Sep 21, 2003 at 10:52:13PM -0400, Joe Marcus Clarke wrote: >=20 > > On Sun, 2003-09-21 at 21:50, Glenn Johnson wrote: > > > > > I just got the new gnome-2.4 up and running. The first thing I > > > noticed is that the fonts in gdm are tiny, unlike in the previous > > > version. I tried setting a different theme but that did not > > > help. Also, the fonts in the logout dialog of a gnome session are > > > also extremely tiny. > > > > > > Is there any way to increase the size of those fonts? > > > > Funny thing is, mine look quite huge on my ATI desktop, and quite > > small on my ATI laptop. I haven't bothered to track this down, but > > you might be able to affect the fonts with a ~/.gtkrc-2.0 for root. > > I'd be interested in knowing your results. >=20 > Well, I tried restarting gdm via the startup script in > /usr/X11R6/etc/rc.d, but that did not help. I needed to reboot for > another reason and when gdm came back up the theme I had previously set > was now in effect and the fonts were now a normal size. I do not know > why it did not take effect before. Perhaps a gdm process did not get > killed by 'gdm.sh stop' and was still hanging around. >=20 > However, although the fonts looked normal again, the keyboard could not > get focus in the login field and thus I could not login nor switch vtys. > I could select the reboot option with the mouse however. After playing > around with this a bit, it turns out that gdm2-2.4.4.1_1 can be started > from /etc/ttys (as gdm1 could) and the keyboard focus problem does not > happen. At least it works here on my -current system. Starting from > the startup script does not work (keyboard focus problem). Works for me on two -CURRENT machines. Did you copy the factory-gdm.conf over gdm.conf? Though, it is good news that gdm now works out of /etc/ttys again. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-nGlmd+I3tlh/Gf00wNfV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bm4ub2iPiv4Uz4cRAttEAJ0YtQaiNwlTThJVAQqlt3g5xssevACcDHug hU+zj3qLTT7rcrTR73AyX+U= =BeVS -----END PGP SIGNATURE----- --=-nGlmd+I3tlh/Gf00wNfV-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:36:21 2003 Return-Path: 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 2E0F316A4B3 for ; Sun, 21 Sep 2003 20:36:21 -0700 (PDT) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF6543FF3 for ; Sun, 21 Sep 2003 20:36:20 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922033612.VCZA14291.fed1mtao08.cox.net@daemon.g-e-e-k.net>; Sun, 21 Sep 2003 23:36:12 -0400 Date: Sun, 21 Sep 2003 20:35:09 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Joe Marcus Clarke In-Reply-To: <1064173756.65018.21.camel@shumai.marcuscom.com> Message-ID: <20030921203411.I348@daemon.g-e-e-k.net> References: <20030921101911.E81589@daemon.g-e-e-k.net> <20030921123953.C4368@daemon.g-e-e-k.net> <1064173756.65018.21.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD GNOME Users Subject: Re: Error upgrading gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:36:21 -0000 I just wanted to say that my gnome2 upgrade is fine now after following these steps. (I hate that Pine top posts by default) +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sun Sep 21 20:30:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 8:30PM up 12 days, 13:02, 1 user, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ On Sun, 21 Sep 2003, Joe Marcus Clarke wrote: > On Sun, 2003-09-21 at 15:41, Steve Wingate wrote: > > On Sun, 21 Sep 2003, Joe Marcus Clarke wrote: > > > > > On Sun, 2003-09-21 at 13:31, Steve Wingate wrote: > > > > I'm trying to upgrade gnome-2.4 installed via marcusmerge to the gnome 2.4 > > > > that's now in the official ports tree. > > > > I ran portupgrade -rf -m BATCH=yes atk && portupgrade -R -m BATCH=yes > > > > gnome. Everything except gnomemeeting & gnome2-2.4.0 succeeded. Here is > > > > the error for that. > > > > > > # cd /usr/ports/net/openh323 > > > # make clean > > > > > > Then try your build again. > > > > > > Joe > > > > > Do I need to run the same command again? > > portupgrade -rf -m BATCH=yes atk && portupgrade -R -m BATCH=yes gnome2 ? > > No, at this point, a portupgrade -ra should do it. > > Joe > > > > > That seems like it will rebuild ports that succeeded last time. > -- > PGP Key : http://www.marcuscom.com/pgp.asc > From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:50:44 2003 Return-Path: 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 0292816A4B3 for ; Sun, 21 Sep 2003 20:50:44 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A0043FDF for ; Sun, 21 Sep 2003 20:50:43 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8M3mCRq030922 for ; Sun, 21 Sep 2003 23:48:12 -0400 From: Adam McLaurin To: freebsd-gnome@freebsd.org In-Reply-To: <20030921181109.R479@daemon.g-e-e-k.net> References: <20030921181109.R479@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HSE15vtALwKBa31EfJ2v" Message-Id: <1064202635.56449.3.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 23:50:36 -0400 Subject: Re: CPU monitoring apps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:50:44 -0000 --=-HSE15vtALwKBa31EfJ2v Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 21:11, Steve Wingate wrote: > Are there any gnome applets that monitor cpu temperature? Try sysutils/xmbmon --=20 Adam McLaurin --=-HSE15vtALwKBa31EfJ2v Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bnGLt+DSc2Q4lGYRArFMAJwJxi3VxlwyWqEfC1IaatKCUySNQQCdHOD+ cBYp0OtJQt12l1SVk6na+Ao= =H7k0 -----END PGP SIGNATURE----- --=-HSE15vtALwKBa31EfJ2v-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:52:30 2003 Return-Path: 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 D189C16A4B3 for ; Sun, 21 Sep 2003 20:52:30 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDFD43F3F for ; Sun, 21 Sep 2003 20:52:30 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.72.4.dial1.weehawken.level3.net ([171.75.72.4] helo=MASAI) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A1HkQ-0004g1-00; Sun, 21 Sep 2003 20:52:27 -0700 Message-ID: <01a801c380bd$0fd46d60$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <006201c38074$220a2e00$0501a8c0@MASAI> <1064171873.65018.18.camel@shumai.marcuscom.com> <00fc01c380aa$fa1658b0$0501a8c0@MASAI> <1064199439.376.8.camel@shumai.marcuscom.com> Date: Sun, 21 Sep 2003 23:53:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:52:30 -0000 The pkgdb -F step is important. Just like the docs say, you have to answer "yes" to all the prompts. You may also need to re-run pkgdb -F after each step in the upgrade to ensure a consistent package database throughout. Joe, Thanks for the reminder. Bob From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:55:13 2003 Return-Path: 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 733E816A4B3 for ; Sun, 21 Sep 2003 20:55:13 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E75643FF5 for ; Sun, 21 Sep 2003 20:55:11 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M3qt4R020353; Sun, 21 Sep 2003 23:52:55 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M3sXlB006470; Sun, 21 Sep 2003 23:54:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <01a801c380bd$0fd46d60$0501a8c0@MASAI> References: <006201c38074$220a2e00$0501a8c0@MASAI> <1064171873.65018.18.camel@shumai.marcuscom.com> <00fc01c380aa$fa1658b0$0501a8c0@MASAI> <1064199439.376.8.camel@shumai.marcuscom.com> <01a801c380bd$0fd46d60$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jVfeeKotlVJRU21tPPJs" Organization: MarcusCom, Inc. Message-Id: <1064202901.376.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 23:55:01 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:55:13 -0000 --=-jVfeeKotlVJRU21tPPJs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 23:53, Bob Perry wrote: > The pkgdb -F step is important. Just like the docs say, you have to > answer "yes" to all the prompts. You may also need to re-run pkgdb -F > after each step in the upgrade to ensure a consistent package database > throughout. >=20 > Joe, > Thanks for the reminder. I've also added similar text to the "Known Issues" page at http://www.freebsd.gnome/gnome/docs/knownissues.html. Joe >=20 > Bob --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jVfeeKotlVJRU21tPPJs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bnKVb2iPiv4Uz4cRAgX7AKCiJsfvLO2ABuxNkaBh37hQJPAwNACffAFg qSq3TvsfrK2cU9z8U4EQGQs= =dJTg -----END PGP SIGNATURE----- --=-jVfeeKotlVJRU21tPPJs-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 20:59:01 2003 Return-Path: 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 C347316A4B3; Sun, 21 Sep 2003 20:59:01 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA3243FF3; Sun, 21 Sep 2003 20:58:56 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922035856.UUXH4662.lakemtao06.cox.net@mezz.mezzweb.com>; Sun, 21 Sep 2003 23:58:56 -0400 Date: Sun, 21 Sep 2003 22:57:59 -0500 To: Stacey Roberts References: <20030921231301.GA57594@crom.vickiandstacey.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030921231301.GA57594@crom.vickiandstacey.com> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome@FreeBSD.ORG cc: roger@FreeBSD.ORG Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 03:59:01 -0000 On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts wrote: > Hello, > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 > and now (my attempted) reinstallation for the port. > > Here is what I did after several failed attempts at portupgrading to > Gnome-2.4 since yesterday: > Logged off from X > cd /usr/ports/x11/gnome2 > make deinstall clean > make clean > make install clean > > The last command fails with the following: > # make clean > ===> Cleaning for pwlib-1.5.0_2 > ===> Cleaning for openh323-1.12.0_1 Ok, it cleans and know that gnomemeeting needs this.. > root@Demon /usr/ports/x11/gnome2 # make install clean > ===> Configuring for gnomemeeting-0.98.5 Umm, isn't it supposed to be build the pwlib and openh323 by now in this step? > checking for PTLib includes... > checking for > /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... > no > configure: error: You need PTLib's header files to build GnomeMeeting I don't know what's wrong in your system, but why don't you try to do following: 1) portsclean -C (to rm -rf all work, fastest and better way to clean than use the 'make clean') 2) Go to net/gnomemeeting and do the 'make install' .. If it doesn't build the pwlib and openh323, then you can try this: 1) Go to devel/pwlib and do the 'make' 2) Go to net/openh323 and do the 'make' 3) Try it again, do the 'make install' in the net/gnomemeeting I can't promise you if I will solve your problem, but I hope so and I am trying.. :-) Cheers, Mezz > Thanks for the time. > > Regards, > > Stacey -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 21:03:29 2003 Return-Path: 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 4D4EB16A4B3; Sun, 21 Sep 2003 21:03:29 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711343FD7; Sun, 21 Sep 2003 21:03:28 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M3xapM015145; Sun, 21 Sep 2003 23:59:37 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M42ulB006608; Mon, 22 Sep 2003 00:02:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <20030921231301.GA57594@crom.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-E3iG5ReU858WsGThZEWQ" Organization: MarcusCom, Inc. Message-Id: <1064203404.376.27.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 00:03:24 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 04:03:29 -0000 --=-E3iG5ReU858WsGThZEWQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 23:57, Jeremy Messenger wrote: > On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts=20 > wrote: >=20 > > Hello, > > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2= =20 > > and now (my attempted) reinstallation for the port. > > > > Here is what I did after several failed attempts at portupgrading to=20 > > Gnome-2.4 since yesterday: > > Logged off from X > > cd /usr/ports/x11/gnome2 > > make deinstall clean > > make clean > > make install clean > > > > The last command fails with the following: > > # make clean > > > =3D=3D=3D> Cleaning for pwlib-1.5.0_2 > > > =3D=3D=3D> Cleaning for openh323-1.12.0_1 > >=20 > Ok, it cleans and know that gnomemeeting needs this.. >=20 > > root@Demon /usr/ports/x11/gnome2 # make install clean > > > =3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >=20 > Umm, isn't it supposed to be build the pwlib and openh323 by now in this=20 > step? >=20 > > checking for PTLib includes... > > checking for=20 > > /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/= pprocess.h...=20 > > no > > configure: error: You need PTLib's header files to build GnomeMeeting > >=20 > I don't know what's wrong in your system, but why don't you try to do=20 > following: >=20 > 1) portsclean -C (to rm -rf all work, fastest and better way to clean tha= n=20 > use the 'make clean') > 2) Go to net/gnomemeeting and do the 'make install' .. >=20 > If it doesn't build the pwlib and openh323, then you can try this: >=20 > 1) Go to devel/pwlib and do the 'make' > 2) Go to net/openh323 and do the 'make' > 3) Try it again, do the 'make install' in the net/gnomemeeting >=20 > I can't promise you if I will solve your problem, but I hope so and I am=20 > trying.. :-) Actually, gnomemeeting is weird. It defines NOCLEANDEPENDS in its Makefile. This actually can cause problems when openh323 and pwlib are updated. It's best to make sure you always clean those directories out by hand. Also, note that gnomemeeting will be broken on -CURRENT unless you have the recent -pthread readdition patch. You also can't build gnomemeeting if you have ffmpeg installed. You have to remove ffmpeg, then build gnomemeeting, then reinstall ffmpeg (if so desire). Joe >=20 > Cheers, > Mezz >=20 > > Thanks for the time. > > > > Regards, > > > > Stacey --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-E3iG5ReU858WsGThZEWQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bnSMb2iPiv4Uz4cRAkbqAJ42iQ7ntjDYEzRh20CEa60Ln83SgACdG2rl TJ07nVJ2pDzXUpqezqZToBo= =+cUv -----END PGP SIGNATURE----- --=-E3iG5ReU858WsGThZEWQ-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 21:11:44 2003 Return-Path: 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 2230116A4B3 for ; Sun, 21 Sep 2003 21:11:44 -0700 (PDT) Received: from remt26.cluster1.charter.net (remt26.cluster1.charter.net [209.225.8.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D77843FE0 for ; Sun, 21 Sep 2003 21:11:42 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt26.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 165045123; Mon, 22 Sep 2003 00:11:30 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.10/8.12.10) with ESMTP id h8M47Yu4099285; Sun, 21 Sep 2003 23:08:55 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.10/8.12.10/Submit) id h8M47Y9W094079; Sun, 21 Sep 2003 23:07:34 -0500 (CDT) (envelope-from glenn) Date: Sun, 21 Sep 2003 23:07:06 -0500 From: Glenn Johnson To: Joe Marcus Clarke Message-ID: <20030922040706.GA30097@gforce.johnson.home> Mail-Followup-To: Joe Marcus Clarke , FreeBSD GNOME Users References: <20030922015023.GA1806@gforce.johnson.home> <1064199133.376.2.camel@shumai.marcuscom.com> <20030922032720.GA783@gforce.johnson.home> <1064201774.376.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1064201774.376.15.camel@shumai.marcuscom.com> User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users Subject: Re: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 04:11:44 -0000 On Sun, Sep 21, 2003 at 11:36:14PM -0400, Joe Marcus Clarke wrote: > On Sun, 2003-09-21 at 23:27, Glenn Johnson wrote: > > > On Sun, Sep 21, 2003 at 10:52:13PM -0400, Joe Marcus Clarke wrote: > > > > > On Sun, 2003-09-21 at 21:50, Glenn Johnson wrote: > > > > > > > I just got the new gnome-2.4 up and running. The first thing > > > > I noticed is that the fonts in gdm are tiny, unlike in the > > > > previous version. I tried setting a different theme but that > > > > did not help. Also, the fonts in the logout dialog of a gnome > > > > session are also extremely tiny. > > > > > > > > Is there any way to increase the size of those fonts? > > > > > > Funny thing is, mine look quite huge on my ATI desktop, and quite > > > small on my ATI laptop. I haven't bothered to track this down, > > > but you might be able to affect the fonts with a ~/.gtkrc-2.0 for > > > root. I'd be interested in knowing your results. > > > > Well, I tried restarting gdm via the startup script in > > /usr/X11R6/etc/rc.d, but that did not help. I needed to reboot for > > another reason and when gdm came back up the theme I had previously > > set was now in effect and the fonts were now a normal size. I do > > not know why it did not take effect before. Perhaps a gdm process > > did not get killed by 'gdm.sh stop' and was still hanging around. > > > > However, although the fonts looked normal again, the keyboard > > could not get focus in the login field and thus I could not login > > nor switch vtys. I could select the reboot option with the mouse > > however. After playing around with this a bit, it turns out that > > gdm2-2.4.4.1_1 can be started from /etc/ttys (as gdm1 could) and the > > keyboard focus problem does not happen. At least it works here on > > my -current system. Starting from the startup script does not work > > (keyboard focus problem). > > Works for me on two -CURRENT machines. Did you copy the > factory-gdm.conf over gdm.conf? Yes. In fact, the entire gdm directory was fresh from the install. I backed up the old one and moved it out of the way. > Though, it is good news that gdm now works out of /etc/ttys again. Well, like I said, it works here, on my home machine. I will test it out on my work machine eventually but that will take a while because I want to test things a bit at home before committing to a machine with other users. -- Glenn Johnson glennpj@charter.net From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 21:17:51 2003 Return-Path: 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 73B3616A4B3 for ; Sun, 21 Sep 2003 21:17:51 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4416343FD7 for ; Sun, 21 Sep 2003 21:17:50 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8M4E0pM027716; Mon, 22 Sep 2003 00:14:00 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8M4HIlB006701; Mon, 22 Sep 2003 00:17:19 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Justin Hawkins In-Reply-To: <20030922004754.GA81894@tardis.everard.bogus> References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> <20030922004754.GA81894@tardis.everard.bogus> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KzQrAl0S4s4AzQDGWxCh" Organization: MarcusCom, Inc. Message-Id: <1064204267.376.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 00:17:47 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 04:17:51 -0000 --=-KzQrAl0S4s4AzQDGWxCh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-21 at 20:47, Justin Hawkins wrote: > On Sun, Sep 21, 2003 at 11:07:35AM +0100, Stacey Roberts wrote: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > In order to use nautilus-cd-burner, you must make sure your CD devices > > have the correct permissions. You must also make sure you have: > > =20 > > device atapicam > > =20 > > Configured in your kernel if you are using an ATAPI CD/DVD writer. > > To figure out which CD/DVD drive you will be using, run the following > > command as root: > > =20 > > camcontrol devlist > > =20 > > Your output will look similar to the following: > > =20 > > at scbus1 target 0 lun 0 (cd0,pass0) > > =20 > > The devices in parantheses at the end are important. You must make sur= e > > the /dev entries for those devices are writable by the users that will > > be using nautilus-cd-burner. In addition to those devices, /dev/xpt* > > must also be writable to your nautilus-cd-burner users. >=20 > Could we get this added to the http://www.freebsd.org/gnome/ FAQ? I > found this purely by accident while reading threads here - it seems > nigh on impossible to find out how to setup nautilus cd-burner even > under Linux. Done. Thanks for the suggestion. Joe >=20 > I realise (now) that the above is output from > /usr/ports/sysutils/nautilus-cd-burner/pkg-message, but I've never found > it before, and not many are likely to see it, considering it will > usually be installed as dependency of gnome2, and not implicitly. >=20 > - Justin --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-KzQrAl0S4s4AzQDGWxCh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bnfqb2iPiv4Uz4cRAjAkAJsHZbyRL4w5E/M8kuJmBldj3K5/+gCfVnEL cHkjRu2STgmwUb752IfGfe4= =ePE2 -----END PGP SIGNATURE----- --=-KzQrAl0S4s4AzQDGWxCh-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 21:28:39 2003 Return-Path: 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 757A716A4B3; Sun, 21 Sep 2003 21:28:39 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B6243F75; Sun, 21 Sep 2003 21:28:37 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922042835.XPCE16616.lakemtao08.cox.net@mezz.mezzweb.com>; Mon, 22 Sep 2003 00:28:35 -0400 Date: Sun, 21 Sep 2003 23:27:40 -0500 To: Joe Marcus Clarke References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1064203404.376.27.camel@shumai.marcuscom.com> User-Agent: Opera7.20/Linux M2 build 465 cc: FreeBSD GNOME Users cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 04:28:39 -0000 On Mon, 22 Sep 2003 00:03:24 -0400, Joe Marcus Clarke wrote: > On Sun, 2003-09-21 at 23:57, Jeremy Messenger wrote: >> On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts >> wrote: >> >> > Hello, >> > I cannot build Gnome-2 from fresh after first deinstalling >> Gnome-2 >> > and now (my attempted) reinstallation for the port. >> > >> > Here is what I did after several failed attempts at portupgrading to >> > Gnome-2.4 since yesterday: >> > Logged off from X >> > cd /usr/ports/x11/gnome2 >> > make deinstall clean >> > make clean >> > make install clean >> > >> > The last command fails with the following: >> > # make clean >> >> > ===> Cleaning for pwlib-1.5.0_2 >> >> > ===> Cleaning for openh323-1.12.0_1 >> >> >> Ok, it cleans and know that gnomemeeting needs this.. >> >> > root@Demon /usr/ports/x11/gnome2 # make install clean >> >> > ===> Configuring for gnomemeeting-0.98.5 >> >> >> Umm, isn't it supposed to be build the pwlib and openh323 by now in this >> step? >> >> > checking for PTLib includes... >> > checking for >> > >> /usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... >> > no >> > configure: error: You need PTLib's header files to build GnomeMeeting >> >> >> I don't know what's wrong in your system, but why don't you try to do >> following: >> >> 1) portsclean -C (to rm -rf all work, fastest and better way to clean >> than >> use the 'make clean') >> 2) Go to net/gnomemeeting and do the 'make install' .. >> >> If it doesn't build the pwlib and openh323, then you can try this: >> >> 1) Go to devel/pwlib and do the 'make' >> 2) Go to net/openh323 and do the 'make' >> 3) Try it again, do the 'make install' in the net/gnomemeeting >> >> I can't promise you if I will solve your problem, but I hope so and I am >> trying.. :-) > > Actually, gnomemeeting is weird. It defines NOCLEANDEPENDS in its > Makefile. This actually can cause problems when openh323 and pwlib are > updated. It's best to make sure you always clean those directories out > by hand. Ahh, I see the 'NOCLEANDEPENDS' now.. Thanks! The 'portsclean -C' should take care on this case. I always use it; it works great. > Also, note that gnomemeeting will be broken on -CURRENT unless > you have the recent -pthread readdition patch. If you CVSup today of -CURRENT, then you shouldn't worry about -pthread anymore. Daniel has putted -pthread back in today (around 20 hours ago). I am glad that he did that. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> > Thanks for the time. >> > >> > Regards, >> > >> > Stacey -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 22:40:16 2003 Return-Path: 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 DFA0916A4B3; Sun, 21 Sep 2003 22:40:15 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF8143FF3; Sun, 21 Sep 2003 22:40:12 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-181.dsl.in-addr.zen.co.uk ([82.68.31.181] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1JQh-0002Md-CL; Mon, 22 Sep 2003 05:40:11 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8M5e3B3058867; Mon, 22 Sep 2003 06:40:03 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8M5dwxS058866; Mon, 22 Sep 2003 06:39:58 +0100 (BST) Date: Mon, 22 Sep 2003 06:39:58 +0100 From: Stacey Roberts To: Jeremy Messenger Message-ID: <20030922053958.GD57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="qOrJKOH36bD5yhNe" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.181] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 05:40:16 -0000 --qOrJKOH36bD5yhNe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Mezz, ----- Original Message ----- From: "Jeremy Messenger " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 04:57 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts=20 > wrote: >=20 > >Hello, > > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2= =20 > >and now (my attempted) reinstallation for the port. > > > >Here is what I did after several failed attempts at portupgrading to=20 > >Gnome-2.4 since yesterday: > >Logged off from X > >cd /usr/ports/x11/gnome2 > >make deinstall clean > >make clean > >make install clean > > > >The last command fails with the following: > ># make clean > > >=3D=3D=3D> Cleaning for pwlib-1.5.0_2 > > >=3D=3D=3D> Cleaning for openh323-1.12.0_1 > >=20 > Ok, it cleans and know that gnomemeeting needs this.. >=20 > >root@Demon /usr/ports/x11/gnome2 # make install clean > > >=3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >=20 > Umm, isn't it supposed to be build the pwlib and openh323 by now in this= =20 > step? >=20 > >checking for PTLib includes... > >checking for=20 > >/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/p= process.h...=20 > >no > >configure: error: You need PTLib's header files to build GnomeMeeting > >=20 > I don't know what's wrong in your system, but why don't you try to do=20 > following: >=20 > 1) portsclean -C (to rm -rf all work, fastest and better way to clean tha= n=20 > use the 'make clean') > 2) Go to net/gnomemeeting and do the 'make install' .. >=20 > If it doesn't build the pwlib and openh323, then you can try this: >=20 > 1) Go to devel/pwlib and do the 'make' Tried that.., didn't work. > 2) Go to net/openh323 and do the 'make' Tried that.., didn't work. For what its worth, since my latest try, I've in= stalled openh323 and pwlib, make install in /usr/ports/x11/gnome2 still fai= ls with the error about ptlib in gnomemeeting. > 3) Try it again, do the 'make install' in the net/gnomemeeting >=20 See above.., fails. > I can't promise you if I will solve your problem, but I hope so and I am= =20 > trying.. :-) Is it not possible to wipe gnome2 off the system and then do a fresh instal= l of the thing? Or am I going to simply hit this same problem again? This i= s what I'm trying to do at the moment, and some guidance on this point woul= d be handy. If I need to, I'll gladly even reinstall this sucker,, but I'd like to know= the prospects from before hand of successfully being able to build gnome-2= at the end of the day, that's all. Thanks for taking the time to reply, all the same. >=20 > Cheers, > Mezz >=20 > >Thanks for the time. > > > >Regards, > > > >Stacey >=20 >=20 > --=20 > bsdforums.org 's moderator, mezz. >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --qOrJKOH36bD5yhNe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP26LKn3Q4C/Onfd9AQFx1wgAjMZJw5jVZ8mxz46GVF408kKjWbDDuRNU 6qQAF8YeZ32vRPaSZF4LGpEKr5gLQlp36pid5JaHohH64u/FW6WqpRBVmgnj3y79 CGv7cXmmPDcSWiyvFyY3/7oCBaXOV68aAkHG26ZF82bI104QYEpqHqg8VtbTTS6K 5ZxATKHYRzHqL2MfWCHXoBcOthzC1l/cBgfquJHsnl9xVGsFqWQG4L60jAkSlH6a 8OSdXinh9q1tz4dxyhTTWkLQfVV+CoO0uTr+6sqvcZbiumlP4g5CzBScb4llNPPi uf97HF1+m6C8V4It6y6VOhp6LtRCmeT0L39L/9TqkfYFNijPp37d8Q== =gjSC -----END PGP SIGNATURE----- --qOrJKOH36bD5yhNe-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 22:52:00 2003 Return-Path: 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 036A116A4BF; Sun, 21 Sep 2003 22:52:00 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF88E44005; Sun, 21 Sep 2003 22:51:57 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922055156.XYNL16616.lakemtao08.cox.net@mezz.mezzweb.com>; Mon, 22 Sep 2003 01:51:56 -0400 To: Stacey Roberts References: <20030921231301.GA57594@crom.vickiandstacey.com> <20030922053958.GD57594@crom.vickiandstacey.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 22 Sep 2003 00:51:02 -0500 In-Reply-To: <20030922053958.GD57594@crom.vickiandstacey.com> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 05:52:00 -0000 On Mon, 22 Sep 2003 06:39:58 +0100, Stacey Roberts wrote: > Hi Mezz, > > ----- Original Message ----- > From: "Jeremy Messenger " > To: To Stacey Roberts > Date: Mon, 22 Sep, 2003 04:57 BST > Subject: Re: make install clean for Gnome-2 fails with configure: error: > You need PTLib's header files to build GnomeMeeting > >> On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts >> wrote: >> >> >Hello, >> > I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 >> >and now (my attempted) reinstallation for the port. >> > >> >Here is what I did after several failed attempts at portupgrading to >> >Gnome-2.4 since yesterday: >> >Logged off from X >> >cd /usr/ports/x11/gnome2 >> >make deinstall clean >> >make clean >> >make install clean >> > >> >The last command fails with the following: >> ># make clean >> >> >===> Cleaning for pwlib-1.5.0_2 >> >> >===> Cleaning for openh323-1.12.0_1 >> >> >> Ok, it cleans and know that gnomemeeting needs this.. >> >> >root@Demon /usr/ports/x11/gnome2 # make install clean >> >> >===> Configuring for gnomemeeting-0.98.5 >> >> >> Umm, isn't it supposed to be build the pwlib and openh323 by now in this >> step? >> >> >checking for PTLib includes... >> >checking for >> >/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... >> >no >> >configure: error: You need PTLib's header files to build GnomeMeeting >> >> >> I don't know what's wrong in your system, but why don't you try to do >> following: >> >> 1) portsclean -C (to rm -rf all work, fastest and better way to clean >> than >> use the 'make clean') >> 2) Go to net/gnomemeeting and do the 'make install' .. >> >> If it doesn't build the pwlib and openh323, then you can try this: >> >> 1) Go to devel/pwlib and do the 'make' > > Tried that.., didn't work. And what's error? You get the fail by the 'make'? Is the work directory in there? >> 2) Go to net/openh323 and do the 'make' > > Tried that.., didn't work. For what its worth, since my latest try, I've > installed openh323 and pwlib, make install in /usr/ports/x11/gnome2 > still fails with the error about ptlib in gnomemeeting. And what's error again? It doesn't matter if openh323 and pwlib are installed, gnomemeeting won't build unless you don't touch the 'make clean'.. The openh323 and pwlib have to be built without 'make clean' first to get gnomemeeting's build success. >> 3) Try it again, do the 'make install' in the net/gnomemeeting >> > > See above.., fails. >> I can't promise you if I will solve your problem, but I hope so and I am >> trying.. :-) > > Is it not possible to wipe gnome2 off the system and then do a fresh > install of the thing? Or am I going to simply hit this same problem > again? This is what I'm trying to do at the moment, and some guidance on > this point would be handy. I have done install Gnome 2.4 on the clean system and it went well. Also, I even upgrade and it went well. Cheers, Mezz > If I need to, I'll gladly even reinstall this sucker,, but I'd like to > know the prospects from before hand of successfully being able to build > gnome-2 at the end of the day, that's all. > > Thanks for taking the time to reply, all the same. >> >> Cheers, >> Mezz >> >> >Thanks for the time. >> > >> >Regards, >> > >> >Stacey -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 22:57:41 2003 Return-Path: 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 D35F616A4B3; Sun, 21 Sep 2003 22:57:41 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB0643FE3; Sun, 21 Sep 2003 22:57:40 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1Jhb-0000p4-Hz; Mon, 22 Sep 2003 05:57:39 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8M5vVB3058940; Mon, 22 Sep 2003 06:57:31 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8M5vQfL058939; Mon, 22 Sep 2003 06:57:26 +0100 (BST) Date: Mon, 22 Sep 2003 06:57:26 +0100 From: Stacey Roberts To: Jeremy Messenger Message-ID: <20030922055726.GE57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tmoQ0UElFV5VgXgH" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.177] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 05:57:41 -0000 --tmoQ0UElFV5VgXgH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Mezz.., ----- Original Message ----- From: "Jeremy Messenger " To: To Joe Marcus Clarke Date: Mon, 22 Sep, 2003 05:27 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > On Mon, 22 Sep 2003 00:03:24 -0400, Joe Marcus Clarke=20 > wrote: >=20 > >On Sun, 2003-09-21 at 23:57, Jeremy Messenger wrote: > >>On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts > >> wrote: > >> > >>> Hello, > >>> I cannot build Gnome-2 from fresh after first deinstalling=20 > >>Gnome-2 > >>> and now (my attempted) reinstallation for the port. > >>> > >>> Here is what I did after several failed attempts at portupgrading to > >>> Gnome-2.4 since yesterday: > >>> Logged off from X > >>> cd /usr/ports/x11/gnome2 > >>> make deinstall clean > >>> make clean > >>> make install clean > >>> > >>> The last command fails with the following: > >>> # make clean > >> > >>> =3D=3D=3D> Cleaning for pwlib-1.5.0_2 > >> > >>> =3D=3D=3D> Cleaning for openh323-1.12.0_1 > >> > >> > >>Ok, it cleans and know that gnomemeeting needs this.. > >> > >>> root@Demon /usr/ports/x11/gnome2 # make install clean > >> > >>> =3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >> > >> > >>Umm, isn't it supposed to be build the pwlib and openh323 by now in this > >>step? > >> > >>> checking for PTLib includes... > >>> checking for > >>>=20 > >>/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/= pprocess.h... > >>> no > >>> configure: error: You need PTLib's header files to build GnomeMeeting > >> > >> > >>I don't know what's wrong in your system, but why don't you try to do > >>following: > >> > >>1) portsclean -C (to rm -rf all work, fastest and better way to clean= =20 > >>than > >>use the 'make clean') > >>2) Go to net/gnomemeeting and do the 'make install' .. > >> > >>If it doesn't build the pwlib and openh323, then you can try this: > >> > >>1) Go to devel/pwlib and do the 'make' > >>2) Go to net/openh323 and do the 'make' > >>3) Try it again, do the 'make install' in the net/gnomemeeting > >> > >>I can't promise you if I will solve your problem, but I hope so and I am > >>trying.. :-) > > > >Actually, gnomemeeting is weird. It defines NOCLEANDEPENDS in its > >Makefile. This actually can cause problems when openh323 and pwlib are > >updated. It's best to make sure you always clean those directories out > >by hand. >=20 > Ahh, I see the 'NOCLEANDEPENDS' now.. Thanks! The 'portsclean -C' should= =20 > take care on this case. I always use it; it works great. > Err.., no it doesn't.., not in this case, that is. I've now installed both = openh323 & pwlib, and I still get errors related to this PTlib at the stage= where gnomemeeting is to be built. At this point, is it silly to ask if its not possible to install gnome-2 *w= ithout* gnomemeeting? I'd not even heard of / nor used this thing before to= day, and I'm not interested in it either. =20 > >Also, note that gnomemeeting will be broken on -CURRENT unless > >you have the recent -pthread readdition patch. > >=20 > If you CVSup today of -CURRENT, then you shouldn't worry about -pthread= =20 > anymore. Daniel has putted -pthread back in today (around 20 hours ago). = I=20 > am glad that he did that. > So.., does the above now suggest that in order for me to build gnome2 on th= is box I should be tracking CURRENT? Regards, Stacey =20 > Cheers, > Mezz >=20 > >Joe > > > >> > >>Cheers, > >>Mezz > >> > >>> Thanks for the time. > >>> > >>> Regards, > >>> > >>> Stacey >=20 >=20 > --=20 > bsdforums.org 's moderator, mezz. >=20 >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --tmoQ0UElFV5VgXgH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP26PQ33Q4C/Onfd9AQF08QgAjvXHLjYp/nzfZqJlWZ1HXznA0FBJHoSN 6XaHBLn7AM59Gm1K2VsP1YpizK6v6vAfwzOPkpGAoKhpBQeCn+o0X4zKhZeV7Ynl 19TdZvNMROHHZjqvpap002c6ylRrsobvZfAu9XxQ2FhdURclQ4sgOLGN/ZaG0SVb NbRdcIR97cpgekhCiE3JoHrUm4j+cqWOMaH4FgWMkWK3UhNEtn7ewWDk6If/W0Us 5MFPNdvCavmpKX/6EKHFxJNmGa2fmZjmZ1cDTe9KCRV7yubtSfvqV5fFE8AtfsNC lPA89ROk8I3cTYl7LCX/hE+gOXJu849pYPnUhVFUB3QiiQc5JnFl3g== =DRPq -----END PGP SIGNATURE----- --tmoQ0UElFV5VgXgH-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 23:06:10 2003 Return-Path: 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 3234516A4B3; Sun, 21 Sep 2003 23:06:10 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE96E43FE5; Sun, 21 Sep 2003 23:06:08 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922060609.VKPA4662.lakemtao06.cox.net@mezz.mezzweb.com>; Mon, 22 Sep 2003 02:06:09 -0400 Date: Mon, 22 Sep 2003 01:05:13 -0500 To: Stacey Roberts References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> <20030922055726.GE57594@crom.vickiandstacey.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030922055726.GE57594@crom.vickiandstacey.com> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 06:06:10 -0000 On Mon, 22 Sep 2003 06:57:26 +0100, Stacey Roberts wrote: > Hi Mezz.., > > ----- Original Message ----- > From: "Jeremy Messenger " > To: To Joe Marcus Clarke > Date: Mon, 22 Sep, 2003 05:27 BST > Subject: Re: make install clean for Gnome-2 fails with configure: error: > You need PTLib's header files to build GnomeMeeting > >> On Mon, 22 Sep 2003 00:03:24 -0400, Joe Marcus Clarke >> wrote: >> >> >On Sun, 2003-09-21 at 23:57, Jeremy Messenger wrote: >> >>On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts >> >> wrote: >> >> >> >>> Hello, >> >>> I cannot build Gnome-2 from fresh after first deinstalling >> >>Gnome-2 >> >>> and now (my attempted) reinstallation for the port. >> >>> >> >>> Here is what I did after several failed attempts at portupgrading to >> >>> Gnome-2.4 since yesterday: >> >>> Logged off from X >> >>> cd /usr/ports/x11/gnome2 >> >>> make deinstall clean >> >>> make clean >> >>> make install clean >> >>> >> >>> The last command fails with the following: >> >>> # make clean >> >> >> >>> ===> Cleaning for pwlib-1.5.0_2 >> >> >> >>> ===> Cleaning for openh323-1.12.0_1 >> >> >> >> >> >>Ok, it cleans and know that gnomemeeting needs this.. >> >> >> >>> root@Demon /usr/ports/x11/gnome2 # make install clean >> >> >> >>> ===> Configuring for gnomemeeting-0.98.5 >> >> >> >> >> >>Umm, isn't it supposed to be build the pwlib and openh323 by now in >> this >> >>step? >> >> >> >>> checking for PTLib includes... >> >>> checking for >> >>> >> >>/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib/pprocess.h... >> >>> no >> >>> configure: error: You need PTLib's header files to build >> GnomeMeeting >> >> >> >> >> >>I don't know what's wrong in your system, but why don't you try to do >> >>following: >> >> >> >>1) portsclean -C (to rm -rf all work, fastest and better way to clean >> >>than >> >>use the 'make clean') >> >>2) Go to net/gnomemeeting and do the 'make install' .. >> >> >> >>If it doesn't build the pwlib and openh323, then you can try this: >> >> >> >>1) Go to devel/pwlib and do the 'make' >> >>2) Go to net/openh323 and do the 'make' >> >>3) Try it again, do the 'make install' in the net/gnomemeeting >> >> >> >>I can't promise you if I will solve your problem, but I hope so and I >> am >> >>trying.. :-) >> > >> >Actually, gnomemeeting is weird. It defines NOCLEANDEPENDS in its >> >Makefile. This actually can cause problems when openh323 and pwlib are >> >updated. It's best to make sure you always clean those directories out >> >by hand. >> >> Ahh, I see the 'NOCLEANDEPENDS' now.. Thanks! The 'portsclean -C' should >> take care on this case. I always use it; it works great. >> > > Err.., no it doesn't.., not in this case, that is. I've now installed > both openh323 & pwlib, and I still get errors related to this PTlib at > the stage where gnomemeeting is to be built. > > At this point, is it silly to ask if its not possible to install gnome-2 > *without* gnomemeeting? I'd not even heard of / nor used this thing > before today, and I'm not interested in it either. Yes, it's possible.. Just edit the x11/gnome2/Makefile by remove the gnomemeeting line. >> >Also, note that gnomemeeting will be broken on -CURRENT unless >> >you have the recent -pthread readdition patch. >> >> >> If you CVSup today of -CURRENT, then you shouldn't worry about -pthread >> anymore. Daniel has putted -pthread back in today (around 20 hours >> ago). I >> am glad that he did that. >> > > So.., does the above now suggest that in order for me to build gnome2 on > this box I should be tracking CURRENT? Well, how old your -CURRENT is? It's depend on, but I don't think your error means the -pthread part. Cheers, Mezz > Regards, > > Stacey > >> Cheers, >> Mezz >> >> >Joe >> > >> >> >> >>Cheers, >> >>Mezz >> >> >> >>> Thanks for the time. >> >>> >> >>> Regards, >> >>> >> >>> Stacey >> >> >> -- >> bsdforums.org 's moderator, mezz. >> -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 23:08:36 2003 Return-Path: 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 7C59816A4B3; Sun, 21 Sep 2003 23:08:36 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1933C4400D; Sun, 21 Sep 2003 23:08:32 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-182.dsl.in-addr.zen.co.uk ([82.68.31.182] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1Js7-0005LY-2P; Mon, 22 Sep 2003 06:08:31 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8M68MB3058983; Mon, 22 Sep 2003 07:08:23 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8M68HfL058982; Mon, 22 Sep 2003 07:08:17 +0100 (BST) Date: Mon, 22 Sep 2003 07:08:17 +0100 From: Stacey Roberts To: Jeremy Messenger Message-ID: <20030922060817.GF57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <20030922053958.GD57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tvOENZuN7d6HfOWU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.182] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 06:08:36 -0000 --tvOENZuN7d6HfOWU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Mezz.., ----- Original Message ----- From: "Jeremy Messenger " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 06:51 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > On Mon, 22 Sep 2003 06:39:58 +0100, Stacey Roberts=20 > wrote: >=20 > >Hi Mezz, > > > >----- Original Message ----- > >From: "Jeremy Messenger " > >To: To Stacey Roberts > >Date: Mon, 22 Sep, 2003 04:57 BST > >Subject: Re: make install clean for Gnome-2 fails with configure: error:= =20 > >You need PTLib's header files to build GnomeMeeting > > > >>On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts > >> wrote: > >> > >>>Hello, > >>> I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 > >>>and now (my attempted) reinstallation for the port. > >>> > >>>Here is what I did after several failed attempts at portupgrading to > >>>Gnome-2.4 since yesterday: > >>>Logged off from X > >>>cd /usr/ports/x11/gnome2 > >>>make deinstall clean > >>>make clean > >>>make install clean > >>> > >>>The last command fails with the following: > >>># make clean > >> > >>>=3D=3D=3D> Cleaning for pwlib-1.5.0_2 > >> > >>>=3D=3D=3D> Cleaning for openh323-1.12.0_1 > >> > >> > >>Ok, it cleans and know that gnomemeeting needs this.. > >> > >>>root@Demon /usr/ports/x11/gnome2 # make install clean > >> > >>>=3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >> > >> > >>Umm, isn't it supposed to be build the pwlib and openh323 by now in this > >>step? > >> > >>>checking for PTLib includes... > >>>checking for > >>>/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptlib= /pprocess.h... > >>>no > >>>configure: error: You need PTLib's header files to build GnomeMeeting > >> > >> > >>I don't know what's wrong in your system, but why don't you try to do > >>following: > >> > >>1) portsclean -C (to rm -rf all work, fastest and better way to clean= =20 > >>than > >>use the 'make clean') > >>2) Go to net/gnomemeeting and do the 'make install' .. > >> > >>If it doesn't build the pwlib and openh323, then you can try this: > >> > >>1) Go to devel/pwlib and do the 'make' > > > >Tried that.., didn't work. >=20 > And what's error? You get the fail by the 'make'? Is the work directory i= n=20 > there? >=20 Sorry.., I neglected to mention the error.., Running this again at the mome= nt so that I can post the error. Sorry. > >>2) Go to net/openh323 and do the 'make' > > > >Tried that.., didn't work. For what its worth, since my latest try, I've= =20 > >installed openh323 and pwlib, make install in /usr/ports/x11/gnome2=20 > >still fails with the error about ptlib in gnomemeeting. >=20 > And what's error again? It doesn't matter if openh323 and pwlib are=20 > installed, gnomemeeting won't build unless you don't touch the 'make=20 > clean'.. The openh323 and pwlib have to be built without 'make clean'=20 > first to get gnomemeeting's build success. >=20 > >>3) Try it again, do the 'make install' in the net/gnomemeeting > >> > > > >See above.., fails. > >>I can't promise you if I will solve your problem, but I hope so and I am > >>trying.. :-) > > > >Is it not possible to wipe gnome2 off the system and then do a fresh=20 > >install of the thing? Or am I going to simply hit this same problem=20 > >again? This is what I'm trying to do at the moment, and some guidance on= =20 > >this point would be handy. >=20 > I have done install Gnome 2.4 on the clean system and it went well. Also,= =20 > I even upgrade and it went well. > Ahh.., excellent.., So I can ask at this point: By "clean system" do you refer to a newly installed 4.8 Rel system, or 4.8 = Stable.., or a CURRENT? I ask this, because there's no reference to what base you should have insta= lled at the FAQ, only a reference to ensuring that one has cvsup'd all port= s to the latest versions.., I'll post the latest errors when pwlib completes. Thanks again, Mezz.., Regards, Stacey > Cheers, > Mezz >=20 > >If I need to, I'll gladly even reinstall this sucker,, but I'd like to= =20 > >know the prospects from before hand of successfully being able to build= =20 > >gnome-2 at the end of the day, that's all. > > > >Thanks for taking the time to reply, all the same. > >> > >>Cheers, > >>Mezz > >> > >>>Thanks for the time. > >>> > >>>Regards, > >>> > >>>Stacey >=20 >=20 > --=20 > bsdforums.org 's moderator, mezz. >=20 >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --tvOENZuN7d6HfOWU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP26Rz33Q4C/Onfd9AQHxIAf7BC1bzrJofzj7gIdcKozurSylQ/eujDAd rpdFSUe7D+AdNVG1xh3E0Rhjj3yCtvm17Hsqx5F1rkKQ2NfOTORB2KBUl+Tu1PYx Cmml4ll91WaJuReXaZnjie03plRtCx+uyuKZJsVJGkfacUaSRmxnzKYkhdBKHBRH n2imj9HFzcmlnkuDA1+mbup9AKQAjykmwjyjF4EpsIdZilYhrL8zU6gcYkVqE0Od N4S850dj7lh118xOa9e1GdxVkATNPilqIhA6PN/AYVkcmqriSA7NrKKGmBkRxypS qiamtz5BM3Bn87uLVnyalvuWZr61/BCPLXPnKgz+KJioUP1i/VATcw== =sO3p -----END PGP SIGNATURE----- --tvOENZuN7d6HfOWU-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 23:32:20 2003 Return-Path: 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 AF08416A4B3; Sun, 21 Sep 2003 23:32:20 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BE943F75; Sun, 21 Sep 2003 23:32:18 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-179.dsl.in-addr.zen.co.uk ([82.68.31.179] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1KF7-0006u6-91; Mon, 22 Sep 2003 06:32:17 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8M6W8B3059100; Mon, 22 Sep 2003 07:32:08 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8M6W3YZ059099; Mon, 22 Sep 2003 07:32:03 +0100 (BST) Date: Mon, 22 Sep 2003 07:32:03 +0100 From: Stacey Roberts To: Jeremy Messenger Message-ID: <20030922063203.GH57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> <20030922055726.GE57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="07FIeBX8hApXX6Bi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.179] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 06:32:20 -0000 --07FIeBX8hApXX6Bi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Mezz.., ----- Original Message ----- From: "Jeremy Messenger " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 07:05 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > On Mon, 22 Sep 2003 06:57:26 +0100, Stacey Roberts=20 > wrote: >=20 > >Hi Mezz.., > > > >----- Original Message ----- > >From: "Jeremy Messenger " > >To: To Joe Marcus Clarke > >Date: Mon, 22 Sep, 2003 05:27 BST > >Subject: Re: make install clean for Gnome-2 fails with configure: error:= =20 > >You need PTLib's header files to build GnomeMeeting > > > >>On Mon, 22 Sep 2003 00:03:24 -0400, Joe Marcus Clarke > >> wrote: > >> > >>>On Sun, 2003-09-21 at 23:57, Jeremy Messenger wrote: > >>>>On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts > >>>> wrote: > >>>> > >>>>> Hello, > >>>>> I cannot build Gnome-2 from fresh after first deinstalling > >>>>Gnome-2 > >>>>> and now (my attempted) reinstallation for the port. > >>>>> > >>>>> Here is what I did after several failed attempts at portupgrading to > >>>>> Gnome-2.4 since yesterday: > >>>>> Logged off from X > >>>>> cd /usr/ports/x11/gnome2 > >>>>> make deinstall clean > >>>>> make clean > >>>>> make install clean > >>>>> > >>>>> The last command fails with the following: > >>>>> # make clean > >>>> > >>>>> =3D=3D=3D> Cleaning for pwlib-1.5.0_2 > >>>> > >>>>> =3D=3D=3D> Cleaning for openh323-1.12.0_1 > >>>> > >>>> > >>>>Ok, it cleans and know that gnomemeeting needs this.. > >>>> > >>>>> root@Demon /usr/ports/x11/gnome2 # make install clean > >>>> > >>>>> =3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >>>> > >>>> > >>>>Umm, isn't it supposed to be build the pwlib and openh323 by now in= =20 > >>this > >>>>step? > >>>> > >>>>> checking for PTLib includes... > >>>>> checking for > >>>>> > >>>>/usr/ports/net/gnomemeeting/../../devel/pwlib/work/pwlib/include/ptli= b/pprocess.h... > >>>>> no > >>>>> configure: error: You need PTLib's header files to build=20 > >>GnomeMeeting > >>>> > >>>> > >>>>I don't know what's wrong in your system, but why don't you try to do > >>>>following: > >>>> > >>>>1) portsclean -C (to rm -rf all work, fastest and better way to clean > >>>>than > >>>>use the 'make clean') > >>>>2) Go to net/gnomemeeting and do the 'make install' .. > >>>> > >>>>If it doesn't build the pwlib and openh323, then you can try this: > >>>> > >>>>1) Go to devel/pwlib and do the 'make' > >>>>2) Go to net/openh323 and do the 'make' > >>>>3) Try it again, do the 'make install' in the net/gnomemeeting > >>>> > >>>>I can't promise you if I will solve your problem, but I hope so and I= =20 > >>am > >>>>trying.. :-) > >>> > >>>Actually, gnomemeeting is weird. It defines NOCLEANDEPENDS in its > >>>Makefile. This actually can cause problems when openh323 and pwlib are > >>>updated. It's best to make sure you always clean those directories out > >>>by hand. > >> > >>Ahh, I see the 'NOCLEANDEPENDS' now.. Thanks! The 'portsclean -C' should > >>take care on this case. I always use it; it works great. > >> > > > >Err.., no it doesn't.., not in this case, that is. I've now installed=20 > >both openh323 & pwlib, and I still get errors related to this PTlib at= =20 > >the stage where gnomemeeting is to be built. > > > >At this point, is it silly to ask if its not possible to install gnome-2= =20 > >*without* gnomemeeting? I'd not even heard of / nor used this thing=20 > >before today, and I'm not interested in it either. >=20 > Yes, it's possible.. Just edit the x11/gnome2/Makefile by remove the=20 > gnomemeeting line. > Tried this.., deleted the line in /usr/ports/x11/gnome2/Makefile that has g= nomemeeting rm -rf work Ran "make" This fails with mozilla-related errors now: toolkits/gnome-themes \ ggv:${PORTSDIR}/print/ggv2 \ acme:${PORTSDIR}/multimedia/acme \ gok:${PO= RTSDIR}/sysutils/gok \ gpdf:${PORTSDIR}/graphics/gpdf \ nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ gcalctool:${PORTSDIR}/math/gcalctool \ gucharmap:${PORTSDIR}/deskutils/gucharmap \ zenity:${PORTSDIR}/x11/zenity \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR= }/x11-fonts/bitstream-vera \ epiphany:${PORTSDIR}/www/epiphany \ Makefile: 63 lines, 2345 characters. root@Demon /usr/ports/x11/gnome2 # make =3D=3D=3D> Extracting for gnome2-2.4.0 >> No MD5 checksum file. =3D=3D=3D> Patching for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - found =3D=3D=3D> Configuring for gnome2-2.4.0 root@Demon /usr/ports/x11/gnome2 # make install =3D=3D=3D> Installing for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_appl= et2 - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-cd - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-dictionary - found =3D=3D=3D> gnome2-2.4.0 depends on executable: eog - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-control-center - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: gconf-editor - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnect - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gedit - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-terminal - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-session - found =3D=3D=3D> gnome2-2.4.0 depends on executable: bug-buddy - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-system-monitor - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus - found =3D=3D=3D> gnome2-2.4.0 depends on executable: yelp - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gdm - found =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties-cap= plet - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user= -guide/C/user-guide.xml - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sounds/qu= estion.wav - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/lib= gail-gnome.pc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: file-roller - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighCont= rast/gtk-2.0/gtkrc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: ggv - found =3D=3D=3D> gnome2-2.4.0 depends on executable: acme - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gok - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gpdf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gcalctool - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gucharmap - found =3D=3D=3D> gnome2-2.4.0 depends on executable: zenity - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gst-thumbnail - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bitstre= am-vera/Vera.ttf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: epiphany - not found =3D=3D=3D> Verifying install for epiphany in /usr/ports/www/epiphany =20 By default epiphany uses www/mozilla-gtk2 for html rendering, but you can change this by defining WITH_MOZILLA to one of the following values: =20 mozilla-devel-gtk2 =20 >> epiphany-1.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome= 2. >> Attempting to fetch from ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/= GNOME/sources/epiphany/1.0/. Receiving epiphany-1.0.tar.bz2 (1613042 bytes): 100% 1613042 bytes transferred in 27.5 seconds (57.27 kBps) =3D=3D=3D> Extracting for epiphany-1.0 >> Checksum OK for gnome2/epiphany-1.0.tar.bz2. =3D=3D=3D> Patching for epiphany-1.0 =3D=3D=3D> Applying FreeBSD patches for epiphany-1.0 =3D=3D=3D> epiphany-1.0 depends on file: /usr/X11R6/include/mozilla/gtkem= bedmoz/gtkmozembed.h - not found =3D=3D=3D> Verifying install for /usr/X11R6/include/mozilla/gtkembedmoz/= gtkmozembed.h in /usr/ports/www/mozilla-headers =3D=3D=3D> Extracting for mozilla-headers-1.4,2 >> No MD5 checksum file. =3D=3D=3D> Patching for mozilla-headers-1.4,2 =3D=3D=3D> mozilla-headers-1.4,2 depends on file: /nonexistent - found =3D=3D=3D> mozilla-headers-1.4,2 depends on executable: gmake - found =3D=3D=3D> mozilla-headers-1.4,2 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for mozilla-headers-1.4,2 =3D=3D=3D> Building for mozilla-headers-1.4,2 cd: can't cd to /usr/ports/www/mozilla-headers/../mozilla/work/mozilla *** Error code 2 =20 Stop in /usr/ports/www/mozilla-headers. *** Error code 1 =20 Stop in /usr/ports/www/epiphany. *** Error code 1 =20 Stop in /usr/ports/x11/gnome2. root@Demon /usr/ports/x11/gnome2 # Isn't the whole point about the ports system is that "make" goes out and fe= tches what isn't currently on the system in order to complete port builds? = Or am I missing something along the way here? Regards, Stacey =20 > >>>Also, note that gnomemeeting will be broken on -CURRENT unless > >>>you have the recent -pthread readdition patch. > >> > >> > >>If you CVSup today of -CURRENT, then you shouldn't worry about -pthread > >>anymore. Daniel has putted -pthread back in today (around 20 hours=20 > >>ago). I > >>am glad that he did that. > >> > > > >So.., does the above now suggest that in order for me to build gnome2 on= =20 > >this box I should be tracking CURRENT? >=20 > Well, how old your -CURRENT is? It's depend on, but I don't think your=20 > error means the -pthread part. >=20 > Cheers, > Mezz >=20 > >Regards, > > > >Stacey > > > >>Cheers, > >>Mezz > >> > >>>Joe > >>> > >>>> > >>>>Cheers, > >>>>Mezz > >>>> > >>>>> Thanks for the time. > >>>>> > >>>>> Regards, > >>>>> > >>>>> Stacey > >> > >> > >>-- > >>bsdforums.org 's moderator, mezz. > >> >=20 >=20 > --=20 > bsdforums.org 's moderator, mezz. >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --07FIeBX8hApXX6Bi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP26XYX3Q4C/Onfd9AQHbAwf/XFIW5AyXYxHbbumBji61H5ROczkTi1CF 6GayvI7ngQWxSOwLhNQiSBEDcnY0h4iKnLrBIlU56fgQWayIMVMrRL4pleoLgn8V 8o9DvLzHvAwqjLeZ2KP2YBJfCZJICA3vHkIMwcCN2Q34L06vT6s52ciePs6xS2Vx WatKoucBe4pI8DHTLislw6pbQLOFONratXTclDImIC68YG5qpeTk0DseKWIbWDpE 6jTqz5UsgwQ7tTEuWO9DZsdfORSGySLWi5zaiPMEPgk6Clo32CblpysXcvDJKWz3 Bqm8VhOAgaA358pvP7o1rJ4xdjQuK9SAVA/CmZmPlu3/blmDi+A5Vg== =Dq55 -----END PGP SIGNATURE----- --07FIeBX8hApXX6Bi-- From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 23:56:00 2003 Return-Path: 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 A64E716A4B3; Sun, 21 Sep 2003 23:56:00 -0700 (PDT) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2969B43FF2; Sun, 21 Sep 2003 23:55:58 -0700 (PDT) (envelope-from roger@telepresence.dmem.strath.ac.uk) Received: from Win2K ([62.255.16.77]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20030922065556.PWEF13360.mta05-svc.ntlworld.com@Win2K>; Mon, 22 Sep 2003 07:55:56 +0100 Message-ID: <004d01c380d6$a3849e40$4d10ff3e@Win2K> From: "Roger Hardiman" To: "Stacey Roberts" , "Jeremy Messenger" References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> <20030922055726.GE57594@crom.vickiandstacey.com> <20030922063203.GH57594@crom.vickiandstacey.com> Date: Mon, 22 Sep 2003 07:56:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 06:56:00 -0000 Hi there Just woke up to a long thread on GnomeMeeting. The NOCLEANDEPENDS is a bit of hack really in GnomeMeeting. I used it because pwlib/openh323 took so long to compile on my P350 box, it was too slow when maintaining the ports and doing lots of make / make clean / make cycles I'll probably it out after the ports freeze. Stacey, if you can send me the pwlib build failure you get that would be great. Roger From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 01:09:23 2003 Return-Path: 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 AC19A16A4B3 for ; Mon, 22 Sep 2003 01:09:23 -0700 (PDT) Received: from free1.him.ne.jp (83.him.ne.jp [61.199.227.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9405243FFB for ; Mon, 22 Sep 2003 01:09:20 -0700 (PDT) (envelope-from chores@him.ne.jp) Received: from [192.168.1.71] (71.him.local [192.168.1.71]) h8M89FaB047404 for ; Mon, 22 Sep 2003 17:09:16 +0900 (JST) (envelope-from chores@him.ne.jp) Date: Mon, 22 Sep 2003 17:09:16 +0900 From: chores@him.ne.jp To: gnome@FreeBSD.org Message-Id: <20030922170706.9632.CHORES@him.ne.jp> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------_3F6EADAA9656022F5388_MULTIPART_MIXED_" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.06.02 X-Virus-Scanned: by amavisd-new Subject: Script "configure" failed unexpectedly. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 08:09:23 -0000 --------_3F6EADAA9656022F5388_MULTIPART_MIXED_ Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the > "/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.4.0/config.log" > including the output of the failure of your make command. Also, it might > be a good idea to provide an overview of all packages installed on your > system (e.g. an `ls /var/db/pkg`). --------_3F6EADAA9656022F5388_MULTIPART_MIXED_ Content-Type: application/octet-stream; name="config.log" Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: base64 VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMgd2hp bGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJlIG1ha2Vz IGEgbWlzdGFrZS4KCkl0IHdhcyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzCmdlbmVy YXRlZCBieSBHTlUgQXV0b2NvbmYgMi41Ny4gIEludm9jYXRpb24gY29tbWFuZCBsaW5lIHdhcwoK ICAkIC4vY29uZmlndXJlIC0teC1saWJyYXJpZXM9L3Vzci9YMTFSNi9saWIgLS14LWluY2x1ZGVz PS91c3IvWDExUjYvaW5jbHVkZSAtLWxvY2Fsc3RhdGVkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9t ZSAtLWRhdGFkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9tZSAtLXdpdGgtaHRtbC1kaXI9L3Vzci9Y MTFSNi9zaGFyZS9kb2MgLS1kaXNhYmxlLWd0ay1kb2MgLS13aXRoLWdjb25mLXNvdXJjZT14bWw6 Oi91c3IvWDExUjYvZXRjL2djb25mL2djb25mLnhtbC5kZWZhdWx0cyAtLXByZWZpeD0vdXNyL1gx MVI2IC0tYnVpbGQ9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjgKCiMjIC0tLS0tLS0tLSAjIwojIyBQ bGF0Zm9ybS4gIyMKIyMgLS0tLS0tLS0tICMjCgpob3N0bmFtZSA9IGZyZWUxLmhpbS5uZS5qcAp1 bmFtZSAtbSA9IGkzODYKdW5hbWUgLXIgPSA0LjgtU1RBQkxFCnVuYW1lIC1zID0gRnJlZUJTRAp1 bmFtZSAtdiA9IEZyZWVCU0QgNC44LVNUQUJMRSAjMTogV2VkIEp1bCAgMiAyMTo0OTo0NCBKU1Qg MjAwMyAgICAgcm9vdEBmcmVlMS5oaW0ubmUuanA6L3Vzci9zcmMvc3lzL2NvbXBpbGUvTGliNTBG dzMgCgovdXNyL2Jpbi91bmFtZSAtcCA9IGkzODYKL2Jpbi91bmFtZSAtWCAgICAgPSB1bmtub3du CgovYmluL2FyY2ggICAgICAgICAgICAgID0gdW5rbm93bgovdXNyL2Jpbi9hcmNoIC1rICAgICAg ID0gdW5rbm93bgovdXNyL2NvbnZleC9nZXRzeXNpbmZvID0gdW5rbm93bgpob3N0aW5mbyAgICAg ICAgICAgICAgID0gdW5rbm93bgovYmluL21hY2hpbmUgICAgICAgICAgID0gdW5rbm93bgovdXNy L2Jpbi9vc2xldmVsICAgICAgID0gdW5rbm93bgovYmluL3VuaXZlcnNlICAgICAgICAgID0gdW5r bm93bgoKUEFUSDogL3Vzci9sb2NhbC9saWJleGVjL2xpYnRvb2wxMwpQQVRIOiAvc2JpbgpQQVRI OiAvYmluClBBVEg6IC91c3Ivc2JpbgpQQVRIOiAvdXNyL2JpbgpQQVRIOiAvdXNyL2dhbWVzClBB VEg6IC91c3IvbG9jYWwvc2JpbgpQQVRIOiAvdXNyL2xvY2FsL2JpbgpQQVRIOiAvdXNyL1gxMVI2 L2JpbgpQQVRIOiAvcm9vdC9iaW4KCgojIyAtLS0tLS0tLS0tLSAjIwojIyBDb3JlIHRlc3RzLiAj IwojIyAtLS0tLS0tLS0tLSAjIwoKY29uZmlndXJlOjE1MTY6IGNoZWNraW5nIGZvciBhIEJTRC1j b21wYXRpYmxlIGluc3RhbGwKY29uZmlndXJlOjE1NzA6IHJlc3VsdDogL3Vzci9iaW4vaW5zdGFs bCAtYyAtbyByb290IC1nIHdoZWVsCmNvbmZpZ3VyZToxNTgxOiBjaGVja2luZyB3aGV0aGVyIGJ1 aWxkIGVudmlyb25tZW50IGlzIHNhbmUKY29uZmlndXJlOjE2MjQ6IHJlc3VsdDogeWVzCmNvbmZp Z3VyZToxNjQ5OiBXQVJOSU5HOiBgbWlzc2luZycgc2NyaXB0IGlzIHRvbyBvbGQgb3IgbWlzc2lu Zwpjb25maWd1cmU6MTY1NzogY2hlY2tpbmcgZm9yIGdhd2sKY29uZmlndXJlOjE2ODY6IHJlc3Vs dDogbm8KY29uZmlndXJlOjE2NTc6IGNoZWNraW5nIGZvciBtYXdrCmNvbmZpZ3VyZToxNjg2OiBy ZXN1bHQ6IG5vCmNvbmZpZ3VyZToxNjU3OiBjaGVja2luZyBmb3IgbmF3awpjb25maWd1cmU6MTY3 MzogZm91bmQgL3Vzci9iaW4vbmF3awpjb25maWd1cmU6MTY4MzogcmVzdWx0OiBuYXdrCmNvbmZp Z3VyZToxNjkzOiBjaGVja2luZyB3aGV0aGVyIGdtYWtlIHNldHMgJChNQUtFKQpjb25maWd1cmU6 MTcxMzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjE4Nzg6IGNoZWNraW5nIHdoZXRoZXIgdG8gZW5h YmxlIG1haW50YWluZXItc3BlY2lmaWMgcG9ydGlvbnMgb2YgTWFrZWZpbGVzCmNvbmZpZ3VyZTox ODg3OiByZXN1bHQ6IG5vCmNvbmZpZ3VyZToxOTY3OiBjaGVja2luZyBmb3IgcGVybApjb25maWd1 cmU6MTk4NTogZm91bmQgL3Vzci9iaW4vcGVybApjb25maWd1cmU6MTk5NzogcmVzdWx0OiAvdXNy L2Jpbi9wZXJsCmNvbmZpZ3VyZToyMDQxOiBjaGVja2luZyBmb3Igc3R5bGUgb2YgaW5jbHVkZSB1 c2VkIGJ5IGdtYWtlCmNvbmZpZ3VyZToyMDY5OiByZXN1bHQ6IEdOVQpjb25maWd1cmU6MjE0MDog Y2hlY2tpbmcgZm9yIGdjYwpjb25maWd1cmU6MjE2NjogcmVzdWx0OiBjYwpjb25maWd1cmU6MjQx MDogY2hlY2tpbmcgZm9yIEMgY29tcGlsZXIgdmVyc2lvbgpjb25maWd1cmU6MjQxMzogY2MgLS12 ZXJzaW9uIDwvZGV2L251bGwgPiY1CjIuOTUuNApjb25maWd1cmU6MjQxNjogJD8gPSAwCmNvbmZp Z3VyZToyNDE4OiBjYyAtdiA8L2Rldi9udWxsID4mNQpVc2luZyBidWlsdGluIHNwZWNzLgpnY2Mg dmVyc2lvbiAyLjk1LjQgMjAwMjAzMjAgW0ZyZWVCU0RdCmNvbmZpZ3VyZToyNDIxOiAkPyA9IDAK Y29uZmlndXJlOjI0MjM6IGNjIC1WIDwvZGV2L251bGwgPiY1CmNjOiBhcmd1bWVudCB0byBgLVYn IGlzIG1pc3NpbmcKY29uZmlndXJlOjI0MjY6ICQ/ID0gMQpjb25maWd1cmU6MjQ1MDogY2hlY2tp bmcgZm9yIEMgY29tcGlsZXIgZGVmYXVsdCBvdXRwdXQKY29uZmlndXJlOjI0NTM6IGNjIC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkIGNvbmZ0 ZXN0LmMgID4mNQpjb25maWd1cmU6MjQ1NjogJD8gPSAwCmNvbmZpZ3VyZToyNTAyOiByZXN1bHQ6 IGEub3V0CmNvbmZpZ3VyZToyNTA3OiBjaGVja2luZyB3aGV0aGVyIHRoZSBDIGNvbXBpbGVyIHdv cmtzCmNvbmZpZ3VyZToyNTEzOiAuL2Eub3V0CmNvbmZpZ3VyZToyNTE2OiAkPyA9IDAKY29uZmln dXJlOjI1MzM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyNTQwOiBjaGVja2luZyB3aGV0aGVyIHdl IGFyZSBjcm9zcyBjb21waWxpbmcKY29uZmlndXJlOjI1NDI6IHJlc3VsdDogbm8KY29uZmlndXJl OjI1NDU6IGNoZWNraW5nIGZvciBzdWZmaXggb2YgZXhlY3V0YWJsZXMKY29uZmlndXJlOjI1NDc6 IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9j YWwvbGliIC1wdGhyZWFkIGNvbmZ0ZXN0LmMgID4mNQpjb25maWd1cmU6MjU1MDogJD8gPSAwCmNv bmZpZ3VyZToyNTc1OiByZXN1bHQ6IApjb25maWd1cmU6MjU4MTogY2hlY2tpbmcgZm9yIHN1ZmZp eCBvZiBvYmplY3QgZmlsZXMKY29uZmlndXJlOjI2MDM6IGNjIC1jIC1PIC1waXBlICAtSS91c3Iv bG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MjYwNjogJD8gPSAwCmNvbmZp Z3VyZToyNjI4OiByZXN1bHQ6IG8KY29uZmlndXJlOjI2MzI6IGNoZWNraW5nIHdoZXRoZXIgd2Ug YXJlIHVzaW5nIHRoZSBHTlUgQyBjb21waWxlcgpjb25maWd1cmU6MjY1NzogY2MgLWMgLU8gLXBp cGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZToyNjYwOiAk PyA9IDAKY29uZmlndXJlOjI2NjM6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MjY2Njog JD8gPSAwCmNvbmZpZ3VyZToyNjc5OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjY4NTogY2hlY2tp bmcgd2hldGhlciBjYyBhY2NlcHRzIC1nCmNvbmZpZ3VyZToyNzA3OiBjYyAtYyAtZyAtSS91c3Iv bG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MjcxMDogJD8gPSAwCmNvbmZp Z3VyZToyNzEzOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjI3MTY6ICQ/ID0gMApjb25m aWd1cmU6MjcyNzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjI3NDQ6IGNoZWNraW5nIGZvciBjYyBv cHRpb24gdG8gYWNjZXB0IEFOU0kgQwpjb25maWd1cmU6MjgwNTogY2MgIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MjgwODogJD8gPSAw CmNvbmZpZ3VyZToyODExOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjI4MTQ6ICQ/ID0g MApjb25maWd1cmU6MjgzMjogcmVzdWx0OiBub25lIG5lZWRlZApjb25maWd1cmU6Mjg1MDogY2Mg LWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZ0ZXN0 LmM6Mjogc3ludGF4IGVycm9yIGJlZm9yZSBgbWUnCmNvbmZpZ3VyZToyODUzOiAkPyA9IDEKY29u ZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2lmbmRlZiBfX2NwbHVzcGx1cwp8ICAgY2hv a2UgbWUKfCAjZW5kaWYKY29uZmlndXJlOjI5NjQ6IGNoZWNraW5nIGRlcGVuZGVuY3kgc3R5bGUg b2YgY2MKY29uZmlndXJlOjMwMzI6IHJlc3VsdDogZ2NjCmNvbmZpZ3VyZTozMDUwOiBjaGVja2lu ZyBmb3IgbGlicmFyeSBjb250YWluaW5nIHN0cmVycm9yCmNvbmZpZ3VyZTozMDgxOiBjYyAtbyBj b25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAt cHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjMwODQ6ICQ/ID0gMApjb25maWd1cmU6 MzA4NzogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MzA5MDogJD8gPSAwCmNvbmZpZ3VyZToz MTQ5OiByZXN1bHQ6IG5vbmUgcmVxdWlyZWQKY29uZmlndXJlOjMyMDI6IGNoZWNraW5nIGZvciBn Y2MKY29uZmlndXJlOjMyMjg6IHJlc3VsdDogY2MKY29uZmlndXJlOjM0NzI6IGNoZWNraW5nIGZv ciBDIGNvbXBpbGVyIHZlcnNpb24KY29uZmlndXJlOjM0NzU6IGNjIC0tdmVyc2lvbiA8L2Rldi9u dWxsID4mNQoyLjk1LjQKY29uZmlndXJlOjM0Nzg6ICQ/ID0gMApjb25maWd1cmU6MzQ4MDogY2Mg LXYgPC9kZXYvbnVsbCA+JjUKVXNpbmcgYnVpbHRpbiBzcGVjcy4KZ2NjIHZlcnNpb24gMi45NS40 IDIwMDIwMzIwIFtGcmVlQlNEXQpjb25maWd1cmU6MzQ4MzogJD8gPSAwCmNvbmZpZ3VyZTozNDg1 OiBjYyAtViA8L2Rldi9udWxsID4mNQpjYzogYXJndW1lbnQgdG8gYC1WJyBpcyBtaXNzaW5nCmNv bmZpZ3VyZTozNDg4OiAkPyA9IDEKY29uZmlndXJlOjM0OTE6IGNoZWNraW5nIHdoZXRoZXIgd2Ug YXJlIHVzaW5nIHRoZSBHTlUgQyBjb21waWxlcgpjb25maWd1cmU6MzUzODogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjM1NDQ6IGNoZWNraW5nIHdoZXRoZXIgY2MgYWNjZXB0cyAtZwpjb25maWd1cmU6 MzU4NjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjM2MDM6IGNoZWNraW5nIGZvciBjYyBvcHRpb24g dG8gYWNjZXB0IEFOU0kgQwpjb25maWd1cmU6MzY5MTogcmVzdWx0OiBub25lIG5lZWRlZApjb25m aWd1cmU6MzcwOTogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0 LmMgPiY1CmNvbmZ0ZXN0LmM6Mjogc3ludGF4IGVycm9yIGJlZm9yZSBgbWUnCmNvbmZpZ3VyZToz NzEyOiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2lmbmRlZiBfX2Nw bHVzcGx1cwp8ICAgY2hva2UgbWUKfCAjZW5kaWYKY29uZmlndXJlOjM4MjM6IGNoZWNraW5nIGRl cGVuZGVuY3kgc3R5bGUgb2YgY2MKY29uZmlndXJlOjM4OTE6IHJlc3VsdDogZ2NjCmNvbmZpZ3Vy ZTozOTEzOiBjaGVja2luZyBob3cgdG8gcnVuIHRoZSBDIHByZXByb2Nlc3Nvcgpjb25maWd1cmU6 Mzk0OTogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYwpjb25maWd1cmU6Mzk1 NTogJD8gPSAwCmNvbmZpZ3VyZTozOTg3OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jCmNvbmZpZ3VyZTozOTg5OiBhY19ub25leGlzdGVudC5oOiBObyBzdWNoIGZpbGUgb3Ig ZGlyZWN0b3J5CmNvbmZpZ3VyZTozOTkzOiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3Jh bSB3YXM6CnwgI2xpbmUgMzk3OSAiY29uZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8 ICNkZWZpbmUgUEFDS0FHRV9OQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAj ZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiIgp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAj ZGVmaW5lIFBBQ0tBR0VfQlVHUkVQT1JUICIiCnwgI2RlZmluZSBQQUNLQUdFICJsaWJib25vYm91 aSIKfCAjZGVmaW5lIFZFUlNJT04gIjIuNC4wIgp8IC8qIGVuZCBjb25mZGVmcy5oLiAgKi8KfCAj aW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4KY29uZmlndXJlOjQwMzE6IHJlc3VsdDogY2MgLUUK Y29uZmlndXJlOjQwNTY6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMKY29u ZmlndXJlOjQwNjI6ICQ/ID0gMApjb25maWd1cmU6NDA5NDogY2MgLUUgLUkvdXNyL2xvY2FsL2lu Y2x1ZGUgY29uZnRlc3QuYwpjb25maWd1cmU6NDA5NjogYWNfbm9uZXhpc3RlbnQuaDogTm8gc3Vj aCBmaWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6NDEwMDogJD8gPSAxCmNvbmZpZ3VyZTogZmFp bGVkIHByb2dyYW0gd2FzOgp8ICNsaW5lIDQwODYgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5o LiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJO QU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RS SU5HICIiCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAi bGliYm9ub2JvdWkiCnwgI2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAvKiBlbmQgY29uZmRlZnMu aC4gICovCnwgI2luY2x1ZGUgPGFjX25vbmV4aXN0ZW50Lmg+CmNvbmZpZ3VyZTo0MTQzOiBjaGVj a2luZyBmb3IgZWdyZXAKY29uZmlndXJlOjQxNTM6IHJlc3VsdDogZ3JlcCAtRQpjb25maWd1cmU6 NDE1ODogY2hlY2tpbmcgZm9yIEFOU0kgQyBoZWFkZXIgZmlsZXMKY29uZmlndXJlOjQxODQ6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1 cmU6NDE4NzogJD8gPSAwCmNvbmZpZ3VyZTo0MTkwOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmln dXJlOjQxOTM6ICQ/ID0gMApjb25maWd1cmU6NDI4NTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUg IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3Qu YyAgPiY1CmNvbmZpZ3VyZTo0Mjg4OiAkPyA9IDAKY29uZmlndXJlOjQyOTA6IC4vY29uZnRlc3QK Y29uZmlndXJlOjQyOTM6ICQ/ID0gMApjb25maWd1cmU6NDMwODogcmVzdWx0OiB5ZXMKY29uZmln dXJlOjQzOTg6IGNoZWNraW5nIGJ1aWxkIHN5c3RlbSB0eXBlCmNvbmZpZ3VyZTo0NDE2OiByZXN1 bHQ6IGkzODYtcG9ydGJsZC1mcmVlYnNkNC44CmNvbmZpZ3VyZTo0NDI0OiBjaGVja2luZyBob3N0 IHN5c3RlbSB0eXBlCmNvbmZpZ3VyZTo0NDM4OiByZXN1bHQ6IGkzODYtcG9ydGJsZC1mcmVlYnNk NC44CmNvbmZpZ3VyZTo0NDQ2OiBjaGVja2luZyBmb3IgYSBzZWQgdGhhdCBkb2VzIG5vdCB0cnVu Y2F0ZSBvdXRwdXQKY29uZmlndXJlOjQ1MDA6IHJlc3VsdDogL3Vzci9iaW4vc2VkCmNvbmZpZ3Vy ZTo0NTE0OiBjaGVja2luZyBmb3IgbGQgdXNlZCBieSBjYwpjb25maWd1cmU6NDU4MTogcmVzdWx0 OiAvdXNyL2xpYmV4ZWMvZWxmL2xkCmNvbmZpZ3VyZTo0NTkwOiBjaGVja2luZyBpZiB0aGUgbGlu a2VyICgvdXNyL2xpYmV4ZWMvZWxmL2xkKSBpcyBHTlUgbGQKY29uZmlndXJlOjQ2MDU6IHJlc3Vs dDogeWVzCmNvbmZpZ3VyZTo0NjEwOiBjaGVja2luZyBmb3IgL3Vzci9saWJleGVjL2VsZi9sZCBv cHRpb24gdG8gcmVsb2FkIG9iamVjdCBmaWxlcwpjb25maWd1cmU6NDYxNzogcmVzdWx0OiAtcgpj b25maWd1cmU6NDYyNjogY2hlY2tpbmcgZm9yIEJTRC1jb21wYXRpYmxlIG5tCmNvbmZpZ3VyZTo0 NjY4OiByZXN1bHQ6IC91c3IvYmluL25tIC1CCmNvbmZpZ3VyZTo0NjcyOiBjaGVja2luZyB3aGV0 aGVyIGxuIC1zIHdvcmtzCmNvbmZpZ3VyZTo0Njc2OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDY4 MzogY2hlY2tpbmcgaG93IHRvIHJlY29nbmlzZSBkZXBlbmRlbnQgbGlicmFyaWVzCmNvbmZpZ3Vy ZTo0ODgzOiByZXN1bHQ6IHBhc3NfYWxsCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3Igc3lz L3R5cGVzLmgKY29uZmlndXJlOjUzNTQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5j bHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NTM1NzogJD8gPSAwCmNvbmZpZ3VyZTo1MzYw OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjUzNjM6ICQ/ID0gMApjb25maWd1cmU6NTM3 NDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjUzMzc6IGNoZWNraW5nIGZvciBzeXMvc3RhdC5oCmNv bmZpZ3VyZTo1MzU0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRl c3QuYyA+JjUKY29uZmlndXJlOjUzNTc6ICQ/ID0gMApjb25maWd1cmU6NTM2MDogdGVzdCAtcyBj b25mdGVzdC5vCmNvbmZpZ3VyZTo1MzYzOiAkPyA9IDAKY29uZmlndXJlOjUzNzQ6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3Igc3RkbGliLmgKY29uZmlndXJlOjUzNTQ6 IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25m aWd1cmU6NTM1NzogJD8gPSAwCmNvbmZpZ3VyZTo1MzYwOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29u ZmlndXJlOjUzNjM6ICQ/ID0gMApjb25maWd1cmU6NTM3NDogcmVzdWx0OiB5ZXMKY29uZmlndXJl OjUzMzc6IGNoZWNraW5nIGZvciBzdHJpbmcuaApjb25maWd1cmU6NTM1NDogY2MgLWMgLU8gLXBp cGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1MzU3OiAk PyA9IDAKY29uZmlndXJlOjUzNjA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTM2Mzog JD8gPSAwCmNvbmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTMzNzogY2hlY2tp bmcgZm9yIG1lbW9yeS5oCmNvbmZpZ3VyZTo1MzU0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjUzNTc6ICQ/ID0gMApjb25maWd1 cmU6NTM2MDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1MzYzOiAkPyA9IDAKY29uZmln dXJlOjUzNzQ6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3Igc3RyaW5n cy5oCmNvbmZpZ3VyZTo1MzU0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg Y29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjUzNTc6ICQ/ID0gMApjb25maWd1cmU6NTM2MDogdGVz dCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1MzYzOiAkPyA9IDAKY29uZmlndXJlOjUzNzQ6IHJl c3VsdDogeWVzCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3IgaW50dHlwZXMuaApjb25maWd1 cmU6NTM1NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMg PiY1CmNvbmZpZ3VyZTo1MzU3OiAkPyA9IDAKY29uZmlndXJlOjUzNjA6IHRlc3QgLXMgY29uZnRl c3Qubwpjb25maWd1cmU6NTM2MzogJD8gPSAwCmNvbmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpj b25maWd1cmU6NTMzNzogY2hlY2tpbmcgZm9yIHN0ZGludC5oCmNvbmZpZ3VyZTo1MzU0OiBjYyAt YyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJl OjUzOTY6IHN0ZGludC5oOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5CmNvbmZpZ3VyZTo1MzU3 OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2xpbmUgNTM0MyAiY29u ZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9OQU1FICIi CnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAi Igp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfQlVHUkVQT1JU ICIiCnwgI2RlZmluZSBQQUNLQUdFICJsaWJib25vYm91aSIKfCAjZGVmaW5lIFZFUlNJT04gIjIu NC4wIgp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1RZUEVTX0gg MQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVfU1RETElCX0ggMQp8 ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9SWV9IIDEKfCAjZGVm aW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCnwgLyogZW5k IGNvbmZkZWZzLmguICAqLwp8ICNpbmNsdWRlIDxzdGRpby5oPgp8ICNpZiBIQVZFX1NZU19UWVBF U19ICnwgIyBpbmNsdWRlIDxzeXMvdHlwZXMuaD4KfCAjZW5kaWYKfCAjaWYgSEFWRV9TWVNfU1RB VF9ICnwgIyBpbmNsdWRlIDxzeXMvc3RhdC5oPgp8ICNlbmRpZgp8ICNpZiBTVERDX0hFQURFUlMK fCAjIGluY2x1ZGUgPHN0ZGxpYi5oPgp8ICMgaW5jbHVkZSA8c3RkZGVmLmg+CnwgI2Vsc2UKfCAj IGlmIEhBVkVfU1RETElCX0gKfCAjICBpbmNsdWRlIDxzdGRsaWIuaD4KfCAjIGVuZGlmCnwgI2Vu ZGlmCnwgI2lmIEhBVkVfU1RSSU5HX0gKfCAjIGlmICFTVERDX0hFQURFUlMgJiYgSEFWRV9NRU1P UllfSAp8ICMgIGluY2x1ZGUgPG1lbW9yeS5oPgp8ICMgZW5kaWYKfCAjIGluY2x1ZGUgPHN0cmlu Zy5oPgp8ICNlbmRpZgp8ICNpZiBIQVZFX1NUUklOR1NfSAp8ICMgaW5jbHVkZSA8c3RyaW5ncy5o Pgp8ICNlbmRpZgp8ICNpZiBIQVZFX0lOVFRZUEVTX0gKfCAjIGluY2x1ZGUgPGludHR5cGVzLmg+ CnwgI2Vsc2UKfCAjIGlmIEhBVkVfU1RESU5UX0gKfCAjICBpbmNsdWRlIDxzdGRpbnQuaD4KfCAj IGVuZGlmCnwgI2VuZGlmCnwgI2lmIEhBVkVfVU5JU1REX0gKfCAjIGluY2x1ZGUgPHVuaXN0ZC5o Pgp8ICNlbmRpZgp8IAp8ICNpbmNsdWRlIDxzdGRpbnQuaD4KY29uZmlndXJlOjUzNzQ6IHJlc3Vs dDogbm8KY29uZmlndXJlOjUzMzc6IGNoZWNraW5nIGZvciB1bmlzdGQuaApjb25maWd1cmU6NTM1 NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNv bmZpZ3VyZTo1MzU3OiAkPyA9IDAKY29uZmlndXJlOjUzNjA6IHRlc3QgLXMgY29uZnRlc3Qubwpj b25maWd1cmU6NTM2MzogJD8gPSAwCmNvbmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpjb25maWd1 cmU6NTQwMDogY2hlY2tpbmcgZGxmY24uaCB1c2FiaWxpdHkKY29uZmlndXJlOjU0MTM6IGNjIC1j IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6 NTQxNjogJD8gPSAwCmNvbmZpZ3VyZTo1NDE5OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJl OjU0MjI6ICQ/ID0gMApjb25maWd1cmU6NTQzMjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjU0MzY6 IGNoZWNraW5nIGRsZmNuLmggcHJlc2VuY2UKY29uZmlndXJlOjU0NDc6IGNjIC1FIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjU0NTM6ICQ/ID0gMApjb25maWd1cmU6 NTQ3MjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjU1MDg6IGNoZWNraW5nIGZvciBkbGZjbi5oCmNv bmZpZ3VyZTo1NTE1OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTYyMjogY2hlY2tpbmcgZm9yIEMr KyBjb21waWxlciB2ZXJzaW9uCmNvbmZpZ3VyZTo1NjI1OiBjKysgLS12ZXJzaW9uIDwvZGV2L251 bGwgPiY1CjIuOTUuNApjb25maWd1cmU6NTYyODogJD8gPSAwCmNvbmZpZ3VyZTo1NjMwOiBjKysg LXYgPC9kZXYvbnVsbCA+JjUKVXNpbmcgYnVpbHRpbiBzcGVjcy4KZ2NjIHZlcnNpb24gMi45NS40 IDIwMDIwMzIwIFtGcmVlQlNEXQpjb25maWd1cmU6NTYzMzogJD8gPSAwCmNvbmZpZ3VyZTo1NjM1 OiBjKysgLVYgPC9kZXYvbnVsbCA+JjUKYysrOiBhcmd1bWVudCB0byBgLVYnIG1pc3NpbmcKCmNv bmZpZ3VyZTo1NjM4OiAkPyA9IDEKY29uZmlndXJlOjU2NDE6IGNoZWNraW5nIHdoZXRoZXIgd2Ug YXJlIHVzaW5nIHRoZSBHTlUgQysrIGNvbXBpbGVyCmNvbmZpZ3VyZTo1NjY2OiBjKysgLWMgIC1P IC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjU2 Njk6ICQ/ID0gMApjb25maWd1cmU6NTY3MjogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1 Njc1OiAkPyA9IDAKY29uZmlndXJlOjU2ODg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo1Njk0OiBj aGVja2luZyB3aGV0aGVyIGMrKyBhY2NlcHRzIC1nCmNvbmZpZ3VyZTo1NzE2OiBjKysgLWMgLWcg LUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZTo1NzE5OiAkPyA9 IDAKY29uZmlndXJlOjU3MjI6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTcyNTogJD8g PSAwCmNvbmZpZ3VyZTo1NzM2OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTc4MDogYysrIC1jICAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZTo1 NzgzOiAkPyA9IDAKY29uZmlndXJlOjU3ODY6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6 NTc4OTogJD8gPSAwCmNvbmZpZ3VyZTo1ODE2OiBjKysgLWMgIC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjU4MTk6ICQ/ID0gMApjb25maWd1 cmU6NTgyMjogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1ODI1OiAkPyA9IDAKY29uZmln dXJlOjU4NTA6IGNoZWNraW5nIGRlcGVuZGVuY3kgc3R5bGUgb2YgYysrCmNvbmZpZ3VyZTo1OTE4 OiByZXN1bHQ6IGdjYwpjb25maWd1cmU6NTk0MDogY2hlY2tpbmcgaG93IHRvIHJ1biB0aGUgQysr IHByZXByb2Nlc3Nvcgpjb25maWd1cmU6NTk3MjogYysrIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRl IGNvbmZ0ZXN0LmNjCmNvbmZpZ3VyZTo1OTc4OiAkPyA9IDAKY29uZmlndXJlOjYwMTA6IGMrKyAt RSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jYwpjb25maWd1cmU6NjAyMjogYWNfbm9u ZXhpc3RlbnQuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6NjAxNjogJD8g PSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8ICNsaW5lIDYwMDIgImNvbmZpZ3Vy ZSIKfCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNk ZWZpbmUgUEFDS0FHRV9UQVJOQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAj ZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8 ICNkZWZpbmUgUEFDS0FHRSAibGliYm9ub2JvdWkiCnwgI2RlZmluZSBWRVJTSU9OICIyLjQuMCIK fCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmluZSBIQVZFX1NZU19UWVBFU19IIDEKfCAj ZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmluZSBIQVZFX1NURExJQl9IIDEKfCAjZGVm aW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFWRV9NRU1PUllfSCAxCnwgI2RlZmluZSBI QVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lOVFRZUEVTX0ggMQp8ICNkZWZpbmUgSEFW RV9VTklTVERfSCAxCnwgI2RlZmluZSBIQVZFX0RMRkNOX0ggMQp8IC8qIGVuZCBjb25mZGVmcy5o LiAgKi8KfCAjaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4KY29uZmlndXJlOjYwNTQ6IHJlc3Vs dDogYysrIC1FCmNvbmZpZ3VyZTo2MDc5OiBjKysgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29u ZnRlc3QuY2MKY29uZmlndXJlOjYwODU6ICQ/ID0gMApjb25maWd1cmU6NjExNzogYysrIC1FIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmNjCmNvbmZpZ3VyZTo2MTI5OiBhY19ub25leGlz dGVudC5oOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5CmNvbmZpZ3VyZTo2MTIzOiAkPyA9IDEK Y29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2xpbmUgNjEwOSAiY29uZmlndXJlIgp8 IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9OQU1FICIiCnwgI2RlZmlu ZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiIgp8ICNkZWZp bmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfQlVHUkVQT1JUICIiCnwgI2Rl ZmluZSBQQUNLQUdFICJsaWJib25vYm91aSIKfCAjZGVmaW5lIFZFUlNJT04gIjIuNC4wIgp8ICNk ZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1RZUEVTX0ggMQp8ICNkZWZp bmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVfU1RETElCX0ggMQp8ICNkZWZpbmUg SEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9SWV9IIDEKfCAjZGVmaW5lIEhBVkVf U1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1VO SVNURF9IIDEKfCAjZGVmaW5lIEhBVkVfRExGQ05fSCAxCnwgLyogZW5kIGNvbmZkZWZzLmguICAq Lwp8ICNpbmNsdWRlIDxhY19ub25leGlzdGVudC5oPgpjb25maWd1cmU6NjIxNzogY2hlY2tpbmcg Zm9yIGc3Nwpjb25maWd1cmU6NjI0NjogcmVzdWx0OiBubwpjb25maWd1cmU6NjIxNzogY2hlY2tp bmcgZm9yIGY3Nwpjb25maWd1cmU6NjIzMzogZm91bmQgL3Vzci9iaW4vZjc3CmNvbmZpZ3VyZTo2 MjQzOiByZXN1bHQ6IGY3Nwpjb25maWd1cmU6NjI1ODogY2hlY2tpbmcgZm9yIEZvcnRyYW4gNzcg Y29tcGlsZXIgdmVyc2lvbgpjb25maWd1cmU6NjI2MTogZjc3IC0tdmVyc2lvbiA8L2Rldi9udWxs ID4mNQpHTlUgRm9ydHJhbiAwLjUuMjUgMjAwMjAzMjAgKHByZXJlbGVhc2UpCkNvcHlyaWdodCAo QykgMTk5NyBGcmVlIFNvZnR3YXJlIEZvdW5kYXRpb24sIEluYy4KRm9yIG1vcmUgdmVyc2lvbiBp bmZvcm1hdGlvbiBvbiBjb21wb25lbnRzIG9mIHRoZSBHTlUgRm9ydHJhbgpjb21waWxhdGlvbiBz eXN0ZW0sIGVzcGVjaWFsbHkgdXNlZnVsIHdoZW4gcmVwb3J0aW5nIGJ1Z3MsCnR5cGUgdGhlIGNv bW1hbmQgYGc3NyAtLXZlcmJvc2UnLgoKR05VIEZvcnRyYW4gY29tZXMgd2l0aCBOTyBXQVJSQU5U WSwgdG8gdGhlIGV4dGVudCBwZXJtaXR0ZWQgYnkgbGF3LgpZb3UgbWF5IHJlZGlzdHJpYnV0ZSBj b3BpZXMgb2YgR05VIEZvcnRyYW4KdW5kZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQ dWJsaWMgTGljZW5zZS4KRm9yIG1vcmUgaW5mb3JtYXRpb24gYWJvdXQgdGhlc2UgbWF0dGVycywg c2VlIHRoZSBmaWxlIG5hbWVkIENPUFlJTkcKb3IgdHlwZSB0aGUgY29tbWFuZCBgaW5mbyAtZiBn NzcgQ29weWluZycuCmNvbmZpZ3VyZTo2MjY0OiAkPyA9IDAKY29uZmlndXJlOjYyNjY6IGY3NyAt diA8L2Rldi9udWxsID4mNQpnNzcgdmVyc2lvbiAyLjk1LjQgMjAwMjAzMjAgW0ZyZWVCU0RdIChm cm9tIEZTRi1nNzcgdmVyc2lvbiAwLjUuMjUgMjAwMjAzMjAgKHByZXJlbGVhc2UpKQpEcml2aW5n OiBmNzcgLXYgLWMgLXhmNzctdmVyc2lvbiAvZGV2L251bGwgLXhub25lClVzaW5nIGJ1aWx0aW4g c3BlY3MuCmdjYyB2ZXJzaW9uIDIuOTUuNCAyMDAyMDMyMCBbRnJlZUJTRF0KIC91c3IvbGliZXhl Yy9jcHAwIC1sYW5nLWMgLXYgLURfX0dOVUNfXz0yIC1EX19HTlVDX01JTk9SX189OTUgLURfX2kz ODZfXyAtRF9fRnJlZUJTRF9fPTQgLURfX0ZyZWVCU0RfY2NfdmVyc2lvbj00NjAwMDEgLURfX3Vu aXhfXyAtRF9faTM4NiAtRF9fdW5peCAtQWNwdShpMzg2KSAtQW1hY2hpbmUoaTM4NikgLUFzeXN0 ZW0odW5peCkgLUFzeXN0ZW0oRnJlZUJTRCkgLURfTEFOR1VBR0VfRk9SVFJBTiAtdHJhZGl0aW9u YWwgLUFjcHUoaTM4NikgLUFtYWNoaW5lKGkzODYpIC1EaTM4NiAtRF9faTM4NiAtRF9faTM4Nl9f IC1EX19FTEZfXyAvZGV2L251bGwgL2Rldi9udWxsCkdOVSBDUFAgdmVyc2lvbiAyLjk1LjQgMjAw MjAzMjAgW0ZyZWVCU0RdIChpMzg2IEZyZWVCU0QvRUxGKQojaW5jbHVkZSAiLi4uIiBzZWFyY2gg c3RhcnRzIGhlcmU6CiNpbmNsdWRlIDwuLi4+IHNlYXJjaCBzdGFydHMgaGVyZToKIC91c3IvaW5j bHVkZQogL3Vzci9pbmNsdWRlCkVuZCBvZiBzZWFyY2ggbGlzdC4KVGhlIGZvbGxvd2luZyBkZWZh dWx0IGRpcmVjdG9yaWVzIGhhdmUgYmVlbiBvbWl0dGVkIGZyb20gdGhlIHNlYXJjaCBwYXRoOgog L3Vzci9pbmNsdWRlL2crKwpFbmQgb2Ygb21pdHRlZCBsaXN0LgogL3Vzci9saWJleGVjL2Y3NzEg LWZudWxsLXZlcnNpb24gLXF1aWV0IC1kdW1wYmFzZSBnNzctdmVyc2lvbi5mIC12ZXJzaW9uIC1m dmVyc2lvbiAtbyAvdG1wL2NjdFVhVEwxLnMgL2Rldi9udWxsCkdOVSBGNzcgdmVyc2lvbiAyLjk1 LjQgMjAwMjAzMjAgW0ZyZWVCU0RdIChpMzg2LXVua25vd24tZnJlZWJzZCkgY29tcGlsZWQgYnkg R05VIEMgdmVyc2lvbiAyLjk1LjQgMjAwMjAzMjAgW0ZyZWVCU0RdLgpHTlUgRm9ydHJhbiBGcm9u dCBFbmQgdmVyc2lvbiAwLjUuMjUgMjAwMjAzMjAgKHByZXJlbGVhc2UpCiAvdXNyL2xpYmV4ZWMv ZWxmL2FzIC12IC1vIC90bXAvY2NvUjdkdmsubyAvdG1wL2NjdFVhVEwxLnMKR05VIGFzc2VtYmxl ciB2ZXJzaW9uIDIuMTIuMSBbRnJlZUJTRF0gMjAwMi0wNy0yMCAoaTM4Ni1vYnJpZW4tZnJlZWJz ZDUuMCkgdXNpbmcgQkZEIHZlcnNpb24gMi4xMi4xIFtGcmVlQlNEXSAyMDAyLTA3LTIwCiAvdXNy L2xpYmV4ZWMvZWxmL2xkIC1WIC1keW5hbWljLWxpbmtlciAvdXNyL2xpYmV4ZWMvbGQtZWxmLnNv LjEgLW8gL3RtcC9jYzJXb24wNyAvdG1wL2Njb1I3ZHZrLm8gL3Vzci9saWIvY3J0MS5vIC91c3Iv bGliL2NydGkubyAvdXNyL2xpYi9jcnRiZWdpbi5vIC1ML3Vzci9saWIgLWxnMmMgLWxtIC1sZ2Nj IC1sYyAtbGdjYyAvdXNyL2xpYi9jcnRlbmQubyAvdXNyL2xpYi9jcnRuLm8KL3Vzci9saWIvbGli ZzJjLnNvOiB3YXJuaW5nOiB0ZW1wbmFtKCkgcG9zc2libHkgdXNlZCB1bnNhZmVseTsgY29uc2lk ZXIgdXNpbmcgbWtzdGVtcCgpCkdOVSBsZCB2ZXJzaW9uIDIuMTIuMSBbRnJlZUJTRF0gMjAwMi0w Ny0yMAogIFN1cHBvcnRlZCBlbXVsYXRpb25zOgogICBlbGZfaTM4NgogL3RtcC9jYzJXb24wNwpf X0c3N19MSUJGNzdfVkVSU0lPTl9fOiAwLjUuMjUgMjAwMTAzMTUgKHJlbGVhc2UpCkAoIylMSUJG NzcgVkVSU0lPTiAxOTk5MDUwMwpfX0c3N19MSUJJNzdfVkVSU0lPTl9fOiAwLjUuMjUgMjAwMTAz MTUgKHJlbGVhc2UpCkAoIykgTElCSTc3IFZFUlNJT04gcGp3LGRtZy1tb2RzIDE5OTkwNTAzCl9f Rzc3X0xJQlU3N19WRVJTSU9OX186IDAuNS4yNSAyMDAxMDMxNSAocmVsZWFzZSkKQCgjKSBMSUJV NzcgVkVSU0lPTiAxOTk4MDcwOQpjb25maWd1cmU6NjI2OTogJD8gPSAwCmNvbmZpZ3VyZTo2Mjcx OiBmNzcgLVYgPC9kZXYvbnVsbCA+JjUKZjc3OiBhcmd1bWVudCB0byBgLVYnIG1pc3NpbmcKY29u ZmlndXJlOjYyNzQ6ICQ/ID0gMQpjb25maWd1cmU6NjI4MTogY2hlY2tpbmcgd2hldGhlciB3ZSBh cmUgdXNpbmcgdGhlIEdOVSBGb3J0cmFuIDc3IGNvbXBpbGVyCmNvbmZpZ3VyZTo2Mjk1OiBmNzcg LWMgIGNvbmZ0ZXN0LkYgPiY1CmNvbmZpZ3VyZTo2Mjk4OiAkPyA9IDAKY29uZmlndXJlOjYzMDE6 IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NjMwNDogJD8gPSAwCmNvbmZpZ3VyZTo2MzE3 OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NjMyNDogY2hlY2tpbmcgd2hldGhlciBmNzcgYWNjZXB0 cyAtZwpjb25maWd1cmU6NjMzNjogZjc3IC1jIC1nIGNvbmZ0ZXN0LmYgPiY1CmNvbmZpZ3VyZTo2 MzM5OiAkPyA9IDAKY29uZmlndXJlOjYzNDI6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6 NjM0NTogJD8gPSAwCmNvbmZpZ3VyZTo2MzU3OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NjM4NTog Y2hlY2tpbmcgdGhlIG1heGltdW0gbGVuZ3RoIG9mIGNvbW1hbmQgbGluZSBhcmd1bWVudHMKY29u ZmlndXJlOjY0NDQ6IHJlc3VsdDogMTYzODQKY29uZmlndXJlOjY0NTU6IGNoZWNraW5nIGNvbW1h bmQgdG8gcGFyc2UgL3Vzci9iaW4vbm0gLUIgb3V0cHV0IGZyb20gY2Mgb2JqZWN0CmNvbmZpZ3Vy ZTo2NTQ0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+ JjUKY29uZmlndXJlOjY1NDc6ICQ/ID0gMApjb25maWd1cmU6NjU1MTogL3Vzci9iaW4vbm0gLUIg Y29uZnRlc3QubyBcfCBzZWQgLW4gLWUgJ3MvXi4qWyAJXVwoW0FCQ0RHSVNUV11bQUJDREdJU1RX XSpcKVsgCV1bIAldKlwoXClcKFtfQS1aYS16XVtfQS1aYS16MC05XSpcKSQvXDEgXDJcMyBcMy9w JyBcPiBjb25mdGVzdC5ubQpjb25maWd1cmU6NjU1NDogJD8gPSAwCmNvbmZpZ3VyZTo2NjA2OiBj YyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2Fs L2xpYiAtcHRocmVhZCBjb25mdGVzdC5jIGNvbmZ0c3RtLm8gPiY1CmNvbmZpZ3VyZTo2NjA5OiAk PyA9IDAKY29uZmlndXJlOjY2NDc6IHJlc3VsdDogb2sKY29uZmlndXJlOjY2NTE6IGNoZWNraW5n IGZvciBvYmpkaXIKY29uZmlndXJlOjY2NjY6IHJlc3VsdDogLmxpYnMKY29uZmlndXJlOjY3NTY6 IGNoZWNraW5nIGZvciBhcgpjb25maWd1cmU6Njc3MjogZm91bmQgL3Vzci9iaW4vYXIKY29uZmln dXJlOjY3ODM6IHJlc3VsdDogYXIKY29uZmlndXJlOjY4MzY6IGNoZWNraW5nIGZvciByYW5saWIK Y29uZmlndXJlOjY4NTI6IGZvdW5kIC91c3IvYmluL3JhbmxpYgpjb25maWd1cmU6Njg2MzogcmVz dWx0OiByYW5saWIKY29uZmlndXJlOjY5MTY6IGNoZWNraW5nIGZvciBzdHJpcApjb25maWd1cmU6 NjkzMjogZm91bmQgL3Vzci9iaW4vc3RyaXAKY29uZmlndXJlOjY5NDM6IHJlc3VsdDogc3RyaXAK Y29uZmlndXJlOjcyMDU6IGNoZWNraW5nIGlmIGNjIHN0YXRpYyBmbGFnICB3b3Jrcwpjb25maWd1 cmU6NzIyODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjcyNDU6IGNoZWNraW5nIGlmIGNjIHN1cHBv cnRzIC1mbm8tcnR0aSAtZm5vLWV4Y2VwdGlvbnMKY29uZmlndXJlOjcyNjM6IGNjIC1jIC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXJ0dGkgLWZuby1leGNlcHRpb25zIGNvbmZ0 ZXN0LmMgPiY1CmNvbmZpZ3VyZTo3MjY3OiAkPyA9IDAKY29uZmlndXJlOjcyNzg6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZTo3MjkzOiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIHByb2R1Y2UgUElD CmNvbmZpZ3VyZTo3NDcwOiByZXN1bHQ6IC1mUElDCmNvbmZpZ3VyZTo3NDc3OiBjaGVja2luZyBp ZiBjYyBQSUMgZmxhZyAtZlBJQyB3b3Jrcwpjb25maWd1cmU6NzQ5NTogY2MgLWMgLU8gLXBpcGUg IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1mUElDIC1EUElDIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3Vy ZTo3NDk5OiAkPyA9IDAKY29uZmlndXJlOjc1MTA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo3NTM0 OiBjaGVja2luZyBpZiBjYyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8KY29uZmlndXJlOjc1NjI6IGNj IC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtbyBvdXQvY29uZnRlc3QyLm8gY29u ZnRlc3QuYyA+JjUKY29uZmlndXJlOjc1NjY6ICQ/ID0gMApjb25maWd1cmU6NzU4MzogcmVzdWx0 OiB5ZXMKY29uZmlndXJlOjc2MDk6IGNoZWNraW5nIHdoZXRoZXIgdGhlIGNjIGxpbmtlciAoL3Vz ci9saWJleGVjL2VsZi9sZCkgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6ODQw MzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjg0Mjk6IGNoZWNraW5nIHdoZXRoZXIgLWxjIHNob3Vs ZCBiZSBleHBsaWNpdGx5IGxpbmtlZCBpbgpjb25maWd1cmU6ODQzNDogY2MgLWMgLU8gLXBpcGUg IC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo4NDM3OiAkPyA9 IDAKY29uZmlndXJlOjg0NTE6IGNjIC1zaGFyZWQgY29uZnRlc3QubyAgLXYgLVdsLC1zb25hbWUg LVdsLGNvbmZ0ZXN0IC1vIGNvbmZ0ZXN0IDJcPlwmMSBcfCBncmVwICAtbGMgIFw+L2Rldi9udWxs IDJcPlwmMQpjb25maWd1cmU6ODQ1NDogJD8gPSAxCmNvbmZpZ3VyZTo4NDY2OiByZXN1bHQ6IHll cwpjb25maWd1cmU6ODQ3NDogY2hlY2tpbmcgaG93IHRvIGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMg aW50byBwcm9ncmFtcwpjb25maWd1cmU6ODQ5OTogcmVzdWx0OiBpbW1lZGlhdGUKY29uZmlndXJl Ojg1MTM6IGNoZWNraW5nIHdoZXRoZXIgc3RyaXBwaW5nIGxpYnJhcmllcyBpcyBwb3NzaWJsZQpj b25maWd1cmU6ODUxODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjg1NDA6IGNoZWNraW5nIGR5bmFt aWMgbGlua2VyIGNoYXJhY3RlcmlzdGljcwpjb25maWd1cmU6OTA3NTogcmVzdWx0OiBmcmVlYnNk NC44IGxkLnNvCmNvbmZpZ3VyZTo5ODAxOiBjaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRzIHNo YXJlZCBsaWJyYXJpZXMKY29uZmlndXJlOjk4MDM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo5ODA2 OiBjaGVja2luZyB3aGV0aGVyIHRvIGJ1aWxkIHNoYXJlZCBsaWJyYXJpZXMKY29uZmlndXJlOjk4 NTU6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo5ODU4OiBjaGVja2luZyB3aGV0aGVyIHRvIGJ1aWxk IHN0YXRpYyBsaWJyYXJpZXMKY29uZmlndXJlOjk4NjI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo5 OTUzOiBjcmVhdGluZyBsaWJ0b29sCmNvbmZpZ3VyZToxMDQ5NzogY2hlY2tpbmcgZm9yIGxkIHVz ZWQgYnkgYysrCmNvbmZpZ3VyZToxMDU2NDogcmVzdWx0OiAvdXNyL2xpYmV4ZWMvZWxmL2xkCmNv bmZpZ3VyZToxMDU3MzogY2hlY2tpbmcgaWYgdGhlIGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9s ZCkgaXMgR05VIGxkCmNvbmZpZ3VyZToxMDU4ODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjEwNjM5 OiBjaGVja2luZyB3aGV0aGVyIHRoZSBjKysgbGlua2VyICgvdXNyL2xpYmV4ZWMvZWxmL2xkKSBz dXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZToxMTQzNDogcmVzdWx0OiB5ZXMKY29u ZmlndXJlOjExNDUyOiBjKysgLWMgIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jYyA+JjUKY29uZmlndXJlOjExNDU1OiAkPyA9IDAKY29uZmlndXJlOjExNTUxOiBjaGVj a2luZyBmb3IgYysrIG9wdGlvbiB0byBwcm9kdWNlIFBJQwpjb25maWd1cmU6MTE4MDM6IHJlc3Vs dDogLWZQSUMKY29uZmlndXJlOjExODEwOiBjaGVja2luZyBpZiBjKysgUElDIGZsYWcgLWZQSUMg d29ya3MKY29uZmlndXJlOjExODI4OiBjKysgLWMgIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5j bHVkZSAtZlBJQyAtRFBJQyBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjExODMyOiAkPyA9IDAK Y29uZmlndXJlOjExODQzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTE4Njc6IGNoZWNraW5nIGlm IGMrKyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8KY29uZmlndXJlOjExODk1OiBjKysgLWMgIC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtbyBvdXQvY29uZnRlc3QyLm8gY29uZnRlc3QuY2Mg PiY1CmNvbmZpZ3VyZToxMTg5OTogJD8gPSAwCmNvbmZpZ3VyZToxMTkxNjogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjExOTQyOiBjaGVja2luZyB3aGV0aGVyIHRoZSBjKysgbGlua2VyICgvdXNyL2xp YmV4ZWMvZWxmL2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZToxMTk2Nzog cmVzdWx0OiB5ZXMKY29uZmlndXJlOjEyMDM4OiBjaGVja2luZyBob3cgdG8gaGFyZGNvZGUgbGli cmFyeSBwYXRocyBpbnRvIHByb2dyYW1zCmNvbmZpZ3VyZToxMjA2MzogcmVzdWx0OiBpbW1lZGlh dGUKY29uZmlndXJlOjEyMDc3OiBjaGVja2luZyB3aGV0aGVyIHN0cmlwcGluZyBsaWJyYXJpZXMg aXMgcG9zc2libGUKY29uZmlndXJlOjEyMDgyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTIxMDQ6 IGNoZWNraW5nIGR5bmFtaWMgbGlua2VyIGNoYXJhY3RlcmlzdGljcwpjb25maWd1cmU6MTI2Mzk6 IHJlc3VsdDogZnJlZWJzZDQuOCBsZC5zbwpjb25maWd1cmU6MTM4Mzg6IGNoZWNraW5nIGlmIGxp YnRvb2wgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6MTM4NDA6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZToxMzg0MzogY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzaGFyZWQgbGli cmFyaWVzCmNvbmZpZ3VyZToxMzg2MTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjEzODY0OiBjaGVj a2luZyB3aGV0aGVyIHRvIGJ1aWxkIHN0YXRpYyBsaWJyYXJpZXMKY29uZmlndXJlOjEzODY4OiBy ZXN1bHQ6IHllcwpjb25maWd1cmU6MTM4ODA6IGNoZWNraW5nIGZvciBmNzcgb3B0aW9uIHRvIHBy b2R1Y2UgUElDCmNvbmZpZ3VyZToxNDA1NzogcmVzdWx0OiAtZlBJQwpjb25maWd1cmU6MTQwNjQ6 IGNoZWNraW5nIGlmIGY3NyBQSUMgZmxhZyAtZlBJQyB3b3Jrcwpjb25maWd1cmU6MTQwODI6IGY3 NyAtYyAtZyAtTzIgLWZQSUMgY29uZnRlc3QuZiA+JjUKY29uZmlndXJlOjE0MDg2OiAkPyA9IDAK Y29uZmlndXJlOjE0MDk3OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTQxMjE6IGNoZWNraW5nIGlm IGY3NyBzdXBwb3J0cyAtYyAtbyBmaWxlLm8KY29uZmlndXJlOjE0MTQ5OiBmNzcgLWMgLWcgLU8y IC1vIG91dC9jb25mdGVzdDIubyBjb25mdGVzdC5mID4mNQpjb25maWd1cmU6MTQxNTM6ICQ/ID0g MApjb25maWd1cmU6MTQxNzA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxNDE5NjogY2hlY2tpbmcg d2hldGhlciB0aGUgZjc3IGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9sZCkgc3VwcG9ydHMgc2hh cmVkIGxpYnJhcmllcwpjb25maWd1cmU6MTQ5Njg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxNTAz OTogY2hlY2tpbmcgaG93IHRvIGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMgaW50byBwcm9ncmFtcwpj b25maWd1cmU6MTUwNjQ6IHJlc3VsdDogaW1tZWRpYXRlCmNvbmZpZ3VyZToxNTA3ODogY2hlY2tp bmcgd2hldGhlciBzdHJpcHBpbmcgbGlicmFyaWVzIGlzIHBvc3NpYmxlCmNvbmZpZ3VyZToxNTA4 MzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjE1MTA1OiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBj aGFyYWN0ZXJpc3RpY3MKY29uZmlndXJlOjE1NjQwOiByZXN1bHQ6IGZyZWVic2Q0LjggbGQuc28K Y29uZmlndXJlOjE5NTU3OiBjaGVja2luZyBmb3IgYmlzb24KY29uZmlndXJlOjE5NTczOiBmb3Vu ZCAvdXNyL2xvY2FsL2Jpbi9iaXNvbgpjb25maWd1cmU6MTk1ODM6IHJlc3VsdDogYmlzb24gLXkK Y29uZmlndXJlOjE5NTk4OiBjaGVja2luZyBmb3IgeHJkYgpjb25maWd1cmU6MTk2MTY6IGZvdW5k IC91c3IvWDExUjYvYmluL3hyZGIKY29uZmlndXJlOjE5NjI4OiByZXN1bHQ6IC91c3IvWDExUjYv YmluL3hyZGIKY29uZmlndXJlOjE5NzM4OiBjaGVja2luZyB3aGF0IHdhcm5pbmcgZmxhZ3MgdG8g cGFzcyB0byB0aGUgQyBjb21waWxlcgpjb25maWd1cmU6MTk3NDA6IHJlc3VsdDogLVdhbGwgLVdt aXNzaW5nLXByb3RvdHlwZXMKY29uZmlndXJlOjE5NzUxOiBjaGVja2luZyB3aGF0IGxhbmd1YWdl IGNvbXBsaWFuY2UgZmxhZ3MgdG8gcGFzcyB0byB0aGUgQyBjb21waWxlcgpjb25maWd1cmU6MTk3 NjY6IHJlc3VsdDogCmNvbmZpZ3VyZToxOTc5ODogY2hlY2tpbmcgbG9jYWxlLmggdXNhYmlsaXR5 CmNvbmZpZ3VyZToxOTgxMTogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNv bmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZToxOTgxNDogJD8gPSAwCmNvbmZpZ3VyZToxOTgxNzogdGVz dCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZToxOTgyMDogJD8gPSAwCmNvbmZpZ3VyZToxOTgzMDog cmVzdWx0OiB5ZXMKY29uZmlndXJlOjE5ODM0OiBjaGVja2luZyBsb2NhbGUuaCBwcmVzZW5jZQpj b25maWd1cmU6MTk4NDU6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMKY29u ZmlndXJlOjE5ODUxOiAkPyA9IDAKY29uZmlndXJlOjE5ODcwOiByZXN1bHQ6IHllcwpjb25maWd1 cmU6MTk5MDY6IGNoZWNraW5nIGZvciBsb2NhbGUuaApjb25maWd1cmU6MTk5MTM6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZToxOTkyNzogY2hlY2tpbmcgZm9yIExDX01FU1NBR0VTCmNvbmZpZ3VyZTox OTk0OTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vz ci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAgPiY1CmNvbmZpZ3VyZToxOTk1MjogJD8g PSAwCmNvbmZpZ3VyZToxOTk1NTogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MTk5NTg6ICQ/ ID0gMApjb25maWd1cmU6MTk5Njk6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxOTk5ODogY2hlY2tp bmcgbGliaW50bC5oIHVzYWJpbGl0eQpjb25maWd1cmU6MjAwMTE6IGNjIC1jIC1PIC1waXBlICAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MjAwMTQ6ICQ/ID0g MApjb25maWd1cmU6MjAwMTc6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MjAwMjA6ICQ/ ID0gMApjb25maWd1cmU6MjAwMzA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDAzNDogY2hlY2tp bmcgbGliaW50bC5oIHByZXNlbmNlCmNvbmZpZ3VyZToyMDA0NTogY2MgLUUgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgY29uZnRlc3QuYwpjb25maWd1cmU6MjAwNTE6ICQ/ID0gMApjb25maWd1cmU6MjAw NzA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDEwNjogY2hlY2tpbmcgZm9yIGxpYmludGwuaApj b25maWd1cmU6MjAxMTM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDEyNDogY2hlY2tpbmcgZm9y IGRnZXR0ZXh0IGluIGxpYmMKY29uZmlndXJlOjIwMTQ4OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlw ZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVz dC5jICA+JjUKL3RtcC9jYzM3QU9QTS5vOiBJbiBmdW5jdGlvbiBgbWFpbic6Ci90bXAvY2MzN0FP UE0ubygudGV4dCsweDE0KTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBgbGliaW50bF9kZ2V0dGV4 dCcKY29uZmlndXJlOjIwMTUxOiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6 CnwgI2xpbmUgMjAxMzAgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVm aW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1FICIiCnwgI2RlZmlu ZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCnwgI2RlZmlu ZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAibGliYm9ub2JvdWkiCnwg I2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmlu ZSBIQVZFX1NZU19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmlu ZSBIQVZFX1NURExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFW RV9NRU1PUllfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lO VFRZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9VTklTVERfSCAxCnwgI2RlZmluZSBIQVZFX0RMRkNO X0ggMQp8ICNkZWZpbmUgR0VUVEVYVF9QQUNLQUdFICJsaWJib25vYm91aS0yLjAiCnwgI2RlZmlu ZSBIQVZFX0xPQ0FMRV9IIDEKfCAjZGVmaW5lIEhBVkVfTENfTUVTU0FHRVMgMQp8IC8qIGVuZCBj b25mZGVmcy5oLiAgKi8KfCAKfCAjaW5jbHVkZSA8bGliaW50bC5oPgp8IAp8IGludAp8IG1haW4g KCkKfCB7CnwgcmV0dXJuIChpbnQpIGRnZXR0ZXh0ICgiIiwiIikKfCAgIDsKfCAgIHJldHVybiAw Owp8IH0KY29uZmlndXJlOjIwMTY5OiByZXN1bHQ6IG5vCmNvbmZpZ3VyZToyMDI2NTogY2hlY2tp bmcgZm9yIGJpbmR0ZXh0ZG9tYWluIGluIC1saW50bApjb25maWd1cmU6MjAyOTY6IGNjIC1vIGNv bmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1w dGhyZWFkIGNvbmZ0ZXN0LmMgLWxpbnRsICAgPiY1CmNvbmZpZ3VyZToyMDI5OTogJD8gPSAwCmNv bmZpZ3VyZToyMDMwMjogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MjAzMDU6ICQ/ID0gMApj b25maWd1cmU6MjAzMTc6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDMyMDogY2hlY2tpbmcgZm9y IGRnZXR0ZXh0IGluIC1saW50bApjb25maWd1cmU6MjAzNTE6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkIGNvbmZ0 ZXN0LmMgLWxpbnRsICAgPiY1CmNvbmZpZ3VyZToyMDM1NDogJD8gPSAwCmNvbmZpZ3VyZToyMDM1 NzogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MjAzNjA6ICQ/ID0gMApjb25maWd1cmU6MjAz NzI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDQ2MjogY2hlY2tpbmcgZm9yIGJpbmRfdGV4dGRv bWFpbl9jb2Rlc2V0CmNvbmZpZ3VyZToyMDUxMjogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAg LWxpbnRsICA+JjUKY29uZmlndXJlOjIwNTE1OiAkPyA9IDAKY29uZmlndXJlOjIwNTE4OiB0ZXN0 IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMDUyMTogJD8gPSAwCmNvbmZpZ3VyZToyMDUzMjogcmVz dWx0OiB5ZXMKY29uZmlndXJlOjIwNTcxOiBjaGVja2luZyBmb3IgbXNnZm10CmNvbmZpZ3VyZToy MDU5ODogcmVzdWx0OiAvdXNyL2xvY2FsL2Jpbi9tc2dmbXQKY29uZmlndXJlOjIwNjA5OiBjaGVj a2luZyBmb3IgZGNnZXR0ZXh0CmNvbmZpZ3VyZToyMDY1OTogY2MgLW8gY29uZnRlc3QgLU8gLXBp cGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRl c3QuYyAgPiY1Ci90bXAvY2NGampLc0UubzogSW4gZnVuY3Rpb24gYG1haW4nOgovdG1wL2NjRmpq S3NFLm8oLnRleHQrMHg5KTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBgZGNnZXR0ZXh0JwovdG1w L2NjRmpqS3NFLm8oLmRhdGErMHgwKTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBgZGNnZXR0ZXh0 Jwpjb25maWd1cmU6MjA2NjI6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoK fCAjbGluZSAyMDYxNSAiY29uZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZp bmUgUEFDS0FHRV9OQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5l IFBBQ0tBR0VfVkVSU0lPTiAiIgp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5l IFBBQ0tBR0VfQlVHUkVQT1JUICIiCnwgI2RlZmluZSBQQUNLQUdFICJsaWJib25vYm91aSIKfCAj ZGVmaW5lIFZFUlNJT04gIjIuNC4wIgp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5l IEhBVkVfU1lTX1RZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5l IEhBVkVfU1RETElCX0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZF X01FTU9SWV9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5U VFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1VOSVNURF9IIDEKfCAjZGVmaW5lIEhBVkVfRExGQ05f SCAxCnwgI2RlZmluZSBHRVRURVhUX1BBQ0tBR0UgImxpYmJvbm9ib3VpLTIuMCIKfCAjZGVmaW5l IEhBVkVfTE9DQUxFX0ggMQp8ICNkZWZpbmUgSEFWRV9MQ19NRVNTQUdFUyAxCnwgI2RlZmluZSBI QVZFX0JJTkRfVEVYVERPTUFJTl9DT0RFU0VUIDEKfCAjZGVmaW5lIEhBVkVfR0VUVEVYVCAxCnwg LyogZW5kIGNvbmZkZWZzLmguICAqLwp8IC8qIFN5c3RlbSBoZWFkZXIgdG8gZGVmaW5lIF9fc3R1 YiBtYWNyb3MgYW5kIGhvcGVmdWxseSBmZXcgcHJvdG90eXBlcywKfCAgICAgd2hpY2ggY2FuIGNv bmZsaWN0IHdpdGggY2hhciBkY2dldHRleHQgKCk7IGJlbG93Lgp8ICAgICBQcmVmZXIgPGxpbWl0 cy5oPiB0byA8YXNzZXJ0Lmg+IGlmIF9fU1REQ19fIGlzIGRlZmluZWQsIHNpbmNlCnwgICAgIDxs aW1pdHMuaD4gZXhpc3RzIGV2ZW4gb24gZnJlZXN0YW5kaW5nIGNvbXBpbGVycy4gICovCnwgI2lm ZGVmIF9fU1REQ19fCnwgIyBpbmNsdWRlIDxsaW1pdHMuaD4KfCAjZWxzZQp8ICMgaW5jbHVkZSA8 YXNzZXJ0Lmg+CnwgI2VuZGlmCnwgLyogT3ZlcnJpZGUgYW55IGdjYzIgaW50ZXJuYWwgcHJvdG90 eXBlIHRvIGF2b2lkIGFuIGVycm9yLiAgKi8KfCAjaWZkZWYgX19jcGx1c3BsdXMKfCBleHRlcm4g IkMiCnwgewp8ICNlbmRpZgp8IC8qIFdlIHVzZSBjaGFyIGJlY2F1c2UgaW50IG1pZ2h0IG1hdGNo IHRoZSByZXR1cm4gdHlwZSBvZiBhIGdjYzIKfCAgICBidWlsdGluIGFuZCB0aGVuIGl0cyBhcmd1 bWVudCBwcm90b3R5cGUgd291bGQgc3RpbGwgYXBwbHkuICAqLwp8IGNoYXIgZGNnZXR0ZXh0ICgp Owp8IC8qIFRoZSBHTlUgQyBsaWJyYXJ5IGRlZmluZXMgdGhpcyBmb3IgZnVuY3Rpb25zIHdoaWNo IGl0IGltcGxlbWVudHMKfCAgICAgdG8gYWx3YXlzIGZhaWwgd2l0aCBFTk9TWVMuICBTb21lIGZ1 bmN0aW9ucyBhcmUgYWN0dWFsbHkgbmFtZWQKfCAgICAgc29tZXRoaW5nIHN0YXJ0aW5nIHdpdGgg X18gYW5kIHRoZSBub3JtYWwgbmFtZSBpcyBhbiBhbGlhcy4gICovCnwgI2lmIGRlZmluZWQgKF9f c3R1Yl9kY2dldHRleHQpIHx8IGRlZmluZWQgKF9fc3R1Yl9fX2RjZ2V0dGV4dCkKfCBjaG9rZSBt ZQp8ICNlbHNlCnwgY2hhciAoKmYpICgpID0gZGNnZXR0ZXh0Owp8ICNlbmRpZgp8ICNpZmRlZiBf X2NwbHVzcGx1cwp8IH0KfCAjZW5kaWYKfCAKfCBpbnQKfCBtYWluICgpCnwgewp8IHJldHVybiBm ICE9IGRjZ2V0dGV4dDsKfCAgIDsKfCAgIHJldHVybiAwOwp8IH0KY29uZmlndXJlOjIwNjc5OiBy ZXN1bHQ6IG5vCmNvbmZpZ3VyZToyMDY5MTogY2hlY2tpbmcgZm9yIGdtc2dmbXQKY29uZmlndXJl OjIwNzIyOiByZXN1bHQ6IC91c3IvbG9jYWwvYmluL21zZ2ZtdApjb25maWd1cmU6MjA3MzE6IGNo ZWNraW5nIGZvciB4Z2V0dGV4dApjb25maWd1cmU6MjA3NTg6IHJlc3VsdDogL3Vzci9sb2NhbC9i aW4veGdldHRleHQKY29uZmlndXJlOjIwNzgzOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkv dXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+ JjUKL3RtcC9jY1VIM21mTi5vOiBJbiBmdW5jdGlvbiBgbWFpbic6Ci90bXAvY2NVSDNtZk4ubygu dGV4dCsweDQpOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBfbmxfbXNnX2NhdF9jbnRyJwpjb25m aWd1cmU6MjA3ODY6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKfCAjbGlu ZSAyMDc2NiAiY29uZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFD S0FHRV9OQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5lIFBBQ0tB R0VfVkVSU0lPTiAiIgp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5lIFBBQ0tB R0VfQlVHUkVQT1JUICIiCnwgI2RlZmluZSBQQUNLQUdFICJsaWJib25vYm91aSIKfCAjZGVmaW5l IFZFUlNJT04gIjIuNC4wIgp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAjZGVmaW5lIEhBVkVf U1lTX1RZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAjZGVmaW5lIEhBVkVf U1RETElCX0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmluZSBIQVZFX01FTU9S WV9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhBVkVfSU5UVFlQRVNf SCAxCnwgI2RlZmluZSBIQVZFX1VOSVNURF9IIDEKfCAjZGVmaW5lIEhBVkVfRExGQ05fSCAxCnwg I2RlZmluZSBHRVRURVhUX1BBQ0tBR0UgImxpYmJvbm9ib3VpLTIuMCIKfCAjZGVmaW5lIEhBVkVf TE9DQUxFX0ggMQp8ICNkZWZpbmUgSEFWRV9MQ19NRVNTQUdFUyAxCnwgI2RlZmluZSBIQVZFX0JJ TkRfVEVYVERPTUFJTl9DT0RFU0VUIDEKfCAjZGVmaW5lIEhBVkVfR0VUVEVYVCAxCnwgLyogZW5k IGNvbmZkZWZzLmguICAqLwp8IAp8IGludAp8IG1haW4gKCkKfCB7CnwgZXh0ZXJuIGludCBfbmxf bXNnX2NhdF9jbnRyOwp8IAkJCSByZXR1cm4gX25sX21zZ19jYXRfY250cgp8ICAgOwp8ICAgcmV0 dXJuIDA7CnwgfQpjb25maWd1cmU6MjA5NDU6IGNoZWNraW5nIGZvciBjYXRhbG9ncyB0byBiZSBp bnN0YWxsZWQKY29uZmlndXJlOjIwOTcwOiByZXN1bHQ6ICBhbSBhciBheiBiZSBiZyBjYSBjcyBj eSBkYSBkZSBlbCBlcyBmYSBmaSBmciBoZSBoaSBodSBpZCBpcyBpdCBqYSBrbiBrbyBsaSBsdiBt bCBtbiBtcyBubCBubiBubyBwbCBwdCBwdF9CUiBybyBydSBzayBzbCBzciBzckBMYXRuIHN2IHRh IHRyIHVrIHZpIHdhIHlpIHpoX0NOIHpoX1RXCmNvbmZpZ3VyZToyMTAyNzogY2hlY2tpbmcgZm9y IFgKY29uZmlndXJlOjIxMjQ3OiByZXN1bHQ6IGxpYnJhcmllcyAvdXNyL1gxMVI2L2xpYiwgaGVh ZGVycyAvdXNyL1gxMVI2L2luY2x1ZGUKY29uZmlndXJlOjIxNDAwOiBjYyAtbyBjb25mdGVzdCAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBj b25mdGVzdC5jICAgLUwvdXNyL1gxMVI2L2xpYiAtbFgxMSA+JjUKY29uZmlndXJlOjIxNDAzOiAk PyA9IDAKY29uZmlndXJlOjIxNDA2OiB0ZXN0IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMTQwOTog JD8gPSAwCmNvbmZpZ3VyZToyMTU0NjogY2hlY2tpbmcgZm9yIGdldGhvc3RieW5hbWUKY29uZmln dXJlOjIxNTk2OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg LUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjIxNTk5 OiAkPyA9IDAKY29uZmlndXJlOjIxNjAyOiB0ZXN0IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMTYw NTogJD8gPSAwCmNvbmZpZ3VyZToyMTYxNjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjIxNzQ3OiBj aGVja2luZyBmb3IgY29ubmVjdApjb25maWd1cmU6MjE3OTc6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkIGNvbmZ0 ZXN0LmMgID4mNQpjb25maWd1cmU6MjE4MDA6ICQ/ID0gMApjb25maWd1cmU6MjE4MDM6IHRlc3Qg LXMgY29uZnRlc3QKY29uZmlndXJlOjIxODA2OiAkPyA9IDAKY29uZmlndXJlOjIxODE3OiByZXN1 bHQ6IHllcwpjb25maWd1cmU6MjE4ODI6IGNoZWNraW5nIGZvciByZW1vdmUKY29uZmlndXJlOjIx OTMyOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNy L2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjIxOTM1OiAkPyA9 IDAKY29uZmlndXJlOjIxOTM4OiB0ZXN0IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMTk0MTogJD8g PSAwCmNvbmZpZ3VyZToyMTk1MjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjIyMDE3OiBjaGVja2lu ZyBmb3Igc2htYXQKY29uZmlndXJlOjIyMDY3OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkv dXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+ JjUKY29uZmlndXJlOjIyMDcwOiAkPyA9IDAKY29uZmlndXJlOjIyMDczOiB0ZXN0IC1zIGNvbmZ0 ZXN0CmNvbmZpZ3VyZToyMjA3NjogJD8gPSAwCmNvbmZpZ3VyZToyMjA4NzogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjIyMTYxOiBjaGVja2luZyBmb3IgSWNlQ29ubmVjdGlvbk51bWJlciBpbiAtbElD RQpjb25maWd1cmU6MjIxOTI6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwv aW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkIC1ML3Vzci9YMTFSNi9saWIgY29uZnRl c3QuYyAtbElDRSAgID4mNQpjb25maWd1cmU6MjIxOTU6ICQ/ID0gMApjb25maWd1cmU6MjIxOTg6 IHRlc3QgLXMgY29uZnRlc3QKY29uZmlndXJlOjIyMjAxOiAkPyA9IDAKY29uZmlndXJlOjIyMjEz OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjIyNDg6IGNoZWNraW5nIGZvciBwa2ctY29uZmlnCmNv bmZpZ3VyZToyMjI2NjogZm91bmQgL3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZwpjb25maWd1cmU6 MjIyNzk6IHJlc3VsdDogL3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZwpjb25maWd1cmU6MjIyOTY6 IGNoZWNraW5nIGZvciBsaWJnbm9tZWNhbnZhcy0yLjAgPj0gMS4xMTYuMCAJCSAgbGliYm9ub2Jv LTIuMCA+PSAyLjMuMyAJCSAgbGliZ25vbWUtMi4wID49IDEuMTE2LjAgCQkgIGJvbm9iby1hY3Rp dmF0aW9uLTIuMCA+PSAxLjAuMCAJCSAgbGlieG1sLTIuMCA+PSAyLjQuMjAgCQkgIGdjb25mLTIu MCA+PSAxLjEuOSAJCSAgZ3RrKy0yLjAgPj0gMi4yLjAKY29uZmlndXJlOjIyMzM1OiBlcnJvcjog TGlicmFyeSByZXF1aXJlbWVudHMgKGxpYmdub21lY2FudmFzLTIuMCA+PSAxLjExNi4wIAkJICBs aWJib25vYm8tMi4wID49IDIuMy4zIAkJICBsaWJnbm9tZS0yLjAgPj0gMS4xMTYuMCAJCSAgYm9u b2JvLWFjdGl2YXRpb24tMi4wID49IDEuMC4wIAkJICBsaWJ4bWwtMi4wID49IDIuNC4yMCAJCSAg Z2NvbmYtMi4wID49IDEuMS45IAkJICBndGsrLTIuMCA+PSAyLjIuMCkgbm90IG1ldDsgY29uc2lk ZXIgYWRqdXN0aW5nIHRoZSBQS0dfQ09ORklHX1BBVEggZW52aXJvbm1lbnQgdmFyaWFibGUgaWYg eW91ciBsaWJyYXJpZXMgYXJlIGluIGEgbm9uc3RhbmRhcmQgcHJlZml4IHNvIHBrZy1jb25maWcg Y2FuIGZpbmQgdGhlbS4KCiMjIC0tLS0tLS0tLS0tLS0tLS0gIyMKIyMgQ2FjaGUgdmFyaWFibGVz LiAjIwojIyAtLS0tLS0tLS0tLS0tLS0tICMjCgphY19jdl9mdW5jX2JpbmRfdGV4dGRvbWFpbl9j b2Rlc2V0PXllcwpsdF9sdF9jdl9zeXNfZ2xvYmFsX3N5bWJvbF9waXBlPScic2VkIC1uIC1lICdc JydzL14uKlsgCV1cXChbQUJDREdJU1RXXVtBQkNER0lTVFddKlxcKVsgCV1bIAldKlxcKFxcKVxc KFtfQS1aYS16XVtfQS1aYS16MC05XSpcXClcJC9cXDEgXFwyXFwzIFxcMy9wJ1wnJyInCmFjX2N2 X3Byb2dfYWNfY3RfRjc3PWY3NwphbV9jdl9DQ19kZXBlbmRlbmNpZXNfY29tcGlsZXJfdHlwZT1n Y2MKYWNfY3ZfcGF0aF9YR0VUVEVYVD0vdXNyL2xvY2FsL2Jpbi94Z2V0dGV4dAphY19jdl9wcm9n X0NYWENQUD0nYysrIC1FJwphY19jdl9lbnZfQ1hYRkxBR1NfdmFsdWU9JyAtTyAtcGlwZSAnCmd0 X2N2X2Z1bmNfZGdldHRleHRfbGliYz1ubwpsdF9jdl9zeXNfZ2xvYmFsX3N5bWJvbF90b19jZGVj bD0nc2VkIC1uIC1lICdcJydzL14uIC4qIFwoLipcKSQvZXh0ZXJuIGludCBcMTsvcCdcJycnCmFj X2N2X2Y3N19jb21waWxlcl9nbnU9eWVzCmFjX2N2X2Vudl9GNzdfdmFsdWU9CmFjX2N2X2hlYWRl cl9zdGRsaWJfaD15ZXMKbHRfY3ZfZmlsZV9tYWdpY19jbWQ9JyRNQUdJQ19DTUQnCmx0X2N2X3By b2dfZ251X2xkY3h4PXllcwphY19jdl9wcm9nX2NjX2c9eWVzCmFjX2N2X3BhdGhfSU5UTFRPT0xf UEVSTD0vdXNyL2Jpbi9wZXJsCmFjX2N2X2Vudl9DWFhDUFBfc2V0PQphY19jdl9lbnZfTERGTEFH U19zZXQ9c2V0CmFjX2N2X3BhdGhfUEtHX0NPTkZJRz0vdXNyL2xvY2FsL2Jpbi9wa2ctY29uZmln Cmx0X2N2X3Byb2dfY29tcGlsZXJfY19vX0NYWD15ZXMKYWNfY3ZfcHJvZ19hY19jdF9BUj1hcgph Y19jdl9jX2NvbXBpbGVyX2dudT15ZXMKYWNfY3ZfZXhlZXh0PQphY19jdl9lbnZfQ0ZMQUdTX3Nl dD1zZXQKbHRfY3Zfc3lzX2dsb2JhbF9zeW1ib2xfdG9fY19uYW1lX2FkZHJlc3M9J3NlZCAtbiAt ZSAnXCcncy9eOiBcKFteIF0qXCkgJC8gIHtcIlwxXCIsIChsdF9wdHIpIDB9LC9wJ1wnJyAtZSAn XCcncy9eW0JDREVHUlNUXSBcKFteIF0qXCkgXChbXiBdKlwpJC8gIHsiXDIiLCAobHRfcHRyKSBc JlwyfSwvcCdcJycnCmx0X2x0X2N2X3N5c19nbG9iYWxfc3ltYm9sX3RvX2NkZWNsPScic2VkIC1u IC1lICdcJydzL14uIC4qIFxcKC4qXFwpXCQvZXh0ZXJuIGludCBcXDE7L3AnXCcnIicKbHRfY3Zf c3lzX21heF9jbWRfbGVuPTE2Mzg0CmFjX2N2X3Byb2dfbWFrZV9nbWFrZV9zZXQ9eWVzCmFjX2N2 X2Vudl9GRkxBR1Nfc2V0PQphY19jdl9wYXRoX1BBVEhfVE9fWFJEQj0vdXNyL1gxMVI2L2Jpbi94 cmRiCmFjX2N2X2Vudl9DUFBfdmFsdWU9CmFjX2N2X2Vudl9DUFBGTEFHU19zZXQ9c2V0CmFjX2N2 X2N4eF9jb21waWxlcl9nbnU9eWVzCmFjX2N2X2Vudl9DWFhfc2V0PXNldApndF9jdl9oYXZlX2dl dHRleHQ9eWVzCmx0X2x0X2N2X3Byb2dfY29tcGlsZXJfY19vX0NYWD0nInllcyInCmFjX2N2X2Vu dl9ob3N0X2FsaWFzX3NldD0KYWNfY3ZfcGF0aF9HTVNHRk1UPS91c3IvbG9jYWwvYmluL21zZ2Zt dAphY19jdl9wcm9nX1lBQ0M9J2Jpc29uIC15JwpsdF9sdF9jdl9zeXNfZ2xvYmFsX3N5bWJvbF90 b19jX25hbWVfYWRkcmVzcz0nInNlZCAtbiAtZSAnXCcncy9eOiBcXChbXiBdKlxcKSBcJC8gIHtc XFwiXFwxXFxcIiwgKGx0X3B0cikgMH0sL3AnXCcnIC1lICdcJydzL15bQkNERUdSU1RdIFxcKFte IF0qXFwpIFxcKFteIF0qXFwpXCQvICB7XCJcXDJcIiwgKGx0X3B0cikgXFwmXFwyfSwvcCdcJyci JwpsdF9jdl9sZF9yZWxvYWRfZmxhZz0tcgphY19jdl9mdW5jX3JlbW92ZT15ZXMKbHRfY3ZfcHJv Z19nbnVfbGQ9eWVzCmFjX2N2X2hlYWRlcl9zeXNfc3RhdF9oPXllcwphY19jdl9lbnZfYnVpbGRf YWxpYXNfc2V0PXNldApsdF9jdl9wcm9nX2NvbXBpbGVyX2Nfbz15ZXMKYWNfY3ZfcHJvZ19mNzdf Zz15ZXMKYWNfY3ZfZW52X0NYWENQUF92YWx1ZT0KYWNfY3ZfZW52X0xERkxBR1NfdmFsdWU9Jy1M L3Vzci9sb2NhbC9saWIgLXB0aHJlYWQnCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfc2V0PQphY19j dl9ob3N0X2FsaWFzPWkzODYtcG9ydGJsZC1mcmVlYnNkNC44CmFjX2N2X3Byb2dfY2Nfc3RkYz0K YWNfY3ZfZW52X0NGTEFHU192YWx1ZT0nLU8gLXBpcGUgJwphY19jdl9lbnZfQ0Nfc2V0PXNldAph Y19jdl9mdW5jX3NobWF0PXllcwphY19jdl9oYXZlX3g9J2hhdmVfeD15ZXMgCQlhY194X2luY2x1 ZGVzPS91c3IvWDExUjYvaW5jbHVkZSBhY194X2xpYnJhcmllcz0vdXNyL1gxMVI2L2xpYicKYWNf Y3ZfcGF0aF9NU0dGTVQ9L3Vzci9sb2NhbC9iaW4vbXNnZm10Cmx0X2N2X3Byb2dfY29tcGlsZXJf Y19vX0Y3Nz15ZXMKYWNfY3ZfaGVhZGVyX3N5c190eXBlc19oPXllcwphY19jdl9oZWFkZXJfc3Rk Yz15ZXMKYWNfY3ZfaGVhZGVyX3N0cmluZ3NfaD15ZXMKbHRfY3ZfcGF0aF9TRUQ9L3Vzci9iaW4v c2VkCmFjX2N2X2Z1bmNfZGNnZXR0ZXh0PW5vCmFjX2N2X2hlYWRlcl9zdGRpbnRfaD1ubwphY19j dl9oZWFkZXJfaW50dHlwZXNfaD15ZXMKYWNfY3ZfcHJvZ19lZ3JlcD0nZ3JlcCAtRScKYWNfY3Zf ZW52X0ZGTEFHU192YWx1ZT0KYWNfY3ZfZnVuY19nZXRob3N0YnluYW1lPXllcwphY19jdl9oZWFk ZXJfbG9jYWxlX2g9eWVzCmx0X2N2X3BhdGhfTEQ9L3Vzci9saWJleGVjL2VsZi9sZApsdF9jdl9w cm9nX2NvbXBpbGVyX3J0dGlfZXhjZXB0aW9ucz15ZXMKYWNfY3ZfaGVhZGVyX3VuaXN0ZF9oPXll cwphY19jdl9oZWFkZXJfc3RyaW5nX2g9eWVzCmFjX2N2X2J1aWxkX2FsaWFzPWkzODYtcG9ydGJs ZC1mcmVlYnNkNC44CmFjX2N2X2Vudl9DUFBGTEFHU192YWx1ZT0tSS91c3IvbG9jYWwvaW5jbHVk ZQpsdF9sdF9jdl9wcm9nX2NvbXBpbGVyX2Nfbz0nInllcyInCmFjX2N2X3Byb2dfYWNfY3RfUkFO TElCPXJhbmxpYgphY19jdl9oZWFkZXJfbWVtb3J5X2g9eWVzCmFjX2N2X2Vudl9DWFhGTEFHU19z ZXQ9c2V0CmFjX2N2X2Vudl9DWFhfdmFsdWU9YysrCmFjX2N2X3Byb2dfYWNfY3RfU1RSSVA9c3Ry aXAKYWNfY3ZfaG9zdD1pMzg2LXBvcnRibGQtZnJlZWJzZDQuOAphY19jdl9lbnZfRjc3X3NldD0K YWNfY3ZfZW52X2hvc3RfYWxpYXNfdmFsdWU9CmFtX2N2X3ZhbF9MQ19NRVNTQUdFUz15ZXMKbHRf bHRfY3ZfcHJvZ19jb21waWxlcl9jX29fRjc3PScieWVzIicKYWNfY3ZfbGliX2ludGxfZGdldHRl eHQ9eWVzCmx0X2N2X29iamRpcj0ubGlicwphY19jdl9wcm9nX2N4eF9nPXllcwphY19jdl9saWJf aW50bF9iaW5kdGV4dGRvbWFpbj15ZXMKZ3RfY3ZfZnVuY19kZ2V0dGV4dF9saWJpbnRsPXllcwps dF9jdl9maWxlX21hZ2ljX3Rlc3RfZmlsZT0KYWNfY3ZfZnVuY19jb25uZWN0PXllcwphbV9jdl9D WFhfZGVwZW5kZW5jaWVzX2NvbXBpbGVyX3R5cGU9Z2NjCmFjX2N2X2J1aWxkPWkzODYtcG9ydGJs ZC1mcmVlYnNkNC44CmFjX2N2X3Byb2dfQ1BQPSdjYyAtRScKYWNfY3ZfcHJvZ19BV0s9bmF3awph Y19jdl9lbnZfYnVpbGRfYWxpYXNfdmFsdWU9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjgKbHRfY3Zf c3lzX2dsb2JhbF9zeW1ib2xfcGlwZT0nc2VkIC1uIC1lICdcJydzL14uKlsgCV1cKFtBQkNER0lT VFddW0FCQ0RHSVNUV10qXClbIAldWyAJXSpcKFwpXChbX0EtWmEtel1bX0EtWmEtejAtOV0qXCkk L1wxIFwyXDMgXDMvcCdcJycnCmx0X2N2X2RlcGxpYnNfY2hlY2tfbWV0aG9kPXBhc3NfYWxsCmFj X2N2X3Byb2dfYWNfY3RfQ0M9Y2MKYWNfY3ZfaGVhZGVyX2xpYmludGxfaD15ZXMKbHRfY3ZfcGF0 aF9MRENYWD0vdXNyL2xpYmV4ZWMvZWxmL2xkCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfdmFsdWU9 CmFjX2N2X2Vudl9DQ192YWx1ZT1jYwpsdF9jdl9wYXRoX05NPScvdXNyL2Jpbi9ubSAtQicKYWNf Y3Zfc2VhcmNoX3N0cmVycm9yPSdub25lIHJlcXVpcmVkJwphY19jdl9lbnZfQ1BQX3NldD0KYWNf Y3ZfaGVhZGVyX2RsZmNuX2g9eWVzCmFjX2N2X2xpYl9JQ0VfSWNlQ29ubmVjdGlvbk51bWJlcj15 ZXMKYWNfY3Zfb2JqZXh0PW8KCiMjIC0tLS0tLS0tLS0tLS0tLS0tICMjCiMjIE91dHB1dCB2YXJp YWJsZXMuICMjCiMjIC0tLS0tLS0tLS0tLS0tLS0tICMjCgpBQ0xPQ0FMPSdhY2xvY2FsLTEuNycK QU1ERVBCQUNLU0xBU0g9J1wnCkFNREVQX0ZBTFNFPScjJwpBTURFUF9UUlVFPScnCkFNVEFSPSd0 YXInCkFSPSdhcicKQVM9J2FzJwpBVVRPQ09ORj0nYXV0b2NvbmYnCkFVVE9IRUFERVI9J2F1dG9o ZWFkZXInCkFVVE9NQUtFPSdhdXRvbWFrZS0xLjcnCkFXSz0nbmF3aycKQk9OT0JPVUlfQ0ZMQUdT PScnCkJPTk9CT1VJX0dMQURFX0NGTEFHUz0nJwpCT05PQk9VSV9HTEFERV9MSUJTPScnCkJPTk9C T1VJX0xJQlM9JycKQ0FUQUxPR1M9JyBhbS5tbyBhci5tbyBhei5tbyBiZS5tbyBiZy5tbyBjYS5t byBjcy5tbyBjeS5tbyBkYS5tbyBkZS5tbyBlbC5tbyBlcy5tbyBmYS5tbyBmaS5tbyBmci5tbyBo ZS5tbyBoaS5tbyBodS5tbyBpZC5tbyBpcy5tbyBpdC5tbyBqYS5tbyBrbi5tbyBrby5tbyBsaS5t byBsdi5tbyBtbC5tbyBtbi5tbyBtcy5tbyBubC5tbyBubi5tbyBuby5tbyBwbC5tbyBwdC5tbyBw dF9CUi5tbyByby5tbyBydS5tbyBzay5tbyBzbC5tbyBzci5tbyBzckBMYXRuLm1vIHN2Lm1vIHRh Lm1vIHRyLm1vIHVrLm1vIHZpLm1vIHdhLm1vIHlpLm1vIHpoX0NOLm1vIHpoX1RXLm1vJwpDQVRP QkpFWFQ9Jy5tbycKQ0M9J2NjJwpDQ0RFUE1PREU9J2RlcG1vZGU9Z2NjJwpDRkxBR1M9Jy1PIC1w aXBlICcKQ1BQPSdjYyAtRScKQ1BQRkxBR1M9Jy1JL3Vzci9sb2NhbC9pbmNsdWRlJwpDWFg9J2Mr KycKQ1hYQ1BQPSdjKysgLUUnCkNYWERFUE1PREU9J2RlcG1vZGU9Z2NjJwpDWFhGTEFHUz0nIC1P IC1waXBlICcKQ1lHUEFUSF9XPSdlY2hvJwpEQVRBRElSTkFNRT0nc2hhcmUnCkRFRlM9JycKREVQ RElSPScuZGVwcycKRExMVE9PTD0nZGxsdG9vbCcKRUNITz0nZWNobycKRUNIT19DPScnCkVDSE9f Tj0nLW4nCkVDSE9fVD0nJwpFR1JFUD0nZ3JlcCAtRScKRU5BQkxFX0dUS19ET0NfRkFMU0U9JycK RU5BQkxFX0dUS19ET0NfVFJVRT0nJwpFWEVFWFQ9JycKRjc3PSdmNzcnCkZGTEFHUz0nLWcgLU8y JwpHRVRURVhUX1BBQ0tBR0U9J2xpYmJvbm9ib3VpLTIuMCcKR0xJQl9HRU5NQVJTSEFMPScnCkdM SUJfTUtFTlVNUz0nJwpHTU9GSUxFUz0nIGFtLmdtbyBhci5nbW8gYXouZ21vIGJlLmdtbyBiZy5n bW8gY2EuZ21vIGNzLmdtbyBjeS5nbW8gZGEuZ21vIGRlLmdtbyBlbC5nbW8gZXMuZ21vIGZhLmdt byBmaS5nbW8gZnIuZ21vIGhlLmdtbyBoaS5nbW8gaHUuZ21vIGlkLmdtbyBpcy5nbW8gaXQuZ21v IGphLmdtbyBrbi5nbW8ga28uZ21vIGxpLmdtbyBsdi5nbW8gbWwuZ21vIG1uLmdtbyBtcy5nbW8g bmwuZ21vIG5uLmdtbyBuby5nbW8gcGwuZ21vIHB0LmdtbyBwdF9CUi5nbW8gcm8uZ21vIHJ1Lmdt byBzay5nbW8gc2wuZ21vIHNyLmdtbyBzckBMYXRuLmdtbyBzdi5nbW8gdGEuZ21vIHRyLmdtbyB1 ay5nbW8gdmkuZ21vIHdhLmdtbyB5aS5nbW8gemhfQ04uZ21vIHpoX1RXLmdtbycKR01TR0ZNVD0n L3Vzci9sb2NhbC9iaW4vbXNnZm10JwpHVEtfRE9DX1VTRV9MSUJUT09MX0ZBTFNFPScnCkdUS19E T0NfVVNFX0xJQlRPT0xfVFJVRT0nJwpIVE1MX0RJUj0nJwpJTlNUQUxMX0RBVEE9J2luc3RhbGwg LWMgLW8gcm9vdCAtZyB3aGVlbCAtbSA0NDQnCklOU1RBTExfUFJPR1JBTT0naW5zdGFsbCAtYyAt cyAtbyByb290IC1nIHdoZWVsIC1tIDU1NScKSU5TVEFMTF9TQ1JJUFQ9J2luc3RhbGwgLWMgLW8g cm9vdCAtZyB3aGVlbCAtbSA1NTUnCklOU1RBTExfU1RSSVBfUFJPR1JBTT0nJHtTSEVMTH0gJChp bnN0YWxsX3NoKSAtYyAtcycKSU5TVE9CSkVYVD0nLm1vJwpJTlRMTElCUz0nLWxpbnRsICcKSU5U TFRPT0xfQ0FWRVNfUlVMRT0nJS5jYXZlczogICAgICUuY2F2ZXMuaW4gICAgICQoSU5UTFRPT0xf TUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5U TFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRk aXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfREVTS1RPUF9SVUxFPSclLmRl c2t0b3A6ICAgJS5kZXNrdG9wLmluICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRv cF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3Jj ZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdl LWNhY2hlJwpJTlRMVE9PTF9ESVJFQ1RPUllfUlVMRT0nJS5kaXJlY3Rvcnk6ICUuZGlyZWN0b3J5 LmluICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7 IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUg LWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfRVhU UkFDVD0nJCh0b3BfYnVpbGRkaXIpL2ludGx0b29sLWV4dHJhY3QnCklOVExUT09MX0tFWVNfUlVM RT0nJS5rZXlzOiAgICAgICUua2V5cy5pbiAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNh cmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQo dG9wX3NyY2RpcikvcG8gJDwgJEAgLWsgLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9v bC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfTUVSR0U9JyQodG9wX2J1aWxkZGlyKS9pbnRsdG9vbC1t ZXJnZScKSU5UTFRPT0xfT0FGX1JVTEU9JyUub2FmOiAgICAgICAlLm9hZi5pbiAgICAgICAkKElO VExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9 QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1vIC1wJwpJTlRMVE9P TF9QRVJMPScvdXNyL2Jpbi9wZXJsJwpJTlRMVE9PTF9QT05HX1JVTEU9JyUucG9uZzogICAgICAl LnBvbmcuaW4gICAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2Rpcikv cG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8 ICRAIC14IC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklO VExUT09MX1BST1BfUlVMRT0nJS5wcm9wOiAgICAgICUucHJvcC5pbiAgICAgICQoSU5UTFRPT0xf TUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5U TFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRk aXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfU0NIRU1BU19SVUxFPSclLnNj aGVtYXM6ICAgJS5zY2hlbWFzLmluICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRv cF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3Jj ZGlyKS9wbyAkPCAkQCAtcyAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdl LWNhY2hlJwpJTlRMVE9PTF9TRVJWRVJfUlVMRT0nJS5zZXJ2ZXI6ICAgICUuc2VydmVyLmluICAg ICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExD X0FMTD1DICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLW8gLXUgLWMg JCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfU0hFRVRf UlVMRT0nJS5zaGVldDogICAgICUuc2hlZXQuaW4gICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2ls ZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRPT0xfTUVSR0Up ICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXggLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRs dG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfU09VTkRMSVNUX1JVTEU9JyUuc291bmRsaXN0OiAl LnNvdW5kbGlzdC5pbiAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2Rpcikv cG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8 ICRAIC1kIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklO VExUT09MX1RIRU1FX1JVTEU9JyUudGhlbWU6ICAgICAlLnRoZW1lLmluICAgICAkKElOVExUT09M X01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAkKElO VExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1kIC11IC1jICQodG9wX2J1aWxk ZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09MX1VJX1JVTEU9JyUudWk6ICAg ICAgICAlLnVpLmluICAgICAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3Ny Y2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIp L3BvICQ8ICRAIC14IC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2Fj aGUnCklOVExUT09MX1VQREFURT0nJCh0b3BfYnVpbGRkaXIpL2ludGx0b29sLXVwZGF0ZScKSU5U TFRPT0xfWE1MX1JVTEU9JyUueG1sOiAgICAgICAlLnhtbC5pbiAgICAgICAkKElOVExUT09MX01F UkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExU T09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC14IC11IC1jICQodG9wX2J1aWxkZGly KS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCkxERkxBR1M9Jy1ML3Vzci9sb2NhbC9saWIgLXB0 aHJlYWQnCkxJQk9CSlM9JycKTElCUz0nJwpMSUJUT09MPSckKFNIRUxMKSAkKHRvcF9idWlsZGRp cikvbGlidG9vbCcKTE5fUz0nbG4gLXMnCkxUTElCT0JKUz0nJwpNQUlOVD0nIycKTUFJTlRBSU5F Ul9NT0RFX0ZBTFNFPScnCk1BSU5UQUlORVJfTU9ERV9UUlVFPScjJwpNQUtFSU5GTz0nbWFrZWlu Zm8nCk1LSU5TVEFMTERJUlM9Jy4vbWtpbnN0YWxsZGlycycKTVNHRk1UPScvdXNyL2xvY2FsL2Jp bi9tc2dmbXQnCk9CSkRVTVA9J29iamR1bXAnCk9CSkVYVD0nbycKUEFDS0FHRT0nbGliYm9ub2Jv dWknClBBQ0tBR0VfQlVHUkVQT1JUPScnClBBQ0tBR0VfTkFNRT0nJwpQQUNLQUdFX1NUUklORz0n JwpQQUNLQUdFX1RBUk5BTUU9JycKUEFDS0FHRV9WRVJTSU9OPScnClBBVEhfU0VQQVJBVE9SPSc6 JwpQQVRIX1RPX1hSREI9Jy91c3IvWDExUjYvYmluL3hyZGInClBLR19DT05GSUc9Jy91c3IvbG9j YWwvYmluL3BrZy1jb25maWcnClBPRklMRVM9JyBhbS5wbyBhci5wbyBhei5wbyBiZS5wbyBiZy5w byBjYS5wbyBjcy5wbyBjeS5wbyBkYS5wbyBkZS5wbyBlbC5wbyBlcy5wbyBmYS5wbyBmaS5wbyBm ci5wbyBoZS5wbyBoaS5wbyBodS5wbyBpZC5wbyBpcy5wbyBpdC5wbyBqYS5wbyBrbi5wbyBrby5w byBsaS5wbyBsdi5wbyBtbC5wbyBtbi5wbyBtcy5wbyBubC5wbyBubi5wbyBuby5wbyBwbC5wbyBw dC5wbyBwdF9CUi5wbyByby5wbyBydS5wbyBzay5wbyBzbC5wbyBzci5wbyBzckBMYXRuLnBvIHN2 LnBvIHRhLnBvIHRyLnBvIHVrLnBvIHZpLnBvIHdhLnBvIHlpLnBvIHpoX0NOLnBvIHpoX1RXLnBv JwpQT1NVQj0ncG8nClBPX0lOX0RBVEFESVJfRkFMU0U9JycKUE9fSU5fREFUQURJUl9UUlVFPScn ClJBTkxJQj0ncmFubGliJwpTRVRfTUFLRT0nJwpTSEVMTD0nL2Jpbi9zaCcKU1RSSVA9J3N0cmlw JwpVU0VfTkxTPSd5ZXMnClZFUlNJT049JzIuNC4wJwpXQVJOX0NGTEFHUz0nLVdhbGwgLVdtaXNz aW5nLXByb3RvdHlwZXMgJwpYR0VUVEVYVD0nL3Vzci9sb2NhbC9iaW4veGdldHRleHQnClhfQ0ZM QUdTPScgLUkvdXNyL1gxMVI2L2luY2x1ZGUnClhfRVhUUkFfTElCUz0nJwpYX0xJQlM9JyAtbFNN IC1sSUNFICAtTC91c3IvWDExUjYvbGliIC1sWDExICcKWF9QUkVfTElCUz0nIC1sU00gLWxJQ0Un CllBQ0M9J2Jpc29uIC15JwphY19jdF9BUj0nYXInCmFjX2N0X0FTPScnCmFjX2N0X0NDPSdjYycK YWNfY3RfQ1hYPScnCmFjX2N0X0RMTFRPT0w9JycKYWNfY3RfRjc3PSdmNzcnCmFjX2N0X09CSkRV TVA9JycKYWNfY3RfUkFOTElCPSdyYW5saWInCmFjX2N0X1NUUklQPSdzdHJpcCcKYW1fX2Zhc3Rk ZXBDQ19GQUxTRT0nJwphbV9fZmFzdGRlcENDX1RSVUU9JyMnCmFtX19mYXN0ZGVwQ1hYX0ZBTFNF PScnCmFtX19mYXN0ZGVwQ1hYX1RSVUU9JyMnCmFtX19pbmNsdWRlPSdpbmNsdWRlJwphbV9fbGVh ZGluZ19kb3Q9Jy4nCmFtX19xdW90ZT0nJwpiaW5kaXI9JyR7ZXhlY19wcmVmaXh9L2JpbicKYnVp bGQ9J2kzODYtcG9ydGJsZC1mcmVlYnNkNC44JwpidWlsZF9hbGlhcz0naTM4Ni1wb3J0YmxkLWZy ZWVic2Q0LjgnCmJ1aWxkX2NwdT0naTM4NicKYnVpbGRfb3M9J2ZyZWVic2Q0LjgnCmJ1aWxkX3Zl bmRvcj0ncG9ydGJsZCcKZGF0YWRpcj0nL3Vzci9YMTFSNi9zaGFyZS9nbm9tZScKZXhlY19wcmVm aXg9J05PTkUnCmdub21lbG9jYWxlZGlyPScke3ByZWZpeH0vJHtEQVRBRElSTkFNRX0vbG9jYWxl Jwpob3N0PSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuOCcKaG9zdF9hbGlhcz0nJwpob3N0X2NwdT0n aTM4NicKaG9zdF9vcz0nZnJlZWJzZDQuOCcKaG9zdF92ZW5kb3I9J3BvcnRibGQnCmluY2x1ZGVk aXI9JyR7cHJlZml4fS9pbmNsdWRlJwppbmZvZGlyPScke3ByZWZpeH0vaW5mbycKaW5zdGFsbF9z aD0nL3Vzci9wb3J0cy94MTEtdG9vbGtpdHMvbGliYm9ub2JvdWkvd29yay9saWJib25vYm91aS0y LjQuMC9pbnN0YWxsLXNoJwpsaWJkaXI9JyR7ZXhlY19wcmVmaXh9L2xpYicKbGliZXhlY2Rpcj0n JHtleGVjX3ByZWZpeH0vbGliZXhlYycKbG9jYWxzdGF0ZWRpcj0nL3Vzci9YMTFSNi9zaGFyZS9n bm9tZScKbWFuZGlyPScke3ByZWZpeH0vbWFuJwpvbGRpbmNsdWRlZGlyPScvdXNyL2luY2x1ZGUn CnByZWZpeD0nL3Vzci9YMTFSNicKcHJvZ3JhbV90cmFuc2Zvcm1fbmFtZT0ncyx4LHgsJwpzYmlu ZGlyPScke2V4ZWNfcHJlZml4fS9zYmluJwpzaGFyZWRzdGF0ZWRpcj0nJHtwcmVmaXh9L2NvbScK c3lzY29uZmRpcj0nJHtwcmVmaXh9L2V0YycKdGFyZ2V0X2FsaWFzPScnCgojIyAtLS0tLS0tLS0t LSAjIwojIyBjb25mZGVmcy5oLiAjIwojIyAtLS0tLS0tLS0tLSAjIwoKI2RlZmluZSBFTkFCTEVf TkxTIDEKI2RlZmluZSBHRVRURVhUX1BBQ0tBR0UgImxpYmJvbm9ib3VpLTIuMCIKI2RlZmluZSBI QVZFX0JJTkRfVEVYVERPTUFJTl9DT0RFU0VUIDEKI2RlZmluZSBIQVZFX0RMRkNOX0ggMQojZGVm aW5lIEhBVkVfR0VUVEVYVCAxCiNkZWZpbmUgSEFWRV9JTlRUWVBFU19IIDEKI2RlZmluZSBIQVZF X0xDX01FU1NBR0VTIDEKI2RlZmluZSBIQVZFX0xPQ0FMRV9IIDEKI2RlZmluZSBIQVZFX01FTU9S WV9IIDEKI2RlZmluZSBIQVZFX1NURExJQl9IIDEKI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCiNk ZWZpbmUgSEFWRV9TVFJJTkdfSCAxCiNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKI2RlZmluZSBI QVZFX1NZU19UWVBFU19IIDEKI2RlZmluZSBIQVZFX1VOSVNURF9IIDEKI2RlZmluZSBQQUNLQUdF ICJsaWJib25vYm91aSIKI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgojZGVmaW5lIFBBQ0tB R0VfTkFNRSAiIgojZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCiNkZWZpbmUgUEFDS0FHRV9UQVJO QU1FICIiCiNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCiNkZWZpbmUgU1REQ19IRUFERVJTIDEK I2RlZmluZSBWRVJTSU9OICIyLjQuMCIKCmNvbmZpZ3VyZTogZXhpdCAxCg== --------_3F6EADAA9656022F5388_MULTIPART_MIXED_-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 03:55:24 2003 Return-Path: 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 E8FCC16A4B3 for ; Mon, 22 Sep 2003 03:55:23 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id A97B643FB1 for ; Mon, 22 Sep 2003 03:55:21 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: (from apache@localhost) by brabys.co.za (8.12.0/8.12.0) id h8MAtISm008013; Mon, 22 Sep 2003 12:55:18 +0200 Date: Mon, 22 Sep 2003 12:55:18 +0200 Message-Id: <200309221055.h8MAtISm008013@brabys.co.za> From: "Nelis Lamprecht" To: freebsd-gnome@freebsd.org X-Mailer: Nwebmail 0.1.80 MIME-Version: 1.0 Subject: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 10:55:24 -0000 Hi List, Upgraded Gnome2.2.2 to 2.4 this weekend and well to say the least it's been a mission. Been using FreeBSD/Gnome for 2 years now and previously all I did to upgrade was a "portupgrade -R gnome2" but this has been far from the case this time around. It's taken me 2 days to get my office pc up and running and I've had to deinstall and reinstall a whole bunch of ports manually. Also some ports have changed so getting rid of them so I can continue upgrading other ports has been a huge ball ache. Anyway, I now want to get my evolution 1.2.4 upgraded. I started an upgrade only to have gtkhtml3 fail on me with the error below and for some reason my "old" mail folders will not display so I am forced to upgrade evoluton and get it working. Here is the error, please could someone help me with this as I'm already 2 days behind because of my disastrous Gnome2 upgrade. Thanks and much appreciated. Nelis Error Message: In file included from body.c:26: /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canvas.h: No such file or directory /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `typedef' In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before `BEGIN_GNOME_DECLS' /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before `typedef' /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before `GnomeCanvasItem' In file included from body.c:26: /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error before `BEGIN_GNOME_DECLS' /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error before `typedef' /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error before `GnomeCanvas' In file included from /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, from ../../src/gtkhtml-types.h:26, from ../../src/htmlengine.h:30, from ../../src/htmlengine-edit.h:27, from body.c:27: /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h:129: syntax error before `typedef' gmake[3]: *** [body.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8 From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 05:40:47 2003 Return-Path: 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 7F5A516A4B3 for ; Mon, 22 Sep 2003 05:40:47 -0700 (PDT) Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 21D0343FAF for ; Mon, 22 Sep 2003 05:40:46 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.57.147?) (khairil?yusof@219.95.57.147 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Sep 2003 12:40:44 -0000 From: Khairil Yusof To: Nelis Lamprecht In-Reply-To: <200309221055.h8MAtISm008013@brabys.co.za> References: <200309221055.h8MAtISm008013@brabys.co.za> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0KmwB1+r8Fu9WUA1Lw/L" Message-Id: <1064234439.77494.4.camel@wolverine.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 20:40:40 +0800 cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 12:40:47 -0000 --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 18:55, Nelis Lamprecht wrote: > I'm already 2 days behind because of my disastrous Gnome2 upgrade. To my untrained eye, it looks like gal. Can you check that you've managed to upgrade gal2 properly? My version is at: gal2-1.99.9 -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 8:34PM up 3 days, 1:36, 1 user, load averages: 0.54, 0.25, 0.14 --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bu3HDAqnLW/+/X8RArpZAKCOT+Xkul1jehPMp1+8+hRryknGVACgsCEd 4i8dtf05rGK7vdNYhp02hKA= =4UCA -----END PGP SIGNATURE----- --=-0KmwB1+r8Fu9WUA1Lw/L-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 06:51:47 2003 Return-Path: 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 C9BAD16A4B3 for ; Mon, 22 Sep 2003 06:51:47 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 150C443FF3 for ; Mon, 22 Sep 2003 06:51:44 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: (from apache@localhost) by brabys.co.za (8.12.0/8.12.0) id h8MDpQM7022207; Mon, 22 Sep 2003 15:51:26 +0200 Date: Mon, 22 Sep 2003 15:51:26 +0200 Message-Id: <200309221351.h8MDpQM7022207@brabys.co.za> From: "Nelis Lamprecht" To: "Khairil Yusof" X-Mailer: Nwebmail 0.1.80 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-0KmwB1+r8Fu9WUA1Lw/L" cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 13:51:47 -0000 --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: text/plain Hi, I do have the latest version of gal installed ( same version as you ). I also still seem to have an earlier version installed. Sorry for top posting but I have to resort to using webmail till my issue with evolution is resolved. Seems this webmail client chops off part of the orignal also. I must confess I upgraded my Gnome2 without consulting the gnome mail list first and now that I have, I have found the correct way to upgrade. So I am just going through everything to make sure it's done correctly. It allows me to go into Gnome2.4 so that is a good thing ;-) Any other ideas anyone ? ----- Original Message ----- Date: Mon September 22, 2003 08:40 PM From: Khairil Yusof To: Nelis Lamprecht cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: multipart/signed; boundary="multipart/signed" --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 18:55, Nelis Lamprecht wrote: > I'm already 2 days behind because of my disastrous Gnome2 upgrade. To my untrained eye, it looks like gal. Can you check that you've managed to upgrade gal2 properly? My version is at: gal2-1.99.9 -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 8:34PM up 3 days, 1:36, 1 user, load averages: 0.54, 0.25, 0.14 --=-0KmwB1+r8Fu9WUA1Lw/L Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bu3HDAqnLW/+/X8RArpZAKCOT+Xkul1jehPMp1+8+hRryknGVACgsCEd 4i8dtf05rGK7vdNYhp02hKA= =4UCA -----END PGP SIGNATURE----- --=-0KmwB1+r8Fu9WUA1Lw/L-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 08:14:15 2003 Return-Path: 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 3C0A416A4B3 for ; Mon, 22 Sep 2003 08:14:15 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA5143FF2 for ; Mon, 22 Sep 2003 08:14:13 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 8571176421; Mon, 22 Sep 2003 17:14:11 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38736-09; Mon, 22 Sep 2003 17:14:08 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 75C957641F; Mon, 22 Sep 2003 17:14:08 +0200 (CEST) From: Franz Klammer To: Nelis Lamprecht In-Reply-To: <200309221055.h8MAtISm008013@brabys.co.za> References: <200309221055.h8MAtISm008013@brabys.co.za> Content-Type: text/plain Message-Id: <1064243654.871.43.camel@sisko.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 17:14:15 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 15:14:15 -0000 hi! here are my ideas/suggestions: 1) "In file included from body.c:26: /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: libgnome/gnome-defs.h: No such file or directory" /usr/X11R6/include/libgnome should not exist any more. i take a look an there is only a libgnome-2.0 in my inlclude directory. 2) i think we need a list of /var/db/pkg to see what ports you have installed. 3) a good idea is to take a look at the output of "pkg_version -l \<" you will see all outdated ports with this command. then update all post listet. 4) please read this page: http://www.freebsd.org/gnome/docs/knownissues.html 5) these ports can be deinstalled because they are merged into other ports: port: -> merged into: ================================ ============================ devel/bonobo-activation -> devel/libbonobo x11/themus -> sysutlis/gnomecontrolcenter2 x11-fonts/fontilus -> sysutlis/gnomecontrolcenter2 misc/stickynotes_applet -> x11/gnomeapplets2 x11-toolkits/gtk-thinice-engine -> x11-toolkits/gnome-themes franz. Am Mo, 2003-09-22 um 12.55 schrieb Nelis Lamprecht: > Hi List, > > > Upgraded Gnome2.2.2 to 2.4 this weekend and well to say the least it's been > a mission. Been using FreeBSD/Gnome for 2 years now and previously all I did > to upgrade was a "portupgrade -R gnome2" but this has been far from the case > this time around. It's taken me 2 days to get my office pc up and running > and I've had to deinstall and reinstall a whole bunch of ports manually. > Also some ports have changed so getting rid of them so I can continue > upgrading other ports has been a huge ball ache. > > > Anyway, I now want to get my evolution 1.2.4 upgraded. I started an upgrade > only to have gtkhtml3 fail on me with the error below and for some reason my > "old" mail folders will not display so I am forced to upgrade evoluton and > get it working. Here is the error, please could someone help me with this as > I'm already 2 days behind because of my disastrous Gnome2 upgrade. > > Thanks and much appreciated. > > Nelis > > > Error Message: > > In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > libgnome/gnome-defs.h: No such file or directory > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.h: No > such file or directory > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, > from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canvas.h: > No such file or directory > /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h: No > such file or directory > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, > from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `typedef' > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before > `BEGIN_GNOME_DECLS' > /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before `typedef' > /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before > `GnomeCanvasItem' > In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error before > `BEGIN_GNOME_DECLS' > /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error before > `typedef' > /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error before > `GnomeCanvas' > In file included from > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, > from ../../src/gtkhtml-types.h:26, > from ../../src/htmlengine.h:30, > from ../../src/htmlengine-edit.h:27, > from body.c:27: > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h:129: > syntax error before `typedef' > gmake[3]: *** [body.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8 > > > _______________________________________________ > 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" -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 09:18:45 2003 Return-Path: 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 BD03216A4B3 for ; Mon, 22 Sep 2003 09:18:45 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CBB43FEA for ; Mon, 22 Sep 2003 09:18:41 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8MGGM4R011908; Mon, 22 Sep 2003 12:16:23 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8MGI1lB013533; Mon, 22 Sep 2003 12:18:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Franz Klammer In-Reply-To: <1064243654.871.43.camel@sisko.webonaut.com> References: <200309221055.h8MAtISm008013@brabys.co.za> <1064243654.871.43.camel@sisko.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+NoaFhX/XCgSALEN6TsQ" Organization: MarcusCom, Inc. Message-Id: <1064247513.693.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 12:18:33 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Nelis Lamprecht cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 16:18:45 -0000 --=-+NoaFhX/XCgSALEN6TsQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 11:14, Franz Klammer wrote: > hi!=20 >=20 > here are my ideas/suggestions: >=20 > 1) "In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > libgnome/gnome-defs.h: No such file or directory" >=20 > /usr/X11R6/include/libgnome should not exist any more. > i take a look an there is only a libgnome-2.0 in my > inlclude directory. Neither should /usr/X11R6/include/gal. That directory should be deleted. Joe >=20 > 2) i think we need a list of /var/db/pkg to see what ports > you have installed. >=20 > 3) a good idea is to take a look at the output of "pkg_version -l \<" > you will see all outdated ports with this command. > then update all post listet. >=20 > 4) please read this page: > http://www.freebsd.org/gnome/docs/knownissues.html >=20 > 5) these ports can be deinstalled because they are merged into=20 > other ports: >=20 > port: -> merged into: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > devel/bonobo-activation -> devel/libbonobo > x11/themus -> sysutlis/gnomecontrolcenter2 > x11-fonts/fontilus -> sysutlis/gnomecontrolcenter2 > misc/stickynotes_applet -> x11/gnomeapplets2 > x11-toolkits/gtk-thinice-engine -> x11-toolkits/gnome-themes >=20 > franz. >=20 >=20 > Am Mo, 2003-09-22 um 12.55 schrieb Nelis Lamprecht: > > Hi List, > >=20 > > > > Upgraded Gnome2.2.2 to 2.4 this weekend and well to say the least it's = been > > a mission. Been using FreeBSD/Gnome for 2 years now and previously all = I did > > to upgrade was a "portupgrade -R gnome2" but this has been far from the= case > > this time around. It's taken me 2 days to get my office pc up and runni= ng > > and I've had to deinstall and reinstall a whole bunch of ports manually= . > > Also some ports have changed so getting rid of them so I can continue > > upgrading other ports has been a huge ball ache. > > > >=20 > > Anyway, I now want to get my evolution 1.2.4 upgraded. I started an upg= rade > > only to have gtkhtml3 fail on me with the error below and for some reas= on my > > "old" mail folders will not display so I am forced to upgrade evoluton = and > > get it working. Here is the error, please could someone help me with th= is as > > I'm already 2 days behind because of my disastrous Gnome2 upgrade. > >=20 > > Thanks and much appreciated. > >=20 > > Nelis > >=20 > >=20 > > Error Message: > >=20 > > In file included from body.c:26: > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > > libgnome/gnome-defs.h: No such file or directory > > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.= h: No > > such file or directory > > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38= , > > from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canva= s.h: > > No such file or directory > > /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h:= No > > such file or directory > > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38= , > > from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `t= ypedef' > > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before > > `BEGIN_GNOME_DECLS' > > /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before = `typedef' > > /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before > > `GnomeCanvasItem' > > In file included from body.c:26: > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error be= fore > > `BEGIN_GNOME_DECLS' > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error be= fore > > `typedef' > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error be= fore > > `GnomeCanvas' > > In file included from > > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, > > from ../../src/gtkhtml-types.h:26, > > from ../../src/htmlengine.h:30, > > from ../../src/htmlengine-edit.h:27, > > from body.c:27: > > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h= :129: > > syntax error before `typedef' > > gmake[3]: *** [body.lo] Error 1 > > gmake[3]: Leaving directory > > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8 > >=20 > >=20 > > _______________________________________________ > > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-+NoaFhX/XCgSALEN6TsQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/byDZb2iPiv4Uz4cRAnYKAJ9KFGFqjkRx0m8RhbombBGkJ72CowCfUWDf OvwvGR5J5A2plxSJCLFcGjI= =JXJa -----END PGP SIGNATURE----- --=-+NoaFhX/XCgSALEN6TsQ-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 09:26:59 2003 Return-Path: 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 7A53016A4EE for ; Mon, 22 Sep 2003 09:26:59 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536D143F3F for ; Mon, 22 Sep 2003 09:26:58 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8MGJU0Q015779; Mon, 22 Sep 2003 12:19:30 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8MGQMlB013604; Mon, 22 Sep 2003 12:26:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: chores@him.ne.jp In-Reply-To: <20030922170706.9632.CHORES@him.ne.jp> References: <20030922170706.9632.CHORES@him.ne.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MoyqgrbSrrwubsXxh6We" Organization: MarcusCom, Inc. Message-Id: <1064248014.693.9.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 12:26:54 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Script "configure" failed unexpectedly. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 16:26:59 -0000 --=-MoyqgrbSrrwubsXxh6We Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 04:09, chores@him.ne.jp wrote: > > =3D=3D=3D> Script "configure" failed unexpectedly. > > Please report the problem to gnome@FreeBSD.org [maintainer] and a= ttach > > the > > "/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.4.0/confi= g.log" > > including the output of the failure of your make command. Also, i= t might > > be a good idea to provide an overview of all packages installed o= n your > > system (e.g. an `ls /var/db/pkg`). Do you have the actual build output? Joe >=20 > ______________________________________________________________________ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-MoyqgrbSrrwubsXxh6We Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/byLOb2iPiv4Uz4cRAr19AJ9uyotxV0kL68GuWD9gLgMhrcUMbgCdEak5 sMedNf7XLE2lv2TFv1usmXI= =66xi -----END PGP SIGNATURE----- --=-MoyqgrbSrrwubsXxh6We-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 11:02:07 2003 Return-Path: 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 5C62D16A4B3 for ; Mon, 22 Sep 2003 11:02:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6281544033 for ; Mon, 22 Sep 2003 11:01:50 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8MI1oFY010508 for ; Mon, 22 Sep 2003 11:01:50 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8MI1nVp010496 for gnome@freebsd.org; Mon, 22 Sep 2003 11:01:49 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 Sep 2003 11:01:49 -0700 (PDT) Message-Id: <200309221801.h8MI1nVp010496@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 Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 18:02:07 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/08/27] ports/56047 gnome gimp1 port broken o [2003/09/15] ports/56886 gnome graphics/sodipodi lists frontline as a bu 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup a [2003/07/01] ports/53998 gnome Add a dependency xrender to fontconfig f [2003/07/13] ports/54459 gnome gnometerminal2 doesn't retain multiple ta o [2003/07/24] ports/54799 gnome www/mozilla-firebird does not show form s o [2003/07/24] ports/54817 gnome After some time of work text selection in o [2003/07/25] ports/54876 gnome [PATCH] lang/guile: Bug in a Makefile a [2003/08/06] ports/55330 gnome make building of mozilla's XMLTerm module a [2003/08/09] ports/55412 gnome add new cli options for mozilla startup s o [2003/08/30] ports/56210 gnome f [2003/09/13] ports/56752 gnome Using the Crux GTK+ 2.2 theme causes prob 11 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 11:12:26 2003 Return-Path: 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 CAA5016A4B3 for ; Mon, 22 Sep 2003 11:12:26 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED73443FB1 for ; Mon, 22 Sep 2003 11:12:24 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from L035522 (unknown [165.107.22.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 1E5F13BF3A7 for ; Mon, 22 Sep 2003 11:12:22 -0700 (PDT) Message-ID: <007d01c38135$10f4bbf0$65166ba5@lc.ca.gov> From: "Drew Tomlinson" To: Date: Mon, 22 Sep 2003 11:11:42 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Quick 2.2 - 2.4 Upgrade Question X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 18:12:26 -0000 Can I execute the portupgrade commands from within a terminal window while running Gnome? Or will cause conflicts and grief when running applications are upgraded? Maybe it's better to upgrade from a regular console session? What do you recommend? Thanks, Drew From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 11:30:43 2003 Return-Path: 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 D109016A4B3 for ; Mon, 22 Sep 2003 11:30:43 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD71743FA3 for ; Mon, 22 Sep 2003 11:30:42 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8MINF0Q008566; Mon, 22 Sep 2003 14:23:15 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8MIU6lB015025; Mon, 22 Sep 2003 14:30:07 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Drew Tomlinson In-Reply-To: <007d01c38135$10f4bbf0$65166ba5@lc.ca.gov> References: <007d01c38135$10f4bbf0$65166ba5@lc.ca.gov> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-u0QyC18N3EAHtc56r8nu" Organization: MarcusCom, Inc. Message-Id: <1064255439.693.59.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 14:30:39 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Quick 2.2 - 2.4 Upgrade Question X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 18:30:43 -0000 --=-u0QyC18N3EAHtc56r8nu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 14:11, Drew Tomlinson wrote: > Can I execute the portupgrade commands from within a terminal window > while running Gnome? Or will cause conflicts and grief when running > applications are upgraded? Maybe it's better to upgrade from a regular > console session? What do you recommend? I recommend logging out of X (or at least out of GNOME). To upgrade to 2.4. Joe >=20 > Thanks, >=20 > Drew >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-u0QyC18N3EAHtc56r8nu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/bz/Pb2iPiv4Uz4cRAoB3AJ9jMkkPlI0wKK2jtw1sDBAjJIMfDgCfXcLF HAN5eqzfFpLIbIRFPDSZcOg= =f68a -----END PGP SIGNATURE----- --=-u0QyC18N3EAHtc56r8nu-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 12:37:56 2003 Return-Path: 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 1D44916A4B3 for ; Mon, 22 Sep 2003 12:37:56 -0700 (PDT) Received: from h33.erkki.ton.tut.fi (h33.erkki.ton.tut.fi [193.166.84.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1CE143F93 for ; Mon, 22 Sep 2003 12:37:54 -0700 (PDT) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from svak.h33.erkki.ton.tut.fi (svak.h33.erkki.ton.tut.fi [10.10.1.250])h8MJbgjs017884; Mon, 22 Sep 2003 22:37:42 +0300 (EEST) (envelope-from chu@svak.h33.erkki.ton.tut.fi) Received: (from chu@localhost) by svak.h33.erkki.ton.tut.fi (8.12.9/8.12.9/Submit) id h8MJbaxL000603; Mon, 22 Sep 2003 22:37:36 +0300 (EEST) (envelope-from chu) Date: Mon, 22 Sep 2003 22:37:36 +0300 (EEST) Message-Id: <200309221937.h8MJbaxL000603@svak.h33.erkki.ton.tut.fi> From: Vladimir Chukharev To: submit@bugs.gnome.org X-Mailer: bug-buddy 2.4.0 cc: chu@h33.erkki.ton.tut.fi cc: freebsd-gnome@freebsd.org Subject: Fonts problem? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 19:37:56 -0000 Distribution: Unknown Package: dia Severity: normal Version: GNOME2.4.0 0.91 Gnome-Distributor: FreeBSD GNOME Project Synopsis: Fonts problem? Bugzilla-Product: dia Bugzilla-Component: general Bugzilla-Version: 0.91 BugBuddy-GnomeVersion: 2.0 (2.4.0.1) Description: Description of the crash: Crashed when fonts are changed few times. The object is a UML class. Default font sizes are unreadable. Changing to 8 and 10 (from default 0.08 and 0.10) makes it better, but linespaces are about 10 times bigger, than char height. Attemps to find a more sutable font lead to the crash. During these attemps the following was recieved in the xterm where dia started: ========================== (dia:539): GLib-GObject-WARNING **: gsignal.c:2010:g_signal_handler_disconnect(): instance `0x8bf2500' has no handler with id `5166' (dia:539): GLib-GObject-WARNING **: gsignal.c:2010:g_signal_handler_disconnect(): instance `0x8bf2500' has no handler with id `5167' (dia:539): GLib-GObject-WARNING **: gsignal.c:2010:g_signal_handler_disconnect(): instance `0x8bf2500' has no handler with id `5168' (dia:539): GLib-GObject-WARNING **: gsignal.c:2010:g_signal_handler_disconnect(): instance `0x8bf2500' has no handler with id `5169' (dia:539): Gtk-CRITICAL **: file gtkcheckmenuitem.c: line 205 (gtk_check_menu_item_set_active): assertion `GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed (dia:539): GLib-CRITICAL **: file guniprop.c: line 845 (g_utf8_strdown): assertion `str != NULL' failed ** (bug-buddy:575): CRITICAL **: file bug-buddy.c: line 287 (on_product_toggle_clicked): assertion `druid_data.state == STATE_PRODUCT' failed /usr/home/chu/539: No such file or directory. /usr/X11R6/share/gnome/bug-buddy/gdb-cmd:3: Error in sourced command file: ptrace: No such process. activate: cru uri is http://bugzilla.gnome.org/show_bug.cgi?id=86575 ! but asked to go to 17 bug! ========================== Last lines are most probably from debugging utility. Steps to reproduce the crash: I have not found a short way yet. Will try. How often does this happen? Very often :-( Additional Information: $ uname -a FreeBSD svak.h33.erkki.ton.tut.fi 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #12: Wed Sep 10 22:50:46 EEST 2003 root@svak.h33.erkki.ton.tut.fi:/usr/obj/usr/src/sys/SVAK i386 Best regards, V.Chukharev Debugging Information: Backtrace was generated from '/usr/X11R6/bin/dia' (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... 0x28b5e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 #0 0x28b5e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 #1 0x28b5d6a9 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 #2 0x28b5d05e in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 #3 0x0 in ?? () Thread 1 (process 539, thread 1): #0 0x28b5e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 No symbol table info available. #1 0x28b5d6a9 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 No symbol table info available. #2 0x28b5d05e in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 No symbol table info available. #3 0x0 in ?? () No symbol table info available. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 12:43:24 2003 Return-Path: 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 8905816A4B3 for ; Mon, 22 Sep 2003 12:43:24 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8836844003 for ; Mon, 22 Sep 2003 12:43:23 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id EC2ED3B488; Mon, 22 Sep 2003 21:40:35 +0200 (CEST) Date: Mon, 22 Sep 2003 21:40:35 +0200 From: Simon Barner To: Joe Marcus Clarke Message-ID: <20030922194035.GC840@zi025.glhnet.mhn.de> References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> <20030922004754.GA81894@tardis.everard.bogus> <1064204267.376.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <1064204267.376.29.camel@shumai.marcuscom.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: FreeBSD GNOME Users Subject: Re: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 19:43:24 -0000 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Joe Marcus Clarke: > On Sun, 2003-09-21 at 20:47, Justin Hawkins wrote: > > On Sun, Sep 21, 2003 at 11:07:35AM +0100, Stacey Roberts wrote: > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > In order to use nautilus-cd-burner, you must make sure your CD devices > > > have the correct permissions. You must also make sure you have: > > > =20 > > > device atapicam You will also need=20 device scbus device pass device cd in order to get the cd burner up and running. (device cd is needed since the cd burner scans /dev/cd?c for CD-R/W devices, unlike for example cdrecord which uses that LUN numbering. I have some experience with that since I spent quite a lot of time debugging the nautilus cd burner, which did not work although xcdroast and cdrecord worked liked a charm =2E.. ). Regards, Simon --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/b1AzCkn+/eutqCoRAkyRAKCEISTCJOwcARmnkuJnOlHYHXnhHQCgu7O8 N6rDn3rb1gBbc1xVQPw6fvo= =UpUf -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 12:56:36 2003 Return-Path: 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 E9FA616A4B3 for ; Mon, 22 Sep 2003 12:56:36 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450D34400F for ; Mon, 22 Sep 2003 12:56:35 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030922195634.DMZZ15705.lakemtao07.cox.net@mezz.mezzweb.com>; Mon, 22 Sep 2003 15:56:34 -0400 To: Simon Barner References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> <20030922004754.GA81894@tardis.everard.bogus> <1064204267.376.29.camel@shumai.marcuscom.com> <20030922194035.GC840@zi025.glhnet.mhn.de> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 22 Sep 2003 14:55:42 -0500 In-Reply-To: <20030922194035.GC840@zi025.glhnet.mhn.de> User-Agent: Opera7.20/Linux M2 build 465 cc: FreeBSD GNOME Users Subject: Re: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 19:56:37 -0000 On Mon, 22 Sep 2003 21:40:35 +0200, Simon Barner wrote: > Joe Marcus Clarke: >> On Sun, 2003-09-21 at 20:47, Justin Hawkins wrote: >> > On Sun, Sep 21, 2003 at 11:07:35AM +0100, Stacey Roberts wrote: >> > > >> ====================================================================== >> > > In order to use nautilus-cd-burner, you must make sure your CD >> devices >> > > have the correct permissions. You must also make sure you have: >> > > >> > > device atapicam > > You will also need > > device scbus > device pass > device cd > > in order to get the cd burner up and running. (device cd is needed since > the cd burner scans /dev/cd?c for CD-R/W devices, unlike for example > cdrecord which uses that LUN numbering. I have some experience with that > since I spent quite a lot of time debugging the nautilus cd burner, > which did not work although xcdroast and cdrecord worked liked a charm > ... ). Last time, when I do the test for Joe and the nautilus cd burner works great on -CURRENT. I will test it again this tonight or tomorrow, when I am done with the buildworld and etc.. Hope, it will do well with the new ATAng. Cheers, Mezz > Regards, > Simon -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 13:04:23 2003 Return-Path: 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 A6C1116A4B3 for ; Mon, 22 Sep 2003 13:04:23 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572C343F93 for ; Mon, 22 Sep 2003 13:04:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8MK0TpM014985; Mon, 22 Sep 2003 16:00:29 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8MK3ZlB015827; Mon, 22 Sep 2003 16:03:36 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Simon Barner In-Reply-To: <20030922194035.GC840@zi025.glhnet.mhn.de> References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> <20030922004754.GA81894@tardis.everard.bogus> <1064204267.376.29.camel@shumai.marcuscom.com> <20030922194035.GC840@zi025.glhnet.mhn.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-zm31KHmeXevMbl01c7fH" Organization: MarcusCom, Inc. Message-Id: <1064261049.693.64.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 16:04:09 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 20:04:23 -0000 --=-zm31KHmeXevMbl01c7fH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-22 at 15:40, Simon Barner wrote: > Joe Marcus Clarke: > > On Sun, 2003-09-21 at 20:47, Justin Hawkins wrote: > > > On Sun, Sep 21, 2003 at 11:07:35AM +0100, Stacey Roberts wrote: > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > In order to use nautilus-cd-burner, you must make sure your CD devi= ces > > > > have the correct permissions. You must also make sure you have: > > > > =20 > > > > device atapicam >=20 > You will also need=20 >=20 > device scbus > device pass > device cd >=20 > in order to get the cd burner up and running. (device cd is needed since > the cd burner scans /dev/cd?c for CD-R/W devices, unlike for example > cdrecord which uses that LUN numbering. I have some experience with that > since I spent quite a lot of time debugging the nautilus cd burner, > which did not work although xcdroast and cdrecord worked liked a charm > ... ). n-c-b uses those devices to locate CD drives. I just assumed that everyone that used atapicam also had the SCSI subplayer (I actually thought it was required). Joe >=20 > Regards, > Simon --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-zm31KHmeXevMbl01c7fH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/b1W5b2iPiv4Uz4cRAh5xAKCX032tzSH5h4+Zgo+KQOBB/u+Y8gCeOZgo C3iKFBM4KGf4Mbs4wlZLleE= =HAG+ -----END PGP SIGNATURE----- --=-zm31KHmeXevMbl01c7fH-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 13:09:58 2003 Return-Path: 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 36F8A16A4B3 for ; Mon, 22 Sep 2003 13:09:58 -0700 (PDT) Received: from sylfeline.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059E743FB1 for ; Mon, 22 Sep 2003 13:09:56 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from [192.168.1.200] (tchoubou.scientiae.net [192.168.1.200]) h8MK9sMR071608 for ; Mon, 22 Sep 2003 22:09:54 +0200 (CEST) (envelope-from viny@scientiae.net) From: Vincent Tougait To: FreeBSD Gnome In-Reply-To: <20030922032720.GA783@gforce.johnson.home> References: <20030922015023.GA1806@gforce.johnson.home> <1064199133.376.2.camel@shumai.marcuscom.com> <20030922032720.GA783@gforce.johnson.home> Content-Type: multipart/mixed; boundary="=-xYwtq7RxgKtkZAs1t+Q7" Message-Id: <1064261400.27238.14.camel@tchoubou.scientiae.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 22 Sep 2003 22:10:01 +0200 Subject: Re: small fonts in new gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 20:09:58 -0000 --=-xYwtq7RxgKtkZAs1t+Q7 Content-Type: text/plain; charset= Content-Transfer-Encoding: 8bit Le Lun 22/09/2003 à 05:27, Glenn Johnson a écrit : > However, although the fonts looked normal again, the keyboard could not > get focus in the login field and thus I could not login nor switch vtys. > I could select the reboot option with the mouse however. After playing > around with this a bit, it turns out that gdm2-2.4.4.1_1 can be started > from /etc/ttys (as gdm1 could) and the keyboard focus problem does not > happen. At least it works here on my -current system. Starting from > the startup script does not work (keyboard focus problem). Same problem here. Can't type anything nor switch to a vty when gdm is started from the startup script. But everything is OK when I start it from a vty. It's a fresh install of gdm2 on a fresh current system. So gdm.conf is the same as factory-gdm.conf, except for the debug option. I've attached two logs : one from a working session launched from a vty, where I could log in, then exit from gnome. And an other one from a session where I only had mouse support, so I just choose to halt/reboot. Hope it can help. uname -a FreeBSD tchoubou.scientiae.net 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Sat Sep 20 06:23:11 CEST 2003 root@tchoubou.scientiae.net:/usr/obj/usr/src/sys/TCHOUBOU i386 --=-xYwtq7RxgKtkZAs1t+Q7 Content-Disposition: attachment; filename=gdm-working.log Content-Type: text/plain; name=gdm-working.log; charset= Content-Transfer-Encoding: 7bit Sep 22 21:22:09 tchoubou gdm[26157]: gdm_main: Here we go... Sep 22 21:22:09 tchoubou gdm[26157]: gdm_start_first_unborn_local: Starting :0 Sep 22 21:22:09 tchoubou gdm[26157]: gdm_display_manage: Managing :0 Sep 22 21:22:09 tchoubou gdm[26157]: loop check: last_start 0, last_loop 0, now: 1064258529, retry_count: 0 Sep 22 21:22:09 tchoubou gdm[26157]: Resetting counts for loop of death detection Sep 22 21:22:09 tchoubou gdm[26157]: gdm_display_manage: Forked slave: 26158 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_slave_start: Starting slave process for :0 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_slave_start: Loop Thingie Sep 22 21:22:09 tchoubou gdm[26158]: Sending VT_NUM == -1 for slave 26158 Sep 22 21:22:09 tchoubou gdm[26158]: Sending VT_NUM 26158 -1 Sep 22 21:22:09 tchoubou gdm[26157]: Handling message: 'VT_NUM 26158 -1' Sep 22 21:22:09 tchoubou gdm[26157]: Got VT_NUM == -1 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_server_start: :0 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access for :0 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access Sep 22 21:22:09 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access for :0 - 1 entries Sep 22 21:22:09 tchoubou gdm[26158]: Sending COOKIE == for slave 26158 Sep 22 21:22:09 tchoubou gdm[26158]: Sending COOKIE 26158 3... Sep 22 21:22:09 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:09 tchoubou gdm[26157]: Handling message: 'COOKIE 26158 3...' Sep 22 21:22:09 tchoubou gdm[26157]: Got COOKIE == Sep 22 21:22:09 tchoubou gdm[26158]: gdm_server_spawn: Forked server on pid 26159 Sep 22 21:22:09 tchoubou gdm[26158]: do_server_wait: Before mainloop waiting for server Sep 22 21:22:09 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:09 tchoubou gdm[26159]: gdm_server_spawn: '/usr/X11R6/bin/X :0 -auth /usr/X11R6/share/gnome/gdm/:0.Xauth' Sep 22 21:22:09 tchoubou gdm[26158]: gdm_server_start: After mainloop waiting for server Sep 22 21:22:09 tchoubou gdm[26157]: (child 26158) gdm_server_usr1_handler: Got SIGUSR1, server running Sep 22 21:22:09 tchoubou gdm[26158]: gdm_server_start: Completed :0! Sep 22 21:22:09 tchoubou gdm[26158]: Sending XPID == 26159 for slave 26158 Sep 22 21:22:09 tchoubou gdm[26158]: Sending XPID 26158 26159 Sep 22 21:22:09 tchoubou gdm[26157]: Handling message: 'XPID 26158 26159' Sep 22 21:22:09 tchoubou gdm[26157]: Got XPID == 26159 Sep 22 21:22:09 tchoubou gdm[26158]: gdm_slave_run: Opening display :0 Sep 22 21:22:09 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:15 tchoubou gdm[26158]: Sending START_NEXT_LOCAL Sep 22 21:22:15 tchoubou gdm[26157]: Handling message: 'START_NEXT_LOCAL' Sep 22 21:22:15 tchoubou gdm[26158]: Sending VT_NUM == 9 for slave 26158 Sep 22 21:22:15 tchoubou gdm[26158]: Sending VT_NUM 26158 9 Sep 22 21:22:15 tchoubou gdm[26157]: Handling message: 'VT_NUM 26158 9' Sep 22 21:22:15 tchoubou gdm[26157]: Got VT_NUM == 9 Sep 22 21:22:15 tchoubou gdm[26158]: gdm_slave_greeter: Running greeter on :0 Sep 22 21:22:15 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:15 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler Sep 22 21:22:15 tchoubou gdm[26158]: gdm_slave_greeter: Greeter on pid 26167 Sep 22 21:22:15 tchoubou gdm[26158]: Sending GREETPID == 26167 for slave 26158 Sep 22 21:22:15 tchoubou gdm[26158]: Sending GREETPID 26158 26167 Sep 22 21:22:15 tchoubou gdm[26157]: Handling message: 'GREETPID 26158 26167' Sep 22 21:22:15 tchoubou gdm[26157]: Got GREETPID == 26167 Sep 22 21:22:15 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:18 tchoubou gdm[26158]: gdm_slave_wait_for_login: In loop Sep 22 21:22:22 tchoubou gdm[26158]: Sending QUERYLOGIN == viny for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending QUERYLOGIN 26158 viny Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'QUERYLOGIN 26158 viny' Sep 22 21:22:22 tchoubou gdm[26157]: Got QUERYLOGIN viny Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26158]: gdm_slave_wait_for_login: end verify for 'viny' Sep 22 21:22:22 tchoubou gdm[26158]: gdm_slave_wait_for_login: got_login for 'viny' Sep 22 21:22:22 tchoubou gdm[26158]: Sending LOGGED_IN == 1 for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending LOGGED_IN 26158 1 Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'LOGGED_IN 26158 1' Sep 22 21:22:22 tchoubou gdm[26157]: Got logged in == TRUE Sep 22 21:22:22 tchoubou gdm[26158]: Sending LOGIN == viny for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending LOGIN 26158 viny Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'LOGIN 26158 viny' Sep 22 21:22:22 tchoubou gdm[26157]: Got LOGIN == viny Sep 22 21:22:22 tchoubou gdm[26158]: gdm_slave_session_start: Attempting session for user 'viny' Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26158]: Initial setting: session: 'gnome' language: '(null)' Sep 22 21:22:22 tchoubou gdm[26158]: gdm_slave_session_start: Authentication completed. Whacking greeter Sep 22 21:22:22 tchoubou gdm[26158]: slave_waitpid: waiting on 26167 Sep 22 21:22:22 tchoubou gdm[26158]: slave_waitpid: done_waiting Sep 22 21:22:22 tchoubou gdm[26158]: Sending GREETPID == 0 for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending GREETPID 26158 0 Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler: 26167 died Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler: 26167 returned 0 Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'GREETPID 26158 0' Sep 22 21:22:22 tchoubou gdm[26157]: Got GREETPID == 0 Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26158]: gdm_auth_user_add: Adding cookie for 1001 Sep 22 21:22:22 tchoubou gdm[26158]: get_local_auths: Setting up socket access Sep 22 21:22:22 tchoubou gdm[26158]: get_local_auths: Setting up network access Sep 22 21:22:22 tchoubou gdm[26158]: get_local_auths: Setting up access for :0 - 4 entries Sep 22 21:22:22 tchoubou gdm[26158]: gdm_auth_user_add: Using /home/viny/.Xauthority for cookies Sep 22 21:22:22 tchoubou gdm[26158]: gdm_auth_purge: :0 Sep 22 21:22:22 tchoubou gdm[26158]: gdm_auth_user_add: Done Sep 22 21:22:22 tchoubou gdm[26158]: Sending WRITE_X_SERVERS == 0 for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending WRITE_X_SERVERS 26158 0 Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'WRITE_X_SERVERS 26158 0' Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26158]: Sending SESSPID == 26168 for slave 26158 Sep 22 21:22:22 tchoubou gdm[26158]: Sending SESSPID 26158 26168 Sep 22 21:22:22 tchoubou gdm[26157]: Handling message: 'SESSPID 26158 26168' Sep 22 21:22:22 tchoubou gdm[26157]: Got SESSPID == 26168 Sep 22 21:22:22 tchoubou gdm[26158]: slave_waitpid: waiting on 26168 Sep 22 21:22:22 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:22 tchoubou gdm[26168]: Running /usr/X11R6/etc/gdm/Xsession gnome-session for viny on :0 Sep 22 21:22:59 tchoubou gdm[26158]: slave_waitpid: done_waiting Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler: 26168 died Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler: 26168 returned 0 Sep 22 21:22:59 tchoubou gdm[26158]: Session: start_time: 1064258542 end_time: 1064258579 Sep 22 21:22:59 tchoubou gdm[26158]: Sending SESSPID == 0 for slave 26158 Sep 22 21:22:59 tchoubou gdm[26158]: Sending SESSPID 26158 0 Sep 22 21:22:59 tchoubou gdm[26157]: Handling message: 'SESSPID 26158 0' Sep 22 21:22:59 tchoubou gdm[26157]: Got SESSPID == 0 Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:59 tchoubou gdm[26158]: gdm_slave_session_stop: viny on :0 Sep 22 21:22:59 tchoubou gdm[26158]: gdm_slave_session_stop: Running post session script Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler Sep 22 21:22:59 tchoubou gdm[26158]: gdm_auth_user_remove: Removing cookie from /home/viny/.Xauthority (0) Sep 22 21:22:59 tchoubou gdm[26158]: gdm_auth_purge: :0 Sep 22 21:22:59 tchoubou gdm[26158]: Running gdm_verify_cleanup and pamh != NULL Sep 22 21:22:59 tchoubou gdm[26158]: Running pam_close_session Sep 22 21:22:59 tchoubou gdm[26158]: Running pam_setcred with PAM_DELETE_CRED Sep 22 21:22:59 tchoubou gdm[26158]: gdm_slave_session_start: Session ended OK (now all finished) Sep 22 21:22:59 tchoubou gdm[26158]: Sending LOGGED_IN == 0 for slave 26158 Sep 22 21:22:59 tchoubou gdm[26158]: Sending LOGGED_IN 26158 0 Sep 22 21:22:59 tchoubou gdm[26157]: Handling message: 'LOGGED_IN 26158 0' Sep 22 21:22:59 tchoubou gdm[26157]: Got logged in == FALSE Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:59 tchoubou gdm[26158]: Sending LOGIN == for slave 26158 Sep 22 21:22:59 tchoubou gdm[26158]: Sending LOGIN 26158 Sep 22 21:22:59 tchoubou gdm[26157]: Handling message: 'LOGIN 26158 ' Sep 22 21:22:59 tchoubou gdm[26157]: Got LOGIN == Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:59 tchoubou gdm[26158]: gdm_slave_start: Reinitializing things Sep 22 21:22:59 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access for :0 Sep 22 21:22:59 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access Sep 22 21:22:59 tchoubou gdm[26158]: gdm_auth_secure_display: Setting up access for :0 - 1 entries Sep 22 21:22:59 tchoubou gdm[26158]: Sending COOKIE == for slave 26158 Sep 22 21:22:59 tchoubou gdm[26158]: Sending COOKIE 26158 b... Sep 22 21:22:59 tchoubou gdm[26157]: Handling message: 'COOKIE 26158 b...' Sep 22 21:22:59 tchoubou gdm[26157]: Got COOKIE == Sep 22 21:22:59 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:22:59 tchoubou gdm[26158]: gdm_server_reinit: Server for :0 is about to be reinitialized! Sep 22 21:22:59 tchoubou gdm[26158]: do_server_wait: Before mainloop waiting for server Sep 22 21:23:00 tchoubou gdm[26157]: (child 26158) gdm_server_usr1_handler: Got SIGUSR1, server running Sep 22 21:23:01 tchoubou gdm[26158]: gdm_server_start: After mainloop waiting for server Sep 22 21:23:01 tchoubou gdm[26158]: gdm_slave_start: Loop Thingie Sep 22 21:23:01 tchoubou gdm[26158]: gdm_slave_run: Opening display :0 Sep 22 21:23:03 tchoubou gdm[26158]: Sending START_NEXT_LOCAL Sep 22 21:23:03 tchoubou gdm[26157]: Handling message: 'START_NEXT_LOCAL' Sep 22 21:23:03 tchoubou gdm[26158]: gdm_slave_greeter: Running greeter on :0 Sep 22 21:23:03 tchoubou gdm[26157]: (child 26158) gdm_slave_child_handler Sep 22 21:23:03 tchoubou gdm[26158]: gdm_slave_greeter: Greeter on pid 26245 Sep 22 21:23:03 tchoubou gdm[26158]: Sending GREETPID == 26245 for slave 26158 Sep 22 21:23:03 tchoubou gdm[26158]: Sending GREETPID 26158 26245 Sep 22 21:23:03 tchoubou gdm[26157]: Handling message: 'GREETPID 26158 26245' Sep 22 21:23:03 tchoubou gdm[26157]: Got GREETPID == 26245 Sep 22 21:23:03 tchoubou gdm[26157]: (child 26158) gdm_slave_usr2_handler: :0 got USR2 signal Sep 22 21:23:05 tchoubou gdm[26158]: gdm_slave_wait_for_login: In loop Sep 22 21:23:13 tchoubou gdm[26157]: mainloop_sig_callback: Got signal 15 Sep 22 21:23:13 tchoubou gdm[26157]: mainloop_sig_callback: Got TERM/INT. Going down! Sep 22 21:23:13 tchoubou gdm[26157]: gdm_final_cleanup Sep 22 21:23:13 tchoubou gdm[26157]: gdm_display_unmanage: Stopping :0 (slave pid: 26158) Sep 22 21:23:13 tchoubou gdm[26158]: term_quit: Final cleanup Sep 22 21:23:13 tchoubou gdm[26158]: gdm_slave_quick_exit: Will kill everything from the display Sep 22 21:23:13 tchoubou gdm[26158]: Running gdm_verify_cleanup and pamh != NULL Sep 22 21:23:13 tchoubou gdm[26158]: gdm_server_stop: Server for :0 going down! Sep 22 21:23:13 tchoubou gdm[26158]: gdm_server_stop: Killing server pid 26159 Sep 22 21:23:13 tchoubou gdm[26158]: gdm_server_stop: Server pid 26159 dead Sep 22 21:23:13 tchoubou gdm[26158]: gdm_slave_quick_exit: Killed everything from the display Sep 22 21:23:13 tchoubou gdm[26157]: gdm_display_unmanage: Display stopped --=-xYwtq7RxgKtkZAs1t+Q7 Content-Disposition: attachment; filename=gdm-not_working.log Content-Type: text/plain; name=gdm-not_working.log; charset= Content-Transfer-Encoding: 7bit Sep 21 09:54:01 tchoubou gdm[489]: gdm_main: Here we go... Sep 21 09:54:02 tchoubou gdm[489]: gdm_start_first_unborn_local: Starting :0 Sep 21 09:54:02 tchoubou gdm[489]: gdm_display_manage: Managing :0 Sep 21 09:54:02 tchoubou gdm[489]: loop check: last_start 0, last_loop 0, now: 1064130842, retry_count: 0 Sep 21 09:54:02 tchoubou gdm[489]: Resetting counts for loop of death detection Sep 21 09:54:02 tchoubou gdm[489]: gdm_display_manage: Forked slave: 535 Sep 21 09:54:02 tchoubou gdm[535]: gdm_slave_start: Starting slave process for :0 Sep 21 09:54:02 tchoubou gdm[535]: gdm_slave_start: Loop Thingie Sep 21 09:54:02 tchoubou gdm[535]: Sending VT_NUM == -1 for slave 535 Sep 21 09:54:02 tchoubou gdm[535]: Sending VT_NUM 535 -1 Sep 21 09:54:02 tchoubou gdm[489]: Handling message: 'VT_NUM 535 -1' Sep 21 09:54:02 tchoubou gdm[489]: Got VT_NUM == -1 Sep 21 09:54:02 tchoubou gdm[535]: gdm_server_start: :0 Sep 21 09:54:02 tchoubou gdm[535]: gdm_auth_secure_display: Setting up access for :0 Sep 21 09:54:02 tchoubou gdm[489]: (child 535) gdm_slave_usr2_handler: :0 got USR2 signal Sep 21 09:54:02 tchoubou gdm[535]: gdm_auth_secure_display: Setting up access Sep 21 09:54:02 tchoubou gdm[535]: gdm_auth_secure_display: Setting up access for :0 - 1 entries Sep 21 09:54:02 tchoubou gdm[535]: Sending COOKIE == for slave 535 Sep 21 09:54:02 tchoubou gdm[535]: Sending COOKIE 535 fc5... Sep 21 09:54:02 tchoubou gdm[489]: Handling message: 'COOKIE 535 fc5...' Sep 21 09:54:02 tchoubou gdm[489]: Got COOKIE == Sep 21 09:54:02 tchoubou gdm[536]: gdm_server_spawn: '/usr/X11R6/bin/X :0 -auth /usr/X11R6/share/gnome/gdm/:0.Xauth' Sep 21 09:54:02 tchoubou gdm[489]: (child 535) gdm_slave_usr2_handler: :0 got USR2 signal Sep 21 09:54:02 tchoubou gdm[535]: gdm_server_spawn: Forked server on pid 536 Sep 21 09:54:02 tchoubou gdm[535]: do_server_wait: Before mainloop waiting for server Sep 21 09:54:02 tchoubou gdm[535]: gdm_server_start: After mainloop waiting for server Sep 21 09:54:02 tchoubou gdm[489]: (child 535) gdm_server_usr1_handler: Got SIGUSR1, server running Sep 21 09:54:02 tchoubou gdm[535]: gdm_server_start: Completed :0! Sep 21 09:54:02 tchoubou gdm[535]: Sending XPID == 536 for slave 535 Sep 21 09:54:02 tchoubou gdm[535]: Sending XPID 535 536 Sep 21 09:54:02 tchoubou gdm[489]: Handling message: 'XPID 535 536' Sep 21 09:54:02 tchoubou gdm[489]: Got XPID == 536 Sep 21 09:54:02 tchoubou gdm[535]: gdm_slave_run: Opening display :0 Sep 21 09:54:02 tchoubou gdm[489]: (child 535) gdm_slave_usr2_handler: :0 got USR2 signal Sep 21 09:54:10 tchoubou gdm[535]: Sending START_NEXT_LOCAL Sep 21 09:54:10 tchoubou gdm[489]: Handling message: 'START_NEXT_LOCAL' Sep 21 09:54:10 tchoubou gdm[535]: Sending VT_NUM == 2 for slave 535 Sep 21 09:54:10 tchoubou gdm[535]: Sending VT_NUM 535 2 Sep 21 09:54:10 tchoubou gdm[489]: Handling message: 'VT_NUM 535 2' Sep 21 09:54:10 tchoubou gdm[489]: Got VT_NUM == 2 Sep 21 09:54:10 tchoubou gdm[535]: gdm_slave_greeter: Running greeter on :0 Sep 21 09:54:10 tchoubou gdm[489]: (child 535) gdm_slave_usr2_handler: :0 got USR2 signal Sep 21 09:54:10 tchoubou gdm[489]: (child 535) gdm_slave_child_handler Sep 21 09:54:10 tchoubou gdm[535]: gdm_slave_greeter: Greeter on pid 552 Sep 21 09:54:10 tchoubou gdm[535]: Sending GREETPID == 552 for slave 535 Sep 21 09:54:10 tchoubou gdm[535]: Sending GREETPID 535 552 Sep 21 09:54:10 tchoubou gdm[489]: Handling message: 'GREETPID 535 552' Sep 21 09:54:10 tchoubou gdm[489]: Got GREETPID == 552 Sep 21 09:54:10 tchoubou gdm[489]: (child 535) gdm_slave_usr2_handler: :0 got USR2 signal Sep 21 09:54:14 tchoubou gdm[535]: gdm_slave_wait_for_login: In loop Sep 21 09:54:23 tchoubou gdm[535]: term_quit: Final cleanup Sep 21 09:54:23 tchoubou gdm[535]: gdm_slave_quick_exit: Will kill everything from the display Sep 21 09:54:23 tchoubou gdm[535]: Running gdm_verify_cleanup and pamh != NULL Sep 21 09:54:23 tchoubou gdm[489]: (child 535) gdm_slave_child_handler Sep 21 09:54:23 tchoubou gdm[489]: (child 535) gdm_slave_child_handler: 552 died Sep 21 09:54:23 tchoubou gdm[489]: (child 535) gdm_slave_child_handler: 552 returned 8 Sep 21 09:54:23 tchoubou gdm[535]: gdm_server_stop: Server for :0 going down! Sep 21 09:54:23 tchoubou gdm[535]: gdm_server_stop: Killing server pid 536 Sep 21 09:54:24 tchoubou gdm[535]: gdm_server_stop: Server pid 536 dead Sep 21 09:54:24 tchoubou gdm[535]: gdm_slave_quick_exit: Killed everything from the display Sep 21 09:54:24 tchoubou gdm[489]: mainloop_sig_callback: Got signal 20 Sep 21 09:54:24 tchoubou gdm[489]: gdm_cleanup_children: child 535 returned 8 Sep 21 09:54:24 tchoubou gdm[489]: gdm_final_cleanup Sep 21 09:54:24 tchoubou gdm[489]: gdm_display_unmanage: Stopping :0 (slave pid: 0) Sep 21 09:54:24 tchoubou gdm[489]: gdm_display_unmanage: Display stopped --=-xYwtq7RxgKtkZAs1t+Q7-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 13:40:41 2003 Return-Path: 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 CAB5516A4B3; Mon, 22 Sep 2003 13:40:41 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566BE43FE3; Mon, 22 Sep 2003 13:40:36 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-180.dsl.in-addr.zen.co.uk ([82.68.31.180] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1XU1-0007ba-8Q; Mon, 22 Sep 2003 20:40:33 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8MKeNB3060955; Mon, 22 Sep 2003 21:40:28 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8MKeDlo060954; Mon, 22 Sep 2003 21:40:13 +0100 (BST) Date: Mon, 22 Sep 2003 21:40:13 +0100 From: Stacey Roberts To: Jeremy Messenger Message-ID: <20030922204013.GI57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <20030922053958.GD57594@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="w2xx78T4DcG3O+DJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.180] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Re: make install clean for Gnome-2 fails with configure: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 20:40:42 -0000 --w2xx78T4DcG3O+DJ Content-Type: multipart/mixed; boundary="k18oBAwMkTg3OUap" Content-Disposition: inline --k18oBAwMkTg3OUap Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Mezz (and Roger - I saw your reply), ----- Original Message ---- From: "Jeremy Messenger " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 06:51 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to build GnomeMeeting > On Mon, 22 Sep 2003 06:39:58 +0100, Stacey Roberts=20 > wrote: >=20 > >Hi Mezz, > > > >----- Original Message ----- > >From: "Jeremy Messenger " > >To: To Stacey Roberts > >Date: Mon, 22 Sep, 2003 04:57 BST > >Subject: Re: make install clean for Gnome-2 fails with configure: error:= =20 > >You need PTLib's header files to build GnomeMeeting > > > >>On Mon, 22 Sep 2003 00:13:01 +0100, Stacey Roberts > >> wrote: > >> > >>>Hello, > >>> I cannot build Gnome-2 from fresh after first deinstalling Gnome-2 > >>>and now (my attempted) reinstallation for the port. > >>> > >>>Here is what I did after several failed attempts at portupgrading to > >>>Gnome-2.4 since yesterday: > >>>Logged off from X > >>>cd /usr/ports/x11/gnome2 > >>>make deinstall clean > >>>make clean > >>>make install clean > >>> > >>>The last command fails with the following: > >>># make clean > >> > >>>=3D=3D=3D> Cleaning for pwlib-1.5.0_2 > >> > >>>=3D=3D=3D> Cleaning for openh323-1.12.0_1 > >> > >> > >>Ok, it cleans and know that gnomemeeting needs this.. > >> > >>>root@Demon /usr/ports/x11/gnome2 # make install clean > >> > >>>=3D=3D=3D> Configuring for gnomemeeting-0.98.5 > >> > >> > >>Umm, isn't it supposed to be build the pwlib and openh323 by now in this > >>step? > >> > >>>checking for PTLib includes... > >>>checking for >=20 Here's where I'm at now with this removal / reinstallation for Gnome-2. I've managed to successfully build the following: # pkg_info openh323* Information for openh323-1.12.0_1: =20 Comment: A H323 Video Conferencing library =20 Description: OpenH323 is a multi-platform H323 Video Conferencing library. =20 This is used to make H323 Video Conferencing applications like GnomeMeeting and ohphone. (both in the FreeBSD ports tree) =20 The library includes a sample program called simph323. =20 The OpenH323 library makes use of PWLib. http://www.equival.com PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. =20 WWW: http://www.openh323.org/ =20 =20 root@Demon /var/db/pkg # pkg_info gnomemeeting* Information for gnomemeeting-0.98.5: =20 Comment: GNOME H323 Video Conferencing program, similar to NetMeeting =20 Description: Gnomemeeting is a Video Conferencing application which uses the H323 protocol and the OpenH323 libraries. =20 It can connect to a variety of other H323 applications including Microsoft NetMeeting, OpenMCU, OpenAM, OhPhone and CPhone. =20 WWW: http://www.gnomemeeting.org/ =20 Roger Hardiman =20 =20 root@Demon /var/db/pkg # However, now "make install" for /usr/ports/x11/gnome2 fails with a new erro= r: root@Demon /usr/ports/x11/gnome2 # make =3D=3D=3D> Extracting for gnome2-2.4.0 >> No MD5 checksum file. =3D=3D=3D> Patching for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - found =3D=3D=3D> Configuring for gnome2-2.4.0 root@Demon /usr/ports/x11/gnome2 # make install =3D=3D=3D> Installing for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_appl= et2 - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-cd - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-dictionary - found =3D=3D=3D> gnome2-2.4.0 depends on executable: eog - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-control-center - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: gconf-editor - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnect - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gedit - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-terminal - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-session - found =3D=3D=3D> gnome2-2.4.0 depends on executable: bug-buddy - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-system-monitor - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus - found =3D=3D=3D> gnome2-2.4.0 depends on executable: yelp - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gdm - found =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties-cap= plet - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user= -guide/C/user-Installed schema `/schemas/apps/gnomemeeting/video_settings/e= nable_video_transmissi=3D=3D=3D> gnome2-2.4.0 depends on executable: gdm = - found =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties-cap= plet - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user= -guide/C/user-guide.xml - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sounds/qu= estion.wav - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/lib= gail-gnome.pc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: file-roller - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighCont= rast/gtk-2.0/gtkrc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: ggv - found =3D=3D=3D> gnome2-2.4.0 depends on executable: acme - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gok - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gpdf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gcalctool - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gucharmap - found =3D=3D=3D> gnome2-2.4.0 depends on executable: zenity - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gst-thumbnail - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bitstre= am-vera/Vera.ttf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnomemeeting - found =3D=3D=3D> gnome2-2.4.0 depends on executable: epiphany - not found =3D=3D=3D> Verifying install for epiphany in /usr/ports/www/epiphany =3D=3D=3D> epiphany-1.0 depends on file: /usr/X11R6/include/mozilla/gtkem= bedmoz/gtkmozembed.h - not found =3D=3D=3D> Verifying install for /usr/X11R6/include/mozilla/gtkembedmoz/= gtkmozembed.h in /usr/ports/www/mozilla-headers =3D=3D=3D> Building for mozilla-headers-1.4,2 cd: can't cd to /usr/ports/www/mozilla-headers/../mozilla/work/mozilla *** Error code 2 = =20 Stop in /usr/ports/www/mozilla-headers. *** Error code 1 = =20 Stop in /usr/ports/www/epiphany. *** Error code 1 = =20 Stop in /usr/ports/x11/gnome2. root@Demon /usr/ports/x11/gnome2 # I wasn't aware that I needed Mozilla components to build Gnome at all, whic= h I specifically do not use. So is it necessary to have these bits installe= d? I seem to remember installing gnome in the past where it merely went off to= fetch those components it required as and when it needed to in building. I= s this not now the case? I've attached the full build output here just in case it yields more inform= ation to better trained eyes. Thanks for the patience, Guys. Regards. Stacey > Cheers, > Mezz >=20 > >If I need to, I'll gladly even reinstall this sucker,, but I'd like to= =20 > >know the prospects from before hand of successfully being able to build= =20 > >gnome-2 at the end of the day, that's all. > > > >Thanks for taking the time to reply, all the same. > >> > >>Cheers, > >>Mezz > >> > >>>Thanks for the time. > >>> > >>>Regards, > >>> > >>>Stacey >=20 >=20 > --=20 > bsdforums.org 's moderator, mezz. >=20 >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --k18oBAwMkTg3OUap Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=gnome2-latest Content-Transfer-Encoding: quoted-printable Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `cy' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `de' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `fi' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `C' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `es' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `lv' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `no' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `vi' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `pt' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `be' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `ro' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `sq' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `cs' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `it' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `pl' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `sr' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `uk' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `da' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `ko' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `hu' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `ca' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `fr' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `nl' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `sv' Installed schema `/schemas/apps/gnomemeeting/video_settings/enable_video_tr= ansmission' for locale `ru' Attached schema `/schemas/apps/gnomemeeting/video_settings/re_vq' to key `/= apps/gnomemeeting/video_settings/re_vq' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `cs' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `nl' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `it' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `no' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `gl' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `cy' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `sk' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `hu' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `fi' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `wa' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `zh_TW' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `da' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `sq' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `sr' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `ro' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `de' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `sv' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `fr' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `ca' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `ko' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `ru' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `lv' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `vi' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `es' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `pl' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `pt_BR' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `ta' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `C' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `be' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `zh_CN' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `uk' Installed schema `/schemas/apps/gnomemeeting/video_settings/re_vq' for loca= le `pt' Attached schema `/schemas/apps/gnomemeeting/history/called_urls_list' to ke= y `/apps/gnomemeeting/history/called_urls_list' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `cs' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `nl' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `it' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `no' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `gl' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `cy' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `sk' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `hu' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `fi' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `wa' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `da' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `sq' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ms' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `sr' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ro' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `de' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `sv' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `fr' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `el' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ca' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ko' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ru' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `lv' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `vi' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `es' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `pl' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `ta' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `C' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `be' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `uk' Installed schema `/schemas/apps/gnomemeeting/history/called_urls_list' for = locale `pt' Attached schema `/schemas/apps/gnomemeeting/history/entries' to key `/apps/= gnomemeeting/history/entries' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `c= y' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `d= e' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `f= i' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `z= h_TW' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `C' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `e= s' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `g= l' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `l= v' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `v= i' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `p= t' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `w= a' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `z= h_CN' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `b= e' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `r= o' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `s= q' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `c= s' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `i= t' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `p= l' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `s= r' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `u= k' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `p= t_BR' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `d= a' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `k= o' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `s= r@Latn' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `t= a' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `c= a' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `f= r' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `n= l' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `s= k' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `s= v' Installed schema `/schemas/apps/gnomemeeting/history/entries' for locale `r= u' Attached schema `/schemas/apps/gnomemeeting/contacts/groups_list' to key `/= apps/gnomemeeting/contacts/groups_list' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `cy' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `de' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `fi' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `zh_TW' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `C' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `es' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `lv' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `no' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `vi' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `pt' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `zh_CN' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `be' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `ro' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `sq' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `cs' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `el' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `it' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `pl' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `sr' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `uk' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `pt_BR' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `da' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `hi' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `ko' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `hu' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `ca' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `fr' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `nl' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `sv' Installed schema `/schemas/apps/gnomemeeting/contacts/groups_list' for loca= le `ru' Attached schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' to = key `/apps/gnomemeeting/contacts/ldap_servers_list' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `cy' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `de' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `fi' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `C' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `es' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `lv' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `no' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `vi' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `pt' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `be' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `ro' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `sq' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `cs' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `el' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `it' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `pl' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `sr' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `uk' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `da' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `hi' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `ko' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `ca' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `fr' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `nl' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `sv' Installed schema `/schemas/apps/gnomemeeting/contacts/ldap_servers_list' fo= r locale `ru' Attached schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' to key `/ap= ps/gnomemeeting/gatekeeper/gk_host' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `cs' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `nl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `it' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `no' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `gl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `cy' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `sk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `hu' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `fi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `zh_TW'Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' fo= r locale `da' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `sq' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ms' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ja' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `sr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ro' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `de' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `sv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `fr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ca' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ko' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `ru' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `lv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `vi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `es' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `pl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `pt_BR'Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' fo= r locale `ta' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `C' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `be' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `zh_CN'Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' fo= r locale `uk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_host' for locale= `pt' Attached schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' to key = `/apps/gnomemeeting/gatekeeper/gk_password' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `cy' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `de' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `fi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `C'Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password= ' for locale `es' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `lv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `no' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `vi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `pt' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `be' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `ro' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `sq' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `cs' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `it' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `pl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `sr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `uk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `da' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `ko' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `hu' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `ca' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `fr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `nl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `sv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_password' for lo= cale `ru' Attached schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' to key `/apps= /gnomemeeting/gatekeeper/gk_id' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= cs' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= nl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= it' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= no' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= gl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= cy' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= sk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= hu' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= fi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= zh_TW' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= da' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= sq' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ms' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ja' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= sr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= sr@Latn'Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for = locale `ro' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= de' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= sv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= fr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ca' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ko' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ru' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= lv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= vi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= es' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= pl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= pt_BR' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= ta' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= C' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= be' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= zh_CN' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= uk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_id' for locale `= pt' Attached schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method' = to key `/apps/gnomemeeting/gatekeeper/registering_method' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `cs' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `nl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `it' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `no' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `gl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `cy' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `sk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `tr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `hu' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `fi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `wa' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `da' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `sq' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ja' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `sr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ro' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `de' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `sv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `fr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `el' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ca' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ko' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ru' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `lv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `vi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `es' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `pl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `ta' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `C' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `be' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `uk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/registering_method'= for locale `pt' Attached schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' to key `/a= pps/gnomemeeting/gatekeeper/gk_alias' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `cy' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `de' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `fi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `zh_TW' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `C' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `es' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `lv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `no' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `vi' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `pt' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `zh_CN' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `be' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `ro' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `sq' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `cs' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `it' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `pl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `sr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `uk' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `pt_BR' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `da' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `ko' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `ms' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `hu' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `ca' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `fr' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `nl' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `sv' Installed schema `/schemas/apps/gnomemeeting/gatekeeper/gk_alias' for local= e `ru' Attached schema `/schemas/apps/gnomemeeting/view/start_docked' to key `/app= s/gnomemeeting/view/start_docked' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `cs' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `nl' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `it' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `no' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `gl' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `cy' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `sk' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `hu' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `fi' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `zh_TW' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `da' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `sq' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ms' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ja' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `sr' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ro' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `de' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `sv' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `fr' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `el' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ca' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ko' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ru' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `lv' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `vi' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `es' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `pl' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `pt_BR' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `ta' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `C' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `be' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `zh_CN' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `uk' Installed schema `/schemas/apps/gnomemeeting/view/start_docked' for locale = `pt' Attached schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' to key `/= apps/gnomemeeting/video_settings/tr_ub' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `cy' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `de' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `fi' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `zh_TW' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `C' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `es' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `lv' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `no' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `vi' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `pt' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `zh_CN' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `be' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `ro' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `sq' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `cs' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `it' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `pl' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `sr' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `uk' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `pt_BR' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `da' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `ko' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `hu' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `ca' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `fr' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `nl' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `sv' Installed schema `/schemas/apps/gnomemeeting/video_settings/tr_ub' for loca= le `ru' Attached schema `/schemas/apps/gnomemeeting/general/kind_of_net' to key `/a= pps/gnomemeeting/general/kind_of_net' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `cs' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `nl' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `it' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `no' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `gl' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `cy' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `sk' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `hu' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `fi' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `wa' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `zh_TW' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `da' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `sq' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ms' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `sr' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ro' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `de' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `sv' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `fr' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `el' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ca' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ko' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ru' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `lv' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `vi' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `es' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `pl' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `pt_BR' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `ta' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `C' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `be' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `zh_CN' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `uk' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `hi' Installed schema `/schemas/apps/gnomemeeting/general/kind_of_net' for local= e `pt' Attached schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' t= o key `/apps/gnomemeeting/call_forwarding/forward_host' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `cy' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `de' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `fi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `C' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `es' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `lv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `no' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `vi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `pt' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `be' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `ro' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `sq' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `cs' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `it' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `pl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `sr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `uk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `da' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `ko' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `hu' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `ca' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `fr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `nl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `sv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/forward_host' = for locale `ru' Attached schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward'= to key `/apps/gnomemeeting/call_forwarding/always_forward' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `cs' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `nl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `it' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `no' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `gl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `cy' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `sk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `hu' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `fi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `wa' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `da' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `sq' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `sr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `ro' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `de' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `sv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `fr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `ca' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `ko' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `ru' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `lv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `vi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `es' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `pl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `ta' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `C' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `be' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `uk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/always_forward= ' for locale `pt' Attached schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' t= o key `/apps/gnomemeeting/call_forwarding/busy_forward' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `cs' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `nl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `it' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `no' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `gl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `cy' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `sk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `hu' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `fi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `wa' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `da' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `sq' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ms' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `sr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ro' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `de' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `sv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `fr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ca' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ko' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ru' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `lv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `vi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `es' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `pl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `ta' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `C' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `be' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `uk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/busy_forward' = for locale `pt' Attached schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forwa= rd' to key `/apps/gnomemeeting/call_forwarding/no_answer_forward' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `cs' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `nl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `it' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `gl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `cy' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `sk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `hu' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `fi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `wa' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `zh_TW' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `da' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `sq' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ms' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `sr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `sr@Latn' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ro' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `de' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `sv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `fr' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ca' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ko' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ru' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `lv' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `vi' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `es' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `pl' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `pt_BR' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `ta' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `C' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `be' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `zh_CN' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `uk' Installed schema `/schemas/apps/gnomemeeting/call_forwarding/no_answer_forw= ard' for locale `pt' gconftool-2 --shutdown gmake[2]: Leaving directory `/usr/ports/net/gnomemeeting/work/gnomemeeting-= 0.98.5' gmake[1]: Leaving directory `/usr/ports/net/gnomemeeting/work/gnomemeeting-= 0.98.5' =3D=3D=3D> Compressing manual pages for gnomemeeting-0.98.5 =3D=3D=3D> Registering installation for gnomemeeting-0.98.5 =3D=3D=3D> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/X11R6/bin/gnomemeeting =20 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. =20 For more information, and contact details about the security status of this software, see the following webpage: http://www.gnomemeeting.org/ root@Demon /usr/ports/net/gnomemeeting # cd ../../x11/gnome2 root@Demon /usr/ports/x11/gnome2 # ls -la total 12 drwxr-xr-x 3 root wheel 512 Sep 22 07:32 . drwxr-xr-x 186 root wheel 4096 Sep 19 19:03 .. -rw-r--r-- 1 root wheel 2391 Sep 19 19:03 Makefile -rw-r--r-- 1 root wheel 351 Feb 9 2003 pkg-descr -rw-r--r-- 1 root wheel 703 Jul 14 18:45 pkg-install -rw-r--r-- 1 root wheel 45 Oct 28 1998 pkg-plist drwxr-xr-x 2 root wheel 512 Sep 22 07:25 work root@Demon /usr/ports/x11/gnome2 # rm -rf work root@Demon /usr/ports/x11/gnome2 # make =3D=3D=3D> Extracting for gnome2-2.4.0 >> No MD5 checksum file. =3D=3D=3D> Patching for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/local/bin/python2.3 - found =3D=3D=3D> Configuring for gnome2-2.4.0 root@Demon /usr/ports/x11/gnome2 # make install =3D=3D=3D> Installing for gnome2-2.4.0 =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_appl= et2 - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-cd - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-dictionary - found =3D=3D=3D> gnome2-2.4.0 depends on executable: eog - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-control-center - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: gconf-editor - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnect - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gedit - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-terminal - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-session - found =3D=3D=3D> gnome2-2.4.0 depends on executable: bug-buddy - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnome-system-monitor - fou= nd =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus - found =3D=3D=3D> gnome2-2.4.0 depends on executable: yelp - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gdm - found =3D=3D=3D> gnome2-2.4.0 depends on executable: screensaver-properties-cap= plet - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/help/user= -guide/C/user-guide.xml - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/gnome/sounds/qu= estion.wav - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/lib= gail-gnome.pc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: file-roller - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/share/themes/HighCont= rast/gtk-2.0/gtkrc - found =3D=3D=3D> gnome2-2.4.0 depends on executable: ggv - found =3D=3D=3D> gnome2-2.4.0 depends on executable: acme - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gok - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gpdf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: nautilus-cd-burner - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gcalctool - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gucharmap - found =3D=3D=3D> gnome2-2.4.0 depends on executable: zenity - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gst-thumbnail - found =3D=3D=3D> gnome2-2.4.0 depends on file: /usr/X11R6/lib/X11/fonts/bitstre= am-vera/Vera.ttf - found =3D=3D=3D> gnome2-2.4.0 depends on executable: gnomemeeting - found =3D=3D=3D> gnome2-2.4.0 depends on executable: epiphany - not found =3D=3D=3D> Verifying install for epiphany in /usr/ports/www/epiphany =3D=3D=3D> epiphany-1.0 depends on file: /usr/X11R6/include/mozilla/gtkem= bedmoz/gtkmozembed.h - not found =3D=3D=3D> Verifying install for /usr/X11R6/include/mozilla/gtkembedmoz/= gtkmozembed.h in /usr/ports/www/mozilla-headers =3D=3D=3D> Building for mozilla-headers-1.4,2 cd: can't cd to /usr/ports/www/mozilla-headers/../mozilla/work/mozilla *** Error code 2 =20 Stop in /usr/ports/www/mozilla-headers. *** Error code 1 =20 Stop in /usr/ports/www/epiphany. *** Error code 1 =20 Stop in /usr/ports/x11/gnome2. root@Demon /usr/ports/x11/gnome2 # cd ../../www/mozilla-headers root@Demon /usr/ports/www/mozilla-headers # make =3D=3D=3D> Building for mozilla-headers-1.4,2 cd: can't cd to /usr/ports/www/mozilla-headers/../mozilla/work/mozilla *** Error code 2 =20 Stop in /usr/ports/www/mozilla-headers. root@Demon /usr/ports/www/mozilla-headers # --k18oBAwMkTg3OUap-- --w2xx78T4DcG3O+DJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP29eKn3Q4C/Onfd9AQF3Ygf6A2wr2qnX2cO4YVuAIy+nuW1tZCuVaOxB kOTNjIwH4hCM0az1GuousxpBn80b1GINpmT7au3qtwNKaBgKSo2LLkPKq8u84jfS D24O1ifP0O4vJmkkHb+xy9Z2a9J8RD8n2KVyehY/PITsq8X/4zZkEGrfPRKoF8eZ hZBluu6WsIH/Zeb2sANFpnFIzUFMqSRR1wMsffNlht2wgPcmI3Ee6VpWu/s6U1tR OsOXAdF7lltHx7mSsYRZj5UKNS9bAwOLyRlyjDqPCDPRmN5PbAKw7ZeiA9Jh18Rc 5bqE8Iz/0s/gLCeF7ppGL6ECVzLvoDj+QV3nYyjloehtxsakuIBUhg== =Pr2+ -----END PGP SIGNATURE----- --w2xx78T4DcG3O+DJ-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 14:01:56 2003 Return-Path: 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 A273316A4BF for ; Mon, 22 Sep 2003 14:01:56 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F80243FEC for ; Mon, 22 Sep 2003 14:01:54 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 941443B492; Mon, 22 Sep 2003 23:01:41 +0200 (CEST) Date: Mon, 22 Sep 2003 23:01:41 +0200 From: Simon Barner To: Joe Marcus Clarke Message-ID: <20030922210141.GD840@zi025.glhnet.mhn.de> References: <200309211007.h8LA7ZpA011328@Demon.vickiandstacey.com> <20030922004754.GA81894@tardis.everard.bogus> <1064204267.376.29.camel@shumai.marcuscom.com> <20030922194035.GC840@zi025.glhnet.mhn.de> <1064261049.693.64.camel@gyros> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline In-Reply-To: <1064261049.693.64.camel@gyros> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: FreeBSD GNOME Users Subject: Re: Nautilus CD-Burner setup (was Re: portupgrade -rf -m BATCH=yes atk repeatably fails) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 21:01:56 -0000 --f+W+jCU1fRNres8c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > device scbus > > device pass > > device cd [...] > n-c-b uses those devices to locate CD drives. I just assumed that > everyone that used atapicam also had the SCSI subplayer (I actually > thought it was required). Don't know about `scbus' and `pass', but on -STABLE you can definitely build a kernel with `atapicam' but without `cd'. Also if having `atapicam' in a kernel config implied having those 3 devices too, a more verbose FAQ entry (that contains redundant information =66rom a strict logical pow ;-) would IMO be less confusing. Simon --f+W+jCU1fRNres8c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/b2M1Ckn+/eutqCoRAqzcAJ9Sz0bOcS40JK730ZDn3xrIqmWBzgCgqGgw QfJimjH+YMVkkPDmXicdshE= =9zcn -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 14:07:46 2003 Return-Path: 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 5AF2E16A4B3; Mon, 22 Sep 2003 14:07:46 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105B643FBD; Mon, 22 Sep 2003 14:07:45 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from 82-68-31-177.dsl.in-addr.zen.co.uk ([82.68.31.177] helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1A1XuF-0006x8-7z; Mon, 22 Sep 2003 21:07:39 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) h8ML7TB3061102; Mon, 22 Sep 2003 22:07:34 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.9/8.12.9/Submit) id h8ML7Jcq061101; Mon, 22 Sep 2003 22:07:19 +0100 (BST) Date: Mon, 22 Sep 2003 22:07:19 +0100 From: Stacey Roberts To: Roger Hardiman Message-ID: <20030922210719.GJ57594@crom.vickiandstacey.com> References: <20030921231301.GA57594@crom.vickiandstacey.com> <1064203404.376.27.camel@shumai.marcuscom.com> <20030922055726.GE57594@crom.vickiandstacey.com> <20030922063203.GH57594@crom.vickiandstacey.com> <004d01c380d6$a3849e40$4d10ff3e@Win2K> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/jvaajy/zP2g41+Q" Content-Disposition: inline In-Reply-To: <004d01c380d6$a3849e40$4d10ff3e@Win2K> User-Agent: Mutt/1.4.1i X-Originating-Heisenberg-IP: [82.68.31.177] cc: gnome@freebsd.org cc: roger@freebsd.org Subject: Gnome2.4 portupgrade [Fixed, I think] re: error: You need PTLib's header files to build GnomeMeeting X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Sep 2003 21:07:46 -0000 --/jvaajy/zP2g41+Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello All, After much slogging and recompiling of various bits and pieces, I thi= nk I've managed to crack this.., although not convincingly, I don't think. At this point, I can run "startx" and the new Gnome-2.4 splash thingy appea= rs and a warning message about migrating the user's home folder appears and= there's the link on the desktop as well. I am at this time, running a fresh cvsup of the ports tree for completeness= . After this, I'll run the usual: make index portsdb -Fv portsdb -u portsclean -CDD If you want me to, please inform me if you'd wish for me to post any furthe= r logs / configs,etc. Thanks so much for taking the time to respond, and the advice, suggestions = and encouragement. Regards, Stacey ----- Original Message ----- From: "Roger Hardiman " To: To Stacey Roberts Date: Mon, 22 Sep, 2003 07:56 BST Subject: Re: make install clean for Gnome-2 fails with configure: error: Yo= u need PTLib's header files to bu > Hi there >=20 > Just woke up to a long thread on GnomeMeeting. >=20 > The NOCLEANDEPENDS is a bit of hack really in GnomeMeeting. > I used it because pwlib/openh323 took so long to compile on my P350 box, = it > was > too slow when maintaining the ports and doing lots of make / make clean / > make cycles >=20 > I'll probably it out after the ports freeze. >=20 >=20 > Stacey, if you can send me the pwlib build failure you get that would be > great. >=20 > Roger >=20 >=20 --=20 Stacey Roberts B. Sc (HONS) Computer Science Web: www.vickiandstacey.com --/jvaajy/zP2g41+Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBP29khH3Q4C/Onfd9AQEQswf9H+vgTEgsZgCMdExZoNnvUqxB+Pgu8LCG 9v88gKn5uMDDa4vz8N8jW+dXtsmLOgIQ1rsQqxozynKlxzEYG/szXfdlIlzG+ZTV sXiB2PvvN9i4bzbFf0cyNWmncHPOQlabE42gh5dzyDewyRQAmc23S8KqpH1Mo6I0 V9EaUNfgu4d/LYTaGCPp/j/16IXaUnpwaptWKtB0ff4f91dOkQz7Z3Ik1tQmK5la U3ZBD1R9OyOgngXV30Uk1r+lZZretzVL7qevydl3UrxvXEVIkEY5kSZSsH/NHjFF MtJZwgoPA4+Djes+KwiRQWmUBso8xU+DX/HB48fj35qYShT5RO7bUg== =hC2p -----END PGP SIGNATURE----- --/jvaajy/zP2g41+Q-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 18:02:05 2003 Return-Path: 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 9265316A4BF for ; Mon, 22 Sep 2003 18:02:05 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6B543FF3 for ; Mon, 22 Sep 2003 18:02:02 -0700 (PDT) (envelope-from alden.pierre@verizon.net) Received: from verizon.net ([138.89.109.231]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030923010201.BCW12375.pop015.verizon.net@verizon.net> for ; Mon, 22 Sep 2003 20:02:01 -0500 Message-ID: <3F6F9BFA.2000700@verizon.net> Date: Mon, 22 Sep 2003 21:03:54 -0400 From: Alden Louis-Pierre User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [138.89.109.231] at Mon, 22 Sep 2003 20:02:01 -0500 Subject: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 01:02:05 -0000 I'm running FreeBSD 4.8 and I decide to install gnome 2.4 from the ports collection. I've followed the instructions that was provided. # echo WITH_FAM= yes >> /etc/make.conf # echo WITH_LAME= yes >> /etc/make.conf # echo portmap_enable="YES" >> /etc/rc.conf # cvsup -g -L 2 ports-supfile # cd /usr/ports/x11/gnome2 # make clean # make install clean # exit # startx I'm presented with the generic window of xfree. I checked in my cd ~ directory and I noticed I have no .gnome files. Would someone be kind enough to point me to the right direction/document. I'm currently using www.freebsd.org/gnome as my source of reference. Thank You Alden Louis-Pierre From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 18:35:15 2003 Return-Path: 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 C3B1316A4B3 for ; Mon, 22 Sep 2003 18:35:15 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7725E43FE3 for ; Mon, 22 Sep 2003 18:35:14 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id F2F9A3B49B; Tue, 23 Sep 2003 03:35:08 +0200 (CEST) Date: Tue, 23 Sep 2003 03:35:08 +0200 From: Simon Barner To: Alden Louis-Pierre Message-ID: <20030923013508.GF840@zi025.glhnet.mhn.de> References: <3F6F9BFA.2000700@verizon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eheScQNz3K90DVRs" Content-Disposition: inline In-Reply-To: <3F6F9BFA.2000700@verizon.net> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-gnome@freebsd.org Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 01:35:15 -0000 --eheScQNz3K90DVRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I'm presented with the generic window of xfree. I checked in my cd ~=20 > directory and I noticed I have no .gnome files. Those will be generated the first time you start gnome. > Would someone be kind=20 > enough to point me to the right direction/document. I'm currently using= =20 > www.freebsd.org/gnome as my source of reference. You might also want to check out http://www.gnome.org/start/2.4/ Regarding your question, you have two options: 1.) Use a graphical login manager such as `gdm' (comes with Gnome). To launch `gdm' at the system startup, do the following: cd /usr/local/etc/rc.d cp gdm.sh.sample gdm.sh chmod a+x gdm.sh =09 You can launch `gdm' now from the console (as root simply type `gdm'). =09 2.) Put the following to your ~/.xinitrc (don't remember whether this file has to be executable or not, since I am using 1.) exec /usr/X11R6/bin/gnome-session Now `startx' should launch Gnome. =09 Regards, Simon --eheScQNz3K90DVRs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/b6NMCkn+/eutqCoRAsKjAKC/ILYFSuGFkCW2SHczk/QrKUwcxgCg2/Dv xY1SmTrFOHuJozbAmp9A7+M= =LwLu -----END PGP SIGNATURE----- --eheScQNz3K90DVRs-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 18:55:53 2003 Return-Path: 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 6C03716A4B3 for ; Mon, 22 Sep 2003 18:55:53 -0700 (PDT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8DB43FFD for ; Mon, 22 Sep 2003 18:55:51 -0700 (PDT) (envelope-from freebsd@mcaree.org) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-ser.prod.shaw.ca [10.0.141.107])2003))freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 19:45:16 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca (pn2ml2so-qfe0.prod.shaw.ca [10.0.121.146]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLN00MOX8VGWK@l-daemon> for freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 19:45:16 -0600 (MDT) Received: from [10.200.44.101] (h68-145-33-117.cg.shawcable.net [68.145.33.117]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLN00G8R8VFF4@l-daemon> for freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 19:45:16 -0600 (MDT) Date: Mon, 22 Sep 2003 19:44:07 -0600 From: John McAree In-reply-to: <3F6F9BFA.2000700@verizon.net> To: "freebsd-gnome@freebsd.org" Message-id: <1064281255.605.2.camel@avenger.telusman.com> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Content-type: text/plain Content-transfer-encoding: 7BIT References: <3F6F9BFA.2000700@verizon.net> Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 01:55:53 -0000 Hi, On Mon, 2003-09-22 at 19:03, Alden Louis-Pierre wrote: > I'm running FreeBSD 4.8 and I decide to install gnome 2.4 from the ports > collection. I've followed the instructions that was provided. > > # echo WITH_FAM= yes >> /etc/make.conf > I'm presented with the generic window of xfree. I checked in my cd ~ > directory and I noticed I have no .gnome files. Would someone be kind > enough to point me to the right direction/document. I'm currently using > www.freebsd.org/gnome as my source of reference. Try 'echo /usr/X11R6/bin/gnome-session > ~/.xinitrc', then 'startx' again. That should get you running Gnome. Regards, John. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 19:29:25 2003 Return-Path: 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 6F92616A4B3 for ; Mon, 22 Sep 2003 19:29:25 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501B743FE1 for ; Mon, 22 Sep 2003 19:29:24 -0700 (PDT) (envelope-from alden.pierre@verizon.net) Received: from verizon.net ([138.89.109.231]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030923022923.IGKK27671.pop017.verizon.net@verizon.net>; Mon, 22 Sep 2003 21:29:23 -0500 Message-ID: <3F6FAF1F.7080205@verizon.net> Date: Mon, 22 Sep 2003 22:25:35 -0400 From: Alden Louis-Pierre User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John McAree References: <3F6F9BFA.2000700@verizon.net> <1064281255.605.2.camel@avenger.telusman.com> In-Reply-To: <1064281255.605.2.camel@avenger.telusman.com> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [138.89.109.231] at Mon, 22 Sep 2003 21:29:23 -0500 cc: "freebsd-gnome@freebsd.org" Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 02:29:25 -0000 John McAree wrote: >Hi, > >On Mon, 2003-09-22 at 19:03, Alden Louis-Pierre wrote: > >>I'm running FreeBSD 4.8 and I decide to install gnome 2.4 from the ports >>collection. I've followed the instructions that was provided. >> >># echo WITH_FAM= yes >> /etc/make.conf > > > >>I'm presented with the generic window of xfree. I checked in my cd ~ >>directory and I noticed I have no .gnome files. Would someone be kind >>enough to point me to the right direction/document. I'm currently using >>www.freebsd.org/gnome as my source of reference. > > >Try 'echo /usr/X11R6/bin/gnome-session > ~/.xinitrc', then 'startx' >again. That should get you running Gnome. > >Regards, > >John. > > >_______________________________________________ >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" > Excellent, it worked perfectly!!! :o) Thank You Alden Louis-Pierre From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 21:18:52 2003 Return-Path: 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 6828F16A4BF for ; Mon, 22 Sep 2003 21:18:52 -0700 (PDT) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A6B43FE9 for ; Mon, 22 Sep 2003 21:18:50 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030923041847.ICIJ14291.fed1mtao08.cox.net@daemon.g-e-e-k.net>; Tue, 23 Sep 2003 00:18:47 -0400 Date: Mon, 22 Sep 2003 21:17:38 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Alden Louis-Pierre In-Reply-To: <3F6F9BFA.2000700@verizon.net> Message-ID: <20030922211618.H470@daemon.g-e-e-k.net> References: <3F6F9BFA.2000700@verizon.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-gnome@freebsd.org Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 04:18:52 -0000 You do realize that all ".gnome*" files are hidden from normal view, don't you? ls -la should reveal a cornucopia of configuration confection. +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Mon Sep 22 21:10:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 9:10PM up 13 days, 13:42, 1 user, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ On Mon, 22 Sep 2003, Alden Louis-Pierre wrote: > I'm running FreeBSD 4.8 and I decide to install gnome 2.4 from the ports > collection. I've followed the instructions that was provided. > > # echo WITH_FAM= yes >> /etc/make.conf > # echo WITH_LAME= yes >> /etc/make.conf > # echo portmap_enable="YES" >> /etc/rc.conf > # cvsup -g -L 2 ports-supfile > # cd /usr/ports/x11/gnome2 > # make clean > # make install clean > # exit > # startx > > I'm presented with the generic window of xfree. I checked in my cd ~ > directory and I noticed I have no .gnome files. Would someone be kind > enough to point me to the right direction/document. I'm currently using > www.freebsd.org/gnome as my source of reference. > > Thank You > Alden Louis-Pierre > > > _______________________________________________ > 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 Mon Sep 22 22:58:01 2003 Return-Path: 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 B5E7016A4B3 for ; Mon, 22 Sep 2003 22:58:01 -0700 (PDT) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21CA43FAF for ; Mon, 22 Sep 2003 22:58:00 -0700 (PDT) (envelope-from freebsd@mcaree.org) Received: from pd3mr3so.prod.shaw.ca (pd3mr3so-ser.prod.shaw.ca [10.0.141.179])2003))freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 23:37:32 -0600 (MDT) Received: from pn2ml1so.prod.shaw.ca (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLN00K2BJMKWG@l-daemon> for freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 23:37:32 -0600 (MDT) Received: from [10.200.44.101] (h68-145-33-117.cg.shawcable.net [68.145.33.117]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLN00I9QJMJVZ@l-daemon> for freebsd-gnome@freebsd.org; Mon, 22 Sep 2003 23:37:32 -0600 (MDT) Date: Mon, 22 Sep 2003 23:36:23 -0600 From: John McAree To: "freebsd-gnome@freebsd.org" Message-id: <1064295383.899.2.camel@avenger.telusman.com> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: GDM 2.4 Problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 05:58:01 -0000 Hi all, I see there have been some issues with people using GDM 2.4... well I'm having a different one! I installed FreeBSD 5.1 on a 2nd hand laptop a few weeks ago. Gnome 2.2 installed from ports fine, and I was able to enable GDM by using the startup script /usr/X11R6/etc/rc.d/gdm.sh. Last week I decided to format and reinstall. I cvsup'd my ports almost immediately after install, and installed the Gnome2 port, which turned out to be Gnome 2.4 (which I had read wasn't going to be in ports until October...) Anyway, when running GDM (version 2.4.4.1), either from the startup script, or directly from the command line as root, it segfaults (good ol' sig 11). It seems to start running, then dies... the X server starts, but the login screen doesn't appear, then gdm segfaults and I'm left back at my console prompt. X works fine otherwise, I can launch a Gnome 2.4 session with 'startx'. I've also tried deleting my gdm.conf file and using the factory one to no avail. I'd appreciate anyone who can shed some light on this! Regards, John. From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 23:01:52 2003 Return-Path: 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 AC77A16A4B3 for ; Mon, 22 Sep 2003 23:01:52 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B448F43FB1 for ; Mon, 22 Sep 2003 23:01:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8N5vupM007759; Tue, 23 Sep 2003 01:57:56 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8N617lB020960; Tue, 23 Sep 2003 02:01:07 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: John McAree In-Reply-To: <1064295383.899.2.camel@avenger.telusman.com> References: <1064295383.899.2.camel@avenger.telusman.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kXyO4KOTYOBGbauXyH6s" Organization: MarcusCom, Inc. Message-Id: <1064296903.27882.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 02:01:43 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: "freebsd-gnome@freebsd.org" Subject: Re: GDM 2.4 Problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 06:01:52 -0000 --=-kXyO4KOTYOBGbauXyH6s Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 01:36, John McAree wrote: > Hi all, >=20 > I see there have been some issues with people using GDM 2.4... well I'm > having a different one! >=20 > I installed FreeBSD 5.1 on a 2nd hand laptop a few weeks ago. Gnome 2.2 > installed from ports fine, and I was able to enable GDM by using the > startup script /usr/X11R6/etc/rc.d/gdm.sh. >=20 > Last week I decided to format and reinstall. I cvsup'd my ports almost > immediately after install, and installed the Gnome2 port, which turned > out to be Gnome 2.4 (which I had read wasn't going to be in ports until > October...) Anyway, when running GDM (version 2.4.4.1), either from the > startup script, or directly from the command line as root, it segfaults > (good ol' sig 11). It seems to start running, then dies... the X server > starts, but the login screen doesn't appear, then gdm segfaults and I'm > left back at my console prompt. X works fine otherwise, I can launch a > Gnome 2.4 session with 'startx'. I've also tried deleting my gdm.conf > file and using the factory one to no avail. >=20 > I'd appreciate anyone who can shed some light on this! Did you read the Known Issues here: http://www.freebsd.org/gnome/docs/knownissues.html Joe >=20 > Regards, >=20 > John. >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-kXyO4KOTYOBGbauXyH6s Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/b+HHb2iPiv4Uz4cRAoc1AKCoSpXbJpj1P75OOeTRJLyprfbZ4wCeISnC o9gC+aV0qBHBYgjKIuJWiKM= =JnVC -----END PGP SIGNATURE----- --=-kXyO4KOTYOBGbauXyH6s-- From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 22 23:44:29 2003 Return-Path: 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 01CD316A4B3 for ; Mon, 22 Sep 2003 23:44:29 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD6A43FE5 for ; Mon, 22 Sep 2003 23:44:24 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: (from apache@localhost) by brabys.co.za (8.12.0/8.12.0) id h8N6iGNn017376; Tue, 23 Sep 2003 08:44:16 +0200 Date: Tue, 23 Sep 2003 08:44:16 +0200 Message-Id: <200309230644.h8N6iGNn017376@brabys.co.za> From: "Nelis Lamprecht" To: "Franz Klammer" X-Mailer: Nwebmail 0.1.80 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="v7D5nVtCEexgA3ATNdd4" cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 06:44:29 -0000 --v7D5nVtCEexgA3ATNdd4 Content-Type: text/plain Hi Sorry for top posting once again, have to use webmail client so not sure what the output of this is going to look like. My question is, surely if gtkhtml3 ( required to upgrade my evolution ) is looking for incorrect path then the problem lies with the port ? Or am I missing something ? It is gtkhtml3 that's failing. Indeed libgnome does not exist anymore like you said and has been replaced by libgnome-2.0. None of the ports you mentioned for deinstall exist on my machine either. I have quite a few ports that need upgrading but nothing that I can see that directly relates to my evolution upgrade. If someone could please take a look at my package list which hopefully will show as I have attached it as a text file to this message. Maybe you will be able to see what's wrong from the list. Thanks for your reply's. Regards, Nelis ----- Original Message ----- Date: Mon September 22, 2003 05:14 PM From: Franz Klammer To: Nelis Lamprecht cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error hi! here are my ideas/suggestions: 1) "In file included from body.c:26: /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: libgnome/gnome-defs.h: No such file or directory" /usr/X11R6/include/libgnome should not exist any more. i take a look an there is only a libgnome-2.0 in my inlclude directory. 2) i think we need a list of /var/db/pkg to see what ports you have installed. 3) a good idea is to take a look at the output of "pkg_version -l \<" you will see all outdated ports with this command. then update all post listet. 4) please read this page: http://www.freebsd.org/gnome/docs/knownissues.html 5) these ports can be deinstalled because they are merged into other ports: port: -> merged into: ================================ ============================ devel/bonobo-activation -> devel/libbonobo x11/themus -> sysutlis/gnomecontrolcenter2 x11-fonts/fontilus -> sysutlis/gnomecontrolcenter2 misc/stickynotes_applet -> x11/gnomeapplets2 x11-toolkits/gtk-thinice-engine -> x11-toolkits/gnome-themes franz. Am Mo, 2003-09-22 um 12.55 schrieb Nelis Lamprecht: > Hi List, > > > Upgraded Gnome2.2.2 to 2.4 this weekend and well to say the least it's been > a mission. Been using FreeBSD/Gnome for 2 years now and previously all I did > to upgrade was a "portupgrade -R gnome2" but this has been far from the case > this time around. It's taken me 2 days to get my office pc up and running > and I've had to deinstall and reinstall a whole bunch of ports manually. > Also some ports have changed so getting rid of them so I can continue > upgrading other ports has been a huge ball ache. > > > Anyway, I now want to get my evolution 1.2.4 upgraded. I started an upgrade > only to have gtkhtml3 fail on me with the error below and for some reason my > "old" mail folders will not display so I am forced to upgrade evoluton and > get it working. Here is the error, please could someone help me with this as > I'm already 2 days behind because of my disastrous Gnome2 upgrade. > > Thanks and much appreciated. > > Nelis > > > Error Message: > > In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > libgnome/gnome-defs.h: No such file or directory > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.h: No > such file or directory > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, > from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canvas.h: > No such file or directory > /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h: No > such file or directory > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, > from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `typedef' > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, > from body.c:26: > /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before > `BEGIN_GNOME_DECLS' > /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before `typedef' > /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before > `GnomeCanvasItem' > In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error before > `BEGIN_GNOME_DECLS' > /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error before > `typedef' > /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error before > `GnomeCanvas' > In file included from > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, > from ../../src/gtkhtml-types.h:26, > from ../../src/htmlengine.h:30, > from ../../src/htmlengine-edit.h:27, > from body.c:27: > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h:129: > syntax error before `typedef' > gmake[3]: *** [body.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8 > > > _______________________________________________ > 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" -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com --v7D5nVtCEexgA3ATNdd4 Content-Type: text/plain; name="pkgs.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pkgs.txt" QWJpV29yZC1nbm9tZS0xLjAuNApIZXJtZXMtMS4zLjMKSW1hZ2VNYWdpY2stNS41LjEuNApNZXNh LTMuNC4yXzIKT1JCaXQtMC41LjE3XzEKT1JCaXQyLTIuOC4xClhGcmVlODYtNC4zLjAsMQpYRnJl ZTg2LUZvbnRTZXJ2ZXItNC4zLjAKWEZyZWU4Ni1TZXJ2ZXItNC4zLjBfMQpYRnJlZTg2LVZpcnR1 YWxGcmFtZWJ1ZmZlclNlcnZlci00LjMuMApYRnJlZTg2LWNsaWVudHMtNC4zLjBfMQpYRnJlZTg2 LWRvY3VtZW50cy00LjMuMApYRnJlZTg2LWZvbnQxMDBkcGktNC4zLjAKWEZyZWU4Ni1mb250NzVk cGktNC4zLjAKWEZyZWU4Ni1mb250Q3lyaWxsaWMtNC4zLjAKWEZyZWU4Ni1mb250RGVmYXVsdEJp dG1hcHMtNC4zLjAKWEZyZWU4Ni1mb250RW5jb2RpbmdzLTQuMy4wClhGcmVlODYtZm9udFNjYWxh YmxlLTQuMy4wClhGcmVlODYtbGlicmFyaWVzLTQuMy4wXzYKWGF3M2QtMS41ClhmdC0yLjEuMgph YWxpYi0xLjQucjVfMQphY21lLTIuNC4wCmFjcm9yZWFkLTUuMDcKYXBhY2hlLTEuMy4yN18xCmFw YWNoZS1hbnQtMS41LjMuMV8xCmFzcGVsbC0wLjUwLjNfMQphdC1zcGktMS4zLjcKYXRrLTEuNC4w CmF1dG9jb25mLTIuNTNfMQphdXRvY29uZjIxMy0yLjEzLjAwMDIyN180CmF1dG9tYWtlLTEuNSwx CmF1dG9tYWtlMTQtMS40LjVfOQpiYXNoLTIuMDViLjAwNApiaXNvbi0xLjc1CmJpdHN0cmVhbS12 ZXJhLTEuMTAKYmx1ZWZpc2gtMC4xMS4yMDAzMDgxNwpib25vYm8tMS4wLjIyCmJvbm9iby1jb25m LTAuMTYKYnVnYnVkZHkyLTIuNC4wCmJ6aXAtMC4yMQpjYWJleHRyYWN0LTAuNgpjZHJ0b29scy0y LjAuMwpjcmltc29uLTEuMS4zXzEKY3Vwcy0xLjEuMTguMF80CmN1cHMtYmFzZS0xLjEuMTUuMV80 CmN1cHMtbHByLTEuMS4xNS4xXzEKY3Vwcy1wc3RvcmFzdGVyLTcuMDUuNV8xCmN2c3VwLTE2LjFm CmRiMy0zLjMuMTEsMQpkaWEtMC45MApkb2Nib29rLXNrLTQuMS4yCmRvY2Jvb2steG1sLTQuMl8x CmRvY2Jvb2steHNsLTEuNjEuM18xCmRvc3VuaXgtMS4wLjEzCmVlbDItMi40LjAKZWplY3QtMS40 CmVvZzItMi40LjAKZXBpcGhhbnktMS4wCmVzb3VuZC0wLjIuMzIKZXZvbHV0aW9uLTEuMi40CmV4 cGF0LTEuOTUuNl8xCmZhbS0yLjYuOV8zCmZpbGVyb2xsZXItMi40LjAuMSwxCmZsYXNocGx1Z2lu LW1vemlsbGEtMC40LjEwXzIKZm9udGNvbmZpZy0yLjIuOTBfMwpmcmVldHlwZS0xLjMuMV8yCmZy ZWV0eXBlMi0yLjEuNF8xCmZyb3plbmJ1YmJsZS0wLjkuM18xCmdhaWwtMS40LjAKZ2FsLTAuMjQK Z2FsMi0xLjk5LjkKZ2NhbGN0b29sLTQuMy4zXzEKZ2NjLTMuMS4xXzIwMDIwOTA5CmdjYy0zLjIu MwpnY29uZi0xLjAuOV81Cmdjb25mLWVkaXRvci0yLjQuMCwxCmdjb25mMi0yLjQuMC4xCmdkLTEu OC40XzYKZ2RibS0xLjguMwpnZGstcGl4YnVmLTAuMjIuMApnZG0yLTIuNC40LjFfMQpnZWRpdDIt Mi40LjAKZ2V0dGV4dC0wLjEyLjEKZ2Z0cC1nbm9tZS0yLjAuMTUucjIKZ2d2Mi0yLjQuMC4xCmdo b3N0c2NyaXB0LWdudS03LjA3XzMKZ2ltcC0xLjIuNCwxCmdpbXAtcHJpbnQtNC4yLjUKZ2xhZGUy LTEuMS4zXzEKZ2xlLTMuMC4zCmdsaWItMS4yLjEwXzEwCmdsaWItMi4yLjMKZ2xpYnd3dy0wLjJf MQpnbGltbWVyLTEuMi4xXzEKZ2xpbXBzZS00LjEyLjYKZ21ha2UtMy44MApnbm9tZS1pY29uLXRo ZW1lLTEuMC45Cmdub21lLXBrZ3ZpZXctMS4wLjIKZ25vbWUtdGhlbWVzLTIuNC4wCmdub21lMi0y LjQuMApnbm9tZWFwcGxldHMyLTIuNC4wCmdub21lYXVkaW8yLTIuMC4wCmdub21lY2FudmFzLTAu MjIuMApnbm9tZWNvbnRyb2xjZW50ZXItMS40LjAuNV8xCmdub21lY29udHJvbGNlbnRlcjItMi40 LjAKZ25vbWVkYi0wLjIuOTZfMQpnbm9tZWRlc2t0b3AtMi40LjAKZ25vbWVnYW1lczItMi40LjAK Z25vbWVoaWVyLTEuMF84Cmdub21lbGlicy0xLjQuMl8xCmdub21lbWFnLTAuMTAuMwpnbm9tZW1l ZGlhMi0yLjQuMApnbm9tZW1lZXRpbmctMC45OC41Cmdub21lbWltZWRhdGEtMi40LjAKZ25vbWVw YW5lbC0yLjQuMF8xCmdub21lcGlsb3QtMC4xLjcxCmdub21lcGlsb3QtY29uZHVpdHMtMC45Cmdu b21lcHJpbnQtMC4zNwpnbm9tZXNlc3Npb24tMi40LjAKZ25vbWVzcGVlY2gtMC4yLjcKZ25vbWVz cGVsbC0xLjAuNQpnbm9tZXN5c3RlbW1vbml0b3ItMi40LjAKZ25vbWV0ZXJtaW5hbC0yLjQuMC4x Cmdub21ldXNlcmRvY3MyLTIuNC4wCmdub21ldXRpbHMyLTIuNC4wLDEKZ25vbWV2ZnMtMS4wLjVf NApnbm9tZXZmcy1leHRyYXMtMC45OS4xMQpnbm9tZXZmczItMi40LjAKZ25vcGVybmljdXMtMC43 LjAKZ251bHMtNC4wXzEKZ251bWVyaWMyLTEuMS4xMgpnbnVwZy0xLjIuMQpnb2ItMS4wLjEyCmdv YjItMi4wLjVfMQpnb2stMC44LjIKZ3BhLTAuNC4zCmdwZGYtMC4xMTAKZ3F2aWV3LWdub21lLTEu MS4xCmdzdHJlYW1lci0wLjYuMwpnc3RyZWFtZXItcGx1Z2lucy0wLjYuMwpndGh1bWIyLTIuMS40 XzEKZ3RrLTEuMi4xMF8xMApndGstMi4yLjQKZ3RrLWVuZ2luZXMyLTIuMi4wCmd0a2dsYXJlYS0x LjIuMl8xCmd0a2h0bWwtMS4xLjEwCmd0a3NvdXJjZXZpZXctMC42LjAKZ3VjaGFybWFwLWdub21l LTEuMC4wCmd1aWxlLTEuNi40XzIKZ3VpbGliLTEuMS4wXzEKZ3YtMy41LjhfMQpnemlwLTEuMy4z CmhlbHAybWFuLTEuMjkKaHBpbmctMi4wLjByMl8yLDEKaW1ha2UtNC4zLjBfMQppbWxpYi0xLjku MTRfMQppbXdoZWVsLTAuOS45CmludGx0b29sLTAuMjcuMgppcGNhbGMtMC4zNV8xCmlzcGVsbC0z LjIuMDZfMgpqYS1ua2YtMi4wMgpqYWlsZXItMS4xLjIKamFpbHV0aWxzLTAuNS4yCmphc3Blci0x LjUwMC40CmphdmF2bXdyYXBwZXItMS40CmpiaWdraXQtMS40Cmpkay0xLjMuMXA3XzIKanBlZy02 Yl8xCmxhbWUtMy45My4xCmxjbXMtMS4wOQpsaGEtMS4xNGlfMQpsaWJJREwtMC44LjIKbGliYXJ0 X2xncGwyLTIuMy4xNgpsaWJhdWRpb2ZpbGUtMC4yLjMKbGliYm9ub2JvLTIuNC4wCmxpYmJvbm9i b3VpLTIuNC4wCmxpYmNhcHBsZXQtMS40LjAuNV8xCmxpYmZsYXNoLTAuNC4xMApsaWJmcHgtMS4y LjAuNF8xCmxpYmdhaWwtZ25vbWUtMS4wLjJfMgpsaWJnZGEtMC4yLjk2XzEKbGliZ2RhMi0wLjEw LjAKbGliZ2h0dHAtMS4wLjkKbGliZ2xhZGUtMC4xN18yCmxpYmdsYWRlMi0yLjAuMV8xCmxpYmdu b21lLTIuNC4wCmxpYmdub21lY2FudmFzLTIuNC4wCmxpYmdub21lZGItMC4xMC4wCmxpYmdub21l cHJpbnQtMi4zLjEKbGliZ25vbWVwcmludHVpLTIuMy4xCmxpYmdub21ldWktMi40LjAuMV8xCmxp YmdudWdldG9wdC0xLjIKbGliZ3NmLTEuOC4xCmxpYmd0a2h0bWwtMi40LjAKbGliZ3RvcC0xLjAu MTNfMwpsaWJndG9wMi0yLjAuNQpsaWJpY29udi0xLjkuMV8xCmxpYmlqcy0wLjM0CmxpYmx0ZGwt MS41CmxpYm1pa21vZC1lc291bmQtMy4xLjEwXzEKbGlibW5nLTEuMC40CmxpYm1wZWcyLTAuMy4x XzEKbGlib2dnLTEuMF8xLDMKbGlicGFuZWwtMS40LjIKbGlicmVwLTAuMTYuMV8xCmxpYnJzdmcy LTIuNC4wCmxpYnNpZHBsYXktMS4zNi41NwpsaWJzbGFuZy0xLjQuNgpsaWJzb3VwLTEuOTkuMjMK bGlidG9vbC0xLjMuNV8xCmxpYnVuZ2lmLTQuMS4wYjFfMQpsaWJ1bmljb2RlLTAuNF8zCmxpYnZv cmJpcy0xLjBfMSwzCmxpYndtZi0wLjIuNwpsaWJ3bmNrLTIuNC4wLjEKbGlid3d3LTUuNC4wCmxp YnhtbC0xLjguMTdfMQpsaWJ4bWwyLTIuNS4xMQpsaWJ4c2x0LTEuMC4zMwpsaWJ6dnQtMi4wLjFf NgpsaW5jLTEuMC4zCmxpbnV4LXN1bi1qZGstMS4zLjEuMDYKbGludXhfYmFzZS03LjFfMQpsbW1v bi0wLjY1CmxyenN6LTAuMTIuMjAKbHNvZi00LjY1Cmx5bngtMi44LjQuMWMKbHpvLTEuMDhfMQps em9wLTEuMDEKbTQtMS40XzEKbWMtNC42LjBfMgptZXRhY2l0eS0yLjYuMQptZXRhdGhlbWUyLTAu OS43XzEKbWluaWNvbS0yLjAwLjAKbWtjYXRhbG9nLTEuMQpta2lzb2ZzLTIuMC4zCm1tLTEuMi4x Cm1vZF9waHA0LTQuMi4zCm1vemlsbGEtMS40LDIKbW96aWxsYS1maXJlYmlyZC0wLjYuMV8xCm1v emlsbGEtZ3RrMi0xLjQKbW96aWxsYS1oZWFkZXJzLTEuNCwyCm1wYWNrLTEuNV8yCm1wZzEyMy1l c291bmQtMC41OXJfOAptcGxheWVyLWZvbnRzLTAuNTAKbXBsYXllci1ndGstZXNvdW5kLTAuOTAu MC4xMDRfMgptdG9vbHMtMy45LjhfMQpteXNxbC1jbGllbnQtMy4yMy41M18xCm15c3FsLXNlcnZl ci0zLjIzLjUzXzQKbmFzbS0wLjk4LjMzLDEKbmF1dGlsdXMtY2QtYnVybmVyLTAuNS4zCm5hdXRp bHVzLW1lZGlhLTAuMy4zLjEKbmF1dGlsdXMyLTIuNC4wCm5jZnRwLTMuMS40XzEKbmVvbi0wLjIz LjUKbmV0Y2F0LTEuMTBfMQpuc3ByLTQuM18yCm5zcy0zLjgKb2FmLTAuNi4xMF8xCm9uZWtvLTIu MGJfMgpvcGVuLW1vdGlmLTIuMi4yXzEKb3BlbmxkYXAtY2xpZW50LTIuMC4yNwpvcGVub2ZmaWNl LTEuMC4zXzIKb3BlbnNzaC0zLjYuMQpvcGVuc3NsLTAuOS43Yl8xCnA1LUF1dGhlbi1QQU0tMC4x MwpwNS1EQkktMS4yOApwNS1EYXRhLVNob3dUYWJsZS0zLjMKcDUtRGlnZXN0LU1ENS0yLjIwCnA1 LUhUTUwtUGFyc2VyLTMuMjYKcDUtSFRNTC1UYWdzZXQtMy4wMwpwNS1NSU1FLUJhc2U2NC0yLjEy CnA1LU15c3FsLW1vZHVsZXMtMS4yMjE2CnA1LU5ldC0xLjExLDEKcDUtTmV0LURhZW1vbi0wLjM2 CnA1LU5ldC1TU0xlYXktMS4xNwpwNS1QbFJQQy0wLjIwMTYKcDUtU3RvcmFibGUtMi4wNQpwNS1U ZXN0LUhhcm5lc3MtMi4yNgpwNS1UZXN0LVNpbXBsZS0wLjQ3XzEKcDUtVVJJLTEuMjIKcDUtbGli d3d3LTUuNjVfMQpwNS1zZGwtMS4xOC43CnBhbmdvLTEuMi41CnBjcmUtMy45CnBpbG90LWxpbmst MC4xMS43XzIKcGtnY29uZmlnLTAuMTUuMApwa2dkYi5kYgpwbHVnZ2VyLTQuMF8yCnBuZy0xLjIu NV8yCnBvcHQtMS42LjRfMQpwb3J0dXBncmFkZS0yMDAzMDcyMwpwc2ljb252LTAuOC4zCnB5LWd0 ay0wLjYuMTAKcHkyMi1udW1lcmljLTIxLjAKcHkyMy1leHBhdC0yLjNfMgpweXRob24tMi4zXzEK cmFyLTMuMjAsMQpyZXAtZ3RrMi1nbm9tZS0wLjE3XzIsMQpydGMtMjAwMS4wOS4xNi4xCnJ1Ynkt MS42LjgucDJfMQpydWJ5LWJkYjEtMC4xLjcKcnVieS1zaGltLXJ1YnkxOC0xLjcuMy4yMDAyLjEx LjEwCnNhbWJhLTIuMi43YQpzYW1iYS1saWJzbWJjbGllbnQtMy4wLjAucjQKc2F3ZmlzaDItMS4z XzMsMgpzY3JlZW4tMy45LjE1CnNjcm9sbGtlZXBlci0wLjMuMTJfMiwxCnNkbC0xLjIuNV8yCnNk bF9nZngtMi4wLjNfMQpzZGxfaW1hZ2UtMS4yLjJfMQpzZGxfbWl4ZXItMS4yLjRfMQpzZGxfbmV0 LTEuMi40CnNkbF90dGYtMi4wLjUKc2RvY2Jvb2steG1sLTQuMS4yLjVfMQpzZXlvbi0yLjE0Ygpz aWRwbGF5LTEuMC44CnNtcGVnLTAuNC40CnNvdXAtMC43LjExCnNveC0xMi4xNy40CnN0YXJ0dXAt bm90aWZpY2F0aW9uLTAuNV8xCnN2Z2FsaWItMS40LjMKdDFsaWItMS4zLjEKdGNsLTguMy41XzIK dGlmZi0zLjUuN18xCnRpZ2h0dm5jLTEuMi44CnRpbWlkaXR5KystZXNvdW5kLTIuMTEuM18xCnRr LTguMy41XzIKdHRta2ZkaXItMC4wXzEKdW5hY2UtMS4yYgp1bmFyai0yLjQzXzEKdW5peDJkb3Mt MS4zCnVuemlwLTUuNTAKdXJ3Zm9udHMtMS4wCnZpbS02LjEuNDU1CnZtd2FyZTItMi4wLjQuMTE0 Mgp2dGUtMC4xMS4xMAp3YXZwbGF5LTEuNAp3ZWJmb250cy0wLjIxXzEKd2VibGludC0xLjAyMAp3 ZWJtaW4tMS4wMzBfNAp3Z2V0LTEuOC4yXzMKd2luMzItY29kZWNzLTAxMTAwMi4xLjAuOTAucDcK d2luZS0yMDAzMDcwOV8xCndyYXBwZXItMS4wXzIKeGFuaW0tMi44MC4yCnhjaGF0Mi0yLjAuNF8x CnhtY2QtMy4yCnhtbGNhdG1nci0wLjJfMQp4bW1zLWVzb3VuZC0xLjIuN18zCnhtcC1lc291bmQt Mi4wLjQKeHNjcmVlbnNhdmVyLWdub21lLTQuMTMKeWVscC0yLjQuMAp6ZW5pdHktMS42CnppcC0y LjNfMQp6b28tMi4xMC4xCg== --v7D5nVtCEexgA3ATNdd4-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 00:26:49 2003 Return-Path: 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 5B8EE16A4B3 for ; Tue, 23 Sep 2003 00:26:49 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D3F43FD7 for ; Tue, 23 Sep 2003 00:26:48 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8N7MqpM021975; Tue, 23 Sep 2003 03:22:52 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8N7Q3lB022056; Tue, 23 Sep 2003 03:26:03 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Nelis Lamprecht In-Reply-To: <200309230644.h8N6iGNn017376@brabys.co.za> References: <200309230644.h8N6iGNn017376@brabys.co.za> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ATTLDgMIaFu0ukRzhpG5" Organization: MarcusCom, Inc. Message-Id: <1064301998.27882.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 03:26:38 -0400 X-Spam-Status: No, hits=-11.4 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 07:26:49 -0000 --=-ATTLDgMIaFu0ukRzhpG5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 02:44, Nelis Lamprecht wrote: > Hi >=20 > Sorry for top posting once again, have to use webmail client so not sure > what the output of this is going to look like. >=20 > My question is, surely if gtkhtml3 ( required to upgrade my evolution ) i= s > looking for incorrect path then the problem lies with the port ? Or am I > missing something ? It is gtkhtml3 that's failing. >=20 > Indeed libgnome does not exist anymore like you said and has been replace= d > by libgnome-2.0. None of the ports you mentioned for deinstall exist on m= y > machine either. I have quite a few ports that need upgrading but nothing > that I can see that directly relates to my evolution upgrade. >=20 > If someone could please take a look at my package list which hopefully wi= ll > show as I have attached it as a text file to this message. Maybe you will= be > able to see what's wrong from the list. Please read the replies to your email before reposting. As I said before, remove /usr/X11R6/include/gal, and the build should work. Joe >=20 > Thanks for your reply's. >=20 > Regards, > Nelis >=20 >=20 > ----- Original Message ----- > Date: Mon September 22, 2003 05:14 PM > From: Franz Klammer > To: Nelis Lamprecht > cc: freebsd-gnome@freebsd.org > Subject: Re: evolution upgrade error=20 >=20 > hi!=20 >=20 > here are my ideas/suggestions: >=20 > 1) "In file included from body.c:26: > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > libgnome/gnome-defs.h: No such file or directory" >=20 > /usr/X11R6/include/libgnome should not exist any more. > i take a look an there is only a libgnome-2.0 in my > inlclude directory. >=20 > 2) i think we need a list of /var/db/pkg to see what ports > you have installed. >=20 > 3) a good idea is to take a look at the output of "pkg_version -l \<" > you will see all outdated ports with this command. > then update all post listet. >=20 > 4) please read this page: > http://www.freebsd.org/gnome/docs/knownissues.html >=20 > 5) these ports can be deinstalled because they are merged into=20 > other ports: >=20 > port: -> merged into: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > devel/bonobo-activation -> devel/libbonobo > x11/themus -> sysutlis/gnomecontrolcenter2 > x11-fonts/fontilus -> sysutlis/gnomecontrolcenter2 > misc/stickynotes_applet -> x11/gnomeapplets2 > x11-toolkits/gtk-thinice-engine -> x11-toolkits/gnome-themes >=20 > franz. >=20 > Am Mo, 2003-09-22 um 12.55 schrieb Nelis Lamprecht: > > Hi List, > >=20 > > > > Upgraded Gnome2.2.2 to 2.4 this weekend and well to say the least it's = been > > a mission. Been using FreeBSD/Gnome for 2 years now and previously all = I did > > to upgrade was a "portupgrade -R gnome2" but this has been far from the= case > > this time around. It's taken me 2 days to get my office pc up and runni= ng > > and I've had to deinstall and reinstall a whole bunch of ports manually= . > > Also some ports have changed so getting rid of them so I can continue > > upgrading other ports has been a huge ball ache. > > > >=20 > > Anyway, I now want to get my evolution 1.2.4 upgraded. I started an upg= rade > > only to have gtkhtml3 fail on me with the error below and for some reas= on my > > "old" mail folders will not display so I am forced to upgrade evoluton = and > > get it working. Here is the error, please could someone help me with th= is as > > I'm already 2 days behind because of my disastrous Gnome2 upgrade. > >=20 > > Thanks and much appreciated. > >=20 > > Nelis > >=20 > >=20 > > Error Message: > >=20 > > In file included from body.c:26: > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:35: > > libgnome/gnome-defs.h: No such file or directory > > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.= h: No > > such file or directory > > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38= , > > from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canva= s.h: > > No such file or directory > > /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h:= No > > such file or directory > > In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38= , > > from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `t= ypedef' > > In file included from /usr/X11R6/include/gal/widgets/widget-color-combo= .h:37, > > from body.c:26: > > /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before > > `BEGIN_GNOME_DECLS' > > /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before > `typedef' > > /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before > > `GnomeCanvasItem' > > In file included from body.c:26: > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error be= fore > > `BEGIN_GNOME_DECLS' > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error be= fore > > `typedef' > > /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error be= fore > > `GnomeCanvas' > > In file included from > > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, > > from ../../src/gtkhtml-types.h:26, > > from ../../src/htmlengine.h:30, > > from ../../src/htmlengine-edit.h:27, > > from body.c:27: > > /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h= :129: > > syntax error before `typedef' > > gmake[3]: *** [body.lo] Error 1 > > gmake[3]: Leaving directory > > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.8 > >=20 > >=20 > > _______________________________________________ > > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-ATTLDgMIaFu0ukRzhpG5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/b/Wub2iPiv4Uz4cRAkeJAJ9vckf1CIUauuZmG9uSKJEEpj4YLACfarqG NTVRwK7YqyAjeBuzyFn2Z+o= =pVnX -----END PGP SIGNATURE----- --=-ATTLDgMIaFu0ukRzhpG5-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 01:06:07 2003 Return-Path: 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 9C8EA16A4B3 for ; Tue, 23 Sep 2003 01:06:07 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B11443FE5 for ; Tue, 23 Sep 2003 01:06:05 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8N85Vcp007811 for ; Tue, 23 Sep 2003 10:05:31 +0200 From: Nelis Lamprecht To: FreeBSD Gnome Mail List In-Reply-To: <1064301998.27882.17.camel@shumai.marcuscom.com> References: <200309230644.h8N6iGNn017376@brabys.co.za> <1064301998.27882.17.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1064304331.17759.7.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 10:05:31 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Re: evolution upgrade error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 08:06:07 -0000 On Tue, 2003-09-23 at 09:26, Joe Marcus Clarke wrote: > Please read the replies to your email before reposting. As I said > before, remove /usr/X11R6/include/gal, and the build should work. > > Joe Had you included me in your reply in your original posting then I would have done as suggested but I guess that's my fault for not subscribing. Thanks, I'm back in business not sure why the port can't be made to use the correct directory version of gal though. Thanks again. Regards, Nelis From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 01:26:11 2003 Return-Path: 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 9A8DF16A4B3 for ; Tue, 23 Sep 2003 01:26:11 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909DE43F3F for ; Tue, 23 Sep 2003 01:26:10 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd10.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1A1iUg-0007uY-06; Tue, 23 Sep 2003 10:25:58 +0200 Received: from Andro-Beta.Leidinger.net (VrmT8YZCQeLjc86oG98IUgfM8Ad1og4G3Jui8FC4iGDhodfYD+mcUq@[217.83.26.12]) by fmrl10.sul.t-online.com with esmtp id 1A1iUJ-0Cawtc0; Tue, 23 Sep 2003 10:25:35 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h8N8PY8i003980; Tue, 23 Sep 2003 10:25:34 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h8N8PYFw000953; Tue, 23 Sep 2003 10:25:34 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Tue, 23 Sep 2003 10:25:34 +0200 From: Alexander Leidinger To: Joe Marcus Clarke Message-Id: <20030923102534.35ba1286.Alexander@Leidinger.net> In-Reply-To: <1064255439.693.59.camel@gyros> References: <007d01c38135$10f4bbf0$65166ba5@lc.ca.gov> <1064255439.693.59.camel@gyros> X-Mailer: Sylpheed version 0.9.5claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: VrmT8YZCQeLjc86oG98IUgfM8Ad1og4G3Jui8FC4iGDhodfYD+mcUq@t-dialin.net cc: freebsd-gnome@freebsd.org Subject: Re: Quick 2.2 - 2.4 Upgrade Question X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 08:26:11 -0000 On Mon, 22 Sep 2003 14:30:39 -0400 Joe Marcus Clarke wrote: > On Mon, 2003-09-22 at 14:11, Drew Tomlinson wrote: > > Can I execute the portupgrade commands from within a terminal window > > while running Gnome? Or will cause conflicts and grief when running > > applications are upgraded? Maybe it's better to upgrade from a regular > > console session? What do you recommend? > > I recommend logging out of X (or at least out of GNOME). To upgrade to > 2.4. I did it without logging out. At a specific point you don't have any entry in the applications menu anymore, but after the update you just have to relogin and everything is fine. The worst thing is a segfault of a running GNOME application, so don't do important things. Bye, Alexander. -- It's not a bug, it's tradition! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 01:28:10 2003 Return-Path: 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 CACA016A4B3 for ; Tue, 23 Sep 2003 01:28:10 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284B643F75 for ; Tue, 23 Sep 2003 01:28:07 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8N8Kc0Q006764; Tue, 23 Sep 2003 04:20:38 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8N8RRlB022695; Tue, 23 Sep 2003 04:27:27 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexander Leidinger In-Reply-To: <20030923102534.35ba1286.Alexander@Leidinger.net> References: <007d01c38135$10f4bbf0$65166ba5@lc.ca.gov> <1064255439.693.59.camel@gyros> <20030923102534.35ba1286.Alexander@Leidinger.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RkITlV10zjisrdGiSsoa" Organization: MarcusCom, Inc. Message-Id: <1064305683.27882.26.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 04:28:03 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Quick 2.2 - 2.4 Upgrade Question X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 08:28:10 -0000 --=-RkITlV10zjisrdGiSsoa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 04:25, Alexander Leidinger wrote: > On Mon, 22 Sep 2003 14:30:39 -0400 > Joe Marcus Clarke wrote: >=20 > > On Mon, 2003-09-22 at 14:11, Drew Tomlinson wrote: > > > Can I execute the portupgrade commands from within a terminal window > > > while running Gnome? Or will cause conflicts and grief when running > > > applications are upgraded? Maybe it's better to upgrade from a regul= ar > > > console session? What do you recommend? > >=20 > > I recommend logging out of X (or at least out of GNOME). To upgrade to > > 2.4. >=20 > I did it without logging out. At a specific point you don't have any > entry in the applications menu anymore, but after the update you just > have to relogin and everything is fine. The worst thing is a segfault of > a running GNOME application, so don't do important things. Right. I did my laptop while logged in, but weird things start to happen when bonobo-activation-server goes south. And, like you said, once you update gnomvfs2, the panel goes empty. For easy of overall experience (given the complexity of this upgrade), it's best to do it from a vty. Joe >=20 > Bye, > Alexander. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-RkITlV10zjisrdGiSsoa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cAQTb2iPiv4Uz4cRAhxzAJ4hYsVw3xNe0qd/oY4XNsdVs9iFygCdHkVT wjTWfB7r4Jt8C0MW6/TIQE4= =MMwB -----END PGP SIGNATURE----- --=-RkITlV10zjisrdGiSsoa-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 02:48:05 2003 Return-Path: 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 8812716A4B3 for ; Tue, 23 Sep 2003 02:48:05 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BE243FDD for ; Tue, 23 Sep 2003 02:48:03 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8N9lpcp017719 for ; Tue, 23 Sep 2003 11:47:51 +0200 From: Nelis Lamprecht To: FreeBSD Gnome Mail List Content-Type: text/plain Message-Id: <1064310470.17759.34.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 11:47:50 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: control center command ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 09:48:05 -0000 Hi, What is the command to open up the Gnome2 control center ? I seem to have 2 versions installed, is it safe to delete the older version ? I noticed clicking on the "Sound Configure" icon under "Multimedia" brings up the old control center, is that correct ? enigma# pkg_info | grep gnomecontrol gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project gnomecontrolcenter2-2.4.0 Control center for GNOME 2 project Thanks. Nelis From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 03:03:14 2003 Return-Path: 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 2F53D16A4B3 for ; Tue, 23 Sep 2003 03:03:14 -0700 (PDT) Received: from bland.int.ru (q140150.ap.plala.or.jp [220.99.140.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id B743643FF7 for ; Tue, 23 Sep 2003 03:03:12 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bland.int.ru (8.12.10/8.12.10) with ESMTP id h8NA2x3J020220; Tue, 23 Sep 2003 19:02:59 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F701A53.9080606@FreeBSD.org> Date: Tue, 23 Sep 2003 19:02:59 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: nelis@brabys.co.za References: <1064310470.17759.34.camel@enigma.8ball.co.za> In-Reply-To: <1064310470.17759.34.camel@enigma.8ball.co.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Gnome Mail List Subject: Re: control center command ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 10:03:14 -0000 Nelis, Nelis Lamprecht wrote: >Hi, > >What is the command to open up the Gnome2 control center ? > Use gnome-control-center or browse preferences: in nautilus window. >I seem to have 2 versions installed, is it safe to delete the older version ? > It depends. You should check port wich requires gnomecontrolcenter-1.4.0.5_1. Basicly if you do not have to configure anything GNOME 1 related feel free to rermove it. All the best, Alexander. >I noticed clicking on the "Sound Configure" icon under "Multimedia" brings >up the old control center, is that correct ? > >enigma# pkg_info | grep gnomecontrol >gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project >gnomecontrolcenter2-2.4.0 Control center for GNOME 2 project > > >Thanks. > >Nelis > > > > > >_______________________________________________ >freebsd-gnome@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 05:24:13 2003 Return-Path: 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 1602016A4B3 for ; Tue, 23 Sep 2003 05:24:13 -0700 (PDT) Received: from pop018.verizon.net (pop018pub.verizon.net [206.46.170.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id D898E43FDF for ; Tue, 23 Sep 2003 05:24:10 -0700 (PDT) (envelope-from alden.pierre@verizon.net) Received: from verizon.net ([138.89.109.231]) by pop018.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030923122410.LCHJ11703.pop018.verizon.net@verizon.net>; Tue, 23 Sep 2003 07:24:10 -0500 Message-ID: <3F70241A.8040508@verizon.net> Date: Tue, 23 Sep 2003 06:44:42 -0400 From: Alden Louis-Pierre User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Wingate References: <3F6F9BFA.2000700@verizon.net> <20030922211618.H470@daemon.g-e-e-k.net> In-Reply-To: <20030922211618.H470@daemon.g-e-e-k.net> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop018.verizon.net from [138.89.109.231] at Tue, 23 Sep 2003 07:24:09 -0500 cc: freebsd-gnome@freebsd.org Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 12:24:13 -0000 Steve Wingate wrote: >You do realize that all ".gnome*" files are hidden from normal view, don't >you? >ls -la should reveal a cornucopia of configuration confection. > > >+---------------------------------------------------------------------+ >|Steve Wingate >|MCSE, CCNA Mon Sep 22 21:10:00 PDT 2003 >+---------------------------------------------------------------------+ >|FreeBSD 4.9-PRERELEASE >| 9:10PM up 13 days, 13:42, 1 user, load averages: 0.00, 0.00, 0.00 >+---------------------------------------------------------------------+ > >On Mon, 22 Sep 2003, Alden Louis-Pierre wrote: > > > >>I'm running FreeBSD 4.8 and I decide to install gnome 2.4 from the ports >>collection. I've followed the instructions that was provided. >> >># echo WITH_FAM= yes >> /etc/make.conf >># echo WITH_LAME= yes >> /etc/make.conf >># echo portmap_enable="YES" >> /etc/rc.conf >># cvsup -g -L 2 ports-supfile >># cd /usr/ports/x11/gnome2 >># make clean >># make install clean >># exit >># startx >> >>I'm presented with the generic window of xfree. I checked in my cd ~ >>directory and I noticed I have no .gnome files. Would someone be kind >>enough to point me to the right direction/document. I'm currently using >>www.freebsd.org/gnome as my source of reference. >> >>Thank You >>Alden Louis-Pierre >> >> >>_______________________________________________ >>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" >> >> >> >> > > > Come on now, give me some type of credit. The way I presented the question should have given you an idea that I'm quite comfortable with the command line. Your avg noob would not know what commands " cd ~ " or "echo blahblah >> some_file" does . To top it off I mentioned that I've checked my ~ directory to see if I have any .gnome files. Does this not give you an idea that I used "ls -la | less" to scan my ~ directory? Thank You Alden Louis-Pierre From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 05:36:06 2003 Return-Path: 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 10B7F16A4BF; Tue, 23 Sep 2003 05:36:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532C143FCB; Tue, 23 Sep 2003 05:36:02 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8NCa2FY056137; Tue, 23 Sep 2003 05:36:02 -0700 (PDT) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8NCa2t1056133; Tue, 23 Sep 2003 05:36:02 -0700 (PDT) (envelope-from krion) Date: Tue, 23 Sep 2003 05:36:02 -0700 (PDT) From: Kirill Ponomarew Message-Id: <200309231236.h8NCa2t1056133@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57127: Update port: irc/xchat2 to 2.0.5 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 12:36:06 -0000 Synopsis: Update port: irc/xchat2 to 2.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Tue Sep 23 05:35:47 PDT 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=57127 From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 06:35:03 2003 Return-Path: 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 2FB4916A4B3 for ; Tue, 23 Sep 2003 06:35:03 -0700 (PDT) Received: from bland.int.ru (q140150.ap.plala.or.jp [220.99.140.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C4F43FA3 for ; Tue, 23 Sep 2003 06:35:01 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bland.int.ru (8.12.10/8.12.10) with ESMTP id h8NDZ0a8002844; Tue, 23 Sep 2003 22:35:00 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F704C04.6030900@FreeBSD.org> Date: Tue, 23 Sep 2003 22:35:00 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alden Louis-Pierre References: <3F6F9BFA.2000700@verizon.net> <20030922211618.H470@daemon.g-e-e-k.net> <3F70241A.8040508@verizon.net> In-Reply-To: <3F70241A.8040508@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 13:35:03 -0000 Alden Louis-Pierre wrote: > Steve Wingate wrote: > >> You do realize that all ".gnome*" files are hidden from normal view, >> don't >> you? >> ls -la should reveal a cornucopia of configuration confection. >> >> ... >> >> >> > Come on now, give me some type of credit. The way I presented the > question should have given you an idea that I'm quite comfortable with > the command line. Your avg noob would not know what commands " cd ~ > " or "echo blahblah >> some_file" does . To top it off I mentioned > that I've checked my ~ directory to see if I have any .gnome files. > Does this not give you an idea that I used "ls -la | less" to scan my > ~ directory? Take it easy man. Do you have ~/.xinitrc and what in it? I just want to be sure you run gnome-session not default X stuff. In case you don't have it create one and put exec gnome-session there. Or enable gdm and your system will welcome you with the logon screen. All the best, Alexander. > > > Thank You > Alden Louis-Pierre > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 06:43:04 2003 Return-Path: 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 BE5AB16A4B3 for ; Tue, 23 Sep 2003 06:43:04 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEFD43F75 for ; Tue, 23 Sep 2003 06:43:02 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8NDglcp024245 for ; Tue, 23 Sep 2003 15:42:47 +0200 From: Nelis Lamprecht To: FreeBSD Gnome Mail List Content-Type: text/plain Message-Id: <1064324566.20066.21.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 15:42:47 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: printing in Gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 13:43:04 -0000 Hi, I am having a problem printing in certain applications in Gnome2.4 Mainly it is from within my web browser both Mozilla, Epiphany and also OpenOffice. In programs like gedit 2.4 and evolution 1.4.4 the printing interface allows me to select the printers I have installed ( it shows my smb_printers I setup ) and the location which is CUPS. From within my browser I just get a "print command" line where I've tried various commands including lpr, lpr -Psmb_printer, lp -d smb_printer etc but non work. I'm almost sure I had this working previously but it's been awhile since I've played with CUPS and Samba. What command should I be using to print ? Regards, Nelis From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 06:47:53 2003 Return-Path: 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 4676916A4B3 for ; Tue, 23 Sep 2003 06:47:53 -0700 (PDT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBF643FBF for ; Tue, 23 Sep 2003 06:47:52 -0700 (PDT) (envelope-from freebsd@mcaree.org) Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLO0005X6BR1G@l-daemon> for freebsd-gnome@freebsd.org; Tue, 23 Sep 2003 07:47:51 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca (pn2ml3so-qfe0.prod.shaw.ca [10.0.121.147]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLO00DLZ6BR8C@l-daemon> for freebsd-gnome@freebsd.org; Tue, 23 Sep 2003 07:47:51 -0600 (MDT) Received: from [10.200.44.101] (h68-145-33-117.cg.shawcable.net [68.145.33.117]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLO007AH6BRNP@l-daemon> for freebsd-gnome@freebsd.org; Tue, 23 Sep 2003 07:47:51 -0600 (MDT) Date: Tue, 23 Sep 2003 07:46:42 -0600 From: John McAree In-reply-to: <1064296903.27882.15.camel@shumai.marcuscom.com> To: Joe Marcus Clarke Message-id: <1064324801.899.6.camel@avenger.telusman.com> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Content-type: text/plain Content-transfer-encoding: 7BIT References: <1064295383.899.2.camel@avenger.telusman.com> <1064296903.27882.15.camel@shumai.marcuscom.com> cc: "freebsd-gnome@freebsd.org" Subject: Re: GDM 2.4 Problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 13:47:53 -0000 On Tue, 2003-09-23 at 00:01, Joe Marcus Clarke wrote: > Did you read the Known Issues here: > > http://www.freebsd.org/gnome/docs/knownissues.html Nope, I did not. I had googled for a while, but couldn't find anything relevent...guess I didn't google hard enough (or think of reading FreeBSD docs). Thanks for pointing it out, I don't think it's a gdm.conf problem (since it's not an upgrade), but the OpenPAM one sounds likely. I'll give it a shot, and let you know if it works or not! Regards, John. From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 06:58:25 2003 Return-Path: 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 A082E16A4C1; Tue, 23 Sep 2003 06:58:25 -0700 (PDT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC9743F85; Tue, 23 Sep 2003 06:58:24 -0700 (PDT) (envelope-from alden.pierre@verizon.net) Received: from verizon.net ([138.89.109.231]) by out004.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030923135823.HOSB25700.out004.verizon.net@verizon.net>; Tue, 23 Sep 2003 08:58:23 -0500 Message-ID: <3F7038C6.2030001@verizon.net> Date: Tue, 23 Sep 2003 08:12:54 -0400 From: Alden Louis-Pierre User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Nedotsukov References: <3F6F9BFA.2000700@verizon.net> <20030922211618.H470@daemon.g-e-e-k.net> <3F70241A.8040508@verizon.net> <3F704C04.6030900@FreeBSD.org> In-Reply-To: <3F704C04.6030900@FreeBSD.org> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [138.89.109.231] at Tue, 23 Sep 2003 08:58:23 -0500 cc: freebsd-gnome@FreeBSD.org Subject: Re: After make install clean gnome is not starting. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 13:58:25 -0000 Alexander Nedotsukov wrote: > Alden Louis-Pierre wrote: > >> Steve Wingate wrote: >> >>> You do realize that all ".gnome*" files are hidden from normal view, >>> don't >>> you? >>> ls -la should reveal a cornucopia of configuration confection. >>> >>> > ... > >>> >>> >>> >> Come on now, give me some type of credit. The way I presented the >> question should have given you an idea that I'm quite comfortable >> with the command line. Your avg noob would not know what commands " >> cd ~ " or "echo blahblah >> some_file" does . To top it off I >> mentioned that I've checked my ~ directory to see if I have any >> .gnome files. Does this not give you an idea that I used "ls -la | >> less" to scan my ~ directory? > > > Take it easy man. Do you have ~/.xinitrc and what in it? I just want > to be sure you run gnome-session not default X stuff. In case you > don't have it create one and put exec gnome-session there. Or enable > gdm and your system will welcome you with the logon screen. > > All the best, > Alexander. > >> >> >> Thank You >> Alden Louis-Pierre _______________________________________________ >> 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" > > > > > I aplogize, Alexander. I manage to get it to work. I needed to run the following command: # echo /usr/X11R6/bin/gnome-session > ~/.xinitrc Thanks Again Alexander, Joe, and Simon Thank You Alden Louis-Pierre From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 09:18:43 2003 Return-Path: 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 CAA7B16A4B3 for ; Tue, 23 Sep 2003 09:18:43 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6733143F93 for ; Tue, 23 Sep 2003 09:18:42 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NGB80Q028478; Tue, 23 Sep 2003 12:11:08 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NGHplB027229; Tue, 23 Sep 2003 12:17:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: nelis@brabys.co.za In-Reply-To: <1064324566.20066.21.camel@enigma.8ball.co.za> References: <1064324566.20066.21.camel@enigma.8ball.co.za> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Q6+84zNR/goGKcrjrY8u" Organization: MarcusCom, Inc. Message-Id: <1064333911.743.11.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 12:18:31 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD Gnome Mail List Subject: Re: printing in Gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 16:18:43 -0000 --=-Q6+84zNR/goGKcrjrY8u Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 09:42, Nelis Lamprecht wrote: > Hi, >=20 > I am having a problem printing in certain applications in Gnome2.4 > Mainly it is from within my web browser both Mozilla, Epiphany and also > OpenOffice. In programs like gedit 2.4 and evolution 1.4.4 the printing > interface allows me to select the printers I have installed ( it shows > my smb_printers I setup ) and the location which is CUPS. From within my > browser I just get a "print command" line where I've tried various > commands including lpr, lpr -Psmb_printer, lp -d smb_printer etc but non > work. I'm almost sure I had this working previously but it's been awhile > since I've played with CUPS and Samba. >=20 > What command should I be using to print ? I think you need to use /usr/local/bin/lpr to print using Samba.=20 However, I don't use Samba, so I don't really know. Joe >=20 > Regards, > Nelis=20 >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-Q6+84zNR/goGKcrjrY8u Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cHJXb2iPiv4Uz4cRAmxDAJ9uGSYjPPaMSR/eeeriErBU2BDsYQCeJ93n tonJB43Zsi6801EwEByuhXc= =/Jqv -----END PGP SIGNATURE----- --=-Q6+84zNR/goGKcrjrY8u-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 09:42:29 2003 Return-Path: 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 BAC3516A4BF for ; Tue, 23 Sep 2003 09:42:29 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E205C43F75 for ; Tue, 23 Sep 2003 09:42:27 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8NGgRHG002480 for ; Tue, 23 Sep 2003 09:42:27 -0700 (PDT) Message-ID: <3F7077F3.5080502@mail.flyingcroc.net> Date: Tue, 23 Sep 2003 09:42:27 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 16:42:30 -0000 I just upgraded to Gnome 2.4 and I find that gnome-session no longer runs .gnomerc. I put my ssh-add command in .gnomerc so that it prompts me on login to enter my passphrase, but this no longer works. I run gdm normally to login. It took me quite a while to adjust to the idiotic new Xsession arrangement, but the ignoring of .gnomerc leaves me puzzled. I cannot put the ssh-add in .profile or .xprofile, since ssh-agent doesn't run until the start of gnome-session. Did something change in Gnome 2.4 to affect this? /Joe From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 09:47:41 2003 Return-Path: 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 6379916A4E0 for ; Tue, 23 Sep 2003 09:47:41 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 124F043FF2 for ; Tue, 23 Sep 2003 09:47:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NGjN4R022437; Tue, 23 Sep 2003 12:45:23 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NGktlB027610; Tue, 23 Sep 2003 12:46:55 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Joe Kelsey In-Reply-To: <3F7077F3.5080502@mail.flyingcroc.net> References: <3F7077F3.5080502@mail.flyingcroc.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cZe3jfWhf4BveZKQsmaG" Organization: MarcusCom, Inc. Message-Id: <1064335655.743.21.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 12:47:35 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 16:47:41 -0000 --=-cZe3jfWhf4BveZKQsmaG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: > I just upgraded to Gnome 2.4 and I find that gnome-session no longer=20 > runs .gnomerc. I put my ssh-add command in .gnomerc so that it prompts=20 > me on login to enter my passphrase, but this no longer works. gnome-session never ran ~/.gnomerc. It was GDM that did this. >=20 > I run gdm normally to login. >=20 > It took me quite a while to adjust to the idiotic new Xsession=20 > arrangement, but the ignoring of .gnomerc leaves me puzzled. I cannot=20 > put the ssh-add in .profile or .xprofile, since ssh-agent doesn't run=20 > until the start of gnome-session. >=20 > Did something change in Gnome 2.4 to affect this? Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. Joe >=20 > /Joe >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-cZe3jfWhf4BveZKQsmaG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cHknb2iPiv4Uz4cRAqTyAJoDMIrdht7zRUwYnuD3FvdYWi/XdACfZXR2 hZ3mk4tdQVFYFe/tKcHEf8o= =LN1m -----END PGP SIGNATURE----- --=-cZe3jfWhf4BveZKQsmaG-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 09:58:55 2003 Return-Path: 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 53E4C16A4B3 for ; Tue, 23 Sep 2003 09:58:55 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B587544005 for ; Tue, 23 Sep 2003 09:58:54 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8NGwsHG003725 for ; Tue, 23 Sep 2003 09:58:54 -0700 (PDT) Message-ID: <3F707BCE.6010205@mail.flyingcroc.net> Date: Tue, 23 Sep 2003 09:58:54 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users References: <3F7077F3.5080502@mail.flyingcroc.net> <1064335655.743.21.camel@gyros> In-Reply-To: <1064335655.743.21.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 16:58:55 -0000 Joe Marcus Clarke wrote: > On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: >>Did something change in Gnome 2.4 to affect this? > > > Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. .xsession doesn't work the same way. gdm/Xsession checks for the existence of .xsession an uses that *instead of* the default "ssh-agent -- gnome-session". .gnomerc used to get executed *after* launching gnome-session so that I could run ssh-add. Now, the same ability does not exist, so I have to completely recreate the overall structure by first starting ssh-agent in the background in .xsession, then run ssh-add, then exec gnome-session. This completely severs the ability to automatically kill ssh-agent at logout, and I hve to come up with an alternative, such as leaving a remnant shell to do the clean-up. What a horrible mess! /Joe From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:06:19 2003 Return-Path: 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 8980D16A4C1 for ; Tue, 23 Sep 2003 10:06:19 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD9443FF2 for ; Tue, 23 Sep 2003 10:06:16 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NH424R009751; Tue, 23 Sep 2003 13:04:02 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NH5YlB027842; Tue, 23 Sep 2003 13:05:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Joe Kelsey In-Reply-To: <3F707BCE.6010205@mail.flyingcroc.net> References: <3F7077F3.5080502@mail.flyingcroc.net> <3F707BCE.6010205@mail.flyingcroc.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pVGRP/MvnRoqs2b5DlNz" Organization: MarcusCom, Inc. Message-Id: <1064336774.743.27.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 13:06:14 -0400 X-Spam-Status: No, hits=-10.7 required=5.0 tests=BAYES_01,IN_REP_TO,PGP_SIGNATURE_2,REFERENCES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD GNOME Users Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:06:19 -0000 --=-pVGRP/MvnRoqs2b5DlNz Content-Type: multipart/mixed; boundary="=-eSXfoWosb3GFyu1EKBjM" --=-eSXfoWosb3GFyu1EKBjM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 12:58, Joe Kelsey wrote: > Joe Marcus Clarke wrote: > > On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: > >>Did something change in Gnome 2.4 to affect this? > >=20 > >=20 > > Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. >=20 > .xsession doesn't work the same way. gdm/Xsession checks for the=20 > existence of .xsession an uses that *instead of* the default "ssh-agent=20 > -- gnome-session". .gnomerc used to get executed *after* launching=20 > gnome-session so that I could run ssh-add. No it didn't. I always used .gnomerc, and it was always executed by GDM. Attached is the old code to prove it. Also, if you grep through the gnome-session-2.2.2 code, you will see no mention of .gnomerc. > Now, the same ability does=20 > not exist, so I have to completely recreate the overall structure by=20 > first starting ssh-agent in the background in .xsession, then run=20 > ssh-add, then exec gnome-session. This completely severs the ability to=20 > automatically kill ssh-agent at logout, and I hve to come up with an=20 > alternative, such as leaving a remnant shell to do the clean-up. >=20 > What a horrible mess! Also attached is my old .gnomerc which calls gnome-session at the end.=20 You can certainly add your own commands to this. Just make sure the last command is exec gnome-session. Joe >=20 > /Joe >=20 >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-eSXfoWosb3GFyu1EKBjM-- --=-pVGRP/MvnRoqs2b5DlNz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cH2Gb2iPiv4Uz4cRApj8AKCsB8OQnA5SuREhcaivsbABar32HwCgpdBO sHxNRL11l6+uAHM522NC++A= =1xoX -----END PGP SIGNATURE----- --=-pVGRP/MvnRoqs2b5DlNz-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:08:05 2003 Return-Path: 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 B41FA16A4B3 for ; Tue, 23 Sep 2003 10:08:05 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC1FC44013 for ; Tue, 23 Sep 2003 10:08:04 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A1qdz-0004XI-3F for freebsd-gnome@FreeBSD.org; Tue, 23 Sep 2003 21:08:07 +0400 From: "Vladimir B. Grebenschikov" To: freebsd-gnome@FreeBSD.org Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1064336882.888.28.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 21:08:05 +0400 Content-Transfer-Encoding: 7bit Subject: Upgrade to Gnome-2.4 - mission impossible ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:08:05 -0000 I have installed gnome-2.4 from marcus ports tree before official release as freebsd port, and it mostly works. But now I am trying to upgrade to latest gnome-2.4 version from ports. I don't know why audio/arts (Audio system for the KDE integrated X11 desktop) is in dependancy list for gnome2: # ports_glob -R gnome2 | fgrep arts audio/arts # Is esound subsystem not enough for gnome ? Anyway I can't build audio/arts - it complains about improper version of qt. But I have latest qt from ports installed: # pkg_info -g qt-3.2.1 Information for qt-3.2.1: Mismatched Checksums: # find /usr/X11R6/lib -name libqt\* /usr/X11R6/lib/libqt-mt.prl /usr/X11R6/lib/libqt-mt.so.3.2.1 /usr/X11R6/lib/libqt-mt.so /usr/X11R6/lib/libqt-mt.so.3 /usr/X11R6/lib/libqt-mt.so.3.2 # #/usr/ports/audio/arts 200_> portupgrade arts ---> Upgrading 'arts-1.1.3,1' to 'arts-1.1.4,1' (audio/arts) ---> Building '/usr/ports/audio/arts' ===> Cleaning for libaudiofile-0.2.3 ... ===> Cleaning for arts-1.1.4,1 ===> Extracting for arts-1.1.4,1 >> Checksum OK for KDE/arts-1.1.4.tar.bz2. ===> Patching for arts-1.1.4,1 ===> Applying FreeBSD patches for arts-1.1.4,1 ===> arts-1.1.4,1 depends on file: /usr/X11R6/bin/moc - found ===> arts-1.1.4,1 depends on executable: gmake - found ===> arts-1.1.4,1 depends on shared library: audiofile.0 - found ===> Configuring for arts-1.1.4,1 /usr/bin/sed -i.bak -e 's|-pedantic ||g' /usr/ports/audio/arts/work/arts-1.1.4/configure checking build system type... i386-portbld-freebsd5.1 checking host system type... i386-portbld-freebsd5.1 checking target system type... i386-portbld-freebsd5.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel .... checking fam.h presence... yes checking for fam.h... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... yes checking for pthread_create in -lpthread... no checking whether c++ supports -pthread... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt) not found. Please check your installation! For more details about this problem, look at the end of config.log. ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/audio/arts/work/arts-1.1.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/audio/arts. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade38147.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! audio/arts (arts-1.1.3,1) (configure error) Looking into config.log I have found that it tries to link against libqt.so, but there is only libqt-mt. /usr/ports/audio/arts# fgrep -- -lqt work/arts-1.1.4/config.log configure:24813: rm -rf SunWS_cache; c++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O -pipe -mcpu=pentiumpro -fno-exceptions -fno-check-new -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib conftest.cc -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib -lqt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE 1>&5 /usr/bin/ld: cannot find -lqt How to deal with it ? -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:11:19 2003 Return-Path: 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 240FF16A4B3 for ; Tue, 23 Sep 2003 10:11:19 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9A643FE3 for ; Tue, 23 Sep 2003 10:11:14 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NH8x4R013837; Tue, 23 Sep 2003 13:09:00 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NHAUlB027878; Tue, 23 Sep 2003 13:10:30 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064336882.888.28.camel@localhost> References: <1064336882.888.28.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YsMLkJKnozQ0CQBV5pRC" Organization: MarcusCom, Inc. Message-Id: <1064337069.743.29.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 13:11:10 -0400 X-Spam-Status: No, hits=-11.4 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Upgrade to Gnome-2.4 - mission impossible ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:11:19 -0000 --=-YsMLkJKnozQ0CQBV5pRC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 13:08, Vladimir B. Grebenschikov wrote: > I have installed gnome-2.4 from marcus ports tree before official > release as freebsd port, and it mostly works. >=20 > But now I am trying to upgrade to latest gnome-2.4 version from ports. >=20 > I don't know why audio/arts (Audio system for the KDE integrated X11 > desktop) is in dependancy list for gnome2: >=20 > # ports_glob -R gnome2 | fgrep arts > audio/arts Probably via gstreamer-plugins. arts itself is not used by GNOME, and is not a default dependency. > # >=20 > Is esound subsystem not enough for gnome ? Yes. >=20 > Anyway I can't build audio/arts - it complains about improper version of > qt. But I have latest qt from ports installed: >=20 > # pkg_info -g qt-3.2.1 > Information for qt-3.2.1: Take it up with the KDE people. In the meantime, remove arts, and you should be able to build GNOME just fine. Joe >=20 > Mismatched Checksums: >=20 > # find /usr/X11R6/lib -name libqt\* > /usr/X11R6/lib/libqt-mt.prl > /usr/X11R6/lib/libqt-mt.so.3.2.1 > /usr/X11R6/lib/libqt-mt.so > /usr/X11R6/lib/libqt-mt.so.3 > /usr/X11R6/lib/libqt-mt.so.3.2 > # >=20 >=20 > #/usr/ports/audio/arts 200_> portupgrade arts > ---> Upgrading 'arts-1.1.3,1' to 'arts-1.1.4,1' (audio/arts) > ---> Building '/usr/ports/audio/arts' > =3D=3D=3D> Cleaning for libaudiofile-0.2.3 > ... > =3D=3D=3D> Cleaning for arts-1.1.4,1 > =3D=3D=3D> Extracting for arts-1.1.4,1 > >> Checksum OK for KDE/arts-1.1.4.tar.bz2. > =3D=3D=3D> Patching for arts-1.1.4,1 > =3D=3D=3D> Applying FreeBSD patches for arts-1.1.4,1 > =3D=3D=3D> arts-1.1.4,1 depends on file: /usr/X11R6/bin/moc - found > =3D=3D=3D> arts-1.1.4,1 depends on executable: gmake - found > =3D=3D=3D> arts-1.1.4,1 depends on shared library: audiofile.0 - found > =3D=3D=3D> Configuring for arts-1.1.4,1 > /usr/bin/sed -i.bak -e 's|-pedantic ||g' > /usr/ports/audio/arts/work/arts-1.1.4/configure > checking build system type... i386-portbld-freebsd5.1 > checking host system type... i386-portbld-freebsd5.1 > checking target system type... i386-portbld-freebsd5.1 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel >=20 > .... >=20 > checking fam.h presence... yes > checking for fam.h... yes > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for IceConnectionNumber in -lICE... yes > checking for libXext... yes > checking for Xinerama... yes > checking for pthread_create in -lpthread... no > checking whether c++ supports -pthread... no > checking for libz... -lz > checking for libpng... -lpng -lz -lm > checking for libjpeg6b... no > checking for libjpeg... -ljpeg > checking for Qt... configure: error: Qt (>=3D Qt 3.1.0) (library qt) not > found. Please check your installation! > For more details about this problem, look at the end of config.log. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to kde@FreeBSD.org [maintainer] and > attach > the "/usr/ports/audio/arts/work/arts-1.1.4/config.log" including > the > output of the failure of your make command. Also, it might be a > good > idea to provide an overview of all packages installed on your > system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/audio/arts. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade38147.0 make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! audio/arts (arts-1.1.3,1) (configure error) >=20 >=20 > Looking into config.log I have found that it tries to link against > libqt.so, but there is only libqt-mt. >=20 > /usr/ports/audio/arts# fgrep -- -lqt work/arts-1.1.4/config.log=20 > configure:24813: rm -rf SunWS_cache; c++ -o conftest -Wnon-virtual-dtor > -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG > -DNO_DEBUG -O -pipe -mcpu=3Dpentiumpro -fno-exceptions -fno-check-new > -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib > -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include > -D_GETOPT_H -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr/X11R6/lib=20 > -L/usr/local/lib conftest.cc -Wl,-export-dynamic -L/usr/local/lib > -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib -lqt -lpng -lz -lm -ljpeg =20 > -lXext -lX11 -lSM -lICE 1>&5 > /usr/bin/ld: cannot find -lqt >=20 >=20 > How to deal with it ? --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-YsMLkJKnozQ0CQBV5pRC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cH6tb2iPiv4Uz4cRAn1vAKCH5jUQVRfeYrT9eskqURUBgKR9UwCeOeM1 00zWu2kK0acpAOAxifHv1x4= =6gAH -----END PGP SIGNATURE----- --=-YsMLkJKnozQ0CQBV5pRC-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:18:12 2003 Return-Path: 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 8AF3116A4B3 for ; Tue, 23 Sep 2003 10:18:12 -0700 (PDT) Received: from hermes.pressenter.com (hermes.pressenter.com [69.58.128.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58ABF4400D for ; Tue, 23 Sep 2003 10:18:10 -0700 (PDT) (envelope-from nospam@hiltonbsd.com) Received: from [69.58.132.98] (helo=daggar.sbgnet.local) by hermes.pressenter.com with smtp (Exim 3.35 #1) id 1A1qng-0007Lq-00; Tue, 23 Sep 2003 12:18:08 -0500 Date: Tue, 23 Sep 2003 12:18:07 -0500 From: Stephen Hilton To: Joe Marcus Clarke Message-Id: <20030923121807.5731912a.nospam@hiltonbsd.com> In-Reply-To: <1064336774.743.27.camel@gyros> References: <3F7077F3.5080502@mail.flyingcroc.net> <3F707BCE.6010205@mail.flyingcroc.net> <1064336774.743.27.camel@gyros> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:18:12 -0000 On Tue, 23 Sep 2003 13:06:14 -0400 Joe Marcus Clarke wrote: > On Tue, 2003-09-23 at 12:58, Joe Kelsey wrote: > > Joe Marcus Clarke wrote: > > > On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: > > >>Did something change in Gnome 2.4 to affect this? > > > > > > > > > Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. > > > > .xsession doesn't work the same way. gdm/Xsession checks for the > > existence of .xsession an uses that *instead of* the default "ssh-agent > > -- gnome-session". .gnomerc used to get executed *after* launching > > gnome-session so that I could run ssh-add. > > No it didn't. I always used .gnomerc, and it was always executed by > GDM. Attached is the old code to prove it. Also, if you grep through > the gnome-session-2.2.2 code, you will see no mention of .gnomerc. > > > Now, the same ability does > > not exist, so I have to completely recreate the overall structure by > > first starting ssh-agent in the background in .xsession, then run > > ssh-add, then exec gnome-session. This completely severs the ability to > > automatically kill ssh-agent at logout, and I hve to come up with an > > alternative, such as leaving a remnant shell to do the clean-up. > > > > What a horrible mess! > > Also attached is my old .gnomerc which calls gnome-session at the end. > You can certainly add your own commands to this. Just make sure the > last command is exec gnome-session. Could I get futher clarification on this please :) Does Gnome 2.4 use ~/.gnomerc as it does in Gnome 2.2 ? Regards, Stephen Hilton nospam@hiltonbsd.com From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:26:47 2003 Return-Path: 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 C4E3916A4B3 for ; Tue, 23 Sep 2003 10:26:47 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91ED943F75 for ; Tue, 23 Sep 2003 10:26:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NHJJ0Q002658; Tue, 23 Sep 2003 13:19:19 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NHPqlB028044; Tue, 23 Sep 2003 13:25:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Stephen Hilton In-Reply-To: <20030923121807.5731912a.nospam@hiltonbsd.com> References: <3F7077F3.5080502@mail.flyingcroc.net> <1064336774.743.27.camel@gyros> <20030923121807.5731912a.nospam@hiltonbsd.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-u4RGJYJjzykvsTcoPsff" Organization: MarcusCom, Inc. Message-Id: <1064337992.743.37.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 13:26:32 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:26:48 -0000 --=-u4RGJYJjzykvsTcoPsff Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 13:18, Stephen Hilton wrote: > On Tue, 23 Sep 2003 13:06:14 -0400 > Joe Marcus Clarke wrote: >=20 > > On Tue, 2003-09-23 at 12:58, Joe Kelsey wrote: > > > Joe Marcus Clarke wrote: > > > > On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: > > > >>Did something change in Gnome 2.4 to affect this? > > > >=20 > > > >=20 > > > > Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. > > >=20 > > > .xsession doesn't work the same way. gdm/Xsession checks for the=20 > > > existence of .xsession an uses that *instead of* the default "ssh-age= nt=20 > > > -- gnome-session". .gnomerc used to get executed *after* launching=20 > > > gnome-session so that I could run ssh-add. > >=20 > > No it didn't. I always used .gnomerc, and it was always executed by > > GDM. Attached is the old code to prove it. Also, if you grep through > > the gnome-session-2.2.2 code, you will see no mention of .gnomerc. > >=20 > > > Now, the same ability does=20 > > > not exist, so I have to completely recreate the overall structure by=20 > > > first starting ssh-agent in the background in .xsession, then run=20 > > > ssh-add, then exec gnome-session. This completely severs the ability= to=20 > > > automatically kill ssh-agent at logout, and I hve to come up with an=20 > > > alternative, such as leaving a remnant shell to do the clean-up. > > >=20 > > > What a horrible mess! > >=20 > > Also attached is my old .gnomerc which calls gnome-session at the end.=20 > > You can certainly add your own commands to this. Just make sure the > > last command is exec gnome-session. >=20 > Could I get futher clarification on this please :) >=20 > Does Gnome 2.4 use ~/.gnomerc as it does in Gnome 2.2 ? No, it uses ~/.xsession in much the same way as .gnomerc. It's doing this to be more KDE-friendly. It will only do this if the command is set to "custom." To do that, you will need to create a custom /usr/X11R6/etc/dm/Sessions file with an Exec action of "custom."=20 However, by default, ~/.xsession will not be run. This is all from looking at the code, so I may be mistaken. Some of this may also have changed in 2.4.4.2. I haven't looked yet. Joe >=20 >=20 > Regards, >=20 >=20 > Stephen Hilton nospam@hiltonbsd.com --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-u4RGJYJjzykvsTcoPsff Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cIJIb2iPiv4Uz4cRAsSeAJ0TFoLAjUFW7i9nGnmmqFLLhQwRSwCgiR3Z XXz/gColsWLiuNrjK8efWGI= =Xy2H -----END PGP SIGNATURE----- --=-u4RGJYJjzykvsTcoPsff-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:28:02 2003 Return-Path: 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 5716416A4B3 for ; Tue, 23 Sep 2003 10:28:02 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52BD43FA3 for ; Tue, 23 Sep 2003 10:28:01 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8NHS1HG005924 for ; Tue, 23 Sep 2003 10:28:01 -0700 (PDT) Message-ID: <3F7082A1.1040102@mail.flyingcroc.net> Date: Tue, 23 Sep 2003 10:28:01 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users References: <3F7077F3.5080502@mail.flyingcroc.net> <1064335655.743.21.camel@gyros> <3F707BCE.6010205@mail.flyingcroc.net> <1064336774.743.27.camel@gyros> In-Reply-To: <1064336774.743.27.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:28:02 -0000 The basic problem boils down to the fact that the old startup effectively ran ssh-agent -- .gnomerc at login and now the new Xsession does not allow for an effective replacement. *iff* the command to Xsession when it starts has the value "custom", *then* it effectively runs ssh-agent -- .xsession otherwise it runs sss-agent -- gnome-session I do not see any place in the GDM setup which allows me to cause the argument to Xsession to have the value "custom". If anyne can point out the part of the gdm setup documentation I do not see, I would greatly appreciate it. /Joe From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 10:35:22 2003 Return-Path: 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 0C34516A4B3 for ; Tue, 23 Sep 2003 10:35:22 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA35343FDD for ; Tue, 23 Sep 2003 10:35:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NHX64R004033; Tue, 23 Sep 2003 13:33:06 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NHYclB028155; Tue, 23 Sep 2003 13:34:38 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Joe Kelsey In-Reply-To: <3F7082A1.1040102@mail.flyingcroc.net> References: <3F7077F3.5080502@mail.flyingcroc.net> <3F707BCE.6010205@mail.flyingcroc.net> <3F7082A1.1040102@mail.flyingcroc.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PniMujLReHt7g60hjs7y" Organization: MarcusCom, Inc. Message-Id: <1064338518.743.40.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 13:35:18 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 17:35:22 -0000 --=-PniMujLReHt7g60hjs7y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 13:28, Joe Kelsey wrote: > The basic problem boils down to the fact that the old startup=20 > effectively ran >=20 > ssh-agent -- .gnomerc >=20 > at login and now the new Xsession does not allow for an effective=20 > replacement. >=20 > *iff* the command to Xsession when it starts has the value "custom",=20 > *then* it effectively runs >=20 > ssh-agent -- .xsession >=20 > otherwise it runs >=20 > sss-agent -- gnome-session >=20 > I do not see any place in the GDM setup which allows me to cause the=20 > argument to Xsession to have the value "custom". If anyne can point out=20 > the part of the gdm setup documentation I do not see, I would greatly=20 > appreciate it. Like I said in my previous email, it looks like you'd need to create a /usr/X11R6/etc/dm/Sessions .desktop file that has an Exec action of customer. However, in poking through Xsession some more, you should be able to achieve a similar behavior to .gnomerc with ~/.Xclients.=20 ssh-agent will then be run with: ssh-agent -- $HOME/.Xclients Note, ~/.Xclients has to be executable. Joe >=20 > /Joe >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-PniMujLReHt7g60hjs7y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cIRWb2iPiv4Uz4cRAo9xAJ9Gyi0ycwzalIkOisGTFchaaROh1ACgqsPq K3jsRDPowqFsFArTLQBOo4A= =lZh5 -----END PGP SIGNATURE----- --=-PniMujLReHt7g60hjs7y-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 11:05:41 2003 Return-Path: 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 9E8DD16A4B3 for ; Tue, 23 Sep 2003 11:05:41 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5827044042 for ; Tue, 23 Sep 2003 11:05:23 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8NI5MHG009053 for ; Tue, 23 Sep 2003 11:05:23 -0700 (PDT) Message-ID: <3F708B62.4050205@mail.flyingcroc.net> Date: Tue, 23 Sep 2003 11:05:22 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users References: <3F7077F3.5080502@mail.flyingcroc.net> <1064335655.743.21.camel@gyros> <3F707BCE.6010205@mail.flyingcroc.net> <1064336774.743.27.camel@gyros> <3F7082A1.1040102@mail.flyingcroc.net> <1064338518.743.40.camel@gyros> In-Reply-To: <1064338518.743.40.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 18:05:41 -0000 Joe Marcus Clarke wrote: > Like I said in my previous email, it looks like you'd need to create a > /usr/X11R6/etc/dm/Sessions .desktop file that has an Exec action of > customer. However, in poking through Xsession some more, you should be > able to achieve a similar behavior to .gnomerc with ~/.Xclients. > ssh-agent will then be run with: Choose "Default Session" from the GDM Sessions menu, and it tries to run ~/.Xclients. This bit of information completely eluded me. My .Xclients script consist of #!/bin/ksh export SHELL=/bin/ksh umask 2 echo inside gnomerc cho ssh agent $SSH_AGENT_PID if [ -n "$SSH_AGENT_PID" ] then if [ -f .ssh/identity ] then ssh-add < /dev/null fi fi export DOTGNOMERC=1 export GDK_USE_XFT=1 exec gnome-session Basically, just an exact copy of my old .gnomerc. I want to rail against the gratituitous changing of "features", but since they never documented the feature to begin with, I guess I cannot complain that much. It still bugs me how hard the authors made it to trace down all of the interrelated information necessary to make one simple change. Just documenting the location of the dm/Sessions files and suggesting that you might want to copy Default.desktop to Custom.desktop, changing the "Exec=default" to "Exec=custom" or even just making the gnome.desktop provide an Exec string to trigger backward-compatible behavior in Xsession might have helped. I *really*, *really* hate the myriad of interconnected, obscure configuration files that Gnome uses. It doesn't seem as bad as the myriad of interconnected shell scripts that CDE uses, but at least with CDE you can start from the first script and slowly work you way through all of the interconnected scripts until you find the place you want to customize. Did anyone acutally document the *.desktop files somewhere? /Joe (Default.desktop give me the behavior I want) From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 11:22:14 2003 Return-Path: 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 D8E7116A4B3 for ; Tue, 23 Sep 2003 11:22:14 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F22343FE5 for ; Tue, 23 Sep 2003 11:22:11 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NIIHpM029632; Tue, 23 Sep 2003 14:18:19 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NILPlB028700; Tue, 23 Sep 2003 14:21:25 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Joe Kelsey In-Reply-To: <3F708B62.4050205@mail.flyingcroc.net> References: <3F7077F3.5080502@mail.flyingcroc.net> <3F707BCE.6010205@mail.flyingcroc.net> <3F7082A1.1040102@mail.flyingcroc.net> <3F708B62.4050205@mail.flyingcroc.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CU5/zE8z0oev+NNOPqnn" Organization: MarcusCom, Inc. Message-Id: <1064341326.743.53.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 14:22:06 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 18:22:15 -0000 --=-CU5/zE8z0oev+NNOPqnn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 14:05, Joe Kelsey wrote: > Joe Marcus Clarke wrote: > > Like I said in my previous email, it looks like you'd need to create a > > /usr/X11R6/etc/dm/Sessions .desktop file that has an Exec action of > > customer. However, in poking through Xsession some more, you should be > > able to achieve a similar behavior to .gnomerc with ~/.Xclients.=20 > > ssh-agent will then be run with: >=20 > Choose "Default Session" from the GDM Sessions menu, and it tries to run=20 > ~/.Xclients. This bit of information completely eluded me. My=20 > .Xclients script consist of >=20 > #!/bin/ksh > export SHELL=3D/bin/ksh > umask 2 > echo inside gnomerc > cho ssh agent $SSH_AGENT_PID > if [ -n "$SSH_AGENT_PID" ] > then if [ -f .ssh/identity ] > then ssh-add < /dev/null > fi > fi > export DOTGNOMERC=3D1 > export GDK_USE_XFT=3D1 > exec gnome-session >=20 > Basically, just an exact copy of my old .gnomerc. I want to rail=20 > against the gratituitous changing of "features", but since they never=20 > documented the feature to begin with, I guess I cannot complain that=20 > much. It still bugs me how hard the authors made it to trace down all=20 > of the interrelated information necessary to make one simple change.=20 > Just documenting the location of the dm/Sessions files and suggesting=20 > that you might want to copy Default.desktop to Custom.desktop, changing=20 > the "Exec=3Ddefault" to "Exec=3Dcustom" or even just making the=20 > gnome.desktop provide an Exec string to trigger backward-compatible=20 > behavior in Xsession might have helped. The new GDM does come with documentation (in Yelp), and it does touch on Sessions a bit. You might want to check it out. >=20 > I *really*, *really* hate the myriad of interconnected, obscure=20 > configuration files that Gnome uses. It doesn't seem as bad as the=20 > myriad of interconnected shell scripts that CDE uses, but at least with=20 > CDE you can start from the first script and slowly work you way through=20 > all of the interconnected scripts until you find the place you want to=20 > customize. >=20 > Did anyone acutally document the *.desktop files somewhere? They may be documented in general in the GNOME developer docs at gnome.org. However, the GDM docs do touch on the GDM specific options in Yelp. Joe >=20 > /Joe > (Default.desktop give me the behavior I want) >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-CU5/zE8z0oev+NNOPqnn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cI9Nb2iPiv4Uz4cRAkxpAJ4ieh16YToBcccKinSJp9NX2hcO2gCgn8SF ohRe5ZrQMqDwwY/TdSGLxL8= =Vq7D -----END PGP SIGNATURE----- --=-CU5/zE8z0oev+NNOPqnn-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 12:49:45 2003 Return-Path: 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 47CAB16A4BF for ; Tue, 23 Sep 2003 12:49:45 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F71843FBD for ; Tue, 23 Sep 2003 12:49:43 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NJlQ4R014250; Tue, 23 Sep 2003 15:47:26 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NJmulB029556; Tue, 23 Sep 2003 15:48:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064346150.2528.2.camel@localhost> References: <1064336882.888.28.camel@localhost> <1064337069.743.29.camel@gyros> <1064346150.2528.2.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ulSWS7YYa0SKBIMYxXrB" Organization: MarcusCom, Inc. Message-Id: <1064346577.487.15.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 15:49:37 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Upgrade to Gnome-2.4 - mission impossible ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 19:49:45 -0000 --=-ulSWS7YYa0SKBIMYxXrB Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 15:45, Vladimir B. Grebenschikov wrote: > =F7 =D7=D4, 23.09.2003, =D7 21:11, Joe Marcus Clarke =D0=C9=DB=C5=D4: > > On Tue, 2003-09-23 at 13:08, Vladimir B. Grebenschikov wrote: > > > I have installed gnome-2.4 from marcus ports tree before official > > > release as freebsd port, and it mostly works. > > >=20 > > > But now I am trying to upgrade to latest gnome-2.4 version from ports= . >=20 > One more try, gnumeric2 (today's cvsup): This is an incomplete marcusmerge. Either remove /usr/ports/math/gnumeric2, and re-cvsup it, or re-run marcusmerge. Joe >=20 > # nice +20 portupgrade -wp gnumeric2 > ---> Upgrading 'gnumeric2-1.1.20' to 'gnumeric2-1.1.20_1' > (math/gnumeric2) > ---> Building '/usr/ports/math/gnumeric2' > =3D=3D=3D> Extracting for gnumeric2-1.1.20_1 > >> Checksum OK for gnome2/gnumeric-1.1.20.tar.bz2. > =3D=3D=3D> Patching for gnumeric2-1.1.20_1 > =3D=3D=3D> Applying FreeBSD patches for gnumeric2-1.1.20_1 > 1 out of 1 hunks failed--saving rejects to > src/dialogs/dialog-sheet-order.c.rej > >> Patch patch-src_dialogs_dialog-sheet-order.c failed to apply cleanly. > >> Patch(es) patch-configure patch-doc_xmldocs.make applied cleanly. > *** Error code 1 >=20 > Stop in /usr/ports/math/gnumeric2. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade1333.0 make DEPENDS_TARGET=3Dpackage > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! math/gnumeric2 (gnumeric2-1.1.20) (patch error) > # >=20 > > Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ulSWS7YYa0SKBIMYxXrB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cKPRb2iPiv4Uz4cRAvhaAJ9GFZUk8FwaghbH1Lyop0rINxz6TwCgqLkS KN4gim8OgaStBtuDMu4NOAU= =8OQN -----END PGP SIGNATURE----- --=-ulSWS7YYa0SKBIMYxXrB-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 13:00:54 2003 Return-Path: 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 4864916A4B3 for ; Tue, 23 Sep 2003 13:00:54 -0700 (PDT) Received: from unstable.it (ppp-150-158.27-151.libero.it [151.27.158.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 8379D43FCB for ; Tue, 23 Sep 2003 13:00:29 -0700 (PDT) (envelope-from one@unstable.it) Received: (qmail 92506 invoked by uid 1000); 23 Sep 2003 18:59:55 -0000 Date: 23 Sep 2003 18:59:55 -0000 Message-ID: <20030923185955.92501.qmail@unstable.it> To: FreeBSD-gnats-submit@freebsd.org From: Paolo Gatti X-send-pr-version: 3.113 X-GNATS-Notify: [PATCH] Update irc/xchat2 to 2.0.5 cc: gnome@freebsd.org Subject: [PATCH] Update irc/xchat2 to 2.0.5 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paolo Gatti List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 20:00:54 -0000 >Submitter-Id: current-users >Originator: Paolo Gatti >Confidential: no >Severity: serious >Priority: medium >Category: ports >Class: update >Release: FreeBSD 5.1-RELEASE-p5 i386 >Environment: System: FreeBSD unstable.it 5.1-RELEASE-p5 FreeBSD 5.1-RELEASE-p5 #0: Mon Sep 22 22:31:34 CEST 2003 root@unstable.it:/usr/obj/usr/src/sys/UNSTABLE i386 >Description: Update irc/xchat2 port from 2.0.4 to 2.0.5 >How-To-Repeat: >Fix: Also available at http://bsd.altervista.org/xchat2.diff --- xchat2.diff begins here --- diff -urN xchat2/Makefile xchat2.new/Makefile --- xchat2/Makefile Sat Aug 23 03:03:50 2003 +++ xchat2.new/Makefile Mon Sep 22 19:22:37 2003 @@ -6,8 +6,8 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.0.5 +PORTREVISION= 0 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ diff -urN xchat2/README.html xchat2.new/README.html --- xchat2/README.html Thu Jan 16 19:42:10 2003 +++ xchat2.new/README.html Mon Sep 22 19:21:56 2003 @@ -3,7 +3,7 @@

The FreeBSD Ports Collection ("irc/xchat2")


-

You are now in the directory for the port "irc/xchat2" (package name "xchat2-1.9.4_1"). +

You are now in the directory for the port "irc/xchat2" (package name "xchat2-2.0.5").

This is the one-line description for this port: diff -urN xchat2/distinfo xchat2.new/distinfo --- xchat2/distinfo Thu Jul 31 21:27:11 2003 +++ xchat2.new/distinfo Mon Sep 22 19:21:00 2003 @@ -1 +1 @@ -MD5 (xchat-2.0.4.tar.bz2) = bd987cd3b49cc16e875cfd8cb9b77c29 +MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401 diff -urN xchat2/files/patch-configure xchat2.new/files/patch-configure --- xchat2/files/patch-configure Thu Jul 31 21:27:11 2003 +++ xchat2.new/files/patch-configure Mon Sep 22 19:17:59 2003 @@ -1,6 +1,6 @@ ---- configure.old Thu Jul 31 05:24:30 2003 -+++ configure Thu Jul 31 19:03:06 2003 -@@ -21482,12 +21482,12 @@ +--- configure.old Mon Sep 22 19:17:36 2003 ++++ configure Mon Sep 22 19:17:36 2003 +@@ -21462,12 +21462,12 @@ /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; --- xchat2.diff ends here --- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 13:01:51 2003 Return-Path: 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 393D716A4B3 for ; Tue, 23 Sep 2003 13:01:51 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 32F4343FBF for ; Tue, 23 Sep 2003 13:01:50 -0700 (PDT) (envelope-from manalive@gmx.net) Received: (qmail 15333 invoked by uid 65534); 23 Sep 2003 20:01:48 -0000 Received: from lsanca1-ar5-4-60-053-095.lsanca1.dsl-verizon.net (EHLO gmx.net) (4.60.53.95) by mail.gmx.net (mp021) with SMTP; 23 Sep 2003 22:01:48 +0200 X-Authenticated: #19378375 Message-ID: <3F70A6A6.4000201@gmx.net> Date: Tue, 23 Sep 2003 13:01:42 -0700 From: Manalive User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030907 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Anjuta X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 20:01:51 -0000 Hello, Since I portupgraded gnome2 components, I can't load Anjuta2 anymore. The error message is: /usr/libexec/ld-elf.so.1: Shared object "libgnomeui-2.so.200" not found Anything I must install/reinstall or make a link? Thanks! Jonas From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 13:02:47 2003 Return-Path: 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 95AF816A4B3 for ; Tue, 23 Sep 2003 13:02:47 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9CA43F3F for ; Tue, 23 Sep 2003 13:02:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8NJtA0Q029505; Tue, 23 Sep 2003 15:55:17 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8NK1slB029713; Tue, 23 Sep 2003 16:01:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Manalive In-Reply-To: <3F70A6A6.4000201@gmx.net> References: <3F70A6A6.4000201@gmx.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MN9qjt3+6iMvtPjfG7L9" Organization: MarcusCom, Inc. Message-Id: <1064347355.487.17.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 16:02:35 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Anjuta X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 20:02:47 -0000 --=-MN9qjt3+6iMvtPjfG7L9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 16:01, Manalive wrote: > Hello, >=20 > Since I portupgraded gnome2 components, I can't load Anjuta2 anymore.=20 > The error message is: >=20 > /usr/libexec/ld-elf.so.1: Shared object "libgnomeui-2.so.200" not fou= nd >=20 > Anything I must install/reinstall or make a link? You need to rebuild anjuta2. Joe >=20 > Thanks! >=20 > Jonas >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-MN9qjt3+6iMvtPjfG7L9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cKbbb2iPiv4Uz4cRAmZiAJ96zFKuJY79FkYm2aHhgWpWFbeuRwCfftOr p7TWdAkvTd3jNQiNAdtj/x0= =lRk6 -----END PGP SIGNATURE----- --=-MN9qjt3+6iMvtPjfG7L9-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 13:10:19 2003 Return-Path: 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 6355916A4C0 for ; Tue, 23 Sep 2003 13:10:19 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE86E43FBF for ; Tue, 23 Sep 2003 13:10:17 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8NK7XGx032158 for ; Tue, 23 Sep 2003 16:07:33 -0400 From: Adam McLaurin To: freebsd-gnome@freebsd.org In-Reply-To: <1064347355.487.17.camel@gyros> References: <3F70A6A6.4000201@gmx.net> <1064347355.487.17.camel@gyros> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5r2iAHeT0na3vEA9ropE" Message-Id: <1064347810.9213.12.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 16:10:10 -0400 Subject: Re: Anjuta X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Sep 2003 20:10:19 -0000 --=-5r2iAHeT0na3vEA9ropE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 16:02, Joe Marcus Clarke wrote: > You need to rebuild anjuta2. Yes, thats true, but I'd be willing to bet that he didn't rebuild his other GNOME/GTK apps either. I'd suggest reading the docs for how to *properly* upgrade to 2.4, else many other applications are going to fail as well. --=20 Adam McLaurin --=-5r2iAHeT0na3vEA9ropE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cKiit+DSc2Q4lGYRAq++AKCk7AQhoCmMDOFHuZFNrQNwSYaOXgCgxuiO LSpbYja8I763CEOBjlu27dk= =nvRG -----END PGP SIGNATURE----- --=-5r2iAHeT0na3vEA9ropE-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 18:21:05 2003 Return-Path: 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 0CC7D16A4B3 for ; Tue, 23 Sep 2003 18:21:05 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADBE43FDD for ; Tue, 23 Sep 2003 18:21:04 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.71.56.dial1.weehawken.level3.net ([171.75.71.56] helo=MASAI) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A1yKy-0004uF-00; Tue, 23 Sep 2003 18:21:01 -0700 Message-ID: <002501c3823a$3dee5750$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" Date: Tue, 23 Sep 2003 21:21:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 01:21:05 -0000 > The pkgdb -F step is important. Just like the docs say, you have to > answer "yes" to all the prompts. You may also need to re-run pkgdb -F > after each step in the upgrade to ensure a consistent package database > throughout. > > Joe, > Thanks for the reminder. Feel like I hit the lottery. Everything ran last night but, gnome2, gnomemedia2, gstreamer, gstreamer-plugins, and nautilus-media. It appears as though only gstreamer failed. The other posts were skipped. Does the following have any meaning? In function 'pth_mctx_set': libcothreads_gthreads_la-pth_metx.lo(.text+0x9b): undefined reference to 'sigaltstack' [cothreads-gthreads] Error 1 Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade476.0 make "...not installed multimedia/gstreamer (gstreamer-0.6.2) (linker error)" I've only included portions of the error message. I'm still sending my e-mail through Outlook and FreeBSD is on another computer. Thanks, Bob From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 18:36:47 2003 Return-Path: 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 37D2616A4B3 for ; Tue, 23 Sep 2003 18:36:47 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00BE43FB1 for ; Tue, 23 Sep 2003 18:36:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8O1WQpM028506; Tue, 23 Sep 2003 21:32:26 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8O1ZRlB032605; Tue, 23 Sep 2003 21:35:27 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <002501c3823a$3dee5750$0501a8c0@MASAI> References: <002501c3823a$3dee5750$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dyBdOJ3oG2bfnhcR9MLR" Organization: MarcusCom, Inc. Message-Id: <1064367367.19230.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 23 Sep 2003 21:36:07 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 01:36:47 -0000 --=-dyBdOJ3oG2bfnhcR9MLR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-23 at 21:21, Bob Perry wrote: > > The pkgdb -F step is important. Just like the docs say, you have to > > answer "yes" to all the prompts. You may also need to re-run pkgdb -F > > after each step in the upgrade to ensure a consistent package database > > throughout. > > > > Joe, > > Thanks for the reminder. >=20 > Feel like I hit the lottery. Everything ran last night but, gnome2, > gnomemedia2, gstreamer, gstreamer-plugins, and nautilus-media. >=20 > It appears as though only gstreamer failed. The other posts were skipped= . > Does the following have any meaning? > In function 'pth_mctx_set': > libcothreads_gthreads_la-pth_metx.lo(.text+0x9b): undefined reference to > 'sigaltstack' >=20 > [cothreads-gthreads] Error 1 >=20 > Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade476.0 m= ake >=20 > "...not installed > multimedia/gstreamer (gstreamer-0.6.2) (linker error)" >=20 > I've only included portions of the error message. I'm still sending my > e-mail through Outlook and FreeBSD is on another computer. This is an FAQ. Check the freebsd-gnome archives for what you need to do to correct it. Joe >=20 > Thanks, > Bob >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-dyBdOJ3oG2bfnhcR9MLR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cPUHb2iPiv4Uz4cRAujPAJsG/lBProeJ7PcAasq+AH8WsJQUNwCeOM/A R1/Qx/2VeqQI2HskXxC8ldw= =9kJI -----END PGP SIGNATURE----- --=-dyBdOJ3oG2bfnhcR9MLR-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 19:19:37 2003 Return-Path: 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 B7E4516A4B3 for ; Tue, 23 Sep 2003 19:19:37 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82FD43FE9 for ; Tue, 23 Sep 2003 19:19:36 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030924021936.OGCJ10592.lakemtao05.cox.net@mezz.mezzweb.com> for ; Tue, 23 Sep 2003 22:19:36 -0400 To: freebsd-gnome@freebsd.org From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 23 Sep 2003 21:18:35 -0500 Message-ID: User-Agent: Opera7.20/Linux M2 build 465 Subject: Bug in gconf, xml or apps? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 02:19:37 -0000 gDesklets and Liferea are the only apps that will complaining with XML and they flood a lot in the /var/log/messages. I am not sure if it's bug in apps or in the different place? Here are what two apps spit the errors.. Liferea: ======================================= Sep 23 14:48:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 14:53:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 14:58:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 15:03:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 15:08:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 15:13:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk Sep 23 15:18:03 mezz gconfd (mezz-540): Unable to remove directory `/apps/liferea/dir1/1' from the XML backend cache, because it has not been successfully synced to disk [...goes on...] ======================================= gDesklets: ======================================= Sep 21 18:02:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/1064032095420411282330405_default_' from the XML backend cache, because it has not been successfully synced to disk Sep 21 18:02:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/10638560898600504332327391_default_' from the XML backend cache, because it has not been successfully synced to disk Sep 21 18:02:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/1064040196890377596685214_default_' from the XML backend cache, because it has not been successfully synced to disk Sep 21 18:07:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/1064032095420411282330405_default_' from the XML backend cache, because it has not been successfully synced to disk Sep 21 18:07:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/10638560898600504332327391_default_' from the XML backend cache, because it has not been successfully synced to disk Sep 21 18:07:46 mezz gconfd (mezz-546): Unable to remove directory `/apps/gdesklets/1064040196890377596685214_default_' from the XML backend cache, because it has not been successfully synced to disk [...goes on...] ======================================= Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 21:33:10 2003 Return-Path: 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 C6D3616A4B3 for ; Tue, 23 Sep 2003 21:33:10 -0700 (PDT) Received: from fed1mtao05.cox.net (fed1mtao05.cox.net [68.6.19.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id D966443FA3 for ; Tue, 23 Sep 2003 21:33:09 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030924043304.WBWY15909.fed1mtao05.cox.net@daemon.g-e-e-k.net> for ; Wed, 24 Sep 2003 00:33:04 -0400 Date: Tue, 23 Sep 2003 21:31:58 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: gnome@freebsd.org Message-ID: <20030923211955.F55472@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Epiphany & webpage backgrounds X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 04:33:10 -0000 Anyone else experiencing an Epiphany issue where the background color of web pages just defaults to white? Example: I go to www.arstechnica.com and the webpage shows up black text on a white background. It's actually green text on a black background. Is there a file that controls this? +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Tue Sep 23 21:20:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 9:20PM up 14 days, 13:52, 1 user, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 21:47:05 2003 Return-Path: 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 D99FF16A4B3 for ; Tue, 23 Sep 2003 21:47:05 -0700 (PDT) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1875F43FDD for ; Tue, 23 Sep 2003 21:47:03 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.71.56.dial1.weehawken.level3.net ([171.75.71.56] helo=MASAI) by snipe.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A21YJ-0002LI-00; Tue, 23 Sep 2003 21:46:59 -0700 Message-ID: <00a201c38257$03b7d210$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <002501c3823a$3dee5750$0501a8c0@MASAI> <1064367367.19230.0.camel@shumai.marcuscom.com> Date: Wed, 24 Sep 2003 00:47:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 04:47:06 -0000 Hi Joe, I've read over the FAQ page and think I know what my next steps will be. Not absolutely sure, but I'll give it my best shot. FreeBSD seems to be a hacker's dream and I can see why some derive so much satisfaction from working with it. I'm not a hacker. Just want to replace what I had prior to FreeBSD and move on. It's late and I'm getting tired. Have a good night and thanks again for your help. Bob P.S.: If I reinstall as a package will that eliminate the problems I'm currently experiencing? ----- Original Message ----- From: "Joe Marcus Clarke" To: "Bob Perry" Cc: Sent: Tuesday, September 23, 2003 9:36 PM Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 22:03:25 2003 Return-Path: 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 0688B16A4B3 for ; Tue, 23 Sep 2003 22:03:25 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06AE43FE0 for ; Tue, 23 Sep 2003 22:03:21 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8O50p4R009951; Wed, 24 Sep 2003 01:00:51 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8O52KlB034456; Wed, 24 Sep 2003 01:02:20 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <00a201c38257$03b7d210$0501a8c0@MASAI> References: <002501c3823a$3dee5750$0501a8c0@MASAI> <1064367367.19230.0.camel@shumai.marcuscom.com> <00a201c38257$03b7d210$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-m8VdM5o+Jq+TgGSXaW6d" Organization: MarcusCom, Inc. Message-Id: <1064379781.20050.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 24 Sep 2003 01:03:01 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 05:03:25 -0000 --=-m8VdM5o+Jq+TgGSXaW6d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-24 at 00:47, Bob Perry wrote: > Hi Joe, >=20 > I've read over the FAQ page and think I know what my next steps will be. > Not absolutely sure, but I'll give it my best shot. >=20 > FreeBSD seems to be a hacker's dream and I can see why some derive so muc= h > satisfaction from working with it. I'm not a hacker. Just want to repla= ce > what I had prior to FreeBSD and move on. It's late and I'm getting tired= . > Have a good night and thanks again for your help. >=20 > Bob >=20 > P.S.: If I reinstall as a package will that eliminate the problems I'm > currently experiencing? Maybe, maybe not. You'll still need to clean up the shared library mess created by the upgrade. If, however, you're willing to uninstall all GTK/GNOME apps, and replace them with packages (or even build them from scratch), your problems should go away. Joe >=20 >=20 > ----- Original Message -----=20 > From: "Joe Marcus Clarke" > To: "Bob Perry" > Cc: > Sent: Tuesday, September 23, 2003 9:36 PM > Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-m8VdM5o+Jq+TgGSXaW6d Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cSWFb2iPiv4Uz4cRAlImAJ9O+TlpjrauLtxmLO0APgsfHsDvkwCfVCCc ZMKeQlnVYKpBR5wh1gwZ9qM= =WIje -----END PGP SIGNATURE----- --=-m8VdM5o+Jq+TgGSXaW6d-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 22:06:07 2003 Return-Path: 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 4701D16A4B3 for ; Tue, 23 Sep 2003 22:06:07 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A93C4400D for ; Tue, 23 Sep 2003 22:06:05 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8O53n4R012008; Wed, 24 Sep 2003 01:03:50 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8O55JlB034486; Wed, 24 Sep 2003 01:05:19 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20030923211955.F55472@daemon.g-e-e-k.net> References: <20030923211955.F55472@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wMXCyS9CKaTMf7rQIbq2" Organization: MarcusCom, Inc. Message-Id: <1064379960.20050.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 24 Sep 2003 01:06:00 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Epiphany & webpage backgrounds X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 05:06:07 -0000 --=-wMXCyS9CKaTMf7rQIbq2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-24 at 00:31, Steve Wingate wrote: > Anyone else experiencing an Epiphany issue where the background color of > web pages just defaults to white? Example: I go to www.arstechnica.com an= d > the webpage shows up black text on a white background. It's actually gree= n > text on a black background. Is there a file that controls this? Looks fine to me (I guess) in Ephy, Galeon, and Opera. However, I can reproduce what you're reporting if I have the following two checkboxes checked under Edit->Preferences->Fonts and Colors: Always use these fonts Always use the desktop theme colors Joe >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Tue Sep 23 21:20:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 9:20PM up 14 days, 13:52, 1 user, load averages: 0.00, 0.00, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-wMXCyS9CKaTMf7rQIbq2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cSY4b2iPiv4Uz4cRAuvfAJ0fW7lXRty94qcThwb8IJyhurSzEgCaA1e/ iUnc4QBYu51w6Lt+eu7RkCE= =XQA7 -----END PGP SIGNATURE----- --=-wMXCyS9CKaTMf7rQIbq2-- From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 23:20:13 2003 Return-Path: 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 EC83F16A542 for ; Tue, 23 Sep 2003 23:20:13 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCF743FA3 for ; Tue, 23 Sep 2003 23:20:11 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030924062007.XCOR28276.fed1mtao03.cox.net@daemon.g-e-e-k.net>; Wed, 24 Sep 2003 02:20:07 -0400 Date: Tue, 23 Sep 2003 23:19:00 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Joe Marcus Clarke In-Reply-To: <1064379960.20050.4.camel@shumai.marcuscom.com> Message-ID: <20030923231823.J55769@daemon.g-e-e-k.net> References: <20030923211955.F55472@daemon.g-e-e-k.net> <1064379960.20050.4.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD GNOME Users Subject: Re: Epiphany & webpage backgrounds X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 06:20:14 -0000 +---------------------------------------------------------------------+ B> > Looks fine to me (I guess) in Ephy, Galeon, and Opera. However, I can > reproduce what you're reporting if I have the following two checkboxes > checked under Edit->Preferences->Fonts and Colors: > > Always use these fonts > Always use the desktop theme colors > > Joe > Desktop theme colors was it. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 00:46:33 2003 Return-Path: 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 62A3716A4B3 for ; Wed, 24 Sep 2003 00:46:33 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F024743FB1 for ; Wed, 24 Sep 2003 00:46:30 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A1t6O-0003ZI-NP; Tue, 23 Sep 2003 23:45:36 +0400 From: "Vladimir B. Grebenschikov" To: Joe Marcus Clarke In-Reply-To: <1064337069.743.29.camel@gyros> References: <1064336882.888.28.camel@localhost> <1064337069.743.29.camel@gyros> Content-Type: text/plain; charset=koi8-r Organization: SWsoft Inc. Message-Id: <1064346150.2528.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 23 Sep 2003 23:45:25 +0400 Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Upgrade to Gnome-2.4 - mission impossible ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 07:46:33 -0000 =F7 =D7=D4, 23.09.2003, =D7 21:11, Joe Marcus Clarke =D0=C9=DB=C5=D4: > On Tue, 2003-09-23 at 13:08, Vladimir B. Grebenschikov wrote: > > I have installed gnome-2.4 from marcus ports tree before official > > release as freebsd port, and it mostly works. > >=20 > > But now I am trying to upgrade to latest gnome-2.4 version from ports. One more try, gnumeric2 (today's cvsup): # nice +20 portupgrade -wp gnumeric2 ---> Upgrading 'gnumeric2-1.1.20' to 'gnumeric2-1.1.20_1' (math/gnumeric2) ---> Building '/usr/ports/math/gnumeric2' =3D=3D=3D> Extracting for gnumeric2-1.1.20_1 >> Checksum OK for gnome2/gnumeric-1.1.20.tar.bz2. =3D=3D=3D> Patching for gnumeric2-1.1.20_1 =3D=3D=3D> Applying FreeBSD patches for gnumeric2-1.1.20_1 1 out of 1 hunks failed--saving rejects to src/dialogs/dialog-sheet-order.c.rej >> Patch patch-src_dialogs_dialog-sheet-order.c failed to apply cleanly. >> Patch(es) patch-configure patch-doc_xmldocs.make applied cleanly. *** Error code 1 Stop in /usr/ports/math/gnumeric2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade1333.0 make DEPENDS_TARGET=3Dpackage ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! math/gnumeric2 (gnumeric2-1.1.20) (patch error) # > Joe --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 04:07:38 2003 Return-Path: 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 2A83A16A4B3 for ; Wed, 24 Sep 2003 04:07:38 -0700 (PDT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8D943FDF for ; Wed, 24 Sep 2003 04:07:36 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd06.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1A27UX-00056u-00; Wed, 24 Sep 2003 13:07:29 +0200 Received: from Andro-Beta.Leidinger.net (ESZ+DcZfgeqynfPlIptX6WpjHfr3Js+kbGb3knEx+xzfr8CkDgXB6n@[217.229.210.54]) by fmrl06.sul.t-online.com with esmtp id 1A27UB-29XibI0; Wed, 24 Sep 2003 13:07:07 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h8OB76c6000735; Wed, 24 Sep 2003 13:07:06 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h8OB75Y7001106; Wed, 24 Sep 2003 13:07:05 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 24 Sep 2003 13:07:04 +0200 From: Alexander Leidinger To: Joe Kelsey Message-Id: <20030924130704.29d8b3b7.Alexander@Leidinger.net> In-Reply-To: <3F7077F3.5080502@mail.flyingcroc.net> References: <3F7077F3.5080502@mail.flyingcroc.net> X-Mailer: Sylpheed version 0.9.5claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: ESZ+DcZfgeqynfPlIptX6WpjHfr3Js+kbGb3knEx+xzfr8CkDgXB6n@t-dialin.net cc: gnome@freebsd.org Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 11:07:38 -0000 On Tue, 23 Sep 2003 09:42:27 -0700 Joe Kelsey wrote: > I run gdm normally to login. May I suggest to use the ssh pam module (auth & session) instead? It works just fine here with xdm... Bye, Alexander. -- The best things in life are free, but the expensive ones are still worth a look. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 07:06:30 2003 Return-Path: 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 999E416A4B3 for ; Wed, 24 Sep 2003 07:06:30 -0700 (PDT) Received: from bp6.auliya.org (82-35-99-49.cable.ubr05.dals.blueyonder.co.uk [82.35.99.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED1343F93 for ; Wed, 24 Sep 2003 07:06:27 -0700 (PDT) (envelope-from auliya@bp6.auliya.org) Received: from bp6.auliya.org (localhost [127.0.0.1]) by bp6.auliya.org (8.12.9p1/8.12.3) with ESMTP id h8OE6PHs035223 for ; Wed, 24 Sep 2003 14:06:25 GMT (envelope-from auliya@bp6.auliya.org) Received: (from root@localhost) by bp6.auliya.org (8.12.9p1/8.12.3/Submit) id h8OE6PrZ035222 for gnome@freebsd.org; Wed, 24 Sep 2003 15:06:25 +0100 (BST) Date: Wed, 24 Sep 2003 15:06:25 +0100 (BST) From: auliya Message-Id: <200309241406.h8OE6PrZ035222@bp6.auliya.org> To: gnome@freebsd.org Subject: X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 14:06:30 -0000 Hello. This is a problem I had today. I followed the instructions and am sending it to you! There follows: output of uname -a output from make install config.log of make install The system is FreeBSD 4.9-PRE. Thanks very much for your help, Andrew Hodgson (andrew@auliya.org) FreeBSD bp6.auliya.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Wed Sep 24 11:13:00 GMT 2003 auliya@bp6.auliya.org:/usr/obj/usr/src/sys/bp6 i386 ===> gkrellm-2.1.16 depends on executable: gmake - found ===> gkrellm-2.1.16 depends on executable: pkg-config - found ===> gkrellm-2.1.16 depends on shared library: X11.6 - found ===> gkrellm-2.1.16 depends on shared library: glib-2.0.200 - not found ===> Verifying install for glib-2.0.200 in /usr/ports/devel/glib20 ===> glib-2.2.3 depends on executable: gmake - found ===> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/libtool - found ===> glib-2.2.3 depends on executable: pkg-config - found ===> glib-2.2.3 depends on shared library: intl.5 - found ===> Configuring for glib-2.2.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel 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 build system type... i386-portbld-freebsd4.9 checking host system type... i386-portbld-freebsd4.9 checking for the BeOS... no checking for Win32... no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... 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... 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 c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config checking for gawk... no checking for mawk... no checking for nawk... nawk checking for perl5... perl5 checking for indent... indent checking for perl5... /usr/bin/perl5 checking for libiconv_open in -liconv... yes checking how to run the C preprocessor... cc -E 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... no checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/glib20/work/glib-2.2.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/glib20. *** Error code 1 Stop in /usr/ports/sysutils/gkrellm2. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --with-libiconv=gnu --prefix=/usr/local --build=i386-portbld-freebsd4.9 ## --------- ## ## Platform. ## ## --------- ## hostname = bp6.auliya.org uname -m = i386 uname -r = 4.9-PRERELEASE uname -s = FreeBSD uname -v = FreeBSD 4.9-PRERELEASE #1: Wed Sep 24 11:13:00 GMT 2003 auliya@bp6.auliya.org:/usr/obj/usr/src/sys/bp6 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:1569: checking for a BSD-compatible install configure:1623: result: /usr/bin/install -c -o root -g wheel configure:1634: checking whether build environment is sane configure:1677: result: yes configure:1692: checking whether gmake sets $(MAKE) configure:1712: result: yes configure:1735: checking for working aclocal-1.4 configure:1746: result: missing configure:1750: checking for working autoconf configure:1761: result: missing configure:1765: checking for working automake-1.4 configure:1776: result: missing configure:1780: checking for working autoheader configure:1791: result: missing configure:1795: checking for working makeinfo configure:1802: result: found configure:1845: checking whether to enable maintainer-specific portions of Makefiles configure:1854: result: no configure:1875: checking build system type configure:1893: result: i386-portbld-freebsd4.9 configure:1901: checking host system type configure:1915: result: i386-portbld-freebsd4.9 configure:1924: checking for the BeOS configure:1934: result: no configure:1938: checking for Win32 configure:1966: result: no configure:2088: checking whether to enable garbage collector friendliness configure:2100: result: no configure:2104: checking whether to disable memory pools configure:2107: result: no configure:2166: checking for gcc configure:2192: result: cc configure:2436: checking for C compiler version configure:2439: cc --version &5 2.95.4 configure:2442: $? = 0 configure:2444: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2447: $? = 0 configure:2449: cc -V &5 cc: argument to `-V' is missing configure:2452: $? = 1 configure:2476: checking for C compiler default output configure:2479: cc -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2482: $? = 0 configure:2528: result: a.out configure:2533: checking whether the C compiler works configure:2539: ./a.out configure:2542: $? = 0 configure:2559: result: yes configure:2566: checking whether we are cross compiling configure:2568: result: no configure:2571: checking for suffix of executables configure:2573: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2576: $? = 0 configure:2601: result: configure:2607: checking for suffix of object files configure:2629: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2632: $? = 0 configure:2654: result: o configure:2658: checking whether we are using the GNU C compiler configure:2683: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2686: $? = 0 configure:2689: test -s conftest.o configure:2692: $? = 0 configure:2705: result: yes configure:2711: checking whether cc accepts -g configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 configure:2736: $? = 0 configure:2739: test -s conftest.o configure:2742: $? = 0 configure:2753: result: yes configure:2770: checking for cc option to accept ANSI C configure:2831: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2834: $? = 0 configure:2837: test -s conftest.o configure:2840: $? = 0 configure:2858: result: none needed configure:2876: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2879: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2993: checking for c++ configure:3019: result: c++ configure:3132: checking for C++ compiler version configure:3135: c++ --version &5 2.95.4 configure:3138: $? = 0 configure:3140: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3143: $? = 0 configure:3145: c++ -V &5 c++: argument to `-V' missing configure:3148: $? = 1 configure:3151: checking whether we are using the GNU C++ compiler configure:3176: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3179: $? = 0 configure:3182: test -s conftest.o configure:3185: $? = 0 configure:3198: result: yes configure:3204: checking whether c++ accepts -g configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:3229: $? = 0 configure:3232: test -s conftest.o configure:3235: $? = 0 configure:3246: result: yes configure:3290: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3293: $? = 0 configure:3296: test -s conftest.o configure:3299: $? = 0 configure:3326: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3329: $? = 0 configure:3332: test -s conftest.o configure:3335: $? = 0 configure:3376: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3379: $? = 0 configure:3382: test -s conftest.o configure:3385: $? = 0 configure:3415: checking for cc option to accept ANSI C configure:3478: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3481: $? = 0 configure:3484: test -s conftest.o configure:3487: $? = 0 configure:3502: result: none needed configure:3525: checking for a BSD-compatible install configure:3579: result: /usr/bin/install -c -o root -g wheel configure:3598: checking for special C compiler options needed for large files configure:3678: result: no configure:3684: checking for _FILE_OFFSET_BITS value needed for large files configure:3716: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3719: $? = 0 configure:3722: test -s conftest.o configure:3725: $? = 0 configure:3781: result: no configure:3791: checking for _LARGE_FILES value needed for large files configure:3823: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3826: $? = 0 configure:3829: test -s conftest.o configure:3832: $? = 0 configure:3888: result: no configure:3906: checking for pkg-config configure:3924: found /usr/local/bin/pkg-config configure:3937: result: /usr/local/bin/pkg-config configure:4028: checking for gawk configure:4057: result: no configure:4028: checking for mawk configure:4057: result: no configure:4028: checking for nawk configure:4044: found /usr/bin/nawk configure:4054: result: nawk configure:4068: checking for perl5 configure:4084: found /usr/bin/perl5 configure:4094: result: perl5 configure:4107: checking for indent configure:4123: found /usr/bin/indent configure:4133: result: indent configure:4154: checking for perl5 configure:4172: found /usr/bin/perl5 configure:4184: result: /usr/bin/perl5 configure:4488: checking for libiconv_open in -liconv configure:4519: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c -liconv >&5 configure:4522: $? = 0 configure:4525: test -s conftest configure:4528: $? = 0 configure:4540: result: yes configure:4622: checking how to run the C preprocessor configure:4658: cc -E -I/usr/local/include conftest.c configure:4664: $? = 0 configure:4696: cc -E -I/usr/local/include conftest.c configure:4702: ac_nonexistent.h: No such file or directory configure:4702: $? = 1 configure: failed program was: | #line 4688 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 2 | #define GLIB_MICRO_VERSION 3 | #define GLIB_INTERFACE_AGE 3 | #define GLIB_BINARY_AGE 203 | #define G_COMPILED_WITH_DEBUGGING "minimum" | /* end confdefs.h. */ | #include configure:4740: result: cc -E configure:4765: cc -E -I/usr/local/include conftest.c configure:4771: $? = 0 configure:4803: cc -E -I/usr/local/include conftest.c configure:4809: ac_nonexistent.h: No such file or directory configure:4809: $? = 1 configure: failed program was: | #line 4795 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 2 | #define GLIB_MICRO_VERSION 3 | #define GLIB_INTERFACE_AGE 3 | #define GLIB_BINARY_AGE 203 | #define G_COMPILED_WITH_DEBUGGING "minimum" | /* end confdefs.h. */ | #include configure:4852: checking for egrep configure:4862: result: grep -E configure:4867: checking for ANSI C header files configure:4893: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4896: $? = 0 configure:4899: test -s conftest.o configure:4902: $? = 0 configure:4994: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:4997: $? = 0 configure:4999: ./conftest configure:5002: $? = 0 configure:5017: result: yes configure:5041: checking for sys/types.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for sys/stat.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for stdlib.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for string.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for memory.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for strings.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for inttypes.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5041: checking for stdint.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5104: stdint.h: No such file or directory configure:5061: $? = 1 configure: failed program was: | #line 5047 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 2 | #define GLIB_MICRO_VERSION 3 | #define GLIB_INTERFACE_AGE 3 | #define GLIB_BINARY_AGE 203 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5078: result: no configure:5041: checking for unistd.h configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5061: $? = 0 configure:5064: test -s conftest.o configure:5067: $? = 0 configure:5078: result: yes configure:5105: checking locale.h usability configure:5118: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5121: $? = 0 configure:5124: test -s conftest.o configure:5127: $? = 0 configure:5137: result: yes configure:5141: checking locale.h presence configure:5152: cc -E -I/usr/local/include conftest.c configure:5158: $? = 0 configure:5177: result: yes configure:5213: checking for locale.h configure:5220: result: yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=' -O -pipe ' ac_cv_env_F77_value= ac_cv_header_stdlib_h=yes ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set=set ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_sys_large_files=no ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_prog_CXX=c++ ac_cv_prog_make_gmake_set=yes ac_cv_env_FFLAGS_set= ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_env_host_alias_set= ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set ac_cv_lib_iconv_libiconv_open=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value='-L/usr/local/lib -lintl' ac_cv_env_target_alias_set= ac_cv_prog_INDENT=indent ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd4.9 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_env_FFLAGS_value= ac_cv_header_locale_h=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd4.9 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_sys_largefile_CC=no ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_host=i386-portbld-freebsd4.9 ac_cv_env_F77_set= ac_cv_env_host_alias_value= ac_cv_path_PERL_PATH=/usr/bin/perl5 ac_cv_prog_cxx_g=yes am_cv_prog_cc_stdc= ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=nawk ac_cv_build=i386-portbld-freebsd4.9 ac_cv_env_build_alias_value=i386-portbld-freebsd4.9 ac_cv_prog_ac_ct_CC=cc ac_cv_prog_PERL=perl5 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_env_CPP_set= ac_cv_sys_file_offset_bits=no ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' ALLOCA='' AR='' AS='' AUTOCONF='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' AUTOHEADER='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' AUTOMAKE='/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' AWK='nawk' CATALOGS='' CATOBJEXT='' CC='cc' CFLAGS='-O -pipe ' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='c++' CXXCPP='' CXXFLAGS=' -O -pipe ' DATADIRNAME='' DB2HTML='' DEFS='' DISABLE_MEM_POOLS='' DLLTOOL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GC_FRIENDLY='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' ENABLE_TIMELOOP_FALSE='' ENABLE_TIMELOOP_TRUE='' EXEEXT='' F77='' FFLAGS='' GETTEXT_PACKAGE='' GIO='' GLIBC21='' GLIB_BINARY_AGE='203' GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' GLIB_DEF='' GLIB_GENMARSHAL='' GLIB_INTERFACE_AGE='3' GLIB_MAJOR_VERSION='2' GLIB_MICRO_VERSION='3' GLIB_MINOR_VERSION='2' GLIB_VERSION='2.2.3' GMODULE_DEF='' GMOFILES='' GMSGFMT='' GOBJECT_DEF='' GSPAWN='' GTHREAD_COMPILE_IMPL_DEFINES='' GTHREAD_DEF='' GTKDOC='' G_LIBS_EXTRA='' G_LIB_WIN32_RESOURCE='' G_MODULE_BROKEN_RTLD_GLOBAL='' G_MODULE_HAVE_DLERROR='' G_MODULE_IMPL='' G_MODULE_LDFLAGS='' G_MODULE_LIBS='' G_MODULE_LIBS_EXTRA='' G_MODULE_NEED_USCORE='' G_MODULE_PLUGIN_LIBS='' G_MODULE_SUPPORTED='' G_MODULE_WIN32_RESOURCE='' G_OBJECT_WIN32_RESOURCE='' G_THREAD_CFLAGS='' G_THREAD_LIBS='' G_THREAD_LIBS_EXTRA='' G_THREAD_LIBS_FOR_GTHREAD='' G_THREAD_WIN32_RESOURCE='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_GOOD_PRINTF_FALSE='' HAVE_GOOD_PRINTF_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HTML_DIR='' ICONV_LIBS='' INDENT='indent' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTOBJEXT='' INTLLIBS='' LDFLAGS='-L/usr/local/lib -lintl' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' LT_AGE='200' LT_CURRENT='200' LT_CURRENT_MINUS_AGE='0' LT_RELEASE='2.2' LT_REVISION='3' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='' MSGFMT='' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='glib' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='perl5' PERL_PATH='/usr/bin/perl5' PKG_CONFIG='/usr/local/bin/pkg-config' PLATFORMDEP='' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='' STRIP_BEGIN='' STRIP_DUMMY='' STRIP_END='' TESTGMODULE_EXP='' TRIO_LIBS='' USE_NLS='' VERSION='2.2.3' XGETTEXT='' ac_ct_AR='' ac_ct_AS='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='' ac_ct_STRIP='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd4.9' build_alias='i386-portbld-freebsd4.9' build_cpu='i386' build_os='freebsd4.9' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd4.9' host_alias='' host_cpu='i386' host_os='freebsd4.9' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GLIB_BINARY_AGE 203 #define GLIB_INTERFACE_AGE 3 #define GLIB_MAJOR_VERSION 2 #define GLIB_MICRO_VERSION 3 #define GLIB_MINOR_VERSION 2 #define G_COMPILED_WITH_DEBUGGING "minimum" #define HAVE_INTTYPES_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 configure: exit 2 configure:7991: checking command to parse /usr/bin/nm -B output from cc object configure:8080: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:8083: $? = 0 configure:8087: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:8090: $? = 0 configure:8142: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c conftstm.o >&5 configure:8145: $? = 0 configure:8183: result: ok configure:8187: checking for objdir configure:8202: result: .libs configure:8292: checking for ar configure:8308: found /usr/bin/ar configure:8319: result: ar configure:8372: checking for ranlib configure:8388: found /usr/bin/ranlib configure:8399: result: ranlib configure:8452: checking for strip configure:8468: found /usr/bin/strip configure:8479: result: strip configure:8741: checking if cc static flag works configure:8764: result: yes configure:8781: checking if cc supports -fno-rtti -fno-exceptions configure:8799: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 configure:8803: $? = 0 configure:8814: result: yes configure:8829: checking for cc option to produce PIC configure:9006: result: -fPIC configure:9013: checking if cc PIC flag -fPIC works configure:9031: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:9035: $? = 0 configure:9046: result: yes configure:9070: checking if cc supports -c -o file.o configure:9098: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:9102: $? = 0 configure:9119: result: yes configure:9145: checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries configure:9964: result: yes configure:9990: checking whether -lc should be explicitly linked in configure:9995: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:9998: $? = 0 configure:10012: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:10015: $? = 1 configure:10027: result: yes configure:10035: checking how to hardcode library paths into programs configure:10060: result: immediate configure:10074: checking whether stripping libraries is possible configure:10079: result: yes configure:10101: checking dynamic linker characteristics configure:10636: result: freebsd4.9 ld.so configure:11362: checking if libtool supports shared libraries configure:11364: result: yes configure:11367: checking whether to build shared libraries configure:11416: result: yes configure:11419: checking whether to build static libraries configure:11423: result: yes configure:11514: creating libtool configure:12058: checking for ld used by c++ configure:12125: result: /usr/libexec/elf/ld configure:12134: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:12149: result: yes configure:12200: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:12995: result: yes configure:13013: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:13016: $? = 0 configure:13112: checking for c++ option to produce PIC configure:13364: result: -fPIC configure:13371: checking if c++ PIC flag -fPIC works configure:13389: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:13393: $? = 0 configure:13404: result: yes configure:13428: checking if c++ supports -c -o file.o configure:13456: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:13460: $? = 0 configure:13477: result: yes configure:13503: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:13528: result: yes configure:13599: checking how to hardcode library paths into programs configure:13624: result: immediate configure:13638: checking whether stripping libraries is possible configure:13643: result: yes configure:13665: checking dynamic linker characteristics configure:14200: result: freebsd4.9 ld.so configure:15399: checking if libtool supports shared libraries configure:15401: result: yes configure:15404: checking whether to build shared libraries configure:15422: result: yes configure:15425: checking whether to build static libraries configure:15429: result: yes configure:15441: checking for f77 option to produce PIC configure:15618: result: -fPIC configure:15625: checking if f77 PIC flag -fPIC works configure:15643: f77 -c -g -O2 -fPIC conftest.f >&5 configure:15647: $? = 0 configure:15658: result: yes configure:15682: checking if f77 supports -c -o file.o configure:15710: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:15714: $? = 0 configure:15731: result: yes configure:15757: checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries configure:16554: result: yes configure:16625: checking how to hardcode library paths into programs configure:16650: result: immediate configure:16664: checking whether stripping libraries is possible configure:16669: result: yes configure:16691: checking dynamic linker characteristics configure:17226: result: freebsd4.9 ld.so configure:21185: checking for extra flags to get ANSI library prototypes configure:21207: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c -lm >&5 configure:21210: $? = 0 configure:21212: ./conftest configure:21215: $? = 0 configure:21217: result: none needed configure:21279: checking for extra flags for POSIX compliance configure:21298: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:21288: warning: unused variable `dir' configure:21301: $? = 0 configure:21304: test -s conftest.o configure:21307: $? = 0 configure:21309: result: none needed configure:21362: checking for ANSI C header files configure:21512: result: yes configure:21528: checking for vprintf configure:21578: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:21581: $? = 0 configure:21584: test -s conftest configure:21587: $? = 0 configure:21598: result: yes configure:21605: checking for _doprnt configure:21655: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 /tmp/ccGFdKm3.o: In function `main': /tmp/ccGFdKm3.o(.text+0x9): undefined reference to `_doprnt' /tmp/ccGFdKm3.o(.data+0x0): undefined reference to `_doprnt' configure:21658: $? = 1 configure: failed program was: | #line 21611 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:21675: result: no configure:21692: checking for working alloca.h configure:21714: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:21702: alloca.h: No such file or directory configure: In function `main': configure:21706: warning: unused variable `p' configure:21717: $? = 1 configure: failed program was: | #line 21698 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | ; | return 0; | } configure:21734: result: no configure:21744: checking for alloca configure:21786: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure: In function `main': configure:21778: warning: unused variable `p' configure:21789: $? = 0 configure:21792: test -s conftest configure:21795: $? = 0 configure:21806: result: yes configure:22019: checking for atexit configure:22069: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:22072: $? = 0 configure:22075: test -s conftest configure:22078: $? = 0 configure:22089: result: yes configure:22019: checking for on_exit configure:22069: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 /tmp/cczlXg5R.o: In function `main': /tmp/cczlXg5R.o(.text+0x9): undefined reference to `on_exit' /tmp/cczlXg5R.o(.data+0x0): undefined reference to `on_exit' configure:22072: $? = 1 configure: failed program was: | #line 22025 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char on_exit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char on_exit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_on_exit) || defined (__stub___on_exit) | choke me | #else | char (*f) () = on_exit; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != on_exit; | ; | return 0; | } configure:22089: result: no configure:22100: checking for char configure:22125: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:22128: $? = 0 configure:22131: test -s conftest.o configure:22134: $? = 0 configure:22145: result: yes configure:22148: checking size of char configure:22423: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:22426: $? = 0 configure:22428: ./conftest configure:22431: $? = 0 configure:22454: result: 1 configure:22461: checking for short configure:22486: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:22489: $? = 0 configure:22492: test -s conftest.o configure:22495: $? = 0 configure:22506: result: yes configure:22509: checking size of short configure:22784: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:22787: $? = 0 configure:22789: ./conftest configure:22792: $? = 0 configure:22815: result: 2 configure:22822: checking for long configure:22847: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:22850: $? = 0 configure:22853: test -s conftest.o configure:22856: $? = 0 configure:22867: result: yes configure:22870: checking size of long configure:23145: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:23148: $? = 0 configure:23150: ./conftest configure:23153: $? = 0 configure:23176: result: 4 configure:23183: checking for int configure:23208: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:23211: $? = 0 configure:23214: test -s conftest.o configure:23217: $? = 0 configure:23228: result: yes configure:23231: checking size of int configure:23506: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:23509: $? = 0 configure:23511: ./conftest configure:23514: $? = 0 configure:23537: result: 4 configure:23544: checking for void * configure:23569: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:23572: $? = 0 configure:23575: test -s conftest.o configure:23578: $? = 0 configure:23589: result: yes configure:23592: checking size of void * configure:23867: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:23870: $? = 0 configure:23872: ./conftest configure:23875: $? = 0 configure:23898: result: 4 configure:23905: checking for long long configure:23930: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:23933: $? = 0 configure:23936: test -s conftest.o configure:23939: $? = 0 configure:23950: result: yes configure:23953: checking size of long long configure:24228: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:24231: $? = 0 configure:24233: ./conftest configure:24236: $? = 0 configure:24259: result: 8 configure:24266: checking for __int64 configure:24291: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:24321: `__int64' undeclared (first use in this function) configure:24321: (Each undeclared identifier is reported only once configure:24321: for each function it appears in.) configure:24321: syntax error before `)' configure:24294: $? = 1 configure: failed program was: | #line 24272 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((__int64 *) 0) | return 0; | if (sizeof (__int64)) | return 0; | ; | return 0; | } configure:24311: result: no configure:24314: checking size of __int64 configure:24620: result: 0 configure:24644: checking for format to printf and scanf a guint64 configure:24673: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:24676: $? = 0 configure:24678: ./conftest configure:24681: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 24655 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | /* end confdefs.h. */ | #include | int main() | { | long long b, a = -0x3AFAFAFAFAFAFAFALL; | char buffer[1000]; | sprintf (buffer, "%llu", a); | sscanf (buffer, "%llu", &b); | exit (b!=a); | } | configure:24673: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:24676: $? = 0 configure:24678: ./conftest configure:24681: $? = 0 configure:24697: result: %qu configure:24713: checking for an ANSI C-conforming const configure:24781: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:24759: warning: unused variable `s' configure:24779: warning: unused variable `foo' configure:24746: warning: unused variable `zero' configure:24740: warning: unused variable `x' configure:24758: warning: `t' might be used uninitialized in this function configure:24776: warning: `b' might be used uninitialized in this function configure:24784: $? = 0 configure:24787: test -s conftest.o configure:24790: $? = 0 configure:24801: result: yes configure:24813: checking if malloc() and friends prototypes are gmem.h compatible configure:24844: cc -c -O -pipe -Wall -Werror -I/usr/local/include conftest.c >&5 configure:24847: $? = 0 configure:24850: test -s conftest.o configure:24853: $? = 0 configure:24868: result: yes configure:24872: checking for growing stack pointer configure:24900: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:24903: $? = 0 configure:24905: ./conftest configure:24908: $? = 0 configure:24925: result: no configure:24928: checking for __inline configure:24941: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:24944: $? = 0 configure:24947: test -s conftest.o configure:24950: $? = 0 configure:24964: result: yes configure:24973: checking for __inline__ configure:24986: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:24989: $? = 0 configure:24992: test -s conftest.o configure:24995: $? = 0 configure:25009: result: yes configure:25018: checking for inline configure:25032: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25035: $? = 0 configure:25038: test -s conftest.o configure:25041: $? = 0 configure:25055: result: yes configure:25066: checking for ISO C99 varargs macros in C configure:25089: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25092: $? = 0 configure:25095: test -s conftest.o configure:25098: $? = 0 configure:25108: result: yes configure:25111: checking for ISO C99 varargs macros in C++ configure:25143: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:25146: warning: invalid character in macro parameter name configure:25146: badly punctuated parameter list in `#define' configure: In function `int main()': configure:25147: implicit declaration of function `int call_a(...)' configure:25146: $? = 1 configure: failed program was: | #line 25123 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SANE_MALLOC_PROTOS 1 | #define G_HAVE___INLINE 1 | #define G_HAVE___INLINE__ 1 | #define G_HAVE_INLINE 1 | /* end confdefs.h. */ | | int | main () | { | | int a(int p1, int p2, int p3); | #define call_a(...) a(1,__VA_ARGS__) | call_a(2,3); | | ; | return 0; | } configure:25169: result: no configure:25172: checking for GNUC varargs macros configure:25195: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25198: $? = 0 configure:25201: test -s conftest.o configure:25204: $? = 0 configure:25214: result: yes configure:25218: checking whether byte ordering is bigendian configure:25246: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25249: $? = 0 configure:25252: test -s conftest.o configure:25255: $? = 0 configure:25280: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:25283: syntax error before `big' configure:25283: $? = 1 configure: failed program was: | #line 25259 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SANE_MALLOC_PROTOS 1 | #define G_HAVE___INLINE 1 | #define G_HAVE___INLINE__ 1 | #define G_HAVE_INLINE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:25403: result: no configure:25445: checking dirent.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking dirent.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for dirent.h configure:25560: result: yes configure:25445: checking float.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking float.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for float.h configure:25560: result: yes configure:25445: checking limits.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking limits.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for limits.h configure:25560: result: yes configure:25445: checking pwd.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking pwd.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for pwd.h configure:25560: result: yes configure:25445: checking sys/param.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking sys/param.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for sys/param.h configure:25560: result: yes configure:25445: checking sys/poll.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25461: $? = 0 configure:25464: test -s conftest.o configure:25467: $? = 0 configure:25477: result: yes configure:25481: checking sys/poll.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25553: checking for sys/poll.h configure:25560: result: yes configure:25445: checking sys/select.h usability configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 In file included from /usr/include/sys/select.h:40, from configure:25505: /usr/include/sys/event.h:53: syntax error before `uintptr_t' /usr/include/sys/event.h:55: syntax error before `u_short' In file included from configure:25505: /usr/include/sys/select.h:47: syntax error before `pid_t' configure:25461: $? = 1 configure: failed program was: | #line 25448 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SANE_MALLOC_PROTOS 1 | #define G_HAVE___INLINE 1 | #define G_HAVE___INLINE__ 1 | #define G_HAVE_INLINE 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25477: result: no configure:25481: checking sys/select.h presence configure:25492: cc -E -I/usr/local/include conftest.c configure:25498: $? = 0 configure:25517: result: yes configure:25537: WARNING: sys/select.h: present but cannot be compiled configure:25539: WARNING: sys/select.h: check for missing prerequisite headers? configure:25541: WARNING: sys/select.h: proceeding with the preprocessor's result configure:25553: checking for sys/select.h configure:25560: result: yes configure:25436: checking for sys/types.h configure:25441: result: yes configure:25592: checking sys/time.h usability configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25608: $? = 0 configure:25611: test -s conftest.o configure:25614: $? = 0 configure:25624: result: yes configure:25628: checking sys/time.h presence configure:25639: cc -E -I/usr/local/include conftest.c configure:25645: $? = 0 configure:25664: result: yes configure:25700: checking for sys/time.h configure:25707: result: yes configure:25592: checking sys/times.h usability configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25608: $? = 0 configure:25611: test -s conftest.o configure:25614: $? = 0 configure:25624: result: yes configure:25628: checking sys/times.h presence configure:25639: cc -E -I/usr/local/include conftest.c configure:25645: $? = 0 configure:25664: result: yes configure:25700: checking for sys/times.h configure:25707: result: yes configure:25583: checking for unistd.h configure:25588: result: yes configure:25592: checking values.h usability configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 In file included from configure:25657: /usr/include/values.h:2: warning: #warning "this file includes which is obsoleted, use or instead" configure:25608: $? = 0 configure:25611: test -s conftest.o configure:25614: $? = 0 configure:25624: result: yes configure:25628: checking values.h presence configure:25639: cc -E -I/usr/local/include conftest.c In file included from configure:25659: /usr/include/values.h:2: warning: #warning "this file includes which is obsoleted, use or instead" configure:25645: $? = 0 configure:25664: result: yes configure:25700: checking for values.h configure:25707: result: yes configure:25583: checking for stdint.h configure:25588: result: no configure:25592: checking sched.h usability configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25608: $? = 0 configure:25611: test -s conftest.o configure:25614: $? = 0 configure:25624: result: yes configure:25628: checking sched.h presence configure:25639: cc -E -I/usr/local/include conftest.c configure:25645: $? = 0 configure:25664: result: yes configure:25700: checking for sched.h configure:25707: result: yes configure:25737: checking langinfo.h usability configure:25750: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:25753: $? = 0 configure:25756: test -s conftest.o configure:25759: $? = 0 configure:25769: result: yes configure:25773: checking langinfo.h presence configure:25784: cc -E -I/usr/local/include conftest.c configure:25790: $? = 0 configure:25809: result: yes configure:25845: checking for langinfo.h configure:25852: result: yes configure:25869: checking for nl_langinfo configure:25919: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:25922: $? = 0 configure:25925: test -s conftest configure:25928: $? = 0 configure:25939: result: yes configure:25950: checking for nl_langinfo and CODESET configure:25972: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure: In function `main': configure:25992: warning: unused variable `cs' configure:25975: $? = 0 configure:25978: test -s conftest configure:25981: $? = 0 configure:25993: result: yes configure:26004: checking whether we are using the GNU C Library 2.1 or newer configure:26044: features.h: No such file or directory configure:26036: result: no configure:26058: checking stddef.h usability configure:26071: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:26074: $? = 0 configure:26077: test -s conftest.o configure:26080: $? = 0 configure:26090: result: yes configure:26094: checking stddef.h presence configure:26105: cc -E -I/usr/local/include conftest.c configure:26111: $? = 0 configure:26130: result: yes configure:26166: checking for stddef.h configure:26173: result: yes configure:26049: checking for stdlib.h configure:26054: result: yes configure:26049: checking for string.h configure:26054: result: yes configure:26190: checking for setlocale configure:26240: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26243: $? = 0 configure:26246: test -s conftest configure:26249: $? = 0 configure:26260: result: yes configure:26271: checking whether make is GNU Make configure:26278: result: yes configure:26290: checking for size_t configure:26315: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:26318: $? = 0 configure:26321: test -s conftest.o configure:26324: $? = 0 configure:26335: result: yes configure:26338: checking size of size_t configure:26613: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26616: $? = 0 configure:26618: ./conftest configure:26621: $? = 0 configure:26644: result: 4 configure:26652: checking for the appropriate definition for size_t configure:26687: cc -c -O -pipe -Wall -I/usr/local/include conftest.c configure:26693: $? = 0 configure:26696: (if test -s conftest.err; then false ; else true; fi) configure:26699: $? = 0 configure:26745: result: unsigned int configure:26767: checking for lstat configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for strerror configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for strsignal configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for memmove configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for mkstemp configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for vsnprintf configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for stpcpy configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 /tmp/cciAlF9z.o: In function `main': /tmp/cciAlF9z.o(.text+0x9): undefined reference to `stpcpy' /tmp/cciAlF9z.o(.data+0x0): undefined reference to `stpcpy' configure:26820: $? = 1 configure: failed program was: | #line 26773 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SANE_MALLOC_PROTOS 1 | #define G_HAVE___INLINE 1 | #define G_HAVE___INLINE__ 1 | #define G_HAVE_INLINE 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SETLOCALE 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_LSTAT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stpcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char stpcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_stpcpy) || defined (__stub___stpcpy) | choke me | #else | char (*f) () = stpcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != stpcpy; | ; | return 0; | } configure:26837: result: no configure:26767: checking for strcasecmp configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for strncasecmp configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for poll configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for getcwd configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for nanosleep configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for vasprintf configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for unsetenv configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26820: $? = 0 configure:26823: test -s conftest configure:26826: $? = 0 configure:26837: result: yes configure:26767: checking for getc_unlocked configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 /tmp/ccSTCgPc.o: In function `main': /tmp/ccSTCgPc.o(.text+0x9): undefined reference to `getc_unlocked' /tmp/ccSTCgPc.o(.data+0x0): undefined reference to `getc_unlocked' configure:26820: $? = 1 configure: failed program was: | #line 26773 "configure" | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ATEXIT 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SANE_MALLOC_PROTOS 1 | #define G_HAVE___INLINE 1 | #define G_HAVE___INLINE__ 1 | #define G_HAVE_INLINE 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SETLOCALE 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_LSTAT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_POLL 1 | #define HAVE_GETCWD 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_VASPRINTF 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getc_unlocked (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getc_unlocked (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getc_unlocked) || defined (__stub___getc_unlocked) | choke me | #else | char (*f) () = getc_unlocked; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getc_unlocked; | ; | return 0; | } configure:26837: result: no configure:26848: checking for C99 vsnprintf configure:26891: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:26894: $? = 0 configure:26896: ./conftest configure:26899: $? = 0 configure:26913: result: yes configure:26923: checking for C99 snprintf configure:26974: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure: In function `doit': configure:26991: warning: unused variable `args' configure:26977: $? = 0 configure:26979: ./conftest configure:26982: $? = 0 configure:26996: result: yes configure:27006: checking whether printf supports positional parameters configure:27035: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27038: $? = 0 configure:27040: ./conftest configure:27043: $? = 0 configure:27057: result: yes configure:27229: checking for sys_errlist configure:27252: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27255: $? = 0 configure:27258: test -s conftest configure:27261: $? = 0 configure:27271: result: yes configure:27282: checking for sys_siglist configure:27304: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27307: $? = 0 configure:27310: test -s conftest configure:27313: $? = 0 configure:27323: result: yes configure:27334: checking for sys_siglist declaration configure:27355: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure:27358: $? = 0 configure:27361: test -s conftest.o configure:27364: $? = 0 configure:27374: result: yes configure:27385: checking for fd_set configure:27404: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:27447: warning: unused variable `writeMask' configure:27447: warning: unused variable `readMask' configure:27407: $? = 0 configure:27410: test -s conftest.o configure:27413: $? = 0 configure:27424: result: yes, found in sys/types.h configure:27463: checking whether realloc (NULL,) will work configure:27485: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27488: $? = 0 configure:27490: ./conftest configure:27493: $? = 0 configure:27508: result: yes configure:27519: checking for nl_langinfo (CODESET) configure:27538: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&5 configure: In function `main': configure:27582: warning: unused variable `codeset' configure:27541: $? = 0 configure:27544: test -s conftest.o configure:27547: $? = 0 configure:27562: result: yes configure:27567: checking for OpenBSD strlcpy/strlcat configure:27594: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27597: $? = 0 configure:27599: ./conftest configure:27602: $? = 0 configure:27616: result: yes configure:27627: checking for an implementation of va_copy() configure:27649: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 conftest.c: In function `f': conftest.c:5: warning: implicit declaration of function `va_copy' conftest.c:3: warning: `args2' might be used uninitialized in this function /tmp/ccaDlqBi.o: In function `f': /tmp/ccaDlqBi.o(.text+0x10): undefined reference to `va_copy' configure:27652: $? = 1 configure: failed program was: | #include | void f (int i, ...) { | va_list args1, args2; | va_start (args1, i); | va_copy (args2, args1); | if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) | exit (1); | va_end (args1); va_end (args2); | } | int main() { | f (0, 42); | return 0; | } configure:27670: result: no configure:27672: checking for an implementation of __va_copy() configure:27694: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 conftest.c: In function `f': conftest.c:5: warning: implicit declaration of function `__va_copy' conftest.c:3: warning: `args2' might be used uninitialized in this function /tmp/ccaKlYjR.o: In function `f': /tmp/ccaKlYjR.o(.text+0x10): undefined reference to `__va_copy' configure:27697: $? = 1 configure: failed program was: | #include | void f (int i, ...) { | va_list args1, args2; | va_start (args1, i); | __va_copy (args2, args1); | if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) | exit (1); | va_end (args1); va_end (args2); | } | int main() { | f (0, 42); | return 0; | } configure:27715: result: no configure:27733: checking whether va_lists can be copied by value configure:27764: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27767: $? = 0 configure:27769: ./conftest configure:27772: $? = 0 configure:27787: result: yes configure:27815: checking for dlopen configure:27865: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27868: $? = 0 configure:27871: test -s conftest configure:27874: $? = 0 configure:27885: result: yes configure:27888: checking for dlsym configure:27938: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:27941: $? = 0 configure:27944: test -s conftest configure:27947: $? = 0 configure:27958: result: yes configure:28293: checking for RTLD_GLOBAL brokenness configure:28328: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl -Wl,--export-dynamic conftest.c >&5 configure:28331: $? = 0 configure:28333: ./conftest configure:28336: $? = 0 configure:28352: result: no configure:28359: checking for preceeding underscore in symbols configure:28391: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/usr/local/lib -lintl -Wl,--export-dynamic conftest.c >&5 From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 07:50:27 2003 Return-Path: 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 D6AB816A4B3 for ; Wed, 24 Sep 2003 07:50:27 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 758AA44014 for ; Wed, 24 Sep 2003 07:50:25 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8OEoOHG091421 for ; Wed, 24 Sep 2003 07:50:25 -0700 (PDT) Message-ID: <3F71AF30.9040106@mail.flyingcroc.net> Date: Wed, 24 Sep 2003 07:50:24 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org References: <3F7077F3.5080502@mail.flyingcroc.net> <1064413813.96890.10.camel@localhost> In-Reply-To: <1064413813.96890.10.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 14:50:28 -0000 Brian Gruber wrote: > 1) set up your gnome session to be executed inside of an ssh-agent. it > really doesn't matter how you do this. i for one, have an .xinitrc file > that just says "ssh-agent gnome-session" and that seems to work for > startx and i believe gdm as well (hard to test since gdm is currently > broken on my system). I do not consider anything related to using startx as anything worth considering. Why do you think gdm does not work on your system? Do you run some sort of ancient FreeBSD or have you just not tried recently? GDM has included *automatic* use of ssh-agent for quite a long time. The _corrrect_ method to use ssh-agent to start gnome-session (and the one used by GDM) is: ssh-agent -- gnome-session The -- serves to stop ssh-agent from scanning for command-line arguments in case you put something besides a simple command word instead of gnome-session. > 2) put aside any prejudices you might have against gui config tools for > half a second and bring up the gnome "Sessions" control panel. > foot->applications->desktop preferences->advanced->sessions. I have nothing agains gui config tools. I never implied I had anything against gui config tools. I have a problem with the convoluted and obscure and undocumented way that Gnome uses config files that have no gui front end. > 3) click on the "Startup Programs" tab. click add. Enter the command > "ssh-add" and give it a sensibly high order number (mine is 90). This so-called "solution" has many problems, not the least of which involve the way that ssh-askpass gratuitously "grabs" focus. If you don't type quickly, the password box quickly becomes hidden by other windows starting up and leads to extreme problems with focus. > and i think that's it. from now on, after you log in, you should get an > ssh-askpass box (of course, assuming you have openssh-askpass installed, > which i'm taking as a given here). i've noticed that openssh-askpass is > a little funky in that maintains keyboard focus even when other windows > seem to take focus. whatever, maybe it's a security feature or > something to prevent a window popping up and taking keyboard focus in > the middle of you typing a password. Your solution may work for you personally, but I find it unusable in the extreme. I experimented with it long ago and rejected it due to the many problems that ssh-askpass has in the presence of other windows starting up. /Joe From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 09:15:14 2003 Return-Path: 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 6457B16A4F5 for ; Wed, 24 Sep 2003 09:15:14 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A61344022 for ; Wed, 24 Sep 2003 09:15:06 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8OG7X0Q000035; Wed, 24 Sep 2003 12:07:33 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8OGE1lB042879; Wed, 24 Sep 2003 12:14:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: auliya In-Reply-To: <200309241406.h8OE6PrZ035222@bp6.auliya.org> References: <200309241406.h8OE6PrZ035222@bp6.auliya.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bhckNbnFw3Ovq7/WdsO9" Organization: MarcusCom, Inc. Message-Id: <1064420088.731.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 24 Sep 2003 12:14:48 -0400 X-Spam-Status: No, hits=-11.4 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,LARGE_COLLECTION, PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 16:15:14 -0000 --=-bhckNbnFw3Ovq7/WdsO9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-24 at 10:06, auliya wrote: > Hello. This is a problem I had today. I followed the instructions and=20 > am sending it to you! >=20 > There follows: output of uname -a > output from make install > config.log of make install >=20 > The system is FreeBSD 4.9-PRE. There's nothing in here that indicates an error. Is your /usr/ports/Mk up-to-date? Joe >=20 > Thanks very much for your help, >=20 > Andrew Hodgson >=20 > (andrew@auliya.org) >=20 > FreeBSD bp6.auliya.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Wed Sep = 24 11:13:00 GMT 2003 auliya@bp6.auliya.org:/usr/obj/usr/src/sys/bp6 i3= 86 > =3D=3D=3D> gkrellm-2.1.16 depends on executable: gmake - found > =3D=3D=3D> gkrellm-2.1.16 depends on executable: pkg-config - found > =3D=3D=3D> gkrellm-2.1.16 depends on shared library: X11.6 - found > =3D=3D=3D> gkrellm-2.1.16 depends on shared library: glib-2.0.200 - not= found > =3D=3D=3D> Verifying install for glib-2.0.200 in /usr/ports/devel/glib= 20 > =3D=3D=3D> glib-2.2.3 depends on executable: gmake - found > =3D=3D=3D> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/lib= tool - found > =3D=3D=3D> glib-2.2.3 depends on executable: pkg-config - found > =3D=3D=3D> glib-2.2.3 depends on shared library: intl.5 - found > =3D=3D=3D> Configuring for glib-2.2.3 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > 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... n= o > checking build system type... i386-portbld-freebsd4.9 > checking host system type... i386-portbld-freebsd4.9 > checking for the BeOS... no > checking for Win32... no > checking whether to enable garbage collector friendliness... no > checking whether to disable memory pools... 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 c++... c++ > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for _LARGE_FILES value needed for large files... no > checking for pkg-config... /usr/local/bin/pkg-config > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking for perl5... perl5 > checking for indent... indent > checking for perl5... /usr/bin/perl5 > checking for libiconv_open in -liconv... yes > checking how to run the C preprocessor... cc -E > 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... no > checking for unistd.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and att= ach > the "/usr/ports/devel/glib20/work/glib-2.2.3/config.log" including = the > output of the failure of your make command. Also, it might be a goo= d > idea to provide an overview of all packages installed on your syste= m > (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/devel/glib20. > *** Error code 1 >=20 > Stop in /usr/ports/sysutils/gkrellm2. > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > It was created by configure, which was > generated by GNU Autoconf 2.57. Invocation command line was >=20 > $ ./configure --enable-static --with-libiconv=3Dgnu --prefix=3D/usr/loc= al --build=3Di386-portbld-freebsd4.9 >=20 > ## --------- ## > ## Platform. ## > ## --------- ## >=20 > hostname =3D bp6.auliya.org > uname -m =3D i386 > uname -r =3D 4.9-PRERELEASE > uname -s =3D FreeBSD > uname -v =3D FreeBSD 4.9-PRERELEASE #1: Wed Sep 24 11:13:00 GMT 2003 = auliya@bp6.auliya.org:/usr/obj/usr/src/sys/bp6=20 >=20 > /usr/bin/uname -p =3D i386 > /bin/uname -X =3D unknown >=20 > /bin/arch =3D unknown > /usr/bin/arch -k =3D unknown > /usr/convex/getsysinfo =3D unknown > hostinfo =3D unknown > /bin/machine =3D unknown > /usr/bin/oslevel =3D unknown > /bin/universe =3D unknown >=20 > PATH: /usr/local/libexec/libtool13 > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /usr/X11R6/bin > PATH: /root/bin > PATH: . >=20 >=20 > ## ----------- ## > ## Core tests. ## > ## ----------- ## >=20 > configure:1569: checking for a BSD-compatible install > configure:1623: result: /usr/bin/install -c -o root -g wheel > configure:1634: checking whether build environment is sane > configure:1677: result: yes > configure:1692: checking whether gmake sets $(MAKE) > configure:1712: result: yes > configure:1735: checking for working aclocal-1.4 > configure:1746: result: missing > configure:1750: checking for working autoconf > configure:1761: result: missing > configure:1765: checking for working automake-1.4 > configure:1776: result: missing > configure:1780: checking for working autoheader > configure:1791: result: missing > configure:1795: checking for working makeinfo > configure:1802: result: found > configure:1845: checking whether to enable maintainer-specific portions o= f Makefiles > configure:1854: result: no > configure:1875: checking build system type > configure:1893: result: i386-portbld-freebsd4.9 > configure:1901: checking host system type > configure:1915: result: i386-portbld-freebsd4.9 > configure:1924: checking for the BeOS > configure:1934: result: no > configure:1938: checking for Win32 > configure:1966: result: no > configure:2088: checking whether to enable garbage collector friendliness > configure:2100: result: no > configure:2104: checking whether to disable memory pools > configure:2107: result: no > configure:2166: checking for gcc > configure:2192: result: cc > configure:2436: checking for C compiler version > configure:2439: cc --version &5 > 2.95.4 > configure:2442: $? =3D 0 > configure:2444: cc -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:2447: $? =3D 0 > configure:2449: cc -V &5 > cc: argument to `-V' is missing > configure:2452: $? =3D 1 > configure:2476: checking for C compiler default output > configure:2479: cc -O -pipe -I/usr/local/include -L/usr/local/lib -lintl= conftest.c >&5 > configure:2482: $? =3D 0 > configure:2528: result: a.out > configure:2533: checking whether the C compiler works > configure:2539: ./a.out > configure:2542: $? =3D 0 > configure:2559: result: yes > configure:2566: checking whether we are cross compiling > configure:2568: result: no > configure:2571: checking for suffix of executables > configure:2573: cc -o conftest -O -pipe -I/usr/local/include -L/usr/loca= l/lib -lintl conftest.c >&5 > configure:2576: $? =3D 0 > configure:2601: result:=20 > configure:2607: checking for suffix of object files > configure:2629: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2632: $? =3D 0 > configure:2654: result: o > configure:2658: checking whether we are using the GNU C compiler > configure:2683: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2686: $? =3D 0 > configure:2689: test -s conftest.o > configure:2692: $? =3D 0 > configure:2705: result: yes > configure:2711: checking whether cc accepts -g > configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2736: $? =3D 0 > configure:2739: test -s conftest.o > configure:2742: $? =3D 0 > configure:2753: result: yes > configure:2770: checking for cc option to accept ANSI C > configure:2831: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2834: $? =3D 0 > configure:2837: test -s conftest.o > configure:2840: $? =3D 0 > configure:2858: result: none needed > configure:2876: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:2879: $? =3D 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2993: checking for c++ > configure:3019: result: c++ > configure:3132: checking for C++ compiler version > configure:3135: c++ --version &5 > 2.95.4 > configure:3138: $? =3D 0 > configure:3140: c++ -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:3143: $? =3D 0 > configure:3145: c++ -V &5 > c++: argument to `-V' missing >=20 > configure:3148: $? =3D 1 > configure:3151: checking whether we are using the GNU C++ compiler > configure:3176: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3179: $? =3D 0 > configure:3182: test -s conftest.o > configure:3185: $? =3D 0 > configure:3198: result: yes > configure:3204: checking whether c++ accepts -g > configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 > configure:3229: $? =3D 0 > configure:3232: test -s conftest.o > configure:3235: $? =3D 0 > configure:3246: result: yes > configure:3290: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3293: $? =3D 0 > configure:3296: test -s conftest.o > configure:3299: $? =3D 0 > configure:3326: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3329: $? =3D 0 > configure:3332: test -s conftest.o > configure:3335: $? =3D 0 > configure:3376: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3379: $? =3D 0 > configure:3382: test -s conftest.o > configure:3385: $? =3D 0 > configure:3415: checking for cc option to accept ANSI C > configure:3478: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3481: $? =3D 0 > configure:3484: test -s conftest.o > configure:3487: $? =3D 0 > configure:3502: result: none needed > configure:3525: checking for a BSD-compatible install > configure:3579: result: /usr/bin/install -c -o root -g wheel > configure:3598: checking for special C compiler options needed for large = files > configure:3678: result: no > configure:3684: checking for _FILE_OFFSET_BITS value needed for large fil= es > configure:3716: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3719: $? =3D 0 > configure:3722: test -s conftest.o > configure:3725: $? =3D 0 > configure:3781: result: no > configure:3791: checking for _LARGE_FILES value needed for large files > configure:3823: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3826: $? =3D 0 > configure:3829: test -s conftest.o > configure:3832: $? =3D 0 > configure:3888: result: no > configure:3906: checking for pkg-config > configure:3924: found /usr/local/bin/pkg-config > configure:3937: result: /usr/local/bin/pkg-config > configure:4028: checking for gawk > configure:4057: result: no > configure:4028: checking for mawk > configure:4057: result: no > configure:4028: checking for nawk > configure:4044: found /usr/bin/nawk > configure:4054: result: nawk > configure:4068: checking for perl5 > configure:4084: found /usr/bin/perl5 > configure:4094: result: perl5 > configure:4107: checking for indent > configure:4123: found /usr/bin/indent > configure:4133: result: indent > configure:4154: checking for perl5 > configure:4172: found /usr/bin/perl5 > configure:4184: result: /usr/bin/perl5 > configure:4488: checking for libiconv_open in -liconv > configure:4519: cc -o conftest -O -pipe -I/usr/local/include -L/usr/loca= l/lib -lintl conftest.c -liconv >&5 > configure:4522: $? =3D 0 > configure:4525: test -s conftest > configure:4528: $? =3D 0 > configure:4540: result: yes > configure:4622: checking how to run the C preprocessor > configure:4658: cc -E -I/usr/local/include conftest.c > configure:4664: $? =3D 0 > configure:4696: cc -E -I/usr/local/include conftest.c > configure:4702: ac_nonexistent.h: No such file or directory > configure:4702: $? =3D 1 > configure: failed program was: > | #line 4688 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define GLIB_MAJOR_VERSION 2 > | #define GLIB_MINOR_VERSION 2 > | #define GLIB_MICRO_VERSION 3 > | #define GLIB_INTERFACE_AGE 3 > | #define GLIB_BINARY_AGE 203 > | #define G_COMPILED_WITH_DEBUGGING "minimum" > | /* end confdefs.h. */ > | #include > configure:4740: result: cc -E > configure:4765: cc -E -I/usr/local/include conftest.c > configure:4771: $? =3D 0 > configure:4803: cc -E -I/usr/local/include conftest.c > configure:4809: ac_nonexistent.h: No such file or directory > configure:4809: $? =3D 1 > configure: failed program was: > | #line 4795 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define GLIB_MAJOR_VERSION 2 > | #define GLIB_MINOR_VERSION 2 > | #define GLIB_MICRO_VERSION 3 > | #define GLIB_INTERFACE_AGE 3 > | #define GLIB_BINARY_AGE 203 > | #define G_COMPILED_WITH_DEBUGGING "minimum" > | /* end confdefs.h. */ > | #include > configure:4852: checking for egrep > configure:4862: result: grep -E > configure:4867: checking for ANSI C header files > configure:4893: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:4896: $? =3D 0 > configure:4899: test -s conftest.o > configure:4902: $? =3D 0 > configure:4994: cc -o conftest -O -pipe -I/usr/local/include -L/usr/loca= l/lib -lintl conftest.c >&5 > configure:4997: $? =3D 0 > configure:4999: ./conftest > configure:5002: $? =3D 0 > configure:5017: result: yes > configure:5041: checking for sys/types.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for sys/stat.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for stdlib.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for string.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for memory.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for strings.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for inttypes.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5041: checking for stdint.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5104: stdint.h: No such file or directory > configure:5061: $? =3D 1 > configure: failed program was: > | #line 5047 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define GLIB_MAJOR_VERSION 2 > | #define GLIB_MINOR_VERSION 2 > | #define GLIB_MICRO_VERSION 3 > | #define GLIB_INTERFACE_AGE 3 > | #define GLIB_BINARY_AGE 203 > | #define G_COMPILED_WITH_DEBUGGING "minimum" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | /* end confdefs.h. */ > | #include > | #if HAVE_SYS_TYPES_H > | # include > | #endif > | #if HAVE_SYS_STAT_H > | # include > | #endif > | #if STDC_HEADERS > | # include > | # include > | #else > | # if HAVE_STDLIB_H > | # include > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include > | # endif > | # include > | #endif > | #if HAVE_STRINGS_H > | # include > | #endif > | #if HAVE_INTTYPES_H > | # include > | #else > | # if HAVE_STDINT_H > | # include > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include > | #endif > |=20 > | #include > configure:5078: result: no > configure:5041: checking for unistd.h > configure:5058: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5061: $? =3D 0 > configure:5064: test -s conftest.o > configure:5067: $? =3D 0 > configure:5078: result: yes > configure:5105: checking locale.h usability > configure:5118: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:5121: $? =3D 0 > configure:5124: test -s conftest.o > configure:5127: $? =3D 0 > configure:5137: result: yes > configure:5141: checking locale.h presence > configure:5152: cc -E -I/usr/local/include conftest.c > configure:5158: $? =3D 0 > configure:5177: result: yes > configure:5213: checking for locale.h > configure:5220: result: yes >=20 > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## >=20 > ac_cv_env_CXXFLAGS_value=3D' -O -pipe ' > ac_cv_env_F77_value=3D > ac_cv_header_stdlib_h=3Dyes > ac_cv_prog_cc_g=3Dyes > ac_cv_env_CXXCPP_set=3D > ac_cv_env_LDFLAGS_set=3Dset > ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config > ac_cv_sys_large_files=3Dno > ac_cv_c_compiler_gnu=3Dyes > ac_cv_exeext=3D > ac_cv_env_CFLAGS_set=3Dset > ac_cv_prog_CXX=3Dc++ > ac_cv_prog_make_gmake_set=3Dyes > ac_cv_env_FFLAGS_set=3D > ac_cv_env_CPP_value=3D > ac_cv_env_CPPFLAGS_set=3Dset > ac_cv_cxx_compiler_gnu=3Dyes > ac_cv_env_CXX_set=3Dset > ac_cv_env_host_alias_set=3D > ac_cv_header_sys_stat_h=3Dyes > ac_cv_env_build_alias_set=3Dset > ac_cv_lib_iconv_libiconv_open=3Dyes > ac_cv_env_CXXCPP_value=3D > ac_cv_env_LDFLAGS_value=3D'-L/usr/local/lib -lintl' > ac_cv_env_target_alias_set=3D > ac_cv_prog_INDENT=3Dindent > ac_cv_prog_cc_stdc=3D > ac_cv_host_alias=3Di386-portbld-freebsd4.9 > ac_cv_env_CFLAGS_value=3D'-O -pipe ' > ac_cv_env_CC_set=3Dset > ac_cv_header_sys_types_h=3Dyes > ac_cv_header_stdc=3Dyes > ac_cv_header_strings_h=3Dyes > ac_cv_header_stdint_h=3Dno > ac_cv_header_inttypes_h=3Dyes > ac_cv_prog_egrep=3D'grep -E' > ac_cv_env_FFLAGS_value=3D > ac_cv_header_locale_h=3Dyes > ac_cv_header_unistd_h=3Dyes > ac_cv_header_string_h=3Dyes > ac_cv_build_alias=3Di386-portbld-freebsd4.9 > ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include > ac_cv_sys_largefile_CC=3Dno > ac_cv_header_memory_h=3Dyes > ac_cv_env_CXXFLAGS_set=3Dset > ac_cv_env_CXX_value=3Dc++ > ac_cv_host=3Di386-portbld-freebsd4.9 > ac_cv_env_F77_set=3D > ac_cv_env_host_alias_value=3D > ac_cv_path_PERL_PATH=3D/usr/bin/perl5 > ac_cv_prog_cxx_g=3Dyes > am_cv_prog_cc_stdc=3D > ac_cv_prog_CPP=3D'cc -E' > ac_cv_prog_AWK=3Dnawk > ac_cv_build=3Di386-portbld-freebsd4.9 > ac_cv_env_build_alias_value=3Di386-portbld-freebsd4.9 > ac_cv_prog_ac_ct_CC=3Dcc > ac_cv_prog_PERL=3Dperl5 > ac_cv_env_target_alias_value=3D > ac_cv_env_CC_value=3Dcc > ac_cv_env_CPP_set=3D > ac_cv_sys_file_offset_bits=3Dno > ac_cv_objext=3Do >=20 > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## >=20 > ACLOCAL=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' > ALLOCA=3D'' > AR=3D'' > AS=3D'' > AUTOCONF=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' > AUTOHEADER=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' > AUTOMAKE=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' > AWK=3D'nawk' > CATALOGS=3D'' > CATOBJEXT=3D'' > CC=3D'cc' > CFLAGS=3D'-O -pipe ' > CPP=3D'cc -E' > CPPFLAGS=3D'-I/usr/local/include' > CROSS_COMPILING_FALSE=3D'' > CROSS_COMPILING_TRUE=3D'' > CXX=3D'c++' > CXXCPP=3D'' > CXXFLAGS=3D' -O -pipe ' > DATADIRNAME=3D'' > DB2HTML=3D'' > DEFS=3D'' > DISABLE_MEM_POOLS=3D'' > DLLTOOL=3D'' > ECHO=3D'echo' > ECHO_C=3D'' > ECHO_N=3D'-n' > ECHO_T=3D'' > EGREP=3D'grep -E' > ENABLE_GC_FRIENDLY=3D'' > ENABLE_GTK_DOC_FALSE=3D'' > ENABLE_GTK_DOC_TRUE=3D'' > ENABLE_TIMELOOP_FALSE=3D'' > ENABLE_TIMELOOP_TRUE=3D'' > EXEEXT=3D'' > F77=3D'' > FFLAGS=3D'' > GETTEXT_PACKAGE=3D'' > GIO=3D'' > GLIBC21=3D'' > GLIB_BINARY_AGE=3D'203' > GLIB_DEBUG_FLAGS=3D'-DG_DISABLE_CAST_CHECKS' > GLIB_DEF=3D'' > GLIB_GENMARSHAL=3D'' > GLIB_INTERFACE_AGE=3D'3' > GLIB_MAJOR_VERSION=3D'2' > GLIB_MICRO_VERSION=3D'3' > GLIB_MINOR_VERSION=3D'2' > GLIB_VERSION=3D'2.2.3' > GMODULE_DEF=3D'' > GMOFILES=3D'' > GMSGFMT=3D'' > GOBJECT_DEF=3D'' > GSPAWN=3D'' > GTHREAD_COMPILE_IMPL_DEFINES=3D'' > GTHREAD_DEF=3D'' > GTKDOC=3D'' > G_LIBS_EXTRA=3D'' > G_LIB_WIN32_RESOURCE=3D'' > G_MODULE_BROKEN_RTLD_GLOBAL=3D'' > G_MODULE_HAVE_DLERROR=3D'' > G_MODULE_IMPL=3D'' > G_MODULE_LDFLAGS=3D'' > G_MODULE_LIBS=3D'' > G_MODULE_LIBS_EXTRA=3D'' > G_MODULE_NEED_USCORE=3D'' > G_MODULE_PLUGIN_LIBS=3D'' > G_MODULE_SUPPORTED=3D'' > G_MODULE_WIN32_RESOURCE=3D'' > G_OBJECT_WIN32_RESOURCE=3D'' > G_THREAD_CFLAGS=3D'' > G_THREAD_LIBS=3D'' > G_THREAD_LIBS_EXTRA=3D'' > G_THREAD_LIBS_FOR_GTHREAD=3D'' > G_THREAD_WIN32_RESOURCE=3D'' > HAVE_CXX_FALSE=3D'#' > HAVE_CXX_TRUE=3D'' > HAVE_DOCBOOK_FALSE=3D'' > HAVE_DOCBOOK_TRUE=3D'' > HAVE_GOOD_PRINTF_FALSE=3D'' > HAVE_GOOD_PRINTF_TRUE=3D'' > HAVE_GTK_DOC=3D'' > HAVE_GTK_DOC_FALSE=3D'' > HAVE_GTK_DOC_TRUE=3D'' > HTML_DIR=3D'' > ICONV_LIBS=3D'' > INDENT=3D'indent' > INSTALL_DATA=3D'install -c -o root -g wheel -m 444' > INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' > INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' > INSTOBJEXT=3D'' > INTLLIBS=3D'' > LDFLAGS=3D'-L/usr/local/lib -lintl' > LIBOBJS=3D'' > LIBS=3D'' > LIBTOOL=3D'' > LN_S=3D'' > LTLIBOBJS=3D'' > LT_AGE=3D'200' > LT_CURRENT=3D'200' > LT_CURRENT_MINUS_AGE=3D'0' > LT_RELEASE=3D'2.2' > LT_REVISION=3D'3' > MAINT=3D'#' > MAINTAINER_MODE_FALSE=3D'' > MAINTAINER_MODE_TRUE=3D'#' > MAKEINFO=3D'makeinfo' > MKINSTALLDIRS=3D'' > MSGFMT=3D'' > MS_LIB_AVAILABLE_FALSE=3D'' > MS_LIB_AVAILABLE_TRUE=3D'#' > OBJDUMP=3D'' > OBJEXT=3D'o' > OS_WIN32_FALSE=3D'' > OS_WIN32_TRUE=3D'#' > PACKAGE=3D'glib' > PACKAGE_BUGREPORT=3D'' > PACKAGE_NAME=3D'' > PACKAGE_STRING=3D'' > PACKAGE_TARNAME=3D'' > PACKAGE_VERSION=3D'' > PATH_SEPARATOR=3D':' > PERL=3D'perl5' > PERL_PATH=3D'/usr/bin/perl5' > PKG_CONFIG=3D'/usr/local/bin/pkg-config' > PLATFORMDEP=3D'' > PLATFORM_WIN32_FALSE=3D'' > PLATFORM_WIN32_TRUE=3D'' > POFILES=3D'' > POSUB=3D'' > PO_IN_DATADIR_FALSE=3D'' > PO_IN_DATADIR_TRUE=3D'' > RANLIB=3D'' > REBUILD=3D'' > SET_MAKE=3D'' > SHELL=3D'/bin/sh' > STRIP=3D'' > STRIP_BEGIN=3D'' > STRIP_DUMMY=3D'' > STRIP_END=3D'' > TESTGMODULE_EXP=3D'' > TRIO_LIBS=3D'' > USE_NLS=3D'' > VERSION=3D'2.2.3' > XGETTEXT=3D'' > ac_ct_AR=3D'' > ac_ct_AS=3D'' > ac_ct_CC=3D'cc' > ac_ct_CXX=3D'' > ac_ct_DLLTOOL=3D'' > ac_ct_F77=3D'' > ac_ct_OBJDUMP=3D'' > ac_ct_RANLIB=3D'' > ac_ct_STRIP=3D'' > bindir=3D'${exec_prefix}/bin' > build=3D'i386-portbld-freebsd4.9' > build_alias=3D'i386-portbld-freebsd4.9' > build_cpu=3D'i386' > build_os=3D'freebsd4.9' > build_vendor=3D'portbld' > datadir=3D'${prefix}/share' > exec_prefix=3D'NONE' > host=3D'i386-portbld-freebsd4.9' > host_alias=3D'' > host_cpu=3D'i386' > host_os=3D'freebsd4.9' > host_vendor=3D'portbld' > includedir=3D'${prefix}/include' > infodir=3D'${prefix}/info' > libdir=3D'${exec_prefix}/lib' > libexecdir=3D'${exec_prefix}/libexec' > localstatedir=3D'${prefix}/var' > mandir=3D'${prefix}/man' > ms_librarian=3D'' > oldincludedir=3D'/usr/include' > prefix=3D'/usr/local' > program_transform_name=3D's,x,x,' > sbindir=3D'${exec_prefix}/sbin' > sharedstatedir=3D'${prefix}/com' > sysconfdir=3D'${prefix}/etc' > target_alias=3D'' >=20 > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## >=20 > #define GLIB_BINARY_AGE 203 > #define GLIB_INTERFACE_AGE 3 > #define GLIB_MAJOR_VERSION 2 > #define GLIB_MICRO_VERSION 3 > #define GLIB_MINOR_VERSION 2 > #define G_COMPILED_WITH_DEBUGGING "minimum" > #define HAVE_INTTYPES_H 1 > #define HAVE_LOCALE_H 1 > #define HAVE_MEMORY_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_STRING_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define STDC_HEADERS 1 >=20 > configure: exit 2 >=20 >=20 >=20 > configure:7991: checking command to parse /usr/bin/nm -B output from cc o= bject > configure:8080: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:8083: $? =3D 0 > configure:8087: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDG= IRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'= \> conftest.nm > configure:8090: $? =3D 0 > configure:8142: cc -o conftest -O -pipe -I/usr/local/include -L/usr/loca= l/lib -lintl conftest.c conftstm.o >&5 > configure:8145: $? =3D 0 > configure:8183: result: ok > configure:8187: checking for objdir > configure:8202: result: .libs > configure:8292: checking for ar > configure:8308: found /usr/bin/ar > configure:8319: result: ar > configure:8372: checking for ranlib > configure:8388: found /usr/bin/ranlib > configure:8399: result: ranlib > configure:8452: checking for strip > configure:8468: found /usr/bin/strip > configure:8479: result: strip > configure:8741: checking if cc static flag works > configure:8764: result: yes > configure:8781: checking if cc supports -fno-rtti -fno-exceptions > configure:8799: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-excep= tions conftest.c >&5 > configure:8803: $? =3D 0 > configure:8814: result: yes > configure:8829: checking for cc option to produce PIC > configure:9006: result: -fPIC > configure:9013: checking if cc PIC flag -fPIC works > configure:9031: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest= .c >&5 > configure:9035: $? =3D 0 > configure:9046: result: yes > configure:9070: checking if cc supports -c -o file.o > configure:9098: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o c= onftest.c >&5 > configure:9102: $? =3D 0 > configure:9119: result: yes > configure:9145: checking whether the cc linker (/usr/libexec/elf/ld) supp= orts shared libraries > configure:9964: result: yes > configure:9990: checking whether -lc should be explicitly linked in > configure:9995: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:9998: $? =3D 0 > configure:10012: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o co= nftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:10015: $? =3D 1 > configure:10027: result: yes > configure:10035: checking how to hardcode library paths into programs > configure:10060: result: immediate > configure:10074: checking whether stripping libraries is possible > configure:10079: result: yes > configure:10101: checking dynamic linker characteristics > configure:10636: result: freebsd4.9 ld.so > configure:11362: checking if libtool supports shared libraries > configure:11364: result: yes > configure:11367: checking whether to build shared libraries > configure:11416: result: yes > configure:11419: checking whether to build static libraries > configure:11423: result: yes > configure:11514: creating libtool > configure:12058: checking for ld used by c++ > configure:12125: result: /usr/libexec/elf/ld > configure:12134: checking if the linker (/usr/libexec/elf/ld) is GNU ld > configure:12149: result: yes > configure:12200: checking whether the c++ linker (/usr/libexec/elf/ld) su= pports shared libraries > configure:12995: result: yes > configure:13013: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:13016: $? =3D 0 > configure:13112: checking for c++ option to produce PIC > configure:13364: result: -fPIC > configure:13371: checking if c++ PIC flag -fPIC works > configure:13389: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conft= est.cc >&5 > configure:13393: $? =3D 0 > configure:13404: result: yes > configure:13428: checking if c++ supports -c -o file.o > configure:13456: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.= o conftest.cc >&5 > configure:13460: $? =3D 0 > configure:13477: result: yes > configure:13503: checking whether the c++ linker (/usr/libexec/elf/ld) su= pports shared libraries > configure:13528: result: yes > configure:13599: checking how to hardcode library paths into programs > configure:13624: result: immediate > configure:13638: checking whether stripping libraries is possible > configure:13643: result: yes > configure:13665: checking dynamic linker characteristics > configure:14200: result: freebsd4.9 ld.so > configure:15399: checking if libtool supports shared libraries > configure:15401: result: yes > configure:15404: checking whether to build shared libraries > configure:15422: result: yes > configure:15425: checking whether to build static libraries > configure:15429: result: yes > configure:15441: checking for f77 option to produce PIC > configure:15618: result: -fPIC > configure:15625: checking if f77 PIC flag -fPIC works > configure:15643: f77 -c -g -O2 -fPIC conftest.f >&5 > configure:15647: $? =3D 0 > configure:15658: result: yes > configure:15682: checking if f77 supports -c -o file.o > configure:15710: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 > configure:15714: $? =3D 0 > configure:15731: result: yes > configure:15757: checking whether the f77 linker (/usr/libexec/elf/ld) su= pports shared libraries > configure:16554: result: yes > configure:16625: checking how to hardcode library paths into programs > configure:16650: result: immediate > configure:16664: checking whether stripping libraries is possible > configure:16669: result: yes > configure:16691: checking dynamic linker characteristics > configure:17226: result: freebsd4.9 ld.so > configure:21185: checking for extra flags to get ANSI library prototypes > configure:21207: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c -lm >&5 > configure:21210: $? =3D 0 > configure:21212: ./conftest > configure:21215: $? =3D 0 > configure:21217: result: none needed > configure:21279: checking for extra flags for POSIX compliance > configure:21298: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:21288: warning: unused variable `dir' > configure:21301: $? =3D 0 > configure:21304: test -s conftest.o > configure:21307: $? =3D 0 > configure:21309: result: none needed > configure:21362: checking for ANSI C header files > configure:21512: result: yes > configure:21528: checking for vprintf > configure:21578: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:21581: $? =3D 0 > configure:21584: test -s conftest > configure:21587: $? =3D 0 > configure:21598: result: yes > configure:21605: checking for _doprnt > configure:21655: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > /tmp/ccGFdKm3.o: In function `main': > /tmp/ccGFdKm3.o(.text+0x9): undefined reference to `_doprnt' > /tmp/ccGFdKm3.o(.data+0x0): undefined reference to `_doprnt' > configure:21658: $? =3D 1 > configure: failed program was: > | #line 21611 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | /* end confdefs.h. */ > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char _doprnt (); below. > | Prefer to if __STDC__ is defined, since > | exists even on freestanding compilers. */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | { > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char _doprnt (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub__doprnt) || defined (__stub____doprnt) > | choke me > | #else > | char (*f) () =3D _doprnt; > | #endif > | #ifdef __cplusplus > | } > | #endif > |=20 > | int > | main () > | { > | return f !=3D _doprnt; > | ; > | return 0; > | } > configure:21675: result: no > configure:21692: checking for working alloca.h > configure:21714: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:21702: alloca.h: No such file or directory > configure: In function `main': > configure:21706: warning: unused variable `p' > configure:21717: $? =3D 1 > configure: failed program was: > | #line 21698 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | char *p =3D (char *) alloca (2 * sizeof (int)); > | ; > | return 0; > | } > configure:21734: result: no > configure:21744: checking for alloca > configure:21786: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure: In function `main': > configure:21778: warning: unused variable `p' > configure:21789: $? =3D 0 > configure:21792: test -s conftest > configure:21795: $? =3D 0 > configure:21806: result: yes > configure:22019: checking for atexit > configure:22069: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:22072: $? =3D 0 > configure:22075: test -s conftest > configure:22078: $? =3D 0 > configure:22089: result: yes > configure:22019: checking for on_exit > configure:22069: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > /tmp/cczlXg5R.o: In function `main': > /tmp/cczlXg5R.o(.text+0x9): undefined reference to `on_exit' > /tmp/cczlXg5R.o(.data+0x0): undefined reference to `on_exit' > configure:22072: $? =3D 1 > configure: failed program was: > | #line 22025 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | /* end confdefs.h. */ > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char on_exit (); below. > | Prefer to if __STDC__ is defined, since > | exists even on freestanding compilers. */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | { > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char on_exit (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_on_exit) || defined (__stub___on_exit) > | choke me > | #else > | char (*f) () =3D on_exit; > | #endif > | #ifdef __cplusplus > | } > | #endif > |=20 > | int > | main () > | { > | return f !=3D on_exit; > | ; > | return 0; > | } > configure:22089: result: no > configure:22100: checking for char > configure:22125: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:22128: $? =3D 0 > configure:22131: test -s conftest.o > configure:22134: $? =3D 0 > configure:22145: result: yes > configure:22148: checking size of char > configure:22423: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:22426: $? =3D 0 > configure:22428: ./conftest > configure:22431: $? =3D 0 > configure:22454: result: 1 > configure:22461: checking for short > configure:22486: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:22489: $? =3D 0 > configure:22492: test -s conftest.o > configure:22495: $? =3D 0 > configure:22506: result: yes > configure:22509: checking size of short > configure:22784: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:22787: $? =3D 0 > configure:22789: ./conftest > configure:22792: $? =3D 0 > configure:22815: result: 2 > configure:22822: checking for long > configure:22847: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:22850: $? =3D 0 > configure:22853: test -s conftest.o > configure:22856: $? =3D 0 > configure:22867: result: yes > configure:22870: checking size of long > configure:23145: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:23148: $? =3D 0 > configure:23150: ./conftest > configure:23153: $? =3D 0 > configure:23176: result: 4 > configure:23183: checking for int > configure:23208: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:23211: $? =3D 0 > configure:23214: test -s conftest.o > configure:23217: $? =3D 0 > configure:23228: result: yes > configure:23231: checking size of int > configure:23506: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:23509: $? =3D 0 > configure:23511: ./conftest > configure:23514: $? =3D 0 > configure:23537: result: 4 > configure:23544: checking for void * > configure:23569: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:23572: $? =3D 0 > configure:23575: test -s conftest.o > configure:23578: $? =3D 0 > configure:23589: result: yes > configure:23592: checking size of void * > configure:23867: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:23870: $? =3D 0 > configure:23872: ./conftest > configure:23875: $? =3D 0 > configure:23898: result: 4 > configure:23905: checking for long long > configure:23930: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:23933: $? =3D 0 > configure:23936: test -s conftest.o > configure:23939: $? =3D 0 > configure:23950: result: yes > configure:23953: checking size of long long > configure:24228: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:24231: $? =3D 0 > configure:24233: ./conftest > configure:24236: $? =3D 0 > configure:24259: result: 8 > configure:24266: checking for __int64 > configure:24291: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:24321: `__int64' undeclared (first use in this function) > configure:24321: (Each undeclared identifier is reported only once > configure:24321: for each function it appears in.) > configure:24321: syntax error before `)' > configure:24294: $? =3D 1 > configure: failed program was: > | #line 24272 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | /* end confdefs.h. */ > | #include > | #if HAVE_SYS_TYPES_H > | # include > | #endif > | #if HAVE_SYS_STAT_H > | # include > | #endif > | #if STDC_HEADERS > | # include > | # include > | #else > | # if HAVE_STDLIB_H > | # include > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include > | # endif > | # include > | #endif > | #if HAVE_STRINGS_H > | # include > | #endif > | #if HAVE_INTTYPES_H > | # include > | #else > | # if HAVE_STDINT_H > | # include > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include > | #endif > | int > | main () > | { > | if ((__int64 *) 0) > | return 0; > | if (sizeof (__int64)) > | return 0; > | ; > | return 0; > | } > configure:24311: result: no > configure:24314: checking size of __int64 > configure:24620: result: 0 > configure:24644: checking for format to printf and scanf a guint64 > configure:24673: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:24676: $? =3D 0 > configure:24678: ./conftest > configure:24681: $? =3D 1 > configure: program exited with status 1 > configure: failed program was: > | #line 24655 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | /* end confdefs.h. */ > | #include > | int main() > | { > | long long b, a =3D -0x3AFAFAFAFAFAFAFALL; > | char buffer[1000]; > | sprintf (buffer, "%llu", a); > | sscanf (buffer, "%llu", &b); > | exit (b!=3Da); > | } > |=20 > configure:24673: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:24676: $? =3D 0 > configure:24678: ./conftest > configure:24681: $? =3D 0 > configure:24697: result: %qu > configure:24713: checking for an ANSI C-conforming const > configure:24781: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:24759: warning: unused variable `s' > configure:24779: warning: unused variable `foo' > configure:24746: warning: unused variable `zero' > configure:24740: warning: unused variable `x' > configure:24758: warning: `t' might be used uninitialized in this functio= n > configure:24776: warning: `b' might be used uninitialized in this functio= n > configure:24784: $? =3D 0 > configure:24787: test -s conftest.o > configure:24790: $? =3D 0 > configure:24801: result: yes > configure:24813: checking if malloc() and friends prototypes are gmem.h c= ompatible > configure:24844: cc -c -O -pipe -Wall -Werror -I/usr/local/include conft= est.c >&5 > configure:24847: $? =3D 0 > configure:24850: test -s conftest.o > configure:24853: $? =3D 0 > configure:24868: result: yes > configure:24872: checking for growing stack pointer > configure:24900: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:24903: $? =3D 0 > configure:24905: ./conftest > configure:24908: $? =3D 0 > configure:24925: result: no > configure:24928: checking for __inline > configure:24941: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:24944: $? =3D 0 > configure:24947: test -s conftest.o > configure:24950: $? =3D 0 > configure:24964: result: yes > configure:24973: checking for __inline__ > configure:24986: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:24989: $? =3D 0 > configure:24992: test -s conftest.o > configure:24995: $? =3D 0 > configure:25009: result: yes > configure:25018: checking for inline > configure:25032: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25035: $? =3D 0 > configure:25038: test -s conftest.o > configure:25041: $? =3D 0 > configure:25055: result: yes > configure:25066: checking for ISO C99 varargs macros in C > configure:25089: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25092: $? =3D 0 > configure:25095: test -s conftest.o > configure:25098: $? =3D 0 > configure:25108: result: yes > configure:25111: checking for ISO C99 varargs macros in C++ > configure:25143: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:25146: warning: invalid character in macro parameter name > configure:25146: badly punctuated parameter list in `#define' > configure: In function `int main()': > configure:25147: implicit declaration of function `int call_a(...)' > configure:25146: $? =3D 1 > configure: failed program was: > | #line 25123 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | #define SANE_MALLOC_PROTOS 1 > | #define G_HAVE___INLINE 1 > | #define G_HAVE___INLINE__ 1 > | #define G_HAVE_INLINE 1 > | /* end confdefs.h. */ > |=20 > | int > | main () > | { > |=20 > | int a(int p1, int p2, int p3); > | #define call_a(...) a(1,__VA_ARGS__) > | call_a(2,3); > |=20 > | ; > | return 0; > | } > configure:25169: result: no > configure:25172: checking for GNUC varargs macros > configure:25195: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25198: $? =3D 0 > configure:25201: test -s conftest.o > configure:25204: $? =3D 0 > configure:25214: result: yes > configure:25218: checking whether byte ordering is bigendian > configure:25246: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25249: $? =3D 0 > configure:25252: test -s conftest.o > configure:25255: $? =3D 0 > configure:25280: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:25283: syntax error before `big' > configure:25283: $? =3D 1 > configure: failed program was: > | #line 25259 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | #define SANE_MALLOC_PROTOS 1 > | #define G_HAVE___INLINE 1 > | #define G_HAVE___INLINE__ 1 > | #define G_HAVE_INLINE 1 > | /* end confdefs.h. */ > | #include > | #include > |=20 > | int > | main () > | { > | #if BYTE_ORDER !=3D BIG_ENDIAN > | not big endian > | #endif > |=20 > | ; > | return 0; > | } > configure:25403: result: no > configure:25445: checking dirent.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking dirent.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for dirent.h > configure:25560: result: yes > configure:25445: checking float.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking float.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for float.h > configure:25560: result: yes > configure:25445: checking limits.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking limits.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for limits.h > configure:25560: result: yes > configure:25445: checking pwd.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking pwd.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for pwd.h > configure:25560: result: yes > configure:25445: checking sys/param.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking sys/param.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for sys/param.h > configure:25560: result: yes > configure:25445: checking sys/poll.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25461: $? =3D 0 > configure:25464: test -s conftest.o > configure:25467: $? =3D 0 > configure:25477: result: yes > configure:25481: checking sys/poll.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25553: checking for sys/poll.h > configure:25560: result: yes > configure:25445: checking sys/select.h usability > configure:25458: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > In file included from /usr/include/sys/select.h:40, > from configure:25505: > /usr/include/sys/event.h:53: syntax error before `uintptr_t' > /usr/include/sys/event.h:55: syntax error before `u_short' > In file included from configure:25505: > /usr/include/sys/select.h:47: syntax error before `pid_t' > configure:25461: $? =3D 1 > configure: failed program was: > | #line 25448 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | #define SANE_MALLOC_PROTOS 1 > | #define G_HAVE___INLINE 1 > | #define G_HAVE___INLINE__ 1 > | #define G_HAVE_INLINE 1 > | #define HAVE_DIRENT_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_PWD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_SYS_POLL_H 1 > | /* end confdefs.h. */ > | #include > | #if HAVE_SYS_TYPES_H > | # include > | #endif > | #if HAVE_SYS_STAT_H > | # include > | #endif > | #if STDC_HEADERS > | # include > | # include > | #else > | # if HAVE_STDLIB_H > | # include > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include > | # endif > | # include > | #endif > | #if HAVE_STRINGS_H > | # include > | #endif > | #if HAVE_INTTYPES_H > | # include > | #else > | # if HAVE_STDINT_H > | # include > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include > | #endif > | #include > configure:25477: result: no > configure:25481: checking sys/select.h presence > configure:25492: cc -E -I/usr/local/include conftest.c > configure:25498: $? =3D 0 > configure:25517: result: yes > configure:25537: WARNING: sys/select.h: present but cannot be compiled > configure:25539: WARNING: sys/select.h: check for missing prerequisite he= aders? > configure:25541: WARNING: sys/select.h: proceeding with the preprocessor'= s result > configure:25553: checking for sys/select.h > configure:25560: result: yes > configure:25436: checking for sys/types.h > configure:25441: result: yes > configure:25592: checking sys/time.h usability > configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25608: $? =3D 0 > configure:25611: test -s conftest.o > configure:25614: $? =3D 0 > configure:25624: result: yes > configure:25628: checking sys/time.h presence > configure:25639: cc -E -I/usr/local/include conftest.c > configure:25645: $? =3D 0 > configure:25664: result: yes > configure:25700: checking for sys/time.h > configure:25707: result: yes > configure:25592: checking sys/times.h usability > configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25608: $? =3D 0 > configure:25611: test -s conftest.o > configure:25614: $? =3D 0 > configure:25624: result: yes > configure:25628: checking sys/times.h presence > configure:25639: cc -E -I/usr/local/include conftest.c > configure:25645: $? =3D 0 > configure:25664: result: yes > configure:25700: checking for sys/times.h > configure:25707: result: yes > configure:25583: checking for unistd.h > configure:25588: result: yes > configure:25592: checking values.h usability > configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > In file included from configure:25657: > /usr/include/values.h:2: warning: #warning "this file includes = which is obsoleted, use or instead" > configure:25608: $? =3D 0 > configure:25611: test -s conftest.o > configure:25614: $? =3D 0 > configure:25624: result: yes > configure:25628: checking values.h presence > configure:25639: cc -E -I/usr/local/include conftest.c > In file included from configure:25659: > /usr/include/values.h:2: warning: #warning "this file includes = which is obsoleted, use or instead" > configure:25645: $? =3D 0 > configure:25664: result: yes > configure:25700: checking for values.h > configure:25707: result: yes > configure:25583: checking for stdint.h > configure:25588: result: no > configure:25592: checking sched.h usability > configure:25605: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25608: $? =3D 0 > configure:25611: test -s conftest.o > configure:25614: $? =3D 0 > configure:25624: result: yes > configure:25628: checking sched.h presence > configure:25639: cc -E -I/usr/local/include conftest.c > configure:25645: $? =3D 0 > configure:25664: result: yes > configure:25700: checking for sched.h > configure:25707: result: yes > configure:25737: checking langinfo.h usability > configure:25750: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:25753: $? =3D 0 > configure:25756: test -s conftest.o > configure:25759: $? =3D 0 > configure:25769: result: yes > configure:25773: checking langinfo.h presence > configure:25784: cc -E -I/usr/local/include conftest.c > configure:25790: $? =3D 0 > configure:25809: result: yes > configure:25845: checking for langinfo.h > configure:25852: result: yes > configure:25869: checking for nl_langinfo > configure:25919: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:25922: $? =3D 0 > configure:25925: test -s conftest > configure:25928: $? =3D 0 > configure:25939: result: yes > configure:25950: checking for nl_langinfo and CODESET > configure:25972: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure: In function `main': > configure:25992: warning: unused variable `cs' > configure:25975: $? =3D 0 > configure:25978: test -s conftest > configure:25981: $? =3D 0 > configure:25993: result: yes > configure:26004: checking whether we are using the GNU C Library 2.1 or n= ewer > configure:26044: features.h: No such file or directory > configure:26036: result: no > configure:26058: checking stddef.h usability > configure:26071: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:26074: $? =3D 0 > configure:26077: test -s conftest.o > configure:26080: $? =3D 0 > configure:26090: result: yes > configure:26094: checking stddef.h presence > configure:26105: cc -E -I/usr/local/include conftest.c > configure:26111: $? =3D 0 > configure:26130: result: yes > configure:26166: checking for stddef.h > configure:26173: result: yes > configure:26049: checking for stdlib.h > configure:26054: result: yes > configure:26049: checking for string.h > configure:26054: result: yes > configure:26190: checking for setlocale > configure:26240: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26243: $? =3D 0 > configure:26246: test -s conftest > configure:26249: $? =3D 0 > configure:26260: result: yes > configure:26271: checking whether make is GNU Make > configure:26278: result: yes > configure:26290: checking for size_t > configure:26315: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:26318: $? =3D 0 > configure:26321: test -s conftest.o > configure:26324: $? =3D 0 > configure:26335: result: yes > configure:26338: checking size of size_t > configure:26613: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26616: $? =3D 0 > configure:26618: ./conftest > configure:26621: $? =3D 0 > configure:26644: result: 4 > configure:26652: checking for the appropriate definition for size_t > configure:26687: cc -c -O -pipe -Wall -I/usr/local/include conftest.c > configure:26693: $? =3D 0 > configure:26696: (if test -s conftest.err; then false ; else true; fi) > configure:26699: $? =3D 0 > configure:26745: result: unsigned int > configure:26767: checking for lstat > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for strerror > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for strsignal > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for memmove > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for mkstemp > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for vsnprintf > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for stpcpy > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > /tmp/cciAlF9z.o: In function `main': > /tmp/cciAlF9z.o(.text+0x9): undefined reference to `stpcpy' > /tmp/cciAlF9z.o(.data+0x0): undefined reference to `stpcpy' > configure:26820: $? =3D 1 > configure: failed program was: > | #line 26773 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | #define SANE_MALLOC_PROTOS 1 > | #define G_HAVE___INLINE 1 > | #define G_HAVE___INLINE__ 1 > | #define G_HAVE_INLINE 1 > | #define HAVE_DIRENT_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_PWD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_SYS_POLL_H 1 > | #define HAVE_SYS_SELECT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define HAVE_SYS_TIMES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_VALUES_H 1 > | #define HAVE_SCHED_H 1 > | #define HAVE_LANGINFO_H 1 > | #define HAVE_NL_LANGINFO 1 > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_SETLOCALE 1 > | #define SIZEOF_SIZE_T 4 > | #define HAVE_LSTAT 1 > | #define HAVE_STRERROR 1 > | #define HAVE_STRSIGNAL 1 > | #define HAVE_MEMMOVE 1 > | #define HAVE_MKSTEMP 1 > | #define HAVE_VSNPRINTF 1 > | /* end confdefs.h. */ > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char stpcpy (); below. > | Prefer to if __STDC__ is defined, since > | exists even on freestanding compilers. */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | { > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char stpcpy (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_stpcpy) || defined (__stub___stpcpy) > | choke me > | #else > | char (*f) () =3D stpcpy; > | #endif > | #ifdef __cplusplus > | } > | #endif > |=20 > | int > | main () > | { > | return f !=3D stpcpy; > | ; > | return 0; > | } > configure:26837: result: no > configure:26767: checking for strcasecmp > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for strncasecmp > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for poll > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for getcwd > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for nanosleep > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for vasprintf > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for unsetenv > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26820: $? =3D 0 > configure:26823: test -s conftest > configure:26826: $? =3D 0 > configure:26837: result: yes > configure:26767: checking for getc_unlocked > configure:26817: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > /tmp/ccSTCgPc.o: In function `main': > /tmp/ccSTCgPc.o(.text+0x9): undefined reference to `getc_unlocked' > /tmp/ccSTCgPc.o(.data+0x0): undefined reference to `getc_unlocked' > configure:26820: $? =3D 1 > configure: failed program was: > | #line 26773 "configure" > | /* confdefs.h. */ > | #define STDC_HEADERS 1 > | #define HAVE_VPRINTF 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_ATEXIT 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_SHORT 2 > | #define SIZEOF_LONG 4 > | #define SIZEOF_INT 4 > | #define SIZEOF_VOID_P 4 > | #define SIZEOF_LONG_LONG 8 > | #define SIZEOF___INT64 0 > | #define SANE_MALLOC_PROTOS 1 > | #define G_HAVE___INLINE 1 > | #define G_HAVE___INLINE__ 1 > | #define G_HAVE_INLINE 1 > | #define HAVE_DIRENT_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_PWD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_SYS_POLL_H 1 > | #define HAVE_SYS_SELECT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define HAVE_SYS_TIMES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_VALUES_H 1 > | #define HAVE_SCHED_H 1 > | #define HAVE_LANGINFO_H 1 > | #define HAVE_NL_LANGINFO 1 > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_SETLOCALE 1 > | #define SIZEOF_SIZE_T 4 > | #define HAVE_LSTAT 1 > | #define HAVE_STRERROR 1 > | #define HAVE_STRSIGNAL 1 > | #define HAVE_MEMMOVE 1 > | #define HAVE_MKSTEMP 1 > | #define HAVE_VSNPRINTF 1 > | #define HAVE_STRCASECMP 1 > | #define HAVE_STRNCASECMP 1 > | #define HAVE_POLL 1 > | #define HAVE_GETCWD 1 > | #define HAVE_NANOSLEEP 1 > | #define HAVE_VASPRINTF 1 > | #define HAVE_UNSETENV 1 > | /* end confdefs.h. */ > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char getc_unlocked (); below. > | Prefer to if __STDC__ is defined, since > | exists even on freestanding compilers. */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | { > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char getc_unlocked (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_getc_unlocked) || defined (__stub___getc_unlocked) > | choke me > | #else > | char (*f) () =3D getc_unlocked; > | #endif > | #ifdef __cplusplus > | } > | #endif > |=20 > | int > | main () > | { > | return f !=3D getc_unlocked; > | ; > | return 0; > | } > configure:26837: result: no > configure:26848: checking for C99 vsnprintf > configure:26891: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:26894: $? =3D 0 > configure:26896: ./conftest > configure:26899: $? =3D 0 > configure:26913: result: yes > configure:26923: checking for C99 snprintf > configure:26974: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure: In function `doit': > configure:26991: warning: unused variable `args' > configure:26977: $? =3D 0 > configure:26979: ./conftest > configure:26982: $? =3D 0 > configure:26996: result: yes > configure:27006: checking whether printf supports positional parameters > configure:27035: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27038: $? =3D 0 > configure:27040: ./conftest > configure:27043: $? =3D 0 > configure:27057: result: yes > configure:27229: checking for sys_errlist > configure:27252: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27255: $? =3D 0 > configure:27258: test -s conftest > configure:27261: $? =3D 0 > configure:27271: result: yes > configure:27282: checking for sys_siglist > configure:27304: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27307: $? =3D 0 > configure:27310: test -s conftest > configure:27313: $? =3D 0 > configure:27323: result: yes > configure:27334: checking for sys_siglist declaration > configure:27355: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure:27358: $? =3D 0 > configure:27361: test -s conftest.o > configure:27364: $? =3D 0 > configure:27374: result: yes > configure:27385: checking for fd_set > configure:27404: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:27447: warning: unused variable `writeMask' > configure:27447: warning: unused variable `readMask' > configure:27407: $? =3D 0 > configure:27410: test -s conftest.o > configure:27413: $? =3D 0 > configure:27424: result: yes, found in sys/types.h > configure:27463: checking whether realloc (NULL,) will work > configure:27485: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27488: $? =3D 0 > configure:27490: ./conftest > configure:27493: $? =3D 0 > configure:27508: result: yes > configure:27519: checking for nl_langinfo (CODESET) > configure:27538: cc -c -O -pipe -Wall -I/usr/local/include conftest.c >&= 5 > configure: In function `main': > configure:27582: warning: unused variable `codeset' > configure:27541: $? =3D 0 > configure:27544: test -s conftest.o > configure:27547: $? =3D 0 > configure:27562: result: yes > configure:27567: checking for OpenBSD strlcpy/strlcat > configure:27594: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27597: $? =3D 0 > configure:27599: ./conftest > configure:27602: $? =3D 0 > configure:27616: result: yes > configure:27627: checking for an implementation of va_copy() > configure:27649: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > conftest.c: In function `f': > conftest.c:5: warning: implicit declaration of function `va_copy' > conftest.c:3: warning: `args2' might be used uninitialized in this functi= on > /tmp/ccaDlqBi.o: In function `f': > /tmp/ccaDlqBi.o(.text+0x10): undefined reference to `va_copy' > configure:27652: $? =3D 1 > configure: failed program was: > | #include > | void f (int i, ...) { > | va_list args1, args2; > | va_start (args1, i); > | va_copy (args2, args1); > | if (va_arg (args2, int) !=3D 42 || va_arg (args1, int) !=3D 42) > | exit (1); > | va_end (args1); va_end (args2); > | } > | int main() { > | f (0, 42); > | return 0; > | } > configure:27670: result: no > configure:27672: checking for an implementation of __va_copy() > configure:27694: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > conftest.c: In function `f': > conftest.c:5: warning: implicit declaration of function `__va_copy' > conftest.c:3: warning: `args2' might be used uninitialized in this functi= on > /tmp/ccaKlYjR.o: In function `f': > /tmp/ccaKlYjR.o(.text+0x10): undefined reference to `__va_copy' > configure:27697: $? =3D 1 > configure: failed program was: > | #include > | void f (int i, ...) { > | va_list args1, args2; > | va_start (args1, i); > | __va_copy (args2, args1); > | if (va_arg (args2, int) !=3D 42 || va_arg (args1, int) !=3D 42) > | exit (1); > | va_end (args1); va_end (args2); > | } > | int main() { > | f (0, 42); > | return 0; > | } > configure:27715: result: no > configure:27733: checking whether va_lists can be copied by value > configure:27764: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27767: $? =3D 0 > configure:27769: ./conftest > configure:27772: $? =3D 0 > configure:27787: result: yes > configure:27815: checking for dlopen > configure:27865: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27868: $? =3D 0 > configure:27871: test -s conftest > configure:27874: $? =3D 0 > configure:27885: result: yes > configure:27888: checking for dlsym > configure:27938: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl conftest.c >&5 > configure:27941: $? =3D 0 > configure:27944: test -s conftest > configure:27947: $? =3D 0 > configure:27958: result: yes > configure:28293: checking for RTLD_GLOBAL brokenness > configure:28328: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl -Wl,--export-dynamic conftest.c >&5 > configure:28331: $? =3D 0 > configure:28333: ./conftest > configure:28336: $? =3D 0 > configure:28352: result: no > configure:28359: checking for preceeding underscore in symbols > configure:28391: cc -o conftest -O -pipe -Wall -I/usr/local/include -L/u= sr/local/lib -lintl -Wl,--export-dynamic conftest.c >&5 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-bhckNbnFw3Ovq7/WdsO9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/ccL4b2iPiv4Uz4cRAgoRAJ9frCNo6bzXW1wm44GKRhrtRBwNHgCfXJcy +tao0Z3yr6S3+zohHlHeRVM= =WYDD -----END PGP SIGNATURE----- --=-bhckNbnFw3Ovq7/WdsO9-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 16:17:00 2003 Return-Path: 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 768F616A4B3 for ; Wed, 24 Sep 2003 16:17:00 -0700 (PDT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415AF4400B for ; Wed, 24 Sep 2003 16:16:56 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-242.lsanca1.elnk.dsl.genuity.net ([4.62.201.242] helo=netcom1.netcom.com) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A2IsR-0003Nh-00 for gnome@freebsd.org; Wed, 24 Sep 2003 16:16:55 -0700 Received: from localhost (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id 99BC75394 for ; Wed, 24 Sep 2003 16:16:54 -0700 (PDT) Received: from netcom1.netcom.com ([127.0.0.1]) by localhost (netcom1.netcom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51236-03 for ; Wed, 24 Sep 2003 16:16:53 -0700 (PDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id D2E685398; Wed, 24 Sep 2003 16:16:53 -0700 (PDT) From: Mike Harding To: gnome@freebsd.org Message-Id: <20030924231653.D2E685398@netcom1.netcom.com> Date: Wed, 24 Sep 2003 16:16:53 -0700 (PDT) X-Virus-Scanned: by amavisd-new at ix.netcom.com Subject: Evolution 1.4.5 ETA? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 23:17:00 -0000 Any idea as to when 1.4.5 will hit the ports tree? It is available on the Ximian site... Not being able to send attachments is cramping my style... Thanks for the good work on the gnome ports! - Mike H. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 16:24:51 2003 Return-Path: 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 6DD4916A4B3 for ; Wed, 24 Sep 2003 16:24:51 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744DA43FEC for ; Wed, 24 Sep 2003 16:24:50 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030924232448.AJW16616.lakemtao08.cox.net@mezz.mezzweb.com>; Wed, 24 Sep 2003 19:24:48 -0400 Date: Wed, 24 Sep 2003 18:23:52 -0500 To: Mike Harding References: <20030924231653.D2E685398@netcom1.netcom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030924231653.D2E685398@netcom1.netcom.com> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome@freebsd.org Subject: Re: Evolution 1.4.5 ETA? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 23:24:51 -0000 On Wed, 24 Sep 2003 16:16:53 -0700 (PDT), Mike Harding wrote: > > Any idea as to when 1.4.5 will hit the ports tree? It is available on > the Ximian site... Not being able to send attachments is cramping my > style... It is in the MarcusCom CVS[1] around 22 hours ago, so it should be in the ports tree sometime when Joe (or FreeBSD Gnome team) is ready to commit it. [1] http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ Cheers, Mezz > Thanks for the good work on the gnome ports! > > - Mike H. -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 16:26:37 2003 Return-Path: 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 1EF5916A4B3 for ; Wed, 24 Sep 2003 16:26:37 -0700 (PDT) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.131.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC14B4401A for ; Wed, 24 Sep 2003 16:26:35 -0700 (PDT) (envelope-from sdodson@eagle4.cc.gasou.edu) Received: (qmail 30828 invoked from network); 24 Sep 2003 23:26:34 -0000 Received: from unknown (HELO scott) ([66.133.142.242]) (envelope-sender ) by relay02.roc.ny.frontiernet.net (FrontierMTA 2.3.6) with SMTP for ; 24 Sep 2003 23:26:34 -0000 Message-ID: <004101c382f3$4a21d1a0$c82aa8c0@scott> From: "Scott Dodson" To: "Mike Harding" References: <20030924231653.D2E685398@netcom1.netcom.com> Date: Wed, 24 Sep 2003 19:26:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@freebsd.org Subject: Re: Evolution 1.4.5 ETA? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Sep 2003 23:26:37 -0000 ----- Original Message ----- From: "Mike Harding" To: Sent: Wednesday, September 24, 2003 7:16 PM Subject: Evolution 1.4.5 ETA? > > Any idea as to when 1.4.5 will hit the ports tree? It is available on > the Ximian site... Not being able to send attachments is cramping my > style... > > Thanks for the good work on the gnome ports! > > - Mike H. It's already available at the marcuscom repository[1], and will likely make it into the ports tree once it's unfrozen. 1. http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ -- Scott From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 19:55:42 2003 Return-Path: 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 5B3CE16A4B3; Wed, 24 Sep 2003 19:55:42 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6C743FEC; Wed, 24 Sep 2003 19:55:39 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925025537.ICGW7393.fed1mtao04.cox.net@daemon.g-e-e-k.net>; Wed, 24 Sep 2003 22:55:37 -0400 Date: Wed, 24 Sep 2003 19:54:30 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: gnome@freebsd.org Message-ID: <20030924195307.U57087@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: gdesklets X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 02:55:42 -0000 Is anyone using gdesklets? There doesn't to be any help for it. No man page, the website is useless for configuration. I ran gdesklets and I get a process but nothing visible at all. +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Wed Sep 24 19:50:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 7:50PM up 15 days, 12:22, 1 user, load averages: 0.00, 0.01, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 20:00:46 2003 Return-Path: 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 7E0EF16A4B3; Wed, 24 Sep 2003 20:00:46 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C1C4400D; Wed, 24 Sep 2003 20:00:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P2uspM004418; Wed, 24 Sep 2003 22:56:54 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P2xrlB048915; Wed, 24 Sep 2003 22:59:53 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20030924195307.U57087@daemon.g-e-e-k.net> References: <20030924195307.U57087@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YLjV3lAa60kOJXOJPpjj" Organization: MarcusCom, Inc. Message-Id: <1064458841.27339.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 24 Sep 2003 23:00:41 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: gdesklets X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 03:00:46 -0000 --=-YLjV3lAa60kOJXOJPpjj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-24 at 22:54, Steve Wingate wrote: > Is anyone using gdesklets? There doesn't to be any help for it. No man > page, the website is useless for configuration. I ran gdesklets and I get > a process but nothing visible at all. Mezz and netchild are working on it primarily. In order to make gdesklets do anything, you need some displays and some backends. Mezz has some ports done, but they haven't been committed yet. I was kinda going to defer to netchild for comitting as he's been doing a lot of the testing, but if Mezz points me to some good PRs, I can do it as well. Joe >=20 >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Wed Sep 24 19:50:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 7:50PM up 15 days, 12:22, 1 user, load averages: 0.00, 0.01, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-YLjV3lAa60kOJXOJPpjj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/clpZb2iPiv4Uz4cRAnsMAKCdsY2Ut/jnOPTCucdhs6h0F/ILiwCgp1Om E571KEzcrSgqpKX8AaGQ7Ys= =szNJ -----END PGP SIGNATURE----- --=-YLjV3lAa60kOJXOJPpjj-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 20:24:37 2003 Return-Path: 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 15CB716A4B3 for ; Wed, 24 Sep 2003 20:24:37 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2048143FD7 for ; Wed, 24 Sep 2003 20:24:36 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925032434.CMXO15705.lakemtao07.cox.net@mezz.mezzweb.com> for ; Wed, 24 Sep 2003 23:24:34 -0400 To: freebsd-gnome@freebsd.org From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------KJ7f8ErkZMvj4VpvCJSXLb MIME-Version: 1.0 Date: Wed, 24 Sep 2003 22:23:39 -0500 Message-ID: User-Agent: Opera7.20/Linux M2 build 465 Subject: Port patch: graphics/dia (0.92-pre3), fix a python script in the 'make'.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 03:24:37 -0000 ------------KJ7f8ErkZMvj4VpvCJSXLb Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: 8bit When I did the upgrade all stuff and I noticed the error msg in the dia's 'make' following: =============================== Entry format: country_code percentage% (translated,fuzzy,total) translated includes fuzzy entries. E: po-checktrans failed to run. Please check that python is installed E: on your system. gmake[2]: Leaving directory `/usr/ports/graphics/dia/work/dia-0.92-pre3' =============================== It was easy to fix, so here's an attach of it. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------KJ7f8ErkZMvj4VpvCJSXLb Content-Disposition: attachment; filename=patch-po-checktrans.py Content-Type: text/plain; name=patch-po-checktrans.py Content-Transfer-Encoding: 8bit --- po-checktrans.py.orig Wed Sep 24 21:32:42 2003 +++ po-checktrans.py Wed Sep 24 21:33:03 2003 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # This quick hack gives translation statistics (from the core translation # files). ------------KJ7f8ErkZMvj4VpvCJSXLb-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 20:36:19 2003 Return-Path: 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 395AA16A4B3; Wed, 24 Sep 2003 20:36:19 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B9F43F85; Wed, 24 Sep 2003 20:36:18 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925033617.YFUW10592.lakemtao05.cox.net@mezz.mezzweb.com>; Wed, 24 Sep 2003 23:36:17 -0400 Date: Wed, 24 Sep 2003 22:35:21 -0500 To: Steve Wingate References: <20030924195307.U57087@daemon.g-e-e-k.net> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030924195307.U57087@daemon.g-e-e-k.net> User-Agent: Opera7.20/Linux M2 build 465 cc: ports@freebsd.org cc: gnome@freebsd.org Subject: Re: gdesklets X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 03:36:19 -0000 On Wed, 24 Sep 2003 19:54:30 -0700 (PDT), Steve Wingate wrote: > Is anyone using gdesklets? There doesn't to be any help for it. No man > page, the website is useless for configuration. I ran gdesklets and I get > a process but nothing visible at all. One more thing: To let everybody know that I will never port any of desklets (include other apps) that are relating with the sound because I am deaf. I won't be able to test them, of course. ;-) Cheers, Mezz > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Wed Sep 24 19:50:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 7:50PM up 15 days, 12:22, 1 user, load averages: 0.00, 0.01, 0.00 > +---------------------------------------------------------------------+ -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 20:39:29 2003 Return-Path: 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 2284616A4B3 for ; Wed, 24 Sep 2003 20:39:29 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1FC43F93 for ; Wed, 24 Sep 2003 20:39:28 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P3bD4R028291; Wed, 24 Sep 2003 23:37:13 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P3calB049665; Wed, 24 Sep 2003 23:38:36 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eYyndmFLdR6CbcOZuslR" Organization: MarcusCom, Inc. Message-Id: <1064461163.27339.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 24 Sep 2003 23:39:23 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: Port patch: graphics/dia (0.92-pre3), fix a python script in the 'make'.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 03:39:29 -0000 --=-eYyndmFLdR6CbcOZuslR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-24 at 23:23, Jeremy Messenger wrote: > When I did the upgrade all stuff and I noticed the error msg in the dia's= =20 > 'make' following: >=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 > Entry format: > country_code percentage% (translated,fuzzy,total) >=20 > translated includes fuzzy entries. >=20 > E: po-checktrans failed to run. Please check that python is installed > E: on your system. > gmake[2]: Leaving directory `/usr/ports/graphics/dia/work/dia-0.92-pre3' > =3D=3D=3D=3D=3D=3D=3D=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 > It was easy to fix, so here's an attach of it. Committed, thanks! Joe >=20 > Cheers, > Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eYyndmFLdR6CbcOZuslR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cmNrb2iPiv4Uz4cRAkIWAJ4mGhcHDzHprUjuQG/R/vETd5JoTACeLqnj P3XIdW0+w9c2OmBHraw7WCI= =BrON -----END PGP SIGNATURE----- --=-eYyndmFLdR6CbcOZuslR-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 22:52:31 2003 Return-Path: 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 64F8516A4B3 for ; Wed, 24 Sep 2003 22:52:31 -0700 (PDT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63EB44020 for ; Wed, 24 Sep 2003 22:52:30 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.71.72.dial1.weehawken.level3.net ([171.75.71.72] helo=MASAI) by conure.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A2P3D-0007WZ-00; Wed, 24 Sep 2003 22:52:28 -0700 Message-ID: <002701c38329$54daa960$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" Date: Thu, 25 Sep 2003 01:53:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 05:52:31 -0000 Read through the FAQ and confirmed option _KPOSIX_PRIORITY_SCHEDULING given the reference to errors involving threads. Also began re-running using the upgrade method for 2.2 to 2.4. # pkgdb -F (answer yes to all prompts) # portupgrade ORBit2 libbonobo # portupgrade -rf -m BATCH=yes atk # portupgrade -R -m BATCH=yes gnome2 After running the third step, the same five ports: multimedia/gstreamer, multimedia/gstreamer-plugins, audio/gnomedia2, multimedia/nautilus-media and x11/gnome2 remained uninstalled/skipped. Again, gstreamer was the failure. The other four were skipped. When I began my search for notes/messages on gstreamer in the archives, there were 1297 documents to review. The documentation involving this upgrade seems very good. Need to face facts that whatever the problem is, it's more than I'm willing to deal with at this time. I simply have to try something a little less demanding. Thanks for your assistance. No need to respond. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 23:39:03 2003 Return-Path: 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 2002916A4B3 for ; Wed, 24 Sep 2003 23:39:03 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1999E43FD7 for ; Wed, 24 Sep 2003 23:39:02 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P6ai4R021447; Thu, 25 Sep 2003 02:36:44 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P6c6lB051805; Thu, 25 Sep 2003 02:38:06 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <002701c38329$54daa960$0501a8c0@MASAI> References: <002701c38329$54daa960$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tq7HpjCV2ZMwf8XU0OtL" Organization: MarcusCom, Inc. Message-Id: <1064471934.27339.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 02:38:54 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 06:39:03 -0000 --=-tq7HpjCV2ZMwf8XU0OtL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 01:53, Bob Perry wrote: > Read through the FAQ and confirmed option _KPOSIX_PRIORITY_SCHEDULING > given the reference to errors involving threads. >=20 > Also began re-running using the upgrade method for 2.2 to 2.4. > # pkgdb -F > (answer yes to all prompts) > # portupgrade ORBit2 libbonobo > # portupgrade -rf -m BATCH=3Dyes atk > # portupgrade -R -m BATCH=3Dyes gnome2 >=20 > After running the third step, the same five ports: >=20 > multimedia/gstreamer, multimedia/gstreamer-plugins, audio/gnomedia2, > multimedia/nautilus-media and x11/gnome2 >=20 > remained uninstalled/skipped. Again, gstreamer was the failure. The oth= er > four were skipped. >=20 > When I began my search for notes/messages on gstreamer in the archives, > there were 1297 documents to review. This one holds the answer http://lists.freebsd.org/mailman/htdig/freebsd-gnome/2003-May/001034.html. Joe >=20 > The documentation involving this upgrade seems very good. Need to face > facts that whatever the problem is, it's more than I'm willing to deal wi= th > at this time. I simply have to try something a little less demanding. >=20 > Thanks for your assistance. No need to respond. >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-tq7HpjCV2ZMwf8XU0OtL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/co1+b2iPiv4Uz4cRApzVAJ937cSp0l8NfLSO8BZkZNjrhj3H+wCfTziz gp5jvQKuNt3eIqVKArbudYw= =zhdc -----END PGP SIGNATURE----- --=-tq7HpjCV2ZMwf8XU0OtL-- From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 24 23:56:32 2003 Return-Path: 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 7BF4016A4B3 for ; Wed, 24 Sep 2003 23:56:32 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21EB43F3F for ; Wed, 24 Sep 2003 23:56:30 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2Q3U-0001HT-MH for freebsd-gnome@FreeBSD.org; Thu, 25 Sep 2003 10:56:48 +0400 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1064473006.836.43.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 10:56:47 +0400 Content-Transfer-Encoding: 7bit Subject: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 06:56:32 -0000 Hi Weather applet crashes on startup: (Segmentation fault) ======[ bug buddy message ]======= Distribution: Unknown Package: gnome-applets Severity: normal Version: GNOME2.4.0 0 Gnome-Distributor: FreeBSD GNOME Project Synopsis: weather applet of gnome-2.4 crash on startup Bugzilla-Product: gnome-applets Bugzilla-Component: gweather Bugzilla-Version: 0 BugBuddy-GnomeVersion: 2.0 (2.4.0.1) Description: Description of the crash: =================================== Bug-Buddy do not helps much to make stack trace, I have tried with gdb, but not sure that it is "right" way: Reading symbols from /usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.so...(no debugging symbols found)...done. Loaded symbols for /usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 [Switching to Process 4867, Thread 1] 0x28af39da in _init () from /lib/libc.so.5 (gdb) c Continuing. Program received signal SIGCONT, Continued. 0x28b2044f in sigprocmask () from /lib/libc.so.5 (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. [Switching to Process 4867, Thread 4] 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. [Switching to Process 4867, Thread 3] 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 (gdb) bt #0 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 #1 0x28bd9074 in _spinlock_debug () from /usr/lib/libc_r.so.5 #2 0x28bdef74 in _mutex_cv_lock () from /usr/lib/libc_r.so.5 #3 0x28bdee09 in _mutex_cv_unlock () from /usr/lib/libc_r.so.5 #4 0x28be3f1e in _pthread_cond_wait () from /usr/lib/libc_r.so.5 #5 0x28be407e in pthread_cond_wait () from /usr/lib/libc_r.so.5 #6 0x28b1e955 in pthread_cond_wait () from /lib/libc.so.5 #7 0x288ae0bb in gnome_vfs_ssl_to_socket () from /usr/X11R6/lib/libgnomevfs-2.so.400 #8 0x288ae123 in gnome_vfs_ssl_to_socket () from /usr/X11R6/lib/libgnomevfs-2.so.400 #9 0x289b7b52 in g_thread_create_proxy () from /usr/local/lib/libglib-2.0.so.200 #10 0x28bd750e in _thread_start () from /usr/lib/libc_r.so.5 (gdb) -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:06:08 2003 Return-Path: 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 E002D16A4B3 for ; Thu, 25 Sep 2003 00:06:08 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AFD43FDD for ; Thu, 25 Sep 2003 00:06:08 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2QCq-0001Iv-0w for freebsd-gnome@FreeBSD.org; Thu, 25 Sep 2003 11:06:28 +0400 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: multipart/mixed; boundary="=-WFIbgnmCYKRTTse26BEj" Organization: SWsoft Inc. Message-Id: <1064473586.836.55.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 11:06:27 +0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:06:09 -0000 --=-WFIbgnmCYKRTTse26BEj Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi gnome-2.4 (marcus repository) It is looks like evolution-1.4.4_1 does not support i18n in alarm-notify right. See attachment. I run gnome under LANG=ru_RU.KOI8-R (set from gdm) -- Vladimir B. Grebenschikov SWsoft Inc. --=-WFIbgnmCYKRTTse26BEj-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:25:31 2003 Return-Path: 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 908D616A4B3 for ; Thu, 25 Sep 2003 00:25:31 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B75A43FE3 for ; Thu, 25 Sep 2003 00:25:30 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925072529.FBFH16616.lakemtao08.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:25:29 -0400 Date: Thu, 25 Sep 2003 02:24:35 -0500 To: "Vladimir B. Grebenschikov" References: <1064473586.836.55.camel@localhost> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1064473586.836.55.camel@localhost> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:25:31 -0000 On Thu, 25 Sep 2003 11:06:27 +0400, Vladimir B. Grebenschikov wrote: > > Hi > > gnome-2.4 (marcus repository) > > It is looks like evolution-1.4.4_1 does not support i18n in alarm-notify > right. See attachment. > > I run gnome under LANG=ru_RU.KOI8-R (set from gdm) It is probably same bug[1] in GTK that has been fixed, so try to upgrade your GTK.. Also, current in the ports tree has Evolution 1.4.5.. Update your ports tree and use portupgrade to upgrade all apps, then test with your Evolution again to see if it's fixed. [1] http://www.freshports.org/x11-toolkits/gtk20/files.php?message_id=200309241838.h8OIct5N001287@repoman.freebsd.org Note: All (or most?) MarcusCom CVS has been merged in the FreeBSD ports tree in few hours ago. Bed does look so good..... nite.. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:27:06 2003 Return-Path: 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 4E8E916A4B3 for ; Thu, 25 Sep 2003 00:27:06 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5981D44020 for ; Thu, 25 Sep 2003 00:27:03 -0700 (PDT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.22) id 1A2QX5-0001Lp-0t for freebsd-gnome@FreeBSD.org; Thu, 25 Sep 2003 11:27:23 +0400 From: "Vladimir B. Grebenschikov" To: gnome In-Reply-To: <1064473586.836.55.camel@localhost> References: <1064473586.836.55.camel@localhost> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Organization: SWsoft Inc. Message-Id: <1064474840.836.60.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 11:27:21 +0400 Sender: Vladimir Grebenschikov Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:27:06 -0000 =F7 =DE=D4, 25.09.2003, =D7 11:06, Vladimir B. Grebenschikov =D0=C9=DB=C5= =D4: Hi again > gnome-2.4 (marcus repository) >=20 > It is looks like evolution-1.4.4_1 does not support i18n in alarm-notify > right. See attachment. >=20 > I run gnome under LANG=3Dru_RU.KOI8-R (set from gdm) Attachment was missed ... ok, URL of image: http://walder.chat.ru/evolution-alarm-notify.png --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:28:12 2003 Return-Path: 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 1954D16A4C0 for ; Thu, 25 Sep 2003 00:28:12 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2376144028 for ; Thu, 25 Sep 2003 00:28:10 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7OBpM021065; Thu, 25 Sep 2003 03:24:13 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7RBlB052502; Thu, 25 Sep 2003 03:27:11 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064473006.836.43.camel@localhost> References: <1064473006.836.43.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ouEGk1MYqcQoY9twSL0E" Organization: MarcusCom, Inc. Message-Id: <1064474879.27339.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:27:59 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:28:12 -0000 --=-ouEGk1MYqcQoY9twSL0E Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This is fixed in my latest gnomeapplets2 port in either the ports tree or MarcusCom. You'll have to do a forced update. Joe On Thu, 2003-09-25 at 02:56, Vladimir B. Grebenschikov wrote: > Hi=20 >=20 > Weather applet crashes on startup: > (Segmentation fault) >=20 > =3D=3D=3D=3D=3D=3D[ bug buddy message ]=3D=3D=3D=3D=3D=3D=3D > Distribution: Unknown > Package: gnome-applets > Severity: normal > Version: GNOME2.4.0 0 > Gnome-Distributor: FreeBSD GNOME Project > Synopsis: weather applet of gnome-2.4 crash on startup > Bugzilla-Product: gnome-applets > Bugzilla-Component: gweather > Bugzilla-Version: 0 > BugBuddy-GnomeVersion: 2.0 (2.4.0.1) > Description: > Description of the crash: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 > Bug-Buddy do not helps much to make stack trace,=20 > I have tried with gdb, but not sure that it is "right" way: > Reading symbols from > /usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.so...(no debugging symbols > found)...done. > Loaded symbols for /usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.so > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > found)...done. > Loaded symbols for /libexec/ld-elf.so.1 > [Switching to Process 4867, Thread 1] > 0x28af39da in _init () from /lib/libc.so.5 > (gdb) c > Continuing. >=20 > Program received signal SIGCONT, Continued. > 0x28b2044f in sigprocmask () from /lib/libc.so.5 > (gdb) c > Continuing. >=20 > Program received signal SIGSEGV, Segmentation fault. > [Switching to Process 4867, Thread 4] > 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 > (gdb) c > Continuing. >=20 > Program received signal SIGSEGV, Segmentation fault. > [Switching to Process 4867, Thread 3] > 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 > (gdb) bt > #0 0x28bd90a9 in _atomic_lock () from /usr/lib/libc_r.so.5 > #1 0x28bd9074 in _spinlock_debug () from /usr/lib/libc_r.so.5 > #2 0x28bdef74 in _mutex_cv_lock () from /usr/lib/libc_r.so.5 > #3 0x28bdee09 in _mutex_cv_unlock () from /usr/lib/libc_r.so.5 > #4 0x28be3f1e in _pthread_cond_wait () from /usr/lib/libc_r.so.5 > #5 0x28be407e in pthread_cond_wait () from /usr/lib/libc_r.so.5 > #6 0x28b1e955 in pthread_cond_wait () from /lib/libc.so.5 > #7 0x288ae0bb in gnome_vfs_ssl_to_socket () from > /usr/X11R6/lib/libgnomevfs-2.so.400 > #8 0x288ae123 in gnome_vfs_ssl_to_socket () from > /usr/X11R6/lib/libgnomevfs-2.so.400 > #9 0x289b7b52 in g_thread_create_proxy () from > /usr/local/lib/libglib-2.0.so.200 > #10 0x28bd750e in _thread_start () from /usr/lib/libc_r.so.5 > (gdb)=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ouEGk1MYqcQoY9twSL0E Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cpj/b2iPiv4Uz4cRAnEwAKCwaSAQjRuoe8oiG/ysE3ns2wZXjACfQ2Mv CS2pWKh29jBCgRE+MIZB5/c= =sSXD -----END PGP SIGNATURE----- --=-ouEGk1MYqcQoY9twSL0E-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:30:02 2003 Return-Path: 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 BAEED16A4B3 for ; Thu, 25 Sep 2003 00:30:02 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08A743F93 for ; Thu, 25 Sep 2003 00:30:01 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925073000.BNZM4662.lakemtao06.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:30:00 -0400 Date: Thu, 25 Sep 2003 02:29:05 -0500 To: "Vladimir B. Grebenschikov" References: <1064473006.836.43.camel@localhost> From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------NuONmnX6jxhvDpyLDgMeuy MIME-Version: 1.0 Message-ID: In-Reply-To: <1064473006.836.43.camel@localhost> User-Agent: Opera7.20/Linux M2 build 465 cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:30:02 -0000 ------------NuONmnX6jxhvDpyLDgMeuy Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: 8bit On Thu, 25 Sep 2003 10:56:47 +0400, Vladimir B. Grebenschikov wrote: > > Hi > > Weather applet crashes on startup: > (Segmentation fault) > I get the same crash and I have a solution, good thing that I remember.. :-) Here's an attach of patch-ltmain.sh and put it in the x11/gnomeapplets2/files/, then rebuild and reinstall it. I just tested it and it works fine. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------NuONmnX6jxhvDpyLDgMeuy Content-Disposition: attachment; filename=patch-ltmain.sh Content-Type: text/plain; name=patch-ltmain.sh Content-Transfer-Encoding: 8bit --- ltmain.sh.orig Thu Sep 25 02:10:43 2003 +++ ltmain.sh Thu Sep 25 02:16:02 2003 @@ -1277,7 +1277,7 @@ esac elif test "X$arg" = "X-lc_r"; then case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd* | *-*-freebsd4*) # Do not include libc_r directly, use -pthread flag. continue ;; @@ -1287,8 +1287,16 @@ continue ;; + -pthread) + compile_command="$compile_command -pthread" + finalize_command="$finalize_command -pthread" + compiler_flags="$compiler_flags -pthread" + continue + ;; + -module) module=yes + build_old_libs=no continue ;; @@ -3114,7 +3122,10 @@ ;; *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue + #test "X$arg" = "X-lc" && continue + ;; + *-*-freebsd*) + # FreeBSD doesn't need this... ;; *) # Add libc to deplibs on all other systems if necessary. @@ -5425,10 +5436,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ------------NuONmnX6jxhvDpyLDgMeuy-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:33:48 2003 Return-Path: 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 CA5B816A4B3 for ; Thu, 25 Sep 2003 00:33:48 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B564400E for ; Thu, 25 Sep 2003 00:33:47 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7QG0Q020831; Thu, 25 Sep 2003 03:26:16 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7WslB052581; Thu, 25 Sep 2003 03:32:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1064473006.836.43.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SwNVh07zaC+3XdYHJ7JA" Organization: MarcusCom, Inc. Message-Id: <1064475222.27339.19.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:33:42 -0400 X-Spam-Status: No, hits=-11.2 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:33:48 -0000 --=-SwNVh07zaC+3XdYHJ7JA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 03:29, Jeremy Messenger wrote: > On Thu, 25 Sep 2003 10:56:47 +0400, Vladimir B. Grebenschikov =20 > wrote: >=20 > > > > Hi > > > > Weather applet crashes on startup: > > (Segmentation fault) > > > >=20 > I get the same crash and I have a solution, good thing that I remember..=20 > :-) >=20 > Here's an attach of patch-ltmain.sh and put it in the=20 > x11/gnomeapplets2/files/, then rebuild and reinstall it. I just tested it= =20 > and it works fine. Note, this patch is not needed. I had a typo in my configure patch which has now been fixed. As a general rule, any port that sets USE_LIBTOOL does not need the ltmain.sh patch. That is only needed in certain cases, and GNU_CONFIGURE is then used instead of USE_LIBTOOL. Joe >=20 > Cheers, > Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-SwNVh07zaC+3XdYHJ7JA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cppWb2iPiv4Uz4cRAlj8AKCGZbTHSPW45YjOpiKHnLHAQxYbYQCdFkPZ r/P3I59xUALHXX6KVgKLiZo= =/SM+ -----END PGP SIGNATURE----- --=-SwNVh07zaC+3XdYHJ7JA-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:35:56 2003 Return-Path: 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 97F6B16A4B3 for ; Thu, 25 Sep 2003 00:35:56 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8155444008 for ; Thu, 25 Sep 2003 00:35:53 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925073551.BOPD4662.lakemtao06.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:35:51 -0400 To: "Vladimir B. Grebenschikov" References: <1064473586.836.55.camel@localhost> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 25 Sep 2003 02:34:57 -0500 In-Reply-To: User-Agent: Opera7.20/Linux M2 build 465 cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:35:56 -0000 On Thu, 25 Sep 2003 02:24:35 -0500, Jeremy Messenger wrote: > On Thu, 25 Sep 2003 11:06:27 +0400, Vladimir B. Grebenschikov > wrote: > >> >> Hi >> >> gnome-2.4 (marcus repository) >> >> It is looks like evolution-1.4.4_1 does not support i18n in alarm-notify >> right. See attachment. >> >> I run gnome under LANG=ru_RU.KOI8-R (set from gdm) > > It is probably same bug[1] in GTK that has been fixed, so try to upgrade > your GTK.. Also, current in the ports tree has Evolution 1.4.5.. Update > your ports tree and use portupgrade to upgrade all apps, then test with > your Evolution again to see if it's fixed. > > [1] > http://www.freshports.org/x11-toolkits/gtk20/files.php?message_id=200309241838.h8OIct5N001287@repoman.freebsd.org > > Note: All (or most?) MarcusCom CVS has been merged in the FreeBSD ports > tree in few hours ago. Nope, it's not all yet.. It should be 'most', I just checked.. Cheers, Mezz > > Bed does look so good..... nite.. > > > Cheers, > Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:38:55 2003 Return-Path: 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 5A01E16A4BF for ; Thu, 25 Sep 2003 00:38:55 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A05EB44001 for ; Thu, 25 Sep 2003 00:38:53 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7YrpM027534; Thu, 25 Sep 2003 03:34:54 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7brlB052645; Thu, 25 Sep 2003 03:37:53 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1064473586.836.55.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9pUpvMF7FqLdSYb887Mu" Organization: MarcusCom, Inc. Message-Id: <1064475522.27339.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:38:42 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:38:55 -0000 --=-9pUpvMF7FqLdSYb887Mu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 03:34, Jeremy Messenger wrote: > On Thu, 25 Sep 2003 02:24:35 -0500, Jeremy Messenger wrot= e: >=20 > > On Thu, 25 Sep 2003 11:06:27 +0400, Vladimir B. Grebenschikov=20 > > wrote: > > > >> > >> Hi > >> > >> gnome-2.4 (marcus repository) > >> > >> It is looks like evolution-1.4.4_1 does not support i18n in alarm-noti= fy > >> right. See attachment. > >> > >> I run gnome under LANG=3Dru_RU.KOI8-R (set from gdm) > > > > It is probably same bug[1] in GTK that has been fixed, so try to upgrad= e=20 > > your GTK.. Also, current in the ports tree has Evolution 1.4.5.. Update= =20 > > your ports tree and use portupgrade to upgrade all apps, then test with= =20 > > your Evolution again to see if it's fixed. > > > > [1]=20 > > http://www.freshports.org/x11-toolkits/gtk20/files.php?message_id=3D200= 309241838.h8OIct5N001287@repoman.freebsd.org > > > > Note: All (or most?) MarcusCom CVS has been merged in the FreeBSD ports= =20 > > tree in few hours ago. >=20 > Nope, it's not all yet.. It should be 'most', I just checked.. gnomeapplets2 had its tag slip due to Alpha build breakage. Turned out to be a good thing as I was able to catch the thread problem. Joe >=20 > Cheers, > Mezz >=20 > > > > Bed does look so good..... nite.. > > > > > > Cheers, > > Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-9pUpvMF7FqLdSYb887Mu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cpuCb2iPiv4Uz4cRAuS3AJ9E0udSXhoOA4398yUt6PdEMVGVgACdGip4 mo0xFWknZ2YHPCNo7f+psW8= =4TUa -----END PGP SIGNATURE----- --=-9pUpvMF7FqLdSYb887Mu-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:39:43 2003 Return-Path: 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 EFAC316A4B3 for ; Thu, 25 Sep 2003 00:39:43 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B731743FDD for ; Thu, 25 Sep 2003 00:39:42 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925073942.ZLDC10592.lakemtao05.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:39:42 -0400 Date: Thu, 25 Sep 2003 02:38:47 -0500 To: Joe Marcus Clarke References: <1064473006.836.43.camel@localhost> <1064475222.27339.19.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1064475222.27339.19.camel@shumai.marcuscom.com> User-Agent: Opera7.20/Linux M2 build 465 cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:39:44 -0000 On Thu, 25 Sep 2003 03:33:42 -0400, Joe Marcus Clarke wrote: > On Thu, 2003-09-25 at 03:29, Jeremy Messenger wrote: >> On Thu, 25 Sep 2003 10:56:47 +0400, Vladimir B. Grebenschikov >> >> wrote: >> >> > >> > Hi >> > >> > Weather applet crashes on startup: >> > (Segmentation fault) >> > >> >> >> I get the same crash and I have a solution, good thing that I remember.. >> :-) >> >> Here's an attach of patch-ltmain.sh and put it in the >> x11/gnomeapplets2/files/, then rebuild and reinstall it. I just tested >> it >> and it works fine. > > Note, this patch is not needed. I had a typo in my configure patch > which has now been fixed. As a general rule, any port that sets > USE_LIBTOOL does not need the ltmain.sh patch. That is only needed in > certain cases, and GNU_CONFIGURE is then used instead of USE_LIBTOOL. Cool, thanks! So... x11-fm/nautilus2 can remove ltmain.sh, then replace from GNU_CONFIGURE to USE_LIBTOOL? Or, it's just depend on? Cheers, Mezz > Joe > >> >> Cheers, >> Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:42:43 2003 Return-Path: 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 F1DAE16A4B3 for ; Thu, 25 Sep 2003 00:42:43 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B572A43FEC for ; Thu, 25 Sep 2003 00:42:41 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7cmpM029691; Thu, 25 Sep 2003 03:38:48 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7fllB052704; Thu, 25 Sep 2003 03:41:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1064473006.836.43.camel@localhost> <1064475222.27339.19.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1LuB57kH5rswHtqZ6xjP" Organization: MarcusCom, Inc. Message-Id: <1064475756.27339.27.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:42:36 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:42:44 -0000 --=-1LuB57kH5rswHtqZ6xjP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 03:38, Jeremy Messenger wrote: > On Thu, 25 Sep 2003 03:33:42 -0400, Joe Marcus Clarke=20 > wrote: >=20 > > On Thu, 2003-09-25 at 03:29, Jeremy Messenger wrote: > >> On Thu, 25 Sep 2003 10:56:47 +0400, Vladimir B. Grebenschikov=20 > >> > >> wrote: > >> > >> > > >> > Hi > >> > > >> > Weather applet crashes on startup: > >> > (Segmentation fault) > >> > > >> > >> > >> I get the same crash and I have a solution, good thing that I remember= .. > >> :-) > >> > >> Here's an attach of patch-ltmain.sh and put it in the > >> x11/gnomeapplets2/files/, then rebuild and reinstall it. I just tested= =20 > >> it > >> and it works fine. > > > > Note, this patch is not needed. I had a typo in my configure patch > > which has now been fixed. As a general rule, any port that sets > > USE_LIBTOOL does not need the ltmain.sh patch. That is only needed in > > certain cases, and GNU_CONFIGURE is then used instead of USE_LIBTOOL. >=20 > Cool, thanks! So... x11-fm/nautilus2 can remove ltmain.sh, then replace=20 > from GNU_CONFIGURE to USE_LIBTOOL? Or, it's just depend on? No, certain ports require ltmain.sh as they use a newer version of libtool and USE_LIBTOOL won't work. We can't use libtool-1.4 yet due to some other problems. I sent Ade a patch, but it hasn't been committed yet. In the meantime, it's just easier to USE_LIBTOOL when possible, and patch ltmain.sh when things break with libtool. You get used to it. Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> Cheers, > >> Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-1LuB57kH5rswHtqZ6xjP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cpxsb2iPiv4Uz4cRAt0EAJ9fZBf6PBGV35sq0CAfflrDgUBc2gCfWhHS XxH1dGfN93Ymaj7fmpjeh4o= =lN/Y -----END PGP SIGNATURE----- --=-1LuB57kH5rswHtqZ6xjP-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:43:41 2003 Return-Path: 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 017CE16A4B3 for ; Thu, 25 Sep 2003 00:43:41 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE39B43F85 for ; Thu, 25 Sep 2003 00:43:39 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7a30Q024929; Thu, 25 Sep 2003 03:36:03 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7gelB052716; Thu, 25 Sep 2003 03:42:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064474840.836.60.camel@localhost> References: <1064473586.836.55.camel@localhost> <1064474840.836.60.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-t4lpwRXnxPjBTWEBVeZP" Organization: MarcusCom, Inc. Message-Id: <1064475808.27339.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:43:29 -0400 X-Spam-Status: No, hits=-11.2 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:43:41 -0000 --=-t4lpwRXnxPjBTWEBVeZP Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 03:27, Vladimir B. Grebenschikov wrote: > =F7 =DE=D4, 25.09.2003, =D7 11:06, Vladimir B. Grebenschikov =D0=C9=DB=C5= =D4: >=20 > Hi again >=20 > > gnome-2.4 (marcus repository) > >=20 > > It is looks like evolution-1.4.4_1 does not support i18n in alarm-notif= y > > right. See attachment. > >=20 > > I run gnome under LANG=3Dru_RU.KOI8-R (set from gdm) >=20 > Attachment was missed ... ok, URL of image: > http://walder.chat.ru/evolution-alarm-notify.png I can't access this image. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-t4lpwRXnxPjBTWEBVeZP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cpygb2iPiv4Uz4cRApK9AJ4tjEL4rIGWD3YyfHzvsfhmtQPBjgCgnUOg iBIhATQ0MXVflxsI5nMl1tQ= =G6Hs -----END PGP SIGNATURE----- --=-t4lpwRXnxPjBTWEBVeZP-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:46:39 2003 Return-Path: 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 A58A716A4B3 for ; Thu, 25 Sep 2003 00:46:39 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6A643FEA for ; Thu, 25 Sep 2003 00:46:37 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925074637.ZMCU10592.lakemtao05.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:46:37 -0400 To: Joe Marcus Clarke References: <1064473586.836.55.camel@localhost> <1064474840.836.60.camel@localhost> <1064475808.27339.29.camel@shumai.marcuscom.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 25 Sep 2003 02:45:37 -0500 In-Reply-To: <1064475808.27339.29.camel@shumai.marcuscom.com> User-Agent: Opera7.20/Linux M2 build 465 cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:46:39 -0000 On Thu, 25 Sep 2003 03:43:29 -0400, Joe Marcus Clarke wrote: > On Thu, 2003-09-25 at 03:27, Vladimir B. Grebenschikov wrote: >> В чт, 25.09.2003, в 11:06, Vladimir B. Grebenschikov пишет: >> >> Hi again >> >> > gnome-2.4 (marcus repository) >> > >> > It is looks like evolution-1.4.4_1 does not support i18n in >> alarm-notify >> > right. See attachment. >> > >> > I run gnome under LANG=ru_RU.KOI8-R (set from gdm) >> >> Attachment was missed ... ok, URL of image: >> http://walder.chat.ru/evolution-alarm-notify.png > > I can't access this image. Me too. Cheers, Mezz > Joe -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:47:44 2003 Return-Path: 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 7597616A4B3 for ; Thu, 25 Sep 2003 00:47:44 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E1443FF7 for ; Thu, 25 Sep 2003 00:47:42 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2Qqx-0003nK-5R for freebsd-gnome@FreeBSD.org; Thu, 25 Sep 2003 11:47:55 +0400 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1064476072.836.76.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 11:47:53 +0400 Content-Transfer-Encoding: 7bit Subject: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:47:44 -0000 Hi 1. How to force evolution execute mozilla instead of epiphany. I have already set up DesktopPreferences -> Advanced -> PrefferedApplications -> Browser, but it is does not helps. 2. Also I have no openoffice items in gnome default menus and gnome mimetypes (not sure, may be it is question to freebsd-openoffice) 3. Have anybody plans to put gcm (Gnome Cliboard Manager) to FreeBSD ports tree ? 4. gnome-swallow, I have tried to start Licq with doc as swallowed application - no luck, it sometimes tries to put main window into swallow window, sometimes don't sense dock window ... Anybody have such setup ? -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:50:50 2003 Return-Path: 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 5EF7816A4B3 for ; Thu, 25 Sep 2003 00:50:50 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9D444014 for ; Thu, 25 Sep 2003 00:50:46 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925075044.EUOR15705.lakemtao07.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 03:50:44 -0400 To: Joe Marcus Clarke References: <1064473006.836.43.camel@localhost> <1064475222.27339.19.camel@shumai.marcuscom.com> <1064475756.27339.27.camel@shumai.marcuscom.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 25 Sep 2003 02:49:50 -0500 In-Reply-To: <1064475756.27339.27.camel@shumai.marcuscom.com> User-Agent: Opera7.20/Linux M2 build 465 cc: "Vladimir B. Grebenschikov" cc: gnome Subject: Re: Gnome-2.4 (with marcus repository): Weather applet crashes on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:50:50 -0000 On Thu, 25 Sep 2003 03:42:36 -0400, Joe Marcus Clarke wrote: > On Thu, 2003-09-25 at 03:38, Jeremy Messenger wrote: >> On Thu, 25 Sep 2003 03:33:42 -0400, Joe Marcus Clarke >> wrote: >> >> > On Thu, 2003-09-25 at 03:29, Jeremy Messenger wrote: >> >> On Thu, 25 Sep 2003 10:56:47 +0400, Vladimir B. Grebenschikov >> >> >> >> wrote: >> >> >> >> > >> >> > Hi >> >> > >> >> > Weather applet crashes on startup: >> >> > (Segmentation fault) >> >> > >> >> >> >> >> >> I get the same crash and I have a solution, good thing that I >> remember.. >> >> :-) >> >> >> >> Here's an attach of patch-ltmain.sh and put it in the >> >> x11/gnomeapplets2/files/, then rebuild and reinstall it. I just >> tested >> >> it >> >> and it works fine. >> > >> > Note, this patch is not needed. I had a typo in my configure patch >> > which has now been fixed. As a general rule, any port that sets >> > USE_LIBTOOL does not need the ltmain.sh patch. That is only needed in >> > certain cases, and GNU_CONFIGURE is then used instead of USE_LIBTOOL. >> >> Cool, thanks! So... x11-fm/nautilus2 can remove ltmain.sh, then replace >> from GNU_CONFIGURE to USE_LIBTOOL? Or, it's just depend on? > > No, certain ports require ltmain.sh as they use a newer version of > libtool and USE_LIBTOOL won't work. We can't use libtool-1.4 yet due to > some other problems. I sent Ade a patch, but it hasn't been committed > yet. In the meantime, it's just easier to USE_LIBTOOL when possible, > and patch ltmain.sh when things break with libtool. You get used to it. Ok, I understand better.. Thanks! Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> > Joe >> > >> >> >> >> Cheers, >> >> Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:55:09 2003 Return-Path: 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 882CA16A4C1 for ; Thu, 25 Sep 2003 00:55:09 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE4C43FF3 for ; Thu, 25 Sep 2003 00:55:07 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8P7pFpM005997; Thu, 25 Sep 2003 03:51:15 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8P7sElB052853; Thu, 25 Sep 2003 03:54:14 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064476072.836.76.camel@localhost> References: <1064476072.836.76.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9Ab0Qyjq9Tb5DUi+5jpl" Organization: MarcusCom, Inc. Message-Id: <1064476503.27339.35.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 03:55:03 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: gnome Subject: Re: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:55:09 -0000 --=-9Ab0Qyjq9Tb5DUi+5jpl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 03:47, Vladimir B. Grebenschikov wrote: > Hi >=20 >=20 > 1. How to force evolution execute=20 > mozilla instead of epiphany. Applications->Desktop Preferences->Advanced->Preferred Applications->Web Browser >=20 > I have already set up DesktopPreferences -> Advanced -> > PrefferedApplications -> Browser, but it is does not helps. Works for me. I set a custom browser of galeon --noraise -n %s. Try restarting Evo. >=20 > 2. Also I have no openoffice items in gnome default menus and gnome > mimetypes (not sure, may be it is question to freebsd-openoffice) You have to add them. I had to setup my associations so Word, Excel, PPT docs are opened with openoffice. >=20 > 3. Have anybody plans to put gcm (Gnome Cliboard Manager) to FreeBSD > ports tree ? Not me. I thought someone was looking at this. You're free to do it if you'd like. >=20 > 4. gnome-swallow, I have tried to start Licq with doc as swallowed > application - no luck, it sometimes tries to put main window into > swallow window, sometimes don't sense dock window ... >=20 > Anybody have such setup ? Nope. You may want to bring this up to the author. He hasn't updated it in some time. Perhaps there's a problem with the new GNOME 2.4 stuff. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-9Ab0Qyjq9Tb5DUi+5jpl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cp9Xb2iPiv4Uz4cRAtZzAKCdqUDfd8xB2AdIDVYe/GY3yq1D6gCfVXDd UPu2LdTxTKF1XqdKQ0w00Yo= =VCzN -----END PGP SIGNATURE----- --=-9Ab0Qyjq9Tb5DUi+5jpl-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 00:57:52 2003 Return-Path: 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 D059616A4B3 for ; Thu, 25 Sep 2003 00:57:52 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22424402F for ; Thu, 25 Sep 2003 00:57:51 -0700 (PDT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.22) id 1A2R0o-0006mY-AW; Thu, 25 Sep 2003 11:58:06 +0400 From: "Vladimir B. Grebenschikov" To: Jeremy Messenger In-Reply-To: References: <1064473586.836.55.camel@localhost> <1064474840.836.60.camel@localhost> <1064475808.27339.29.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Organization: SWsoft Inc. Message-Id: <1064476684.836.78.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 11:58:05 +0400 Sender: Vladimir Grebenschikov cc: gnome Subject: Re: Locale problem with evolution 1.4.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 07:57:52 -0000 =F7 =DE=D4, 25.09.2003, =D7 11:45, Jeremy Messenger =D0=C9=DB=C5=D4: > >> Attachment was missed ... ok, URL of image: > >> http://walder.chat.ru/evolution-alarm-notify.png > > > > I can't access this image. >=20 > Me too. Image sent in private email ... > Cheers, > Mezz >=20 > > Joe --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 01:09:07 2003 Return-Path: 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 B2C6216A4B3 for ; Thu, 25 Sep 2003 01:09:07 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D798A43FE9 for ; Thu, 25 Sep 2003 01:09:06 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2RBh-000AD9-3f; Thu, 25 Sep 2003 12:09:21 +0400 From: "Vladimir B. Grebenschikov" To: Joe Marcus Clarke In-Reply-To: <1064476503.27339.35.camel@shumai.marcuscom.com> References: <1064476072.836.76.camel@localhost> <1064476503.27339.35.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Organization: SWsoft Inc. Message-Id: <1064477358.38204.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 12:09:19 +0400 Content-Transfer-Encoding: quoted-printable cc: gnome Subject: Re: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 08:09:07 -0000 =F7 =DE=D4, 25.09.2003, =D7 11:55, Joe Marcus Clarke =D0=C9=DB=C5=D4: > On Thu, 2003-09-25 at 03:47, Vladimir B. Grebenschikov wrote: > > Hi > >=20 > >=20 > > 1. How to force evolution execute=20 > > mozilla instead of epiphany. > > > > I have already set up DesktopPreferences -> Advanced -> > > PrefferedApplications -> Browser, but it is does not helps. >=20 > Works for me. I set a custom browser of galeon --noraise -n %s. Try > restarting Evo. Just tried to configure custom browser instead of Mozilla from list -=20 does not help. (Evo was restarted). Actually I have restarted all Evo, gnome, FreeBSD in previous try. How I can track problem ? > Joe --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 01:12:41 2003 Return-Path: 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 969A416A4B3; Thu, 25 Sep 2003 01:12:41 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FA543FDF; Thu, 25 Sep 2003 01:12:40 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2RFD-000AQg-Li; Thu, 25 Sep 2003 12:12:59 +0400 From: "Vladimir B. Grebenschikov" To: Joe Marcus Clarke In-Reply-To: <1064476503.27339.35.camel@shumai.marcuscom.com> References: <1064476072.836.76.camel@localhost> <1064476503.27339.35.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=KOI8-R Organization: SWsoft Inc. Message-Id: <1064477577.38204.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 12:12:58 +0400 Content-Transfer-Encoding: quoted-printable cc: "freebsd-openoffice@FreeBSD.ORG" cc: gnome Subject: Re: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 08:12:41 -0000 =F7 =DE=D4, 25.09.2003, =D7 11:55, Joe Marcus Clarke =D0=C9=DB=C5=D4: > > 2. Also I have no openoffice items in gnome default menus and gnome > > mimetypes (not sure, may be it is question to freebsd-openoffice) >=20 > You have to add them. I had to setup my associations so Word, Excel, > PPT docs are opened with openoffice. Not look too user-friendly :(=20 With such approach it will be too difficult to get many users for Gnome. OpenOffice handles a lot of mime-types, and I am sure that all handlers should be installed automatically or semi-automatically. As well as menu-items. Anyway, I think it is quest for openoffice port. > Joe --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 01:26:23 2003 Return-Path: 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 0FD9D16A4B3 for ; Thu, 25 Sep 2003 01:26:23 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C263944034 for ; Thu, 25 Sep 2003 01:26:18 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2RSP-000BCJ-G4; Thu, 25 Sep 2003 12:26:37 +0400 From: "Vladimir B. Grebenschikov" To: Joe Marcus Clarke In-Reply-To: <1064476503.27339.35.camel@shumai.marcuscom.com> References: <1064476072.836.76.camel@localhost> <1064476503.27339.35.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Organization: SWsoft Inc. Message-Id: <1064478395.38204.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 12:26:36 +0400 Content-Transfer-Encoding: quoted-printable cc: gnome Subject: Re: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 08:26:23 -0000 =F7 =DE=D4, 25.09.2003, =D7 11:55, Joe Marcus Clarke =D0=C9=DB=C5=D4: > > 3. Have anybody plans to put gcm (Gnome Cliboard Manager) to FreeBSD > > ports tree ? >=20 > Not me. I thought someone was looking at this. You're free to do it if > you'd like. I can try, but I can't devote much time to that actually, I have more or less working gcm daemon and UI, but panel applet does not works. Also there is number of differences in directory layout for gnome applications (especially applets) between default (linux) Gnome and FreeBSD's. Is anywhere document describing such differences ? Or something like "How to port gnome application to FreeBSD" ? > Joe --=20 Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 02:47:10 2003 Return-Path: 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 5FBA916A4B3 for ; Thu, 25 Sep 2003 02:47:10 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36D744020 for ; Thu, 25 Sep 2003 02:47:07 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8P9kfcp003307 for ; Thu, 25 Sep 2003 11:46:41 +0200 From: Nelis Lamprecht To: FreeBSD Gnome Mail List Content-Type: text/plain Message-Id: <1064483200.16009.44.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 11:46:40 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Can't create a launcher in Gnome2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 09:47:10 -0000 Hi, I don't seem to be able to create a launcher now that I have upgraded to 2.4. I can create folders no problem in both Naultilus and on my desktop. When I left click in Nautilus and run "Create Launcher" the window pops up and I can fill in all the details but it doesn't create the actual link or icon. If I right-click on my desktop and go to "Create Launcher" I don't even get the window, I get nothing. I did follow the instructions on http://www.freebsd.org/gnome/docs/faq2.html to have FAM and LAME enabled. Any ideas ? Regards, Nelis From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 03:09:28 2003 Return-Path: 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 6BD5516A4B3 for ; Thu, 25 Sep 2003 03:09:28 -0700 (PDT) Received: from sylfeline.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C6E44029 for ; Thu, 25 Sep 2003 03:09:26 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from [192.168.1.200] (tchoubou.scientiae.net [192.168.1.200]) h8PA9PMR080115 for ; Thu, 25 Sep 2003 12:09:25 +0200 (CEST) (envelope-from viny@scientiae.net) From: Vincent Tougait To: FreeBSD Gnome Content-Type: text/plain Message-Id: <1064484577.11800.25.camel@tchoubou.scientiae.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Sep 2003 12:09:38 +0200 Content-Transfer-Encoding: 7bit Subject: galeon/epiphany dependency to mozilla-headers X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 10:09:28 -0000 Hi folks, I've just noticed that though galeon2 and epiphany are gtk2 applications, they depends on mozilla-headers. And the first step of the build process of this port is to configure mozilla, which depends on orbit and gtk12. As these dependencies are libs dependencies and not runtime dependencies, if they are not detected at the configure stage, they will be installed. Even if mozilla-headers doesn't depend on them. I may be of the fussy kind, but I wanted to know if I could make a gtk12 free system. I modified the www/mozilla-headers Makefile so that it used mozilla-gtk2 and everything went well (and still works well). So I wanted to know if it would be possible to make a mozilla-gtk2-headers (meta)port on which galeon2 and epiphany would rely ? Best regards, Vincent From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 07:56:35 2003 Return-Path: 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 1656D16A4B3 for ; Thu, 25 Sep 2003 07:56:35 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5393F44022 for ; Thu, 25 Sep 2003 07:56:34 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 25903 invoked by uid 1252); 25 Sep 2003 14:56:34 -0000 Date: 25 Sep 2003 10:56:34 -0400 Date: Thu, 25 Sep 2003 10:56:34 -0400 From: Adam Weinberger To: Vincent Tougait Message-ID: <20030925145634.GE47415@toxic.magnesium.net> References: <1064484577.11800.25.camel@tchoubou.scientiae.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1064484577.11800.25.camel@tchoubou.scientiae.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: FreeBSD Gnome Subject: Re: galeon/epiphany dependency to mozilla-headers X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 14:56:35 -0000 >> (09.25.2003 @ 0609 PST): Vincent Tougait said, in 1.0K: << > Hi folks, > > I've just noticed that though galeon2 and epiphany are gtk2 > applications, they depends on mozilla-headers. And the first step of the > build process of this port is to configure mozilla, which depends on > orbit and gtk12. As these dependencies are libs dependencies and not > runtime dependencies, if they are not detected at the configure stage, > they will be installed. Even if mozilla-headers doesn't depend on them. > > I may be of the fussy kind, but I wanted to know if I could make a gtk12 > free system. I modified the www/mozilla-headers Makefile so that it used > mozilla-gtk2 and everything went well (and still works well). So I > wanted to know if it would be possible to make a mozilla-gtk2-headers > (meta)port on which galeon2 and epiphany would rely ? Put WITH_MOZILLA=mozilla-gtk2 or WITH_MOZILLA=mozilla-devel-gtk2 into /etc/make.conf and recompile. # Adam > > Best regards, > Vincent > > _______________________________________________ > 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" >> end of "galeon/epiphany dependency to mozilla-headers" from Vincent Tougait << -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 08:19:23 2003 Return-Path: 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 5BA4116A4B3 for ; Thu, 25 Sep 2003 08:19:23 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9580D44042 for ; Thu, 25 Sep 2003 08:19:22 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id MUA74016 for ; Thu, 25 Sep 2003 08:19:21 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 8C1C85D04 for ; Thu, 25 Sep 2003 08:19:20 -0700 (PDT) To: gnome@freebsd.org Date: Thu, 25 Sep 2003 08:19:20 -0700 From: "Kevin Oberman" Message-Id: <20030925151920.8C1C85D04@ptavv.es.net> Subject: Unable to install gnomeapplets2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 15:19:23 -0000 Good day, With all of the -pthreads chaos and the gnome 2.4 chaos, I feel guilty posting my trivial issue, but... I have updated three systems to Gnome 2.4 and two went fine. The third is going nowhere because I can't install gnomeapplets2. I followed the recipe (portupgrade -Rf -m BATCH=yes ORBit2) and several ports failed due to problems with various ports needing to be manually updated. Looks like ORBit2 might not catch everything. I rebuilt several ports and everything would install except gnomeapplets2. It builds fine, but the installation fails because lib-atk-1.0.so.200 is not found. This tells me that something needs to be re-built to get updated to the new atk library (.400), but I have no idea what. I am now trying "portupgrade -Rf -m BATCH=yes atk", but that will take a long while and I'm getting desperate to get this system back in operation. Any idea what I need to re-build to get this fixed? Thanks, -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 08:24:37 2003 Return-Path: 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 B8D7316A4B3 for ; Thu, 25 Sep 2003 08:24:37 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B8543FCB for ; Thu, 25 Sep 2003 08:24:27 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id MUA74016 for ; Thu, 25 Sep 2003 08:24:11 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 7B5405D04 for ; Thu, 25 Sep 2003 08:24:11 -0700 (PDT) To: gnome@freebsd.org Date: Thu, 25 Sep 2003 08:24:11 -0700 From: "Kevin Oberman" Message-Id: <20030925152411.7B5405D04@ptavv.es.net> Subject: Unable to install gnomeapplets2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 15:24:37 -0000 Opps. Forgot to attach the log. Here it is: ---> Installing 'gnomeapplets2-2.4.0' from a port (x11/gnomeapplets2) ---> Building '/usr/ports/x11/gnomeapplets2' ---> Installing the new version via the port ===> Installing for gnomeapplets2-2.4.0 ===> gnomeapplets2-2.4.0 depends on file: /usr/X11R6/share/gnome/.keep_me - found ===> gnomeapplets2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnomeapplets2-2.4.0 depends on executable: pkg-config - found ===> gnomeapplets2-2.4.0 depends on shared library: gtop-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: X11.6 - found ===> gnomeapplets2-2.4.0 depends on shared library: esd.2 - found ===> gnomeapplets2-2.4.0 depends on shared library: glib-2.0.200 - found ===> gnomeapplets2-2.4.0 depends on shared library: atk-1.0.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: pango-1.0.200 - found ===> gnomeapplets2-2.4.0 depends on shared library: gtk-x11-2.0.200 - found ===> gnomeapplets2-2.4.0 depends on shared library: linc.1 - found ===> gnomeapplets2-2.4.0 depends on shared library: IDL-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: ORBit-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: glade-2.0.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: xml2.5 - found ===> gnomeapplets2-2.4.0 depends on shared library: xslt.1 - found ===> gnomeapplets2-2.4.0 depends on shared library: bonobo-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: gconf-2.5 - found ===> gnomeapplets2-2.4.0 depends on shared library: gnomevfs-2.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: gailutil.17 - found ===> gnomeapplets2-2.4.0 depends on shared library: gnomecanvas-2.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: art_lgpl_2.5 - found ===> gnomeapplets2-2.4.0 depends on shared library: gnome-2.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: bonoboui-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: gnomeui-2.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: gnome-desktop-2.3 - found ===> gnomeapplets2-2.4.0 depends on shared library: wnck-1.11 - found ===> gnomeapplets2-2.4.0 depends on shared library: panel-applet-2.0 - found ===> Generating temporary packing list ===> Checking if x11/gnomeapplets2 already installed Making install in po gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/po' if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/X11R6/share/gnome; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome; \ fi installing am.gmo as /usr/X11R6/share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo installing ar.gmo as /usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo installing az.gmo as /usr/X11R6/share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo installing be.gmo as /usr/X11R6/share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo installing bg.gmo as /usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo installing bn.gmo as /usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo installing ca.gmo as /usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo installing cs.gmo as /usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo installing cy.gmo as /usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo installing da.gmo as /usr/X11R6/share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo installing de.gmo as /usr/X11R6/share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo installing el.gmo as /usr/X11R6/share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo installing en_GB.gmo as /usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo installing es.gmo as /usr/X11R6/share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo installing et.gmo as /usr/X11R6/share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo installing eu.gmo as /usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo installing fa.gmo as /usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo installing fi.gmo as /usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo installing fr.gmo as /usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo installing ga.gmo as /usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo installing gl.gmo as /usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo installing he.gmo as /usr/X11R6/share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo installing hi.gmo as /usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo installing hu.gmo as /usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo installing is.gmo as /usr/X11R6/share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo installing it.gmo as /usr/X11R6/share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo installing ja.gmo as /usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo installing ko.gmo as /usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo installing lt.gmo as /usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo installing lv.gmo as /usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo installing mk.gmo as /usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo installing ml.gmo as /usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo installing mn.gmo as /usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo installing ms.gmo as /usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo installing nl.gmo as /usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo installing nn.gmo as /usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo installing no.gmo as /usr/X11R6/share/locale/no/LC_MESSAGES/gnome-applets-2.0.mo installing pl.gmo as /usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo installing pt.gmo as /usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo installing pt_BR.gmo as /usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo installing ro.gmo as /usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo installing ru.gmo as /usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo installing sk.gmo as /usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo installing sl.gmo as /usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo installing sr.gmo as /usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo installing sr@Latn.gmo as /usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo installing sv.gmo as /usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo installing ta.gmo as /usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo installing tr.gmo as /usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo installing uk.gmo as /usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo installing vi.gmo as /usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo installing wa.gmo as /usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo installing zh_CN.gmo as /usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo installing zh_TW.gmo as /usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo if test "gnome-applets" = "glib"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ fi; \ install -o root -g wheel -m 444 ./Makefile.in.in \ /usr/X11R6/share/gnome/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/po' Making install in screen-exec gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/screen-exec' gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/screen-exec' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/screen-exec' gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/screen-exec' Making install in drivemount gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' Making install in help gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' Making install in C gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/drivemount/C for file in legal.xml drivemount.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/drivemount/C; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/drivemount/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/drivemount/C/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in drivemount-C.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help/C' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount/help' gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' /bin/sh ../mkinstalldirs /usr/X11R6/libexec /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 drivemount_applet2 /usr/X11R6/libexec/drivemount_applet2 install -o root -g wheel -m 555 -s drivemount_applet2 /usr/X11R6/libexec/drivemount_applet2 /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps install -o root -g wheel -m 444 ./drivemount-applet.png /usr/X11R6/share/gnome/pixmaps/drivemount-applet.png /bin/sh ../mkinstalldirs /usr/X11R6/etc/gconf/schemas/ install -o root -g wheel -m 444 ./drivemount.schemas /usr/X11R6/etc/gconf/schemas//drivemount.schemas /bin/sh ../mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -o root -g wheel -m 444 ./GNOME_DriveMountApplet.server /usr/X11R6/libdata/bonobo/servers/GNOME_DriveMountApplet.server /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-2.0/ui install -o root -g wheel -m 444 ./GNOME_DriveMountApplet.xml /usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults /usr/X11R6/bin/gconftool-2 --makefile-install-rule ./drivemount.schemas ; Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `cy' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `de' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `fi' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `zh_TW' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `C' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `es' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `no' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `vi' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `pt' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `he' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `zh_CN' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `be' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `ro' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `az' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `cs' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `el' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `it' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `pl' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `sr' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `uk' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `ja' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `pt_BR' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `da' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `ko' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `ms' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `sr@Latn' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `ca' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `fr' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `nl' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `sk' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `sv' Installed schema `/schemas/apps/drivemount-applet/prefs/interval' for locale `sl' Installed schema `/schemas/apps/drivemount-applet/prefs/pixmap' for locale `C' Installed schema `/schemas/apps/drivemount-applet/prefs/scale' for locale `C' Installed schema `/schemas/apps/drivemount-applet/prefs/auto_eject' for locale `C' Installed schema `/schemas/apps/drivemount-applet/prefs/mount_point' for locale `C' Installed schema `/schemas/apps/drivemount-applet/prefs/autofs_friendly' for locale `C' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/drivemount' Making install in charpick gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' Making install in help gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' Making install in C gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/C for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/C; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/C/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-C.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/C' Making install in ja gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/ja for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/ja; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/ja/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/ja/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-ja.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ja' Making install in de gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/de for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/de; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/de/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/de/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-de.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/de' Making install in es gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/es for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/es; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/es/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/es/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-es.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/es' Making install in fr gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/fr for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/fr; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/fr/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/fr/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-fr.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/fr' Making install in it gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/it for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/it; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/it/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/it/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-it.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/it' Making install in sv gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/sv for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/sv; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/sv/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/sv/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-sv.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/sv' Making install in ko gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/ko for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/ko; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/ko/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/ko/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-ko.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/ko' Making install in zh_CN gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/zh_CN for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/zh_CN; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/zh_CN/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/zh_CN/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-zh_CN.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_CN' Making install in zh_TW gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/zh_TW for file in legal.xml char-palette.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/char-palette/zh_TW; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/char-palette/zh_TW/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/char-palette/zh_TW/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in char-palette-zh_TW.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help/zh_TW' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick/help' gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' /bin/sh ../mkinstalldirs /usr/X11R6/libexec /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 charpick_applet2 /usr/X11R6/libexec/charpick_applet2 install -o root -g wheel -m 555 -s charpick_applet2 /usr/X11R6/libexec/charpick_applet2 /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/ install -o root -g wheel -m 444 ./charpick.png /usr/X11R6/share/gnome/pixmaps//charpick.png /bin/sh ../mkinstalldirs /usr/X11R6/etc/gconf/schemas/ install -o root -g wheel -m 444 ./charpick.schemas /usr/X11R6/etc/gconf/schemas//charpick.schemas /bin/sh ../mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -o root -g wheel -m 444 ./GNOME_CharpickerApplet.server /usr/X11R6/libdata/bonobo/servers/GNOME_CharpickerApplet.server /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-2.0/ui install -o root -g wheel -m 444 ./GNOME_CharpickerApplet.xml /usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults /usr/X11R6/bin/gconftool-2 --makefile-install-rule ./charpick.schemas ; Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `cy' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `de' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `fi' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `zh_TW' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `C' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `es' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `no' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `vi' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `pt' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `he' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `zh_CN' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `be' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `ro' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `az' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `cs' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `el' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `it' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `pl' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `sr' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `uk' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `ja' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `pt_BR' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `da' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `hi' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `ko' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `sr@Latn' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `ca' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `fr' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `nl' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `sk' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `sv' Installed schema `/schemas/apps/charpick/prefs/default_list' for locale `sl' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `cs' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `nl' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `it' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `no' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `cy' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `sk' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `sl' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `fi' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `zh_TW' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `da' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `ms' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `ja' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `sr' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `sr@Latn' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `ro' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `de' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `sv' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `fr' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `el' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `ca' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `az' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `ko' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `vi' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `es' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `pl' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `pt_BR' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `C' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `be' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `zh_CN' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `he' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `uk' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `hi' Installed schema `/schemas/apps/charpick/prefs/current_list' for locale `pt' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `cs' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `nl' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `it' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `no' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `cy' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `sk' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `sl' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `fi' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `zh_TW' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `da' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `ms' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `ja' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `sr' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `sr@Latn' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `ro' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `de' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `sv' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `fr' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `el' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `ca' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `az' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `ko' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `vi' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `es' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `pl' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `pt_BR' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `C' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `be' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `zh_CN' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `he' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `uk' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `hi' Installed schema `/schemas/apps/charpick/prefs/chartable' for locale `pt' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/charpick' Making install in geyes gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' Making install in themes gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/themes' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/themes' gmake[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes/Bizarre /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes/Bloodshot /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes/Default /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes/Default-tiny /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes/Horrid /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/geyes install -o root -g wheel -m 444 ./Default/config /usr/X11R6/share/gnome/geyes/Default/config install -o root -g wheel -m 444 ./Default/Default-eye.png /usr/X11R6/share/gnome/geyes/Default/Default-eye.png install -o root -g wheel -m 444 ./Default/Default-pupil.png /usr/X11R6/share/gnome/geyes/Default/Default-pupil.png install -o root -g wheel -m 444 ./Default-tiny/config /usr/X11R6/share/gnome/geyes/Default-tiny/config install -o root -g wheel -m 444 ./Default-tiny/Default-tiny-eye.png /usr/X11R6/share/gnome/geyes/Default-tiny/Default-tiny-eye.png install -o root -g wheel -m 444 ./Default-tiny/Default-tiny-pupil.png /usr/X11R6/share/gnome/geyes/Default-tiny/Default-tiny-pupil.png install -o root -g wheel -m 444 ./Bizarre/config /usr/X11R6/share/gnome/geyes/Bizarre/config install -o root -g wheel -m 444 ./Bizarre/Bizarre-eye.png /usr/X11R6/share/gnome/geyes/Bizarre/Bizarre-eye.png install -o root -g wheel -m 444 ./Bizarre/Bizarre-pupil.png /usr/X11R6/share/gnome/geyes/Bizarre/Bizarre-pupil.png install -o root -g wheel -m 444 ./Bloodshot/config /usr/X11R6/share/gnome/geyes/Bloodshot/config install -o root -g wheel -m 444 ./Bloodshot/Bloodshot-eye.png /usr/X11R6/share/gnome/geyes/Bloodshot/Bloodshot-eye.png install -o root -g wheel -m 444 ./Bloodshot/Bloodshot-pupil.png /usr/X11R6/share/gnome/geyes/Bloodshot/Bloodshot-pupil.png install -o root -g wheel -m 444 ./Horrid/config /usr/X11R6/share/gnome/geyes/Horrid/config install -o root -g wheel -m 444 ./Horrid/horrid_eye.png /usr/X11R6/share/gnome/geyes/Horrid/horrid_eye.png install -o root -g wheel -m 444 ./Horrid/horrid_pupil.png /usr/X11R6/share/gnome/geyes/Horrid/horrid_pupil.png gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/themes' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/themes' Making install in docs gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' Making install in C gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/C for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/C; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/C/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-C.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/C' Making install in de gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/de for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/de; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/de/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/de/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-de.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/de' Making install in es gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/es for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/es; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/es/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/es/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-es.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/es' Making install in fr gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/fr for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/fr; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/fr/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/fr/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-fr.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/fr' Making install in it gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/it for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/it; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/it/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/it/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-it.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/it' Making install in sv gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/sv for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/sv; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/sv/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/sv/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-sv.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/sv' Making install in ja gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/ja for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/ja; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/ja/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/ja/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-ja.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ja' Making install in ko gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/ko for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/ko; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/ko/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/ko/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-ko.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/ko' Making install in zh_CN gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/zh_CN for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/zh_CN; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/zh_CN/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/zh_CN/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-zh_CN.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_CN' Making install in zh_TW gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/zh_TW for file in legal.xml geyes.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/geyes/zh_TW; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/geyes/zh_TW/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/geyes/zh_TW/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in geyes-zh_TW.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs/zh_TW' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes/docs' gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' /bin/sh ../mkinstalldirs /usr/X11R6/libexec /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 geyes_applet2 /usr/X11R6/libexec/geyes_applet2 install -o root -g wheel -m 555 -s geyes_applet2 /usr/X11R6/libexec/geyes_applet2 /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps install -o root -g wheel -m 444 ./gnome-eyes.png /usr/X11R6/share/gnome/pixmaps/gnome-eyes.png /bin/sh ../mkinstalldirs /usr/X11R6/etc/gconf/schemas/ install -o root -g wheel -m 444 ./geyes.schemas /usr/X11R6/etc/gconf/schemas//geyes.schemas /bin/sh ../mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -o root -g wheel -m 444 ./GNOME_GeyesApplet.server /usr/X11R6/libdata/bonobo/servers/GNOME_GeyesApplet.server /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-2.0/ui install -o root -g wheel -m 444 ./GNOME_GeyesApplet.xml /usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_GeyesApplet.xml GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults /usr/X11R6/bin/gconftool-2 --makefile-install-rule ./geyes.schemas ; Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `cy' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `de' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `fi' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `zh_TW' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `C' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `es' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `no' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `vi' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `pt' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `he' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `zh_CN' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `be' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `ro' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `az' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `cs' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `el' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `it' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `pl' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `sr' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `uk' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `ja' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `pt_BR' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `da' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `ko' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `ms' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `sr@Latn' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `ca' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `fr' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `nl' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `sk' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `sv' Installed schema `/schemas/apps/geyes/prefs/theme_path' for locale `sl' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/geyes' Making install in mailcheck gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' Making install in help gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' Making install in C gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/C for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/C; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/C/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-C.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/C' Making install in ja gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/ja for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/ja; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/ja/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/ja/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-ja.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ja' Making install in de gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/de for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/de; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/de/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/de/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-de.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/de' Making install in es gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/es for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/es; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/es/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/es/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-es.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/es' Making install in fr gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/fr for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/fr; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/fr/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/fr/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-fr.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/fr' Making install in it gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/it for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/it; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/it/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/it/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-it.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/it' Making install in sv gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/sv for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/sv; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/sv/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/sv/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-sv.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/sv' Making install in ko gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/ko for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/ko; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/ko/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/ko/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-ko.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/ko' Making install in zh_CN gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/zh_CN for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/zh_CN; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/zh_CN/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/zh_CN/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-zh_CN.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_CN' Making install in zh_TW gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' gmake[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/zh_TW for file in legal.xml mailcheck.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/mailcheck/zh_TW; \ done if test "figures"; then \ /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/help/mailcheck/zh_TW/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/mailcheck/zh_TW/figures/$basefile; \ done \ fi gmake install-data-hook gmake[5]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' /bin/sh ../../../mkinstalldirs /usr/X11R6/share/gnome/omf/gnome-applets for file in mailcheck-zh_TW.omf; do \ install -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-applets/$file; \ done scrollkeeper-update -p /var/db/scrollkeeper -o /usr/X11R6/share/gnome/omf/gnome-applets gmake[5]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help/zh_TW' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' gmake[4]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck/help' gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' /bin/sh ../mkinstalldirs /usr/X11R6/libexec /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 mailcheck-applet /usr/X11R6/libexec/mailcheck-applet install -o root -g wheel -m 555 -s mailcheck-applet /usr/X11R6/libexec/mailcheck-applet /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/mailcheck install -o root -g wheel -m 444 ./email.png /usr/X11R6/share/gnome/pixmaps/mailcheck/email.png install -o root -g wheel -m 444 ./email-e.png /usr/X11R6/share/gnome/pixmaps/mailcheck/email-e.png install -o root -g wheel -m 444 ./tux-anim.png /usr/X11R6/share/gnome/pixmaps/mailcheck/tux-anim.png install -o root -g wheel -m 444 ./email-eclouds.png /usr/X11R6/share/gnome/pixmaps/mailcheck/email-eclouds.png install -o root -g wheel -m 444 ./email-tiny.png /usr/X11R6/share/gnome/pixmaps/mailcheck/email-tiny.png install -o root -g wheel -m 444 ./eclouds.png /usr/X11R6/share/gnome/pixmaps/mailcheck/eclouds.png /bin/sh ../mkinstalldirs /usr/X11R6/etc/gconf/schemas/ install -o root -g wheel -m 444 ./mailcheck.schemas /usr/X11R6/etc/gconf/schemas//mailcheck.schemas /bin/sh ../mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -o root -g wheel -m 444 ./GNOME_MailcheckApplet_Factory.server /usr/X11R6/libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server /bin/sh ../mkinstalldirs /usr/X11R6/etc/sound/events install -o root -g wheel -m 444 ./mailcheck.soundlist /usr/X11R6/etc/sound/events/mailcheck.soundlist /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-2.0/ui install -o root -g wheel -m 444 ./GNOME_MailCheckApplet.xml /usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_MailCheckApplet.xml if test -z "" ; then \ for p in mailcheck.schemas ; do \ GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults /usr/X11R6/bin/gconftool-2 --makefile-install-rule ../mailcheck/$p ; \ done \ fi Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/animation_file' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/auto_update' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `hi' Installed schema `/schemas/apps/mailcheck_applet/prefs/update_frequency' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_command' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/exec_enabled' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_command' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/newmail_enabled' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_command' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/clicked_enabled' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/reset_on_clicked' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `hi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_server' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/pre_remote_command' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_username' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_password' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/save_password' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `sk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `ga' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_encrypted_password' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `pt' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/remote_folder' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/mailbox_type' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/mail_file' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `cs' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `nl' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `is' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `bn' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `it' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `no' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `mk' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `cy' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `sk' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ml' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `sl' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `fi' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `zh_TW' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `da' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ms' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ja' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `sr' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `sr@Latn' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ro' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `de' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `fr' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `el' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `sv' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ca' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `az' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ko' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `vi' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `es' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `pl' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `pt_BR' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `C' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `be' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `zh_CN' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `he' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `ga' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `uk' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `hi' Installed schema `/schemas/apps/mailcheck_applet/prefs/play_sound' for locale `pt' gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mailcheck' Making install in mini-commander gmake[1]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander' Making install in src gmake[2]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander/src' gmake[3]: Entering directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander/src' /bin/sh ../../mkinstalldirs /usr/X11R6/libexec /bin/sh ../../libtool --mode=install install -s -o root -g wheel -m 555 mini_commander_applet /usr/X11R6/libexec/mini_commander_applet install -o root -g wheel -m 555 -s mini_commander_applet /usr/X11R6/libexec/mini_commander_applet /bin/sh ../../mkinstalldirs /usr/X11R6/libexec/gnome-applets /bin/sh ../../libtool --mode=install install -s -o root -g wheel -m 555 mc-install-default-macros /usr/X11R6/libexec/gnome-applets/mc-install-default-macros install -o root -g wheel -m 555 -s mc-install-default-macros /usr/X11R6/libexec/gnome-applets/mc-install-default-macros /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/mini-commander install -o root -g wheel -m 444 ./browser-mini.xpm /usr/X11R6/share/gnome/pixmaps/mini-commander/browser-mini.xpm install -o root -g wheel -m 444 ./history-mini.xpm /usr/X11R6/share/gnome/pixmaps/mini-commander/history-mini.xpm /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/gen_util install -o root -g wheel -m 444 ./mini-commander.glade /usr/X11R6/share/gnome/gen_util/mini-commander.glade /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/pixmaps install -o root -g wheel -m 444 ./gnome-mini-commander.png /usr/X11R6/share/gnome/pixmaps/gnome-mini-commander.png /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gconf/schemas/ install -o root -g wheel -m 444 ./mini-commander.schemas /usr/X11R6/etc/gconf/schemas//mini-commander.schemas /bin/sh ../../mkinstalldirs /usr/X11R6/libdata/bonobo/servers install -o root -g wheel -m 444 ./GNOME_MiniCommanderApplet.server /usr/X11R6/libdata/bonobo/servers/GNOME_MiniCommanderApplet.server /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/gnome-2.0/ui install -o root -g wheel -m 444 ./GNOME_MiniCommanderApplet.xml /usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults /usr/X11R6/bin/gconftool-2 --makefile-install-rule ./mini-commander.schemas ; Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/show_handle' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/show_frame' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/autocomplete_history' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `is' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `sk' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_x' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `is' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `sk' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/normal_size_y' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `is' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `sk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_y' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `sk' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/show_default_theme' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `hi' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/history' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/macro_patterns' for locale `sl' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `cy' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `de' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `fi' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `zh_TW' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `C' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `es' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `no' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `vi' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `pt' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `he' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `zh_CN' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `be' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `ro' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `az' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `cs' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `el' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `it' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `pl' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `sr' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `uk' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `ja' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `pt_BR' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `da' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `ko' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `ms' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `sr@Latn' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `ca' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `fr' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `nl' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `sv' Installed schema `/schemas/apps/mini-commander/prefs/macro_commands' for locale `sl' GCONF_CONFIG_SOURCE=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults ../../mini-commander/src/mc-install-default-macros /libexec/ld-elf.so.1: Shared object "libatk-1.0.so.200" not found gmake[3]: *** [install-data-local] Error 1 gmake[3]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander/src' gmake[2]: *** [install-am] Error 2 gmake[2]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander/src' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/var/ports/x11/gnomeapplets2/work/gnome-applets-2.4.0/mini-commander' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /var/ports/x11/gnomeapplets2. *** Error code 1 Stop in /var/ports/x11/gnomeapplets2. ! x11/gnomeapplets2 (install error) From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 08:37:59 2003 Return-Path: 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 595AD16A4B3 for ; Thu, 25 Sep 2003 08:37:59 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1606043FAF for ; Thu, 25 Sep 2003 08:37:58 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PFXLpM019545; Thu, 25 Sep 2003 11:33:21 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PFaHlB057755; Thu, 25 Sep 2003 11:36:18 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: nelis@brabys.co.za In-Reply-To: <1064483200.16009.44.camel@enigma.8ball.co.za> References: <1064483200.16009.44.camel@enigma.8ball.co.za> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xnAXVbyFjCPuJE2GHAiJ" Organization: MarcusCom, Inc. Message-Id: <1064504232.724.4.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 11:37:12 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD Gnome Mail List Subject: Re: Can't create a launcher in Gnome2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 15:37:59 -0000 --=-xnAXVbyFjCPuJE2GHAiJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 05:46, Nelis Lamprecht wrote: > Hi, >=20 > I don't seem to be able to create a launcher now that I have upgraded to > 2.4. I can create folders no problem in both Naultilus and on my > desktop. When I left click in Nautilus and run "Create Launcher" the > window pops up and I can fill in all the details but it doesn't create > the actual link or icon. If I right-click on my desktop and go to > "Create Launcher" I don't even get the window, I get nothing. >=20 > I did follow the instructions on > http://www.freebsd.org/gnome/docs/faq2.html to have FAM and LAME > enabled. >=20 > Any ideas ? Looks like Nautilus is not using FAM to update the desktop dynamically.=20 However, file system modifications are handled dynamically. If you restart Nautilus, the launchers should appear. I would file this as a bug with GNOME. It's apparent that FAM is working, it just doesn't seem to work for the desktop. Joe >=20 > Regards, > Nelis >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-xnAXVbyFjCPuJE2GHAiJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cwuob2iPiv4Uz4cRApQmAJ9cuhEbHzPT7xVhIHlZfPrEEsHoPQCdFlgK Ww9dNT3eZD32IxHCeMnjW7k= =jaCi -----END PGP SIGNATURE----- --=-xnAXVbyFjCPuJE2GHAiJ-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 08:41:18 2003 Return-Path: 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 7160C16A4BF for ; Thu, 25 Sep 2003 08:41:18 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8968244001 for ; Thu, 25 Sep 2003 08:41:16 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PFcv4R021419; Thu, 25 Sep 2003 11:38:57 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PFeGlB057800; Thu, 25 Sep 2003 11:40:16 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20030925151920.8C1C85D04@ptavv.es.net> References: <20030925151920.8C1C85D04@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-deee20rmonCYli64EyFa" Organization: MarcusCom, Inc. Message-Id: <1064504471.724.7.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 11:41:11 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Unable to install gnomeapplets2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 15:41:18 -0000 --=-deee20rmonCYli64EyFa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 11:19, Kevin Oberman wrote: > Good day, >=20 > With all of the -pthreads chaos and the gnome 2.4 chaos, I feel guilty > posting my trivial issue, but... >=20 > I have updated three systems to Gnome 2.4 and two went fine. The third > is going nowhere because I can't install gnomeapplets2. I followed the > recipe (portupgrade -Rf -m BATCH=3Dyes ORBit2) and several ports failed > due to problems with various ports needing to be manually > updated. Looks like ORBit2 might not catch everything. >=20 > I rebuilt several ports and everything would install except > gnomeapplets2. It builds fine, but the installation fails because > lib-atk-1.0.so.200 is not found. This tells me that something needs to > be re-built to get updated to the new atk library (.400), but I have > no idea what. >=20 > I am now trying "portupgrade -Rf -m BATCH=3Dyes atk", but that will take > a long while and I'm getting desperate to get this system back in > operation. Any idea what I need to re-build to get this fixed? Please make sure you read the Known Issues and FAQ at http://www.freebsd.org/gnome/. However, the above command should get you where you need to be. If it doesn't, you can use ldd and pkg_info -W to track down the package that's bringing the libatk.200 dependency, then rebuild it by hand. Joe >=20 > Thanks, --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-deee20rmonCYli64EyFa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cwyWb2iPiv4Uz4cRAmLZAKCdGThnqYBTPgYwFwH5AD7D/FHOqgCeNhiY /NDIwfZX8i8easL9sxHdbmg= =Jzw7 -----END PGP SIGNATURE----- --=-deee20rmonCYli64EyFa-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 08:46:57 2003 Return-Path: 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 454E516A4C0 for ; Thu, 25 Sep 2003 08:46:57 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BFFC44011 for ; Thu, 25 Sep 2003 08:46:55 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PFh3pM029682; Thu, 25 Sep 2003 11:43:03 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PFjxlB057874; Thu, 25 Sep 2003 11:45:59 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064478395.38204.17.camel@localhost> References: <1064476072.836.76.camel@localhost> <1064476503.27339.35.camel@shumai.marcuscom.com> <1064478395.38204.17.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VGq4SlRLOvYEAiVmHLdq" Organization: MarcusCom, Inc. Message-Id: <1064504814.724.11.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 11:46:54 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: gnome Subject: Re: Gnome-2.4 Desktop setup questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 15:46:57 -0000 --=-VGq4SlRLOvYEAiVmHLdq Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 04:26, Vladimir B. Grebenschikov wrote: > =F7 =DE=D4, 25.09.2003, =D7 11:55, Joe Marcus Clarke =D0=C9=DB=C5=D4: >=20 > > > 3. Have anybody plans to put gcm (Gnome Cliboard Manager) to FreeBSD > > > ports tree ? > >=20 > > Not me. I thought someone was looking at this. You're free to do it i= f > > you'd like. >=20 > I can try, but I can't devote much time to that actually, I have more or > less working gcm daemon and UI, but panel applet does not works. >=20 > Also there is number of differences in directory layout for gnome > applications (especially applets) between default (linux) Gnome and > FreeBSD's. Is anywhere document describing such differences ? > Or something like "How to port gnome application to FreeBSD" ? You should visit the FreeBSD GNOME project page more often: http://www.freebsd.org/gnome/. Joe >=20 > > Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-VGq4SlRLOvYEAiVmHLdq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cw3ub2iPiv4Uz4cRAqktAJ9IWWYflrnTaan/OkbcAoWppAwyowCgq62Z 394eNpl8hBKoOzx3uCRdVZM= =5QYX -----END PGP SIGNATURE----- --=-VGq4SlRLOvYEAiVmHLdq-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:06:56 2003 Return-Path: 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 273D516A4DE for ; Thu, 25 Sep 2003 09:06:56 -0700 (PDT) Received: from okhei.net (adsl-212-101-21-185.solnet.ch [212.101.21.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C6543FF5 for ; Thu, 25 Sep 2003 09:06:54 -0700 (PDT) (envelope-from root@okhei.net) Received: by okhei.net (Postfix, from userid 0) id 648C3264; Thu, 25 Sep 2003 18:06:52 +0200 (CEST) To: gnome@FreeBSD.org Message-Id: <20030925160652.648C3264@okhei.net> Date: Thu, 25 Sep 2003 18:06:52 +0200 (CEST) From: root@okhei.net (Charlie Root) Subject: Script configure failed unexpectedly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:06:56 -0000 This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --with-libiconv=gnu --prefix=/usr/local --build=i386-portbld-freebsd4.6.2 ## --------- ## ## Platform. ## ## --------- ## hostname = ts uname -m = i386 uname -r = 4.6.2-RELEASE uname -s = FreeBSD uname -v = FreeBSD 4.6.2-RELEASE #0: Fri May 2 22:36:13 CEST 2003 al@medat.okhei.net:/usr/src/sys/compile/OVC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1569: checking for a BSD-compatible install configure:1623: result: /usr/bin/install -c -o root -g wheel configure:1634: checking whether build environment is sane configure:1677: result: yes configure:1692: checking whether gmake sets $(MAKE) configure:1712: result: yes configure:1735: checking for working aclocal-1.4 configure:1746: result: missing configure:1750: checking for working autoconf configure:1761: result: missing configure:1765: checking for working automake-1.4 configure:1776: result: missing configure:1780: checking for working autoheader configure:1791: result: missing configure:1795: checking for working makeinfo configure:1802: result: found configure:1845: checking whether to enable maintainer-specific portions of Makefiles configure:1854: result: no configure:1875: checking build system type configure:1893: result: i386-portbld-freebsd4.6.2 configure:1901: checking host system type configure:1915: result: i386-portbld-freebsd4.6.2 configure:1924: checking for the BeOS configure:1934: result: no configure:1938: checking for Win32 configure:1966: result: no configure:2088: checking whether to enable garbage collector friendliness configure:2100: result: no configure:2104: checking whether to disable memory pools configure:2107: result: no configure:2166: checking for gcc configure:2192: result: cc configure:2436: checking for C compiler version configure:2439: cc --version &5 2.95.3 configure:2442: $? = 0 configure:2444: cc -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:2447: $? = 0 configure:2449: cc -V &5 cc: argument to `-V' is missing configure:2452: $? = 1 configure:2476: checking for C compiler default output configure:2479: cc -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2482: $? = 0 configure:2528: result: a.out configure:2533: checking whether the C compiler works configure:2539: ./a.out configure:2542: $? = 0 configure:2559: result: yes configure:2566: checking whether we are cross compiling configure:2568: result: no configure:2571: checking for suffix of executables configure:2573: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2576: $? = 0 configure:2601: result: configure:2607: checking for suffix of object files configure:2629: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2632: $? = 0 configure:2654: result: o configure:2658: checking whether we are using the GNU C compiler configure:2683: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2686: $? = 0 configure:2689: test -s conftest.o configure:2692: $? = 0 configure:2705: result: yes configure:2711: checking whether cc accepts -g configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 configure:2736: $? = 0 configure:2739: test -s conftest.o configure:2742: $? = 0 configure:2753: result: yes configure:2770: checking for cc option to accept ANSI C configure:2831: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2834: $? = 0 configure:2837: test -s conftest.o configure:2840: $? = 0 configure:2858: result: none needed configure:2876: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2879: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2993: checking for c++ configure:3019: result: c++ configure:3132: checking for C++ compiler version configure:3135: c++ --version &5 2.95.3 configure:3138: $? = 0 configure:3140: c++ -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:3143: $? = 0 configure:3145: c++ -V &5 c++: argument to `-V' missing configure:3148: $? = 1 configure:3151: checking whether we are using the GNU C++ compiler configure:3176: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3179: $? = 0 configure:3182: test -s conftest.o configure:3185: $? = 0 configure:3198: result: yes configure:3204: checking whether c++ accepts -g configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:3229: $? = 0 configure:3232: test -s conftest.o configure:3235: $? = 0 configure:3246: result: yes configure:3290: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3293: $? = 0 configure:3296: test -s conftest.o configure:3299: $? = 0 configure:3326: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3329: $? = 0 configure:3332: test -s conftest.o configure:3335: $? = 0 configure:3376: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3379: $? = 0 configure:3382: test -s conftest.o configure:3385: $? = 0 configure:3415: checking for cc option to accept ANSI C configure:3478: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3481: $? = 0 configure:3484: test -s conftest.o configure:3487: $? = 0 configure:3502: result: none needed configure:3525: checking for a BSD-compatible install configure:3579: result: /usr/bin/install -c -o root -g wheel configure:3598: checking for special C compiler options needed for large files configure:3678: result: no configure:3684: checking for _FILE_OFFSET_BITS value needed for large files configure:3716: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3719: $? = 0 configure:3722: test -s conftest.o configure:3725: $? = 0 configure:3781: result: no configure:3791: checking for _LARGE_FILES value needed for large files configure:3823: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3826: $? = 0 configure:3829: test -s conftest.o configure:3832: $? = 0 configure:3888: result: no configure:3906: checking for pkg-config configure:3924: found /usr/local/bin/pkg-config configure:3937: result: /usr/local/bin/pkg-config configure:3953: error: *** pkg-config too old; version 0.14 or better required. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=' -O -pipe ' ac_cv_env_F77_value='' ac_cv_prog_cc_g='yes' ac_cv_env_CXXCPP_set='' ac_cv_env_LDFLAGS_set='set' ac_cv_path_PKG_CONFIG='/usr/local/bin/pkg-config' ac_cv_sys_large_files='no' ac_cv_c_compiler_gnu='yes' ac_cv_exeext='' ac_cv_env_CFLAGS_set='set' ac_cv_prog_CXX='c++' ac_cv_prog_make_gmake_set='yes' ac_cv_env_FFLAGS_set='' ac_cv_env_CPP_value='' ac_cv_env_CPPFLAGS_set='set' ac_cv_cxx_compiler_gnu='yes' ac_cv_env_CXX_set='set' ac_cv_env_host_alias_set='' ac_cv_env_build_alias_set='set' ac_cv_env_CXXCPP_value='' ac_cv_env_LDFLAGS_value='-L/usr/local/lib -lintl' ac_cv_env_target_alias_set='' ac_cv_prog_cc_stdc='' ac_cv_host_alias='i386-portbld-freebsd4.6.2' ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set='set' ac_cv_env_FFLAGS_value='' ac_cv_build_alias='i386-portbld-freebsd4.6.2' ac_cv_env_CPPFLAGS_value='-I/usr/local/include' ac_cv_sys_largefile_CC='no' ac_cv_env_CXXFLAGS_set='set' ac_cv_env_CXX_value='c++' ac_cv_host='i386-portbld-freebsd4.6.2' ac_cv_env_F77_set='' ac_cv_env_host_alias_value='' ac_cv_prog_cxx_g='yes' am_cv_prog_cc_stdc='' ac_cv_build='i386-portbld-freebsd4.6.2' ac_cv_env_build_alias_value='i386-portbld-freebsd4.6.2' ac_cv_prog_ac_ct_CC='cc' ac_cv_env_target_alias_value='' ac_cv_env_CC_value='cc' ac_cv_env_CPP_set='' ac_cv_sys_file_offset_bits='no' ac_cv_objext='o' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' ALLOCA='' AR='' AS='' AUTOCONF='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' AUTOHEADER='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' AUTOMAKE='/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' AWK='' CATALOGS='' CATOBJEXT='' CC='cc' CFLAGS='-O -pipe ' CPP='' CPPFLAGS='-I/usr/local/include' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='c++' CXXCPP='' CXXFLAGS=' -O -pipe ' DATADIRNAME='' DB2HTML='' DEFS='' DISABLE_MEM_POOLS='' DLLTOOL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' ENABLE_GC_FRIENDLY='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' ENABLE_TIMELOOP_FALSE='' ENABLE_TIMELOOP_TRUE='' EXEEXT='' F77='' FFLAGS='' GETTEXT_PACKAGE='' GIO='' GLIBC21='' GLIB_BINARY_AGE='203' GLIB_DEBUG_FLAGS='' GLIB_DEF='' GLIB_GENMARSHAL='' GLIB_INTERFACE_AGE='3' GLIB_MAJOR_VERSION='2' GLIB_MICRO_VERSION='3' GLIB_MINOR_VERSION='2' GLIB_VERSION='2.2.3' GMODULE_DEF='' GMOFILES='' GMSGFMT='' GOBJECT_DEF='' GSPAWN='' GTHREAD_COMPILE_IMPL_DEFINES='' GTHREAD_DEF='' GTKDOC='' G_LIBS_EXTRA='' G_LIB_WIN32_RESOURCE='' G_MODULE_BROKEN_RTLD_GLOBAL='' G_MODULE_HAVE_DLERROR='' G_MODULE_IMPL='' G_MODULE_LDFLAGS='' G_MODULE_LIBS='' G_MODULE_LIBS_EXTRA='' G_MODULE_NEED_USCORE='' G_MODULE_PLUGIN_LIBS='' G_MODULE_SUPPORTED='' G_MODULE_WIN32_RESOURCE='' G_OBJECT_WIN32_RESOURCE='' G_THREAD_CFLAGS='' G_THREAD_LIBS='' G_THREAD_LIBS_EXTRA='' G_THREAD_LIBS_FOR_GTHREAD='' G_THREAD_WIN32_RESOURCE='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_GOOD_PRINTF_FALSE='' HAVE_GOOD_PRINTF_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HTML_DIR='' ICONV_LIBS='' INDENT='' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTOBJEXT='' INTLLIBS='' LDFLAGS='-L/usr/local/lib -lintl' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' LT_AGE='200' LT_CURRENT='200' LT_CURRENT_MINUS_AGE='0' LT_RELEASE='2.2' LT_REVISION='3' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='' MSGFMT='' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='glib' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='' PERL_PATH='' PKG_CONFIG='/usr/local/bin/pkg-config' PLATFORMDEP='' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='' STRIP_BEGIN='' STRIP_DUMMY='' STRIP_END='' TESTGMODULE_EXP='' TRIO_LIBS='' USE_NLS='' VERSION='2.2.3' XGETTEXT='' ac_ct_AR='' ac_ct_AS='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='' ac_ct_STRIP='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd4.6.2' build_alias='i386-portbld-freebsd4.6.2' build_cpu='i386' build_os='freebsd4.6.2' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd4.6.2' host_alias='' host_cpu='i386' host_os='freebsd4.6.2' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GLIB_BINARY_AGE 203 #define GLIB_INTERFACE_AGE 3 #define GLIB_MAJOR_VERSION 2 #define GLIB_MICRO_VERSION 3 #define GLIB_MINOR_VERSION 2 #define G_COMPILED_WITH_DEBUGGING "minimum" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1 From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:08:56 2003 Return-Path: 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 318E816A4B3 for ; Thu, 25 Sep 2003 09:08:56 -0700 (PDT) Received: from okhei.net (adsl-212-101-21-185.solnet.ch [212.101.21.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7742044033 for ; Thu, 25 Sep 2003 09:08:55 -0700 (PDT) (envelope-from root@okhei.net) Received: by okhei.net (Postfix, from userid 0) id DA313268; Thu, 25 Sep 2003 18:08:53 +0200 (CEST) To: gnome@FreeBSD.org Message-Id: <20030925160853.DA313268@okhei.net> Date: Thu, 25 Sep 2003 18:08:53 +0200 (CEST) From: root@okhei.net (Charlie Root) Subject: make all install X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:08:56 -0000 ===> glib-2.2.3 depends on executable: gmake - found ===> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/libtool - found ===> glib-2.2.3 depends on executable: pkg-config - found ===> glib-2.2.3 depends on file: /usr/local/sbin/pkg_info - found ===> glib-2.2.3 depends on shared library: intl.5 - found ===> Configuring for glib-2.2.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel 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 build system type... i386-portbld-freebsd4.6.2 checking host system type... i386-portbld-freebsd4.6.2 checking for the BeOS... no checking for Win32... no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... 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... 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 c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/glib20/work/glib-2.2.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/glib20. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:20:47 2003 Return-Path: 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 2A33E16A4B3 for ; Thu, 25 Sep 2003 09:20:47 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADA843F3F for ; Thu, 25 Sep 2003 09:20:44 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 0A3FC76460; Thu, 25 Sep 2003 18:20:43 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62045-08; Thu, 25 Sep 2003 18:20:38 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id C2FCF7645A; Thu, 25 Sep 2003 18:20:38 +0200 (CEST) From: Franz Klammer To: Charlie Root In-Reply-To: <20030925160652.648C3264@okhei.net> References: <20030925160652.648C3264@okhei.net> Content-Type: text/plain Message-Id: <1064506843.13276.3.camel@sisko.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 18:20:43 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com cc: FreeBSD-gnome Subject: Re: Script configure failed unexpectedly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:20:47 -0000 here is you problem: configure:3953: error: *** pkg-config too old; version 0.14 or better required. update pkg-config (currently 0.15) you can see all you outdated ports with: pkg_version -l \< franz. Am Do, den 25.09.2003 schrieb Charlie Root um 18:06: > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.57. Invocation command line was > > $ ./configure --enable-static --with-libiconv=gnu --prefix=/usr/local --build=i386-portbld-freebsd4.6.2 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = ts > uname -m = i386 > uname -r = 4.6.2-RELEASE > uname -s = FreeBSD > uname -v = FreeBSD 4.6.2-RELEASE #0: Fri May 2 22:36:13 CEST 2003 al@medat.okhei.net:/usr/src/sys/compile/OVC > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /usr/local/libexec/libtool13 > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /usr/X11R6/bin > PATH: /root/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1569: checking for a BSD-compatible install > configure:1623: result: /usr/bin/install -c -o root -g wheel > configure:1634: checking whether build environment is sane > configure:1677: result: yes > configure:1692: checking whether gmake sets $(MAKE) > configure:1712: result: yes > configure:1735: checking for working aclocal-1.4 > configure:1746: result: missing > configure:1750: checking for working autoconf > configure:1761: result: missing > configure:1765: checking for working automake-1.4 > configure:1776: result: missing > configure:1780: checking for working autoheader > configure:1791: result: missing > configure:1795: checking for working makeinfo > configure:1802: result: found > configure:1845: checking whether to enable maintainer-specific portions of Makefiles > configure:1854: result: no > configure:1875: checking build system type > configure:1893: result: i386-portbld-freebsd4.6.2 > configure:1901: checking host system type > configure:1915: result: i386-portbld-freebsd4.6.2 > configure:1924: checking for the BeOS > configure:1934: result: no > configure:1938: checking for Win32 > configure:1966: result: no > configure:2088: checking whether to enable garbage collector friendliness > configure:2100: result: no > configure:2104: checking whether to disable memory pools > configure:2107: result: no > configure:2166: checking for gcc > configure:2192: result: cc > configure:2436: checking for C compiler version > configure:2439: cc --version &5 > 2.95.3 > configure:2442: $? = 0 > configure:2444: cc -v &5 > Using builtin specs. > gcc version 2.95.3 20010315 (release) [FreeBSD] > configure:2447: $? = 0 > configure:2449: cc -V &5 > cc: argument to `-V' is missing > configure:2452: $? = 1 > configure:2476: checking for C compiler default output > configure:2479: cc -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 > configure:2482: $? = 0 > configure:2528: result: a.out > configure:2533: checking whether the C compiler works > configure:2539: ./a.out > configure:2542: $? = 0 > configure:2559: result: yes > configure:2566: checking whether we are cross compiling > configure:2568: result: no > configure:2571: checking for suffix of executables > configure:2573: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 > configure:2576: $? = 0 > configure:2601: result: > configure:2607: checking for suffix of object files > configure:2629: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2632: $? = 0 > configure:2654: result: o > configure:2658: checking whether we are using the GNU C compiler > configure:2683: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2686: $? = 0 > configure:2689: test -s conftest.o > configure:2692: $? = 0 > configure:2705: result: yes > configure:2711: checking whether cc accepts -g > configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2736: $? = 0 > configure:2739: test -s conftest.o > configure:2742: $? = 0 > configure:2753: result: yes > configure:2770: checking for cc option to accept ANSI C > configure:2831: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:2834: $? = 0 > configure:2837: test -s conftest.o > configure:2840: $? = 0 > configure:2858: result: none needed > configure:2876: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:2879: $? = 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2993: checking for c++ > configure:3019: result: c++ > configure:3132: checking for C++ compiler version > configure:3135: c++ --version &5 > 2.95.3 > configure:3138: $? = 0 > configure:3140: c++ -v &5 > Using builtin specs. > gcc version 2.95.3 20010315 (release) [FreeBSD] > configure:3143: $? = 0 > configure:3145: c++ -V &5 > c++: argument to `-V' missing > > configure:3148: $? = 1 > configure:3151: checking whether we are using the GNU C++ compiler > configure:3176: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3179: $? = 0 > configure:3182: test -s conftest.o > configure:3185: $? = 0 > configure:3198: result: yes > configure:3204: checking whether c++ accepts -g > configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 > configure:3229: $? = 0 > configure:3232: test -s conftest.o > configure:3235: $? = 0 > configure:3246: result: yes > configure:3290: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3293: $? = 0 > configure:3296: test -s conftest.o > configure:3299: $? = 0 > configure:3326: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3329: $? = 0 > configure:3332: test -s conftest.o > configure:3335: $? = 0 > configure:3376: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 > configure:3379: $? = 0 > configure:3382: test -s conftest.o > configure:3385: $? = 0 > configure:3415: checking for cc option to accept ANSI C > configure:3478: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3481: $? = 0 > configure:3484: test -s conftest.o > configure:3487: $? = 0 > configure:3502: result: none needed > configure:3525: checking for a BSD-compatible install > configure:3579: result: /usr/bin/install -c -o root -g wheel > configure:3598: checking for special C compiler options needed for large files > configure:3678: result: no > configure:3684: checking for _FILE_OFFSET_BITS value needed for large files > configure:3716: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3719: $? = 0 > configure:3722: test -s conftest.o > configure:3725: $? = 0 > configure:3781: result: no > configure:3791: checking for _LARGE_FILES value needed for large files > configure:3823: cc -c -O -pipe -I/usr/local/include conftest.c >&5 > configure:3826: $? = 0 > configure:3829: test -s conftest.o > configure:3832: $? = 0 > configure:3888: result: no > configure:3906: checking for pkg-config > configure:3924: found /usr/local/bin/pkg-config > configure:3937: result: /usr/local/bin/pkg-config > configure:3953: error: *** pkg-config too old; version 0.14 or better required. > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_env_CXXFLAGS_value=' -O -pipe ' > ac_cv_env_F77_value='' > ac_cv_prog_cc_g='yes' > ac_cv_env_CXXCPP_set='' > ac_cv_env_LDFLAGS_set='set' > ac_cv_path_PKG_CONFIG='/usr/local/bin/pkg-config' > ac_cv_sys_large_files='no' > ac_cv_c_compiler_gnu='yes' > ac_cv_exeext='' > ac_cv_env_CFLAGS_set='set' > ac_cv_prog_CXX='c++' > ac_cv_prog_make_gmake_set='yes' > ac_cv_env_FFLAGS_set='' > ac_cv_env_CPP_value='' > ac_cv_env_CPPFLAGS_set='set' > ac_cv_cxx_compiler_gnu='yes' > ac_cv_env_CXX_set='set' > ac_cv_env_host_alias_set='' > ac_cv_env_build_alias_set='set' > ac_cv_env_CXXCPP_value='' > ac_cv_env_LDFLAGS_value='-L/usr/local/lib -lintl' > ac_cv_env_target_alias_set='' > ac_cv_prog_cc_stdc='' > ac_cv_host_alias='i386-portbld-freebsd4.6.2' > ac_cv_env_CFLAGS_value='-O -pipe ' > ac_cv_env_CC_set='set' > ac_cv_env_FFLAGS_value='' > ac_cv_build_alias='i386-portbld-freebsd4.6.2' > ac_cv_env_CPPFLAGS_value='-I/usr/local/include' > ac_cv_sys_largefile_CC='no' > ac_cv_env_CXXFLAGS_set='set' > ac_cv_env_CXX_value='c++' > ac_cv_host='i386-portbld-freebsd4.6.2' > ac_cv_env_F77_set='' > ac_cv_env_host_alias_value='' > ac_cv_prog_cxx_g='yes' > am_cv_prog_cc_stdc='' > ac_cv_build='i386-portbld-freebsd4.6.2' > ac_cv_env_build_alias_value='i386-portbld-freebsd4.6.2' > ac_cv_prog_ac_ct_CC='cc' > ac_cv_env_target_alias_value='' > ac_cv_env_CC_value='cc' > ac_cv_env_CPP_set='' > ac_cv_sys_file_offset_bits='no' > ac_cv_objext='o' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' > ALLOCA='' > AR='' > AS='' > AUTOCONF='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' > AUTOHEADER='/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' > AUTOMAKE='/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' > AWK='' > CATALOGS='' > CATOBJEXT='' > CC='cc' > CFLAGS='-O -pipe ' > CPP='' > CPPFLAGS='-I/usr/local/include' > CROSS_COMPILING_FALSE='' > CROSS_COMPILING_TRUE='' > CXX='c++' > CXXCPP='' > CXXFLAGS=' -O -pipe ' > DATADIRNAME='' > DB2HTML='' > DEFS='' > DISABLE_MEM_POOLS='' > DLLTOOL='' > ECHO='echo' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='' > ENABLE_GC_FRIENDLY='' > ENABLE_GTK_DOC_FALSE='' > ENABLE_GTK_DOC_TRUE='' > ENABLE_TIMELOOP_FALSE='' > ENABLE_TIMELOOP_TRUE='' > EXEEXT='' > F77='' > FFLAGS='' > GETTEXT_PACKAGE='' > GIO='' > GLIBC21='' > GLIB_BINARY_AGE='203' > GLIB_DEBUG_FLAGS='' > GLIB_DEF='' > GLIB_GENMARSHAL='' > GLIB_INTERFACE_AGE='3' > GLIB_MAJOR_VERSION='2' > GLIB_MICRO_VERSION='3' > GLIB_MINOR_VERSION='2' > GLIB_VERSION='2.2.3' > GMODULE_DEF='' > GMOFILES='' > GMSGFMT='' > GOBJECT_DEF='' > GSPAWN='' > GTHREAD_COMPILE_IMPL_DEFINES='' > GTHREAD_DEF='' > GTKDOC='' > G_LIBS_EXTRA='' > G_LIB_WIN32_RESOURCE='' > G_MODULE_BROKEN_RTLD_GLOBAL='' > G_MODULE_HAVE_DLERROR='' > G_MODULE_IMPL='' > G_MODULE_LDFLAGS='' > G_MODULE_LIBS='' > G_MODULE_LIBS_EXTRA='' > G_MODULE_NEED_USCORE='' > G_MODULE_PLUGIN_LIBS='' > G_MODULE_SUPPORTED='' > G_MODULE_WIN32_RESOURCE='' > G_OBJECT_WIN32_RESOURCE='' > G_THREAD_CFLAGS='' > G_THREAD_LIBS='' > G_THREAD_LIBS_EXTRA='' > G_THREAD_LIBS_FOR_GTHREAD='' > G_THREAD_WIN32_RESOURCE='' > HAVE_CXX_FALSE='#' > HAVE_CXX_TRUE='' > HAVE_DOCBOOK_FALSE='' > HAVE_DOCBOOK_TRUE='' > HAVE_GOOD_PRINTF_FALSE='' > HAVE_GOOD_PRINTF_TRUE='' > HAVE_GTK_DOC='' > HAVE_GTK_DOC_FALSE='' > HAVE_GTK_DOC_TRUE='' > HTML_DIR='' > ICONV_LIBS='' > INDENT='' > INSTALL_DATA='install -c -o root -g wheel -m 444' > INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' > INSTALL_SCRIPT='install -c -o root -g wheel -m 555' > INSTOBJEXT='' > INTLLIBS='' > LDFLAGS='-L/usr/local/lib -lintl' > LIBOBJS='' > LIBS='' > LIBTOOL='' > LN_S='' > LTLIBOBJS='' > LT_AGE='200' > LT_CURRENT='200' > LT_CURRENT_MINUS_AGE='0' > LT_RELEASE='2.2' > LT_REVISION='3' > MAINT='#' > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' > MAKEINFO='makeinfo' > MKINSTALLDIRS='' > MSGFMT='' > MS_LIB_AVAILABLE_FALSE='' > MS_LIB_AVAILABLE_TRUE='#' > OBJDUMP='' > OBJEXT='o' > OS_WIN32_FALSE='' > OS_WIN32_TRUE='#' > PACKAGE='glib' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > PERL='' > PERL_PATH='' > PKG_CONFIG='/usr/local/bin/pkg-config' > PLATFORMDEP='' > PLATFORM_WIN32_FALSE='' > PLATFORM_WIN32_TRUE='' > POFILES='' > POSUB='' > PO_IN_DATADIR_FALSE='' > PO_IN_DATADIR_TRUE='' > RANLIB='' > REBUILD='' > SET_MAKE='' > SHELL='/bin/sh' > STRIP='' > STRIP_BEGIN='' > STRIP_DUMMY='' > STRIP_END='' > TESTGMODULE_EXP='' > TRIO_LIBS='' > USE_NLS='' > VERSION='2.2.3' > XGETTEXT='' > ac_ct_AR='' > ac_ct_AS='' > ac_ct_CC='cc' > ac_ct_CXX='' > ac_ct_DLLTOOL='' > ac_ct_F77='' > ac_ct_OBJDUMP='' > ac_ct_RANLIB='' > ac_ct_STRIP='' > bindir='${exec_prefix}/bin' > build='i386-portbld-freebsd4.6.2' > build_alias='i386-portbld-freebsd4.6.2' > build_cpu='i386' > build_os='freebsd4.6.2' > build_vendor='portbld' > datadir='${prefix}/share' > exec_prefix='NONE' > host='i386-portbld-freebsd4.6.2' > host_alias='' > host_cpu='i386' > host_os='freebsd4.6.2' > host_vendor='portbld' > includedir='${prefix}/include' > infodir='${prefix}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localstatedir='${prefix}/var' > mandir='${prefix}/man' > ms_librarian='' > oldincludedir='/usr/include' > prefix='/usr/local' > program_transform_name='s,x,x,' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define GLIB_BINARY_AGE 203 > #define GLIB_INTERFACE_AGE 3 > #define GLIB_MAJOR_VERSION 2 > #define GLIB_MICRO_VERSION 3 > #define GLIB_MINOR_VERSION 2 > #define G_COMPILED_WITH_DEBUGGING "minimum" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > > configure: exit 1 > _______________________________________________ > 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" -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:21:29 2003 Return-Path: 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 C754B16A4B3 for ; Thu, 25 Sep 2003 09:21:28 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56A944001 for ; Thu, 25 Sep 2003 09:21:27 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PGJ84R027592; Thu, 25 Sep 2003 12:19:08 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PGKQlB058221; Thu, 25 Sep 2003 12:20:26 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Charlie Root In-Reply-To: <20030925160853.DA313268@okhei.net> References: <20030925160853.DA313268@okhei.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-e+4l5WHuCxXJT4IzvdUU" Organization: MarcusCom, Inc. Message-Id: <1064506881.724.17.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 12:21:21 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: make all install X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:21:29 -0000 --=-e+4l5WHuCxXJT4IzvdUU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Read the FAQ: http://www.freebsd.org/gnome/ Joe On Thu, 2003-09-25 at 12:08, Charlie Root wrote: > =3D=3D=3D> glib-2.2.3 depends on executable: gmake - found > =3D=3D=3D> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/lib= tool - found > =3D=3D=3D> glib-2.2.3 depends on executable: pkg-config - found > =3D=3D=3D> glib-2.2.3 depends on file: /usr/local/sbin/pkg_info - found > =3D=3D=3D> glib-2.2.3 depends on shared library: intl.5 - found > =3D=3D=3D> Configuring for glib-2.2.3 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > 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... n= o > checking build system type... i386-portbld-freebsd4.6.2 > checking host system type... i386-portbld-freebsd4.6.2 > checking for the BeOS... no > checking for Win32... no > checking whether to enable garbage collector friendliness... no > checking whether to disable memory pools... 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 c++... c++ > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for _LARGE_FILES value needed for large files... no > checking for pkg-config... /usr/local/bin/pkg-config > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and att= ach > the "/usr/ports/devel/glib20/work/glib-2.2.3/config.log" including = the > output of the failure of your make command. Also, it might be a goo= d > idea to provide an overview of all packages installed on your syste= m > (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/devel/glib20. > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-e+4l5WHuCxXJT4IzvdUU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD4DBQA/cxYBb2iPiv4Uz4cRAkLAAJQMTJ+mOcEXjcR5gT9YusWH8YjkAKCREorP BW2+772cFq7jGDHb3H79pg== =J8vR -----END PGP SIGNATURE----- --=-e+4l5WHuCxXJT4IzvdUU-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:45:50 2003 Return-Path: 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 DFB2916A4C0 for ; Thu, 25 Sep 2003 09:45:50 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72ED043FA3 for ; Thu, 25 Sep 2003 09:45:49 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 0446376460 for ; Thu, 25 Sep 2003 18:45:41 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62312-10 for ; Thu, 25 Sep 2003 18:45:39 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id E03317645A for ; Thu, 25 Sep 2003 18:45:38 +0200 (CEST) From: Franz Klammer To: FreeBSD-gnome In-Reply-To: <20030922075915.GF59397@k7.mavetju> References: <200309211701.h8LH1ubN028704@freefall.freebsd.org> <1064216381.871.1.camel@sisko.webonaut.com> <20030922075915.GF59397@k7.mavetju> Content-Type: text/plain Message-Id: <1064508344.13276.16.camel@sisko.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 18:45:44 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: Re: FreeBSD ports: 1 unfetchable distfiles: x11/zenity X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:45:51 -0000 Am Mo, den 22.09.2003 schrieb Edwin Groothuis um 09:59: > On Mon, Sep 22, 2003 at 09:39:41AM +0200, Franz Klammer wrote: > > (root@sisko)-(/usr/ports/x11/zenity) > make fetch > > >> zenity-1.6.tar.bz2 doesn't seem to exist in > > /usr/ports/distfiles/gnome2. > > >> Attempting to fetch from > > ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/sources/zenity/1.6/. > > Receiving zenity-1.6.tar.bz2 (417606 bytes): 100% > > 417606 bytes transferred in 5.7 seconds (71.60 kBps) > > If you looked at the URL provided, you would have seen that there > was something weird going on with the sites hosting the GNOME > toolkit... > could someone help me please here? i checked all of the download-servers listed in the link below and most of them are working. i don't understand the problem here: http://people.freebsd.org/~fenner/portsurvey/x11.html#zenity franz. > Edwin -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:57:37 2003 Return-Path: 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 6C1A516A4B3 for ; Thu, 25 Sep 2003 09:57:37 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D2543FF2 for ; Thu, 25 Sep 2003 09:57:33 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PGo20Q021396; Thu, 25 Sep 2003 12:50:02 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PGublB058601; Thu, 25 Sep 2003 12:56:38 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Franz Klammer In-Reply-To: <1064508344.13276.16.camel@sisko.webonaut.com> References: <200309211701.h8LH1ubN028704@freefall.freebsd.org> <1064216381.871.1.camel@sisko.webonaut.com> <20030922075915.GF59397@k7.mavetju> <1064508344.13276.16.camel@sisko.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Bl3pzKhnaVlBFUC6Iy1+" Organization: MarcusCom, Inc. Message-Id: <1064509053.724.28.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 12:57:33 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: FreeBSD ports: 1 unfetchable distfiles: x11/zenity X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:57:37 -0000 --=-Bl3pzKhnaVlBFUC6Iy1+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 12:45, Franz Klammer wrote: > Am Mo, den 22.09.2003 schrieb Edwin Groothuis um 09:59: > > On Mon, Sep 22, 2003 at 09:39:41AM +0200, Franz Klammer wrote: > > > (root@sisko)-(/usr/ports/x11/zenity) > make fetch > > > >> zenity-1.6.tar.bz2 doesn't seem to exist in > > > /usr/ports/distfiles/gnome2. > > > >> Attempting to fetch from > > > ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/sources/zenity/1= .6/. > > > Receiving zenity-1.6.tar.bz2 (417606 bytes): 100% > > > 417606 bytes transferred in 5.7 seconds (71.60 kBps) > >=20 > > If you looked at the URL provided, you would have seen that there > > was something weird going on with the sites hosting the GNOME > > toolkit... > >=20 >=20 > could someone help me please here? > i checked all of the download-servers listed in the link below > and most of them are working. i don't understand the problem here: >=20 > http://people.freebsd.org/~fenner/portsurvey/x11.html#zenity This is a false-positive. You're okay. Joe >=20 > franz. >=20 > > Edwin --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Bl3pzKhnaVlBFUC6Iy1+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cx59b2iPiv4Uz4cRArGjAJ48/lxYCsLnngkO90owXoqDBAK/3QCfbm90 +pRMh3azQ9l7abcSPkTW8og= =FDKo -----END PGP SIGNATURE----- --=-Bl3pzKhnaVlBFUC6Iy1+-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 09:58:04 2003 Return-Path: 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 1D1B416A4B3 for ; Thu, 25 Sep 2003 09:58:04 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3078943FB1 for ; Thu, 25 Sep 2003 09:58:03 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from L035522 (unknown [165.107.22.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 9F6A33BF35A for ; Thu, 25 Sep 2003 09:57:56 -0700 (PDT) Message-ID: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> From: "Drew Tomlinson" To: Date: Thu, 25 Sep 2003 09:57:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 16:58:04 -0000 I've followed the steps in the FAQ for upgrading from 2.2 to 2.4 and all appears fine. However, when starting gmplayer, the second I click on the gmplayer control window, the top and bottom of the panel get clipped (maybe 3-5 pixels) and then none of the buttons work. I can still right-click on the control panel and control the player via the context menu. Media seems to play fine. I've tried rebuilding mplayer with portupgrade -rf but the same problem. I thought this might be a window manager thing so I rebuilt metacity. Same problem. Any ideas as to what might be happening? Did not have this problem with 2.2. Thanks, Drew From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:04:06 2003 Return-Path: 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 89D3616A4B3 for ; Thu, 25 Sep 2003 10:04:06 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C50843FF5 for ; Thu, 25 Sep 2003 10:04:05 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PH1n4R007581; Thu, 25 Sep 2003 13:01:49 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PH37lB058663; Thu, 25 Sep 2003 13:03:08 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Drew Tomlinson In-Reply-To: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> References: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-uDyN9sc6hUXlLmWEhtPI" Organization: MarcusCom, Inc. Message-Id: <1064509443.724.31.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 13:04:03 -0400 X-Spam-Status: No, hits=-10.9 required=5.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:04:06 -0000 --=-uDyN9sc6hUXlLmWEhtPI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 12:57, Drew Tomlinson wrote: > I've followed the steps in the FAQ for upgrading from 2.2 to 2.4 and all > appears fine. However, when starting gmplayer, the second I click on > the gmplayer control window, the top and bottom of the panel get clipped > (maybe 3-5 pixels) and then none of the buttons work. I can still > right-click on the control panel and control the player via the context > menu. Media seems to play fine. That's weird, gmplayer uses GTK-1.2. It shouldn't have been affected at all by GNOME 2.4. >=20 > I've tried rebuilding mplayer with portupgrade -rf but the same problem. > I thought this might be a window manager thing so I rebuilt metacity. > Same problem. Any ideas as to what might be happening? Did not have > this problem with 2.2. Could still be metacity. Metacity underwent some fundamental changes for 2.4. You might try switching to sawfish, and see if the problem goes away. If it does, bring this up to the metacity developers. Joe >=20 > Thanks, >=20 > Drew >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-uDyN9sc6hUXlLmWEhtPI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cyADb2iPiv4Uz4cRAgFiAKCOJudeErttED06e8wsy/S27+H0pACfWzo6 h9/p4gk4499ZBl4izJ28fZY= =3qA1 -----END PGP SIGNATURE----- --=-uDyN9sc6hUXlLmWEhtPI-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:31:22 2003 Return-Path: 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 5B98F16A4B3 for ; Thu, 25 Sep 2003 10:31:22 -0700 (PDT) Received: from mail.goldensun.org (mail.goldensun.org [66.6.65.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id B204243FFD for ; Thu, 25 Sep 2003 10:31:21 -0700 (PDT) (envelope-from dvastine@mail.goldensun.org) Received: from dvastine by mail.goldensun.org with local (Exim 4.22) id 1A2ZxY-000MHt-7W for gnome@FreeBSD.ORG; Thu, 25 Sep 2003 13:31:20 -0400 Date: Thu, 25 Sep 2003 13:31:19 -0400 From: David Vastine To: Gnome-FreeBSD List Message-ID: <20030925173119.GB47499@vastine.net> Mail-Followup-To: Gnome-FreeBSD List References: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> <1064509443.724.31.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1064509443.724.31.camel@gyros> User-Agent: Mutt/1.4.1i Sender: David Vastine Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:31:22 -0000 On Thu, Sep 25, 2003 at 01:04:03PM -0400, Joe Marcus Clarke wrote: > On Thu, 2003-09-25 at 12:57, Drew Tomlinson wrote: > > I've followed the steps in the FAQ for upgrading from 2.2 to 2.4 and all > > appears fine. However, when starting gmplayer, the second I click on > > the gmplayer control window, the top and bottom of the panel get clipped > > (maybe 3-5 pixels) and then none of the buttons work. I can still > > right-click on the control panel and control the player via the context > > menu. Media seems to play fine. > > That's weird, gmplayer uses GTK-1.2. It shouldn't have been affected at > all by GNOME 2.4. > > > > > I've tried rebuilding mplayer with portupgrade -rf but the same problem. > > I thought this might be a window manager thing so I rebuilt metacity. > > Same problem. Any ideas as to what might be happening? Did not have > > this problem with 2.2. > > Could still be metacity. Metacity underwent some fundamental changes > for 2.4. You might try switching to sawfish, and see if the problem > goes away. If it does, bring this up to the metacity developers. > > Joe I have also noticed this happening. Looking at the ChangeLog for mplayer there is a line that says "metacity Support". So my guess it is a metacity <-> mplayer issue that mplayer has fixed in version .91 From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:40:55 2003 Return-Path: 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 8363C16A4B3 for ; Thu, 25 Sep 2003 10:40:55 -0700 (PDT) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919B343FE5 for ; Thu, 25 Sep 2003 10:40:51 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-242.lsanca1.elnk.dsl.genuity.net ([4.62.201.242] helo=netcom1.netcom.com) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A2a6e-0005Q1-00 for gnome@freebsd.org; Thu, 25 Sep 2003 10:40:44 -0700 Received: from localhost (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id EB83A5361 for ; Thu, 25 Sep 2003 10:40:43 -0700 (PDT) Received: from netcom1.netcom.com ([127.0.0.1]) by localhost (netcom1.netcom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00301-05 for ; Thu, 25 Sep 2003 10:40:43 -0700 (PDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 9D5CE5360; Thu, 25 Sep 2003 10:40:43 -0700 (PDT) From: Mike Harding To: gnome@freebsd.org Message-Id: <20030925174043.9D5CE5360@netcom1.netcom.com> Date: Thu, 25 Sep 2003 10:40:43 -0700 (PDT) X-Virus-Scanned: by amavisd-new at ix.netcom.com Subject: gnumeric failing to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:40:55 -0000 on 4-Stable today... - Mike H. netcom1# cd /usr/ports/x11/gnome2-fifth-toe netcom1# make install clean ===> Extracting for gnome2-fifth-toe-2.4.0 >> No MD5 checksum file. ===> Patching for gnome2-fifth-toe-2.4.0 ===> Configuring for gnome2-fifth-toe-2.4.0 ===> Installing for gnome2-fifth-toe-2.4.0 ===> gnome2-fifth-toe-2.4.0 depends on executable: gnumeric - not found ===> Verifying install for gnumeric in /usr/ports/math/gnumeric2 ===> Extracting for gnumeric2-1.2.0 >> Checksum OK for gnome2/gnumeric-1.2.0.tar.bz2. ===> Patching for gnumeric2-1.2.0 ===> Applying FreeBSD patches for gnumeric2-1.2.0 ===> gnumeric2-1.2.0 depends on file: /usr/local/lib/python2.3/site-packages/gtk-2.0/gtk/_gtk.so - found ===> gnumeric2-1.2.0 depends on file: /usr/local/bin/python2.3 - found ===> gnumeric2-1.2.0 depends on executable: gmake - found ===> gnumeric2-1.2.0 depends on file: /usr/local/libexec/libtool13/libtool - found ===> gnumeric2-1.2.0 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnumeric2-1.2.0 depends on executable: pkg-config - found ===> gnumeric2-1.2.0 depends on shared library: X11.6 - found ===> gnumeric2-1.2.0 depends on shared library: esd.2 - found ===> gnumeric2-1.2.0 depends on shared library: glib-2.0.200 - found ===> gnumeric2-1.2.0 depends on shared library: atk-1.0.400 - found ===> gnumeric2-1.2.0 depends on shared library: pango-1.0.200 - found ===> gnumeric2-1.2.0 depends on shared library: gtk-x11-2.0.200 - found ===> gnumeric2-1.2.0 depends on shared library: linc.1 - found ===> gnumeric2-1.2.0 depends on shared library: IDL-2.0 - found ===> gnumeric2-1.2.0 depends on shared library: ORBit-2.0 - found ===> gnumeric2-1.2.0 depends on shared library: glade-2.0.0 - found ===> gnumeric2-1.2.0 depends on shared library: xml2.5 - found ===> gnumeric2-1.2.0 depends on shared library: xslt.1 - found ===> gnumeric2-1.2.0 depends on shared library: bonobo-2.0 - found ===> gnumeric2-1.2.0 depends on shared library: gconf-2.5 - found ===> gnumeric2-1.2.0 depends on shared library: gnomevfs-2.400 - found ===> gnumeric2-1.2.0 depends on shared library: gnomecanvas-2.400 - found ===> gnumeric2-1.2.0 depends on shared library: art_lgpl_2.5 - found ===> gnumeric2-1.2.0 depends on shared library: gnomeprint-2-2.1 - found ===> gnumeric2-1.2.0 depends on shared library: gnomeprintui-2-2.1 - found ===> gnumeric2-1.2.0 depends on shared library: gnome-2.400 - found ===> gnumeric2-1.2.0 depends on shared library: bonoboui-2.0 - found ===> gnumeric2-1.2.0 depends on shared library: gnomeui-2.400 - found ===> gnumeric2-1.2.0 depends on shared library: gal-2.0.5 - found ===> gnumeric2-1.2.0 depends on shared library: gda-2.2 - found ===> gnumeric2-1.2.0 depends on shared library: gnomedb-2.3 - found ===> gnumeric2-1.2.0 depends on shared library: gsf-1.9 - found ===> Configuring for gnumeric2-1.2.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.27.2... 0.27.2 found checking for perl... /usr/bin/perl 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... 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 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 for bison... bison -y checking build system type... i386-portbld-freebsd4.9 checking host system type... i386-portbld-freebsd4.9 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... 16384 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 libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.9 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... no 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 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/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.9 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... no 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 libraries... yes checking dynamic linker characteristics... freebsd4.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking host system type... i386-unknown-freebsd4.9 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... 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 if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.9 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for ANSI C header files... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking for libbonobo-2.0 >= 2.2.0 libbonoboui-2.0 >= 2.2.0 libgsf-gnome-1 >= 1.8.1 ... yes checking LIBBONOBO_CFLAGS... -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libbonobo-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/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libgsf-1 -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/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include checking LIBBONOBO_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lgsf-gnome-1 -lgsf-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv checking for glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gmodule-2.0 >= 2.0.0 libgsf-1 >= 1.8.2 gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2.4.12 libglade-2.0 >= 2.0.0 libgnomecanvas-2.0 >= 2.0.0 libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0 libgnomeprint-2.2 >= 2.2.0 libgnomeprintui-2.2 >= 2.2.0 libart-2.0 >= 2.3.11 libbonobo-2.0 >= 2.2.0 libbonoboui-2.0 >= 2.2.0 libgsf-gnome-1 >= 1.8.1... yes checking GNUMERIC_CFLAGS... -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 checking GNUMERIC_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lgnomeprintui-2-2 -lgnomeprint-2-2 -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lgsf-gnome-1 -lgsf-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for gdk-pixbuf-csource... /usr/X11R6/bin/gdk-pixbuf-csource checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes checking what language compliance flags to pass to the C compiler... checking whether gcc understands -Wsign-compare... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wnested-externs... yes checking whether gcc understands -Wchar-subscripts... yes checking whether gcc understands -Wwrite-strings... yes checking for libgda >= 0.90.0 ... yes checking GDA_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include checking GDA_LIBS... -L/usr/local/lib -L/usr/X11R6/lib -lgda-2 -lglib-2.0 -lxslt -lxml2 -lz -liconv -lm checking for libgnomedb >= 0.90.2 ... yes checking GNOMEDB_CFLAGS... -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/bonobo-activation-2.0 -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/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/X11R6/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-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 checking GNOMEDB_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomedb-2 -lgda-2 -lgnomeui-2 -lSM -lICE -lglade-2.0 -lxslt -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking whether -D_POSIX_SOURCE is needed for fdopen... no checking whether -D_BSD_SOURCE is needed for M_PI... no checking whether -D_BSD_SOURCE is needed for caddr_t... no checking whether make is GNU Make... 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 bg ca cs da de en_GB en_CA el es et fi fr ga gl he hi hr hu it ja ko lv ml ms nl nn no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi zh_CN zh_TW checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking ieee754.h usability... no checking ieee754.h presence... no checking for ieee754.h... no checking for random... yes checking for drand48... yes checking for finite... no checking for memmove... yes checking for mkdtemp... yes checking for bind_textdomain_codeset... (cached) yes checking for finite in -lm... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for gdk_screen_get_monitor_geometry... yes checking for gtk_settings_get_for_screen... yes checking for gdk_cursor_new_from_pixbuf... no checking for perl... true checking for perl ExtUtils::Embed module ... checking for python... true checking for python >= 2.0... yes checking Look for /usr/local/include/python2.3/Python.h... yes checking if we can build a shared library depending on libpython... yes checking for pygtk-2.0 >= 1.99.10... yes checking PYGTK_CFLAGS... -I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include checking PYGTK_LIBS... -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv checking for gconftool-2... /usr/X11R6/bin/gconftool-2 Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas/ as install directory for schema files checking for ORBit-2.0 >= 2.4.2 libbonobo-2.0 >= 2.0.0 bonobo-activation-2.0 >= 1.0.2 ... yes checking CORBA_LIBS_CFLAGS... -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 checking CORBA_LIBS_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/lib -lbonobo-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv checking for jw... no configure: creating ./config.status config.status: creating gnumeric.spec config.status: creating Makefile config.status: creating icons/Makefile config.status: creating src/Makefile config.status: creating src/dialogs/Makefile config.status: creating src/gnumeric-paths.sh config.status: creating src/pixmaps/Makefile config.status: creating src/widgets/Makefile config.status: creating src/tools/Makefile config.status: creating src/tools/solver/Makefile config.status: creating src/tools/solver/glpk/Makefile config.status: creating src/tools/solver/glpk/source/Makefile config.status: creating src/tools/solver/glpk/include/Makefile config.status: creating src/tools/solver/lp_solve/Makefile config.status: creating src/cut-n-paste-code/Makefile config.status: creating src/cut-n-paste-code/foocanvas/Makefile config.status: creating src/cut-n-paste-code/foocanvas/libfoocanvas/Makefile config.status: creating src/cut-n-paste-code/pcre/Makefile config.status: creating src/cut-n-paste-code/goffice/Makefile config.status: creating src/cut-n-paste-code/goffice/utils/Makefile config.status: creating src/cut-n-paste-code/goffice/graph/Makefile config.status: creating src/cut-n-paste-code/goffice/graph/plugins/Makefile config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/Makefile config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_pie/Makefile config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_xy/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating doc/C/figures/Makefile config.status: creating doc/developer/Makefile config.status: creating omf-install/Makefile config.status: creating plugins/Makefile config.status: creating plugins/numtheory/Makefile config.status: creating plugins/fn-complex/Makefile config.status: creating plugins/fn-database/Makefile config.status: creating plugins/fn-date/Makefile config.status: creating plugins/fn-eng/Makefile config.status: creating plugins/fn-financial/Makefile config.status: creating plugins/fn-info/Makefile config.status: creating plugins/fn-logical/Makefile config.status: creating plugins/fn-lookup/Makefile config.status: creating plugins/fn-math/Makefile config.status: creating plugins/fn-stat/Makefile config.status: creating plugins/fn-string/Makefile config.status: creating plugins/fn-random/Makefile config.status: creating plugins/derivatives/Makefile config.status: creating plugins/sc/Makefile config.status: creating plugins/sylk/Makefile config.status: creating plugins/excel/Makefile config.status: creating plugins/gda/Makefile config.status: creating plugins/gb/Makefile config.status: creating plugins/gnome-db/Makefile config.status: creating plugins/lotus-123/Makefile config.status: creating plugins/oleo/Makefile config.status: creating plugins/python-loader/Makefile config.status: creating plugins/gnome-glossary/Makefile config.status: creating plugins/py-func/Makefile config.status: creating plugins/corba/Makefile config.status: creating plugins/perl/Makefile config.status: creating plugins/perl/ext/Makefile.PL config.status: creating plugins/guile/Makefile config.status: creating plugins/xbase/Makefile config.status: creating plugins/html/Makefile config.status: creating plugins/dif/Makefile config.status: creating plugins/qpro/Makefile config.status: creating plugins/plan-perfect/Makefile config.status: creating plugins/xml_sax/Makefile config.status: creating plugins/applix/Makefile config.status: creating plugins/openoffice/Makefile config.status: creating plugins/psiconv/Makefile config.status: creating plugins/mps/Makefile config.status: creating plugins/sample_datasource/Makefile config.status: creating plugins/uihello/Makefile config.status: creating po/Makefile.in config.status: creating schemas/Makefile config.status: creating templates/Makefile config.status: creating templates/english/Makefile config.status: creating templates/autoformat/Makefile config.status: creating stamp.h config.status: creating gnumeric-config.h config.status: executing default-1 commands config.status: executing default-2 commands config.status: executing default-3 commands WARNING WARNING WARNING This is the _DEVELOPMENT_ branch of gnumeric. It is undergoing rapid change and is _NOT_ suitable for packaging or production work. Please use the stable branch cvs co -r gnome_1_4 gnumeric WARNING WARNING WARNING Configuration: Source code location: . Compiler: cc Compiler flags: -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings Floating point type: double Python Support: yes Guile Support: temporarily disabled in gnome2 branch Bonobo Support: yes GDA support: yes GNOME-DB support: yes ===> Building for gnumeric2-1.2.0 gmake all-recursive gmake[1]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0' Making all in . gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0' LC_ALL=C ./intltool-merge ./po gnumeric.desktop.in gnumeric.desktop -d -u -c ./po/.intltool-merge-cache Generating and caching the translation database Merging translations into gnumeric.desktop. sed -e 's^\@gnumeric_icondir\@^/usr/X11R6/share/gnome/pixmaps/gnumeric^g' < ./gnumeric.keys.in > gnumeric.keys.tmp \ && mv gnumeric.keys.tmp gnumeric.keys sed -e "s|\@LIBEXECDIR\@|/usr/X11R6/libexec|" GNOME_Gnumeric.server.in.in > GNOME_Gnumeric.server.in LC_ALL=C ./intltool-merge ./po GNOME_Gnumeric.server.in GNOME_Gnumeric.server -o -u -c ./po/.intltool-merge-cache Found cached translation database Merging translations into GNOME_Gnumeric.server. gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0' Making all in po gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/po' file=./`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file am.po file=./`echo az | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file az.po file=./`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bg.po file=./`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=./`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=./`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=./`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_CA.po file=./`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file el.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=./`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file et.po file=./`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=./`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ga.po file=./`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gl.po file=./`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file he.po file=./`echo hi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hi.po file=./`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=./`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hu.po file=./`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ja.po file=./`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ko.po file=./`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lv.po file=./`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ml.po file=./`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ms.po file=./`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=./`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nn.po file=./`echo no | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file no.po file=./`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=./`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=./`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=./`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ro.po file=./`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=./`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=./`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr.po file=./`echo sr@Latn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr@Latn.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=./`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=./`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file uk.po file=./`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file vi.po file=./`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po file=./`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/po' Making all in src gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src' Making all in pixmaps gmake[3]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src/pixmaps' /usr/X11R6/bin/gdk-pixbuf-csource --raw --build-list gnm_column_add_16 ./column_add_16.xpm gnm_column_add_24 ./column_add_24.xpm gnm_column_delete_16 ./column_delete_16.xpm gnm_column_delete_24 ./column_delete_24.xpm gnm_column_size_16 ./column_size_16.xpm gnm_column_size_24 ./column_size_24.xpm gnm_column_hide_16 ./column_hide_16.xpm gnm_column_hide_24 ./column_hide_24.xpm gnm_column_unhide_16 ./column_unhide_16.xpm gnm_column_unhide_24 ./column_unhide_24.xpm gnm_row_add_16 ./row_add_16.xpm gnm_row_add_24 ./row_add_24.xpm gnm_row_delete_16 ./row_delete_16.xpm gnm_row_delete_24 ./row_delete_24.xpm gnm_row_size_16 ./row_size_16.xpm gnm_row_size_24 ./row_size_24.xpm gnm_row_hide_16 ./row_hide_16.xpm gnm_row_hide_24 ./row_hide_24.xpm gnm_row_unhide_16 ./row_unhide_16.xpm gnm_row_unhide_24 ./row_unhide_24.xpm gnm_group_16 ./group_16.xpm gnm_group_24 ./group_24.xpm gnm_ungroup_16 ./ungroup_16.xpm gnm_ungroup_24 ./ungroup_24.xpm gnm_show_detail_16 ./show_detail_16.xpm gnm_show_deta il_24 ./show_detail_24.xpm gnm_hide_detail_16 ./hide_detail_16.xpm gnm_hide_detail_24 ./hide_detail_24.xpm gnm_graph_guru_16 ./graph_guru_16.xpm gnm_graph_guru_24 ./graph_guru_24.xpm gnm_insert_component_16 ./insert_component_16.xpm gnm_insert_component_24 ./insert_component_24.xpm gnm_insert_shaped_component_16 ./insert_shaped_component_16.xpm gnm_insert_shaped_component_24 ./insert_shaped_component_24.xpm gnm_center_across_selection_16 ./center_across_selection_16.xpm gnm_center_across_selection_24 ./center_across_selection_24.xpm gnm_merge_cells_16 ./merge_cells_16.xpm gnm_merge_cells_24 ./merge_cells_24.xpm gnm_split_cells_16 ./split_cells_16.xpm gnm_split_cells_24 ./split_cells_24.xpm gnm_comment_add_16 ./comment_add_16.xpm gnm_comment_delete_16 ./comment_delete_16.xpm gnm_comment_edit_16 ./comment_edit_16.xpm gnm_add_decimals ./add_decimals.png gnm_remove_decimals ./remove_decimals.png gnm_money ./format_money_24.png gnm_percent ./format_percent_24.png gnm_thousand ./t housands.xpm gnm_auto ./auto-sum.xpm gnm_equal ./equal-sign.xpm gnm_formula_guru_16 ./formula_guru_16.png gnm_formula_guru_24 ./formula_guru_24.png gnm_insert_image_16 ./insert_image_16.png gnm_insert_image_24 ./insert_image_24.png gnm_bucket ./bucket.xpm gnm_font ./font.xpm gnm_expr_entry ./expr_entry.png gnumeric_splash ./gnumeric_splash.jpg unknown_image ./unknown_image.png gnm_object_arrow_24 ./object_arrow_24.png gnm_object_ellipse_24 ./object_ellipse_24.png gnm_object_line_24 ./object_line_24.png gnm_object_rectangle_24 ./object_rectangle_24.png gnm_object_frame_24 ./object_frame_24.png gnm_object_label_24 ./object_label_24.png gnm_object_button_24 ./object_button_24.png gnm_object_checkbox_24 ./object_checkbox_24.png gnm_object_radiobutton_24 ./object_radiobutton_24.png gnm_object_scrollbar_24 ./object_scrollbar_24.png gnm_object_spinbutton_24 ./object_spinbutton_24.png gnm_object_slider_24 ./object_slider_24.png gnm_object_combo_24 ./object_combo_24.png gnm_object_li st_24 ./object_list_24.png bottom_border ./bottom_border.xpm diag_border ./diag_border.xpm inside_border ./inside_border.xpm inside_horiz_border ./inside_horiz_border.xpm inside_vert_border ./inside_vert_border.xpm left_border ./left_border.xpm no_border ./no_border.xpm outline_border ./outline_border.xpm rev_diag_border ./rev_diag_border.xpm right_border ./right_border.xpm top_border ./top_border.xpm gp_125grey ./gp_125grey.xpm gp_25grey ./gp_25grey.xpm gp_50grey ./gp_50grey.xpm gp_625grey ./gp_625grey.xpm gp_75grey ./gp_75grey.xpm gp_bricks ./gp_bricks.xpm gp_diag ./gp_diag.xpm gp_diag_cross ./gp_diag_cross.xpm gp_foreground_solid ./gp_foreground_solid.xpm gp_horiz ./gp_horiz.xpm gp_large_circles ./gp_large_circles.xpm gp_rev_diag ./gp_rev_diag.xpm gp_semi_circle ./gp_semi_circle.xpm gp_small_circle ./gp_small_circle.xpm gp_solid ./gp_solid.xpm gp_thatch ./gp_thatch.xpm gp_thick_diag_cross ./gp_thick_diag_cross.xpm gp_thin_diag ./gp_thin_diag.xpm gp_thin_diag_cross ./gp_th in_diag_cross.xpm gp_thin_horiz ./gp_thin_horiz.xpm gp_thin_horiz_cross ./gp_thin_horiz_cross.xpm gp_thin_rev_diag ./gp_thin_rev_diag.xpm gp_thin_vert ./gp_thin_vert.xpm gp_vert ./gp_vert.xpm line_pattern_dash_dot ./line_pattern_dash_dot.xpm line_pattern_dash_dot_dot ./line_pattern_dash_dot_dot.xpm line_pattern_dashed ./line_pattern_dashed.xpm line_pattern_dotted ./line_pattern_dotted.xpm line_pattern_double ./line_pattern_double.xpm line_pattern_hair ./line_pattern_hair.xpm line_pattern_medium ./line_pattern_medium.xpm line_pattern_medium_dash ./line_pattern_medium_dash.xpm line_pattern_medium_dash_dot ./line_pattern_medium_dash_dot.xpm line_pattern_medium_dash_dot_dot ./line_pattern_medium_dash_dot_dot.xpm line_pattern_slant ./line_pattern_slant.xpm line_pattern_thick ./line_pattern_thick.xpm line_pattern_thin ./line_pattern_thin.xpm gnm_border_left ./border_left.xpm gnm_border_none ./border_none.xpm gnm_border_right ./border_right.xpm gnm_border_all ./border_all.xpm gnm_b order_outside ./border_outside.xpm gnm_border_thick_outside ./border_thick_outside.xpm gnm_border_bottom ./border_bottom.xpm gnm_border_double_bottom ./border_double_bottom.xpm gnm_border_thick_bottom ./border_thick_bottom.xpm gnm_border_top_n_bottom ./border_top_n_bottom.xpm gnm_border_top_n_double_bottom ./border_top_n_double_bottom.xpm gnm_border_top_n_thick_bottom ./border_top_n_thick_bottom.xpm gnm_pivottable_16 ./pivottable_16.png gnm_pivottable_24 ./pivottable_24.png gnm_protection_no ./protection_no_24.png gnm_protection_yes ./protection_yes_24.png gnm_protection_yes_48 ./protection_yes_48.png gnm_cursor_cross ./cursor_cross.xpm sheet_move_marker ./sheet-move-marker.xpm gnm_link_add_16 ./link_add_16.png gnm_link_add_24 ./link_add_24.png gnm_link_delete_16 ./link_delete_16.png gnm_link_edit_16 ./link_edit_16.png gnm_link_external_24 ./link_external_24.png gnm_link_external_16 ./link_external_16.png gnm_link_internal_24 ./link_internal_24.png gnm_link_internal_16 ./lin k_internal_16.png gnm_link_email_24 ./link_email_24.png gnm_link_email_16 ./link_email_16.png gnm_link_url_24 ./link_url_24.png gnm_link_url_16 ./link_url_16.png > ../../src/pixmaps/gnumeric-stock-pixbufs.h gmake[3]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src/pixmaps' Making all in dialogs gmake[3]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src/dialogs' cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dao-gui-utils.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-about.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-advanced-filter.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-analysis-tools.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-autocorrect.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-autofilter.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-autoformat.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-autosave.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-cell-comment.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-cell-format.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-cell-sort.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-col-width.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-col-row.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-consolidate.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-fill-series.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-function-select.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-formula-guru.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-goal-seek.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-goto-cell.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-hyperlink.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-insert-cells.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-define-names.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-delete-cells.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-merge.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-password.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-paste-special.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-pivottable.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-plugin-manager.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-printer-setup.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-preferences.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-random-generator.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-row-height.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-scenarios.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-search.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-search-replace.c cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=\""/usr/X11R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-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/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/libglade-2.0 -I/usr/X11R6/include/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/X 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentiumpro -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -c dialog-sheet-order.c dialog-sheet-order.c: In function `location_of_iter': dialog-sheet-order.c:120: syntax error before `loc' dialog-sheet-order.c:124: `loc' undeclared (first use in this function) dialog-sheet-order.c:124: (Each undeclared identifier is reported only once dialog-sheet-order.c:124: for each function it appears in.) dialog-sheet-order.c:125: warning: control reaches end of non-void function gmake[3]: *** [dialog-sheet-order.o] Error 1 gmake[3]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src/dialogs' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/math/gnumeric2. *** Error code 1 Stop in /usr/ports/x11/gnome2-fifth-toe. netcom1# From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:45:05 2003 Return-Path: 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 D43D516A4B3 for ; Thu, 25 Sep 2003 10:45:05 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F26944014 for ; Thu, 25 Sep 2003 10:45:00 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PHf6pM011377; Thu, 25 Sep 2003 13:41:06 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PHhhlB059106; Thu, 25 Sep 2003 13:43:43 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mike Harding In-Reply-To: <20030925174043.9D5CE5360@netcom1.netcom.com> References: <20030925174043.9D5CE5360@netcom1.netcom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vk5YNAg+776iUsLpMFYt" Organization: MarcusCom, Inc. Message-Id: <1064511879.724.45.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 13:44:39 -0400 X-Spam-Status: No, hits=-11.4 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: gnumeric failing to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:45:06 -0000 --=-vk5YNAg+776iUsLpMFYt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 13:40, Mike Harding wrote: > on 4-Stable today... Already fixed. Joe >=20 > - Mike H. >=20 > netcom1# cd /usr/ports/x11/gnome2-fifth-toe > netcom1# make install clean > =3D=3D=3D> Extracting for gnome2-fifth-toe-2.4.0 > >> No MD5 checksum file. > =3D=3D=3D> Patching for gnome2-fifth-toe-2.4.0 > =3D=3D=3D> Configuring for gnome2-fifth-toe-2.4.0 > =3D=3D=3D> Installing for gnome2-fifth-toe-2.4.0 > =3D=3D=3D> gnome2-fifth-toe-2.4.0 depends on executable: gnumeric - not= found > =3D=3D=3D> Verifying install for gnumeric in /usr/ports/math/gnumeric2 > =3D=3D=3D> Extracting for gnumeric2-1.2.0 > >> Checksum OK for gnome2/gnumeric-1.2.0.tar.bz2. > =3D=3D=3D> Patching for gnumeric2-1.2.0 > =3D=3D=3D> Applying FreeBSD patches for gnumeric2-1.2.0 > =3D=3D=3D> gnumeric2-1.2.0 depends on file: /usr/local/lib/python2.3/si= te-packages/gtk-2.0/gtk/_gtk.so - found > =3D=3D=3D> gnumeric2-1.2.0 depends on file: /usr/local/bin/python2.3 - = found > =3D=3D=3D> gnumeric2-1.2.0 depends on executable: gmake - found > =3D=3D=3D> gnumeric2-1.2.0 depends on file: /usr/local/libexec/libtool1= 3/libtool - found > =3D=3D=3D> gnumeric2-1.2.0 depends on file: /usr/X11R6/libdata/pkgconfi= g/gnome-mime-data-2.0.pc - found > =3D=3D=3D> gnumeric2-1.2.0 depends on executable: pkg-config - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: X11.6 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: esd.2 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: glib-2.0.200 - fo= und > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: atk-1.0.400 - fou= nd > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: pango-1.0.200 - f= ound > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gtk-x11-2.0.200 -= found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: linc.1 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: IDL-2.0 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: ORBit-2.0 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: glade-2.0.0 - fou= nd > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: xml2.5 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: xslt.1 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: bonobo-2.0 - foun= d > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gconf-2.5 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomevfs-2.400 - = found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomecanvas-2.400= - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: art_lgpl_2.5 - fo= und > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomeprint-2-2.1 = - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomeprintui-2-2.= 1 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnome-2.400 - fou= nd > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: bonoboui-2.0 - fo= und > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomeui-2.400 - f= ound > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gal-2.0.5 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gda-2.2 - found > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gnomedb-2.3 - fou= nd > =3D=3D=3D> gnumeric2-1.2.0 depends on shared library: gsf-1.9 - found > =3D=3D=3D> Configuring for gnumeric2-1.2.0 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether build environment is sane... yes > checking whether gmake sets $(MAKE)... yes > checking for working aclocal-1.4... missing > checking for working autoconf... found > checking for working automake-1.4... missing > checking for working autoheader... found > checking for working makeinfo... found > checking whether to enable maintainer-specific portions of Makefiles... n= o > checking for intltool >=3D 0.27.2... 0.27.2 found > checking for perl... /usr/bin/perl > 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 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 for bison... bison -y > checking build system type... i386-portbld-freebsd4.9 > checking host system type... i386-portbld-freebsd4.9 > 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... 16384 > 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 libr= aries... yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... freebsd4.9 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... no > 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 lib= raries... 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 lib= raries... yes > checking dynamic linker characteristics... freebsd4.9 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... no > 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 lib= raries... yes > checking dynamic linker characteristics... freebsd4.9 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking host system type... i386-unknown-freebsd4.9 > checking for ranlib... ranlib > checking whether we are using GNU C... yes > checking for object suffix... o > checking for executable suffix... 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 if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions ... yes > checking if cc static flag -static works... -static > checking whether ln -s works... yes > checking for ld used by GCC... /usr/libexec/elf/ld > checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes > checking whether the linker (/usr/libexec/elf/ld) supports shared librari= es... yes > checking for BSD-compatible nm... /usr/bin/nm -B > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/libexec/elf/ld option to reload object files... -r > checking dynamic linker characteristics... freebsd4.9 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > checking for ANSI C header files... (cached) yes > checking for pkg-config... /usr/local/bin/pkg-config > checking for > libbonobo-2.0 >=3D 2.2.0 > libbonoboui-2.0 >=3D 2.2.0 > libgsf-gnome-1 >=3D 1.8.1 > ... yes > checking LIBBONOBO_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/inc= lude/libbonobo-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/bonobo-activati= on-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/inclu= de/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libgsf-1 -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/pango-1.0 -I/usr/X11= R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gtk-2.0 -I/u= sr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/incl= ude/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include =20 > checking LIBBONOBO_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/lib= -L/usr/X11R6/lib -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_= 2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk= -1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXrender -lXext -lfo= ntconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -= lbonobo-activation -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lgsf-gnome-1 -lgs= f-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv =20 > checking for=20 > glib-2.0 >=3D 2.0.0 > gobject-2.0 >=3D 2.0.0 > gmodule-2.0 >=3D 2.0.0 > libgsf-1 >=3D 1.8.2 > gtk+-2.0 >=3D 2.0.0 > libxml-2.0 >=3D 2.4.12 > libglade-2.0 >=3D 2.0.0 > libgnomecanvas-2.0 >=3D 2.0.0 > libgnome-2.0 >=3D 2.0.0 > libgnomeui-2.0 >=3D 2.0.0 > libgnomeprint-2.2 >=3D 2.2.0 > libgnomeprintui-2.2 >=3D 2.2.0 > libart-2.0 >=3D 2.3.11 >=20 > libbonobo-2.0 >=3D 2.2.0 > libbonoboui-2.0 >=3D 2.2.0 > libgsf-gnome-1 >=3D 1.8.1... yes > checking GNUMERIC_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/incl= ude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libgsf-= 1 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/at= k-1.0 -I/usr/local/include/libart-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/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inc= lude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X= 11R6/include/libglade-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X1= 1R6/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/l= ibgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/lib= gnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 =20 > checking GNUMERIC_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib = -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lgnomeprintui-2-2 -lgn= omeprint-2-2 -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lp= angoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 = -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXrender -lXext -lfontcon= fig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbono= bo-activation -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lgsf-gnome-1 -lgsf-1 -= lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv =20 > checking for glib-genmarshal... /usr/local/bin/glib-genmarshal > checking for gdk-pixbuf-csource... /usr/X11R6/bin/gdk-pixbuf-csource > checking what warning flags to pass to the C compiler... -Wall -Wmissing-= prototypes > checking what language compliance flags to pass to the C compiler...=20 > checking whether gcc understands -Wsign-compare... yes > checking whether gcc understands -Wpointer-arith... yes > checking whether gcc understands -Wnested-externs... yes > checking whether gcc understands -Wchar-subscripts... yes > checking whether gcc understands -Wwrite-strings... yes > checking for libgda >=3D 0.90.0 ... yes > checking GDA_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/gli= b-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R= 6/include =20 > checking GDA_LIBS... -L/usr/local/lib -L/usr/X11R6/lib -lgda-2 -lglib-2.0= -lxslt -lxml2 -lz -liconv -lm =20 > checking for libgnomedb >=3D 0.90.2 ... yes > checking GNOMEDB_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/inclu= de/bonobo-activation-2.0 -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/libxml2 -I/= usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/orbi= t-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/X11R6/include -I/usr/X11R6/= include/gtk-2.0 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/li= bbonoboui-2.0 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/lib/gtk-2.0/in= clude -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/= X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X= 11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gn= ome-vfs-2.0/include =20 > checking GNOMEDB_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -= L/usr/X11R6/lib -lgnomedb-2 -lgda-2 -lgnomeui-2 -lSM -lICE -lglade-2.0 -lxs= lt -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.= 0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread= -2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 = -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -= lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgl= ib-2.0 -liconv =20 > checking whether -D_POSIX_SOURCE is needed for fdopen... no > checking whether -D_BSD_SOURCE is needed for M_PI... no > checking whether -D_BSD_SOURCE is needed for caddr_t... no > checking whether make is GNU Make... 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 bg ca cs da de en_GB en_C= A el es et fi fr ga gl he hi hr hu it ja ko lv ml ms nl nn no pl pt pt_BR r= o ru sk sr sr@Latn sv tr uk vi zh_CN zh_TW > checking ieeefp.h usability... yes > checking ieeefp.h presence... yes > checking for ieeefp.h... yes > checking ieee754.h usability... no > checking ieee754.h presence... no > checking for ieee754.h... no > checking for random... yes > checking for drand48... yes > checking for finite... no > checking for memmove... yes > checking for mkdtemp... yes > checking for bind_textdomain_codeset... (cached) yes > checking for finite in -lm... yes > checking langinfo.h usability... yes > checking langinfo.h presence... yes > checking for langinfo.h... yes > checking wctype.h usability... yes > checking wctype.h presence... yes > checking for wctype.h... yes > checking for gdk_screen_get_monitor_geometry... yes > checking for gtk_settings_get_for_screen... yes > checking for gdk_cursor_new_from_pixbuf... no > checking for perl... true > checking for perl ExtUtils::Embed module ... > checking for python... true > checking for python >=3D 2.0... yes > checking Look for /usr/local/include/python2.3/Python.h... yes > checking if we can build a shared library depending on libpython... yes > checking for pygtk-2.0 >=3D 1.99.10... yes > checking PYGTK_CFLAGS... -I/usr/local/include/pygtk-2.0 -I/usr/local/incl= ude/glib-2.0 -I/usr/local/lib/glib-2.0/include =20 > checking PYGTK_LIBS... -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv = =20 > checking for gconftool-2... /usr/X11R6/bin/gconftool-2 > Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for sche= ma installation > Using $(sysconfdir)/gconf/schemas/ as install directory for schema files > checking for ORBit-2.0 >=3D 2.4.2 > libbonobo-2.0 >=3D 2.0.0 > bonobo-activation-2.0 >=3D 1.0.2 > ... yes > checking CORBA_LIBS_CFLAGS... -DORBIT2=3D1 -D_THREAD_SAFE -I/usr/local/in= clude/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activat= ion-2.0 =20 > checking CORBA_LIBS_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/li= b -lbonobo-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 = -lgthread-2.0 -lglib-2.0 -liconv =20 > checking for jw... no > configure: creating ./config.status > config.status: creating gnumeric.spec > config.status: creating Makefile > config.status: creating icons/Makefile > config.status: creating src/Makefile > config.status: creating src/dialogs/Makefile > config.status: creating src/gnumeric-paths.sh > config.status: creating src/pixmaps/Makefile > config.status: creating src/widgets/Makefile > config.status: creating src/tools/Makefile > config.status: creating src/tools/solver/Makefile > config.status: creating src/tools/solver/glpk/Makefile > config.status: creating src/tools/solver/glpk/source/Makefile > config.status: creating src/tools/solver/glpk/include/Makefile > config.status: creating src/tools/solver/lp_solve/Makefile > config.status: creating src/cut-n-paste-code/Makefile > config.status: creating src/cut-n-paste-code/foocanvas/Makefile > config.status: creating src/cut-n-paste-code/foocanvas/libfoocanvas/Makef= ile > config.status: creating src/cut-n-paste-code/pcre/Makefile > config.status: creating src/cut-n-paste-code/goffice/Makefile > config.status: creating src/cut-n-paste-code/goffice/utils/Makefile > config.status: creating src/cut-n-paste-code/goffice/graph/Makefile > config.status: creating src/cut-n-paste-code/goffice/graph/plugins/Makefi= le > config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_b= arcol/Makefile > config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_p= ie/Makefile > config.status: creating src/cut-n-paste-code/goffice/graph/plugins/plot_x= y/Makefile > config.status: creating doc/Makefile > config.status: creating doc/C/Makefile > config.status: creating doc/C/figures/Makefile > config.status: creating doc/developer/Makefile > config.status: creating omf-install/Makefile > config.status: creating plugins/Makefile > config.status: creating plugins/numtheory/Makefile > config.status: creating plugins/fn-complex/Makefile > config.status: creating plugins/fn-database/Makefile > config.status: creating plugins/fn-date/Makefile > config.status: creating plugins/fn-eng/Makefile > config.status: creating plugins/fn-financial/Makefile > config.status: creating plugins/fn-info/Makefile > config.status: creating plugins/fn-logical/Makefile > config.status: creating plugins/fn-lookup/Makefile > config.status: creating plugins/fn-math/Makefile > config.status: creating plugins/fn-stat/Makefile > config.status: creating plugins/fn-string/Makefile > config.status: creating plugins/fn-random/Makefile > config.status: creating plugins/derivatives/Makefile > config.status: creating plugins/sc/Makefile > config.status: creating plugins/sylk/Makefile > config.status: creating plugins/excel/Makefile > config.status: creating plugins/gda/Makefile > config.status: creating plugins/gb/Makefile > config.status: creating plugins/gnome-db/Makefile > config.status: creating plugins/lotus-123/Makefile > config.status: creating plugins/oleo/Makefile > config.status: creating plugins/python-loader/Makefile > config.status: creating plugins/gnome-glossary/Makefile > config.status: creating plugins/py-func/Makefile > config.status: creating plugins/corba/Makefile > config.status: creating plugins/perl/Makefile > config.status: creating plugins/perl/ext/Makefile.PL > config.status: creating plugins/guile/Makefile > config.status: creating plugins/xbase/Makefile > config.status: creating plugins/html/Makefile > config.status: creating plugins/dif/Makefile > config.status: creating plugins/qpro/Makefile > config.status: creating plugins/plan-perfect/Makefile > config.status: creating plugins/xml_sax/Makefile > config.status: creating plugins/applix/Makefile > config.status: creating plugins/openoffice/Makefile > config.status: creating plugins/psiconv/Makefile > config.status: creating plugins/mps/Makefile > config.status: creating plugins/sample_datasource/Makefile > config.status: creating plugins/uihello/Makefile > config.status: creating po/Makefile.in > config.status: creating schemas/Makefile > config.status: creating templates/Makefile > config.status: creating templates/english/Makefile > config.status: creating templates/autoformat/Makefile > config.status: creating stamp.h > config.status: creating gnumeric-config.h > config.status: executing default-1 commands > config.status: executing default-2 commands > config.status: executing default-3 commands >=20 >=20 > WARNING WARNING WARNING >=20 > This is the _DEVELOPMENT_ branch of gnumeric. It is undergoing rapid= change > and is _NOT_ suitable for packaging or production work. Please use t= he > stable branch >=20 > cvs co -r gnome_1_4 gnumeric >=20 > WARNING WARNING WARNING >=20 > Configuration: >=20 > Source code location: . > Compiler: cc > Compiler flags: -O -pipe -march=3Dpentiumpro -DG_DISABLE_DEPRECATED -DG= DK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE = -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECA= TED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compar= e -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings > Floating point type: double >=20 > Python Support: yes > Guile Support: temporarily disabled in gnome2 branch > Bonobo Support: yes > GDA support: yes > GNOME-DB support: yes >=20 > =3D=3D=3D> Building for gnumeric2-1.2.0 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0' > Making all in . > gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0' > LC_ALL=3DC ./intltool-merge ./po gnumeric.desktop.in gnumeric.desktop -d = -u -c ./po/.intltool-merge-cache > Generating and caching the translation database > Merging translations into gnumeric.desktop. > sed -e 's^\@gnumeric_icondir\@^/usr/X11R6/share/gnome/pixmaps/gnumeric^g'= < ./gnumeric.keys.in > gnumeric.keys.tmp \ > && mv gnumeric.keys.tmp gnumeric.keys=20 > sed -e "s|\@LIBEXECDIR\@|/usr/X11R6/libexec|" GNOME_Gnumeric.server.in.in= > GNOME_Gnumeric.server.in > LC_ALL=3DC ./intltool-merge ./po GNOME_Gnumeric.server.in GNOME_Gnumeric.= server -o -u -c ./po/.intltool-merge-cache > Found cached translation database > Merging translations into GNOME_Gnumeric.server. > gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0' > Making all in po > gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0/po' > file=3D./`echo am | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file am.po > file=3D./`echo az | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file az.po > file=3D./`echo bg | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file bg.po > file=3D./`echo ca | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po > file=3D./`echo cs | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po > file=3D./`echo da | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file da.po > file=3D./`echo de | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file de.po > file=3D./`echo en_GB | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po > file=3D./`echo en_CA | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file en_CA.po > file=3D./`echo el | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file el.po > file=3D./`echo es | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file es.po > file=3D./`echo et | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file et.po > file=3D./`echo fi | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po > file=3D./`echo fr | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po > file=3D./`echo ga | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ga.po > file=3D./`echo gl | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file gl.po > file=3D./`echo he | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file he.po > file=3D./`echo hi | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file hi.po > file=3D./`echo hr | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po > file=3D./`echo hu | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file hu.po > file=3D./`echo it | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file it.po > file=3D./`echo ja | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ja.po > file=3D./`echo ko | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ko.po > file=3D./`echo lv | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file lv.po > file=3D./`echo ml | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ml.po > file=3D./`echo ms | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ms.po > file=3D./`echo nl | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po > file=3D./`echo nn | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file nn.po > file=3D./`echo no | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file no.po > file=3D./`echo pl | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po > file=3D./`echo pt | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po > file=3D./`echo pt_BR | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po > file=3D./`echo ro | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ro.po > file=3D./`echo ru | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po > file=3D./`echo sk | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po > file=3D./`echo sr | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file sr.po > file=3D./`echo sr@Latn | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file sr@Latn.po > file=3D./`echo sv | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po > file=3D./`echo tr | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po > file=3D./`echo uk | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file uk.po > file=3D./`echo vi | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file vi.po > file=3D./`echo zh_CN | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po > file=3D./`echo zh_TW | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po > gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0/po' > Making all in src > gmake[2]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0/src' > Making all in pixmaps > gmake[3]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0/src/pixmaps' > /usr/X11R6/bin/gdk-pixbuf-csource --raw --build-list gnm_column_add_16 ./= column_add_16.xpm gnm_column_add_24 ./column_add_24.xpm gnm_column_delete_1= 6 ./column_delete_16.xpm gnm_column_delete_24 ./column_delete_24.xpm gnm_co= lumn_size_16 ./column_size_16.xpm gnm_column_size_24 ./column_size_24.xpm g= nm_column_hide_16 ./column_hide_16.xpm gnm_column_hide_24 ./column_hide_24.= xpm gnm_column_unhide_16 ./column_unhide_16.xpm gnm_column_unhide_24 ./colu= mn_unhide_24.xpm gnm_row_add_16 ./row_add_16.xpm gnm_row_add_24 ./row_add_2= 4.xpm gnm_row_delete_16 ./row_delete_16.xpm gnm_row_delete_24 ./row_delete_= 24.xpm gnm_row_size_16 ./row_size_16.xpm gnm_row_size_24 ./row_size_24.xpm = gnm_row_hide_16 ./row_hide_16.xpm gnm_row_hide_24 ./row_hide_24.xpm gnm_row= _unhide_16 ./row_unhide_16.xpm gnm_row_unhide_24 ./row_unhide_24.xpm gnm_gr= oup_16 ./group_16.xpm gnm_group_24 ./group_24.xpm gnm_ungroup_16 ./ungroup_= 16.xpm gnm_ungroup_24 ./ungroup_24.xpm gnm_show_detail_16 ./show_detail_16.= xpm gnm_show_deta > il_24 ./show_detail_24.xpm gnm_hide_detail_16 ./hide_detail_16.xpm gnm_h= ide_detail_24 ./hide_detail_24.xpm gnm_graph_guru_16 ./graph_guru_16.xpm gn= m_graph_guru_24 ./graph_guru_24.xpm gnm_insert_component_16 ./insert_compon= ent_16.xpm gnm_insert_component_24 ./insert_component_24.xpm gnm_insert_sha= ped_component_16 ./insert_shaped_component_16.xpm gnm_insert_shaped_compone= nt_24 ./insert_shaped_component_24.xpm gnm_center_across_selection_16 ./cen= ter_across_selection_16.xpm gnm_center_across_selection_24 ./center_across_= selection_24.xpm gnm_merge_cells_16 ./merge_cells_16.xpm gnm_merge_cells_24= ./merge_cells_24.xpm gnm_split_cells_16 ./split_cells_16.xpm gnm_split_cel= ls_24 ./split_cells_24.xpm gnm_comment_add_16 ./comment_add_16.xpm gnm_comm= ent_delete_16 ./comment_delete_16.xpm gnm_comment_edit_16 ./comment_edit_16= .xpm gnm_add_decimals ./add_decimals.png gnm_remove_decimals ./remove_decim= als.png gnm_money ./format_money_24.png gnm_percent ./format_percent_24.png= gnm_thousand ./t > housands.xpm gnm_auto ./auto-sum.xpm gnm_equal ./equal-sign.xpm gnm_form= ula_guru_16 ./formula_guru_16.png gnm_formula_guru_24 ./formula_guru_24.png= gnm_insert_image_16 ./insert_image_16.png gnm_insert_image_24 ./insert_ima= ge_24.png gnm_bucket ./bucket.xpm gnm_font ./font.xpm gnm_expr_entry ./expr= _entry.png gnumeric_splash ./gnumeric_splash.jpg unknown_image ./unknown_im= age.png gnm_object_arrow_24 ./object_arrow_24.png gnm_object_ellipse_24 ./o= bject_ellipse_24.png gnm_object_line_24 ./object_line_24.png gnm_object_rec= tangle_24 ./object_rectangle_24.png gnm_object_frame_24 ./object_frame_24.p= ng gnm_object_label_24 ./object_label_24.png gnm_object_button_24 ./object_= button_24.png gnm_object_checkbox_24 ./object_checkbox_24.png gnm_object_ra= diobutton_24 ./object_radiobutton_24.png gnm_object_scrollbar_24 ./object_s= crollbar_24.png gnm_object_spinbutton_24 ./object_spinbutton_24.png gnm_obj= ect_slider_24 ./object_slider_24.png gnm_object_combo_24 ./object_combo_24.= png gnm_object_li > st_24 ./object_list_24.png bottom_border ./bottom_border.xpm diag_border= ./diag_border.xpm inside_border ./inside_border.xpm inside_horiz_border ./= inside_horiz_border.xpm inside_vert_border ./inside_vert_border.xpm left_bo= rder ./left_border.xpm no_border ./no_border.xpm outline_border ./outline_b= order.xpm rev_diag_border ./rev_diag_border.xpm right_border ./right_border= .xpm top_border ./top_border.xpm gp_125grey ./gp_125grey.xpm gp_25grey ./gp= _25grey.xpm gp_50grey ./gp_50grey.xpm gp_625grey ./gp_625grey.xpm gp_75grey= ./gp_75grey.xpm gp_bricks ./gp_bricks.xpm gp_diag ./gp_diag.xpm gp_diag_cr= oss ./gp_diag_cross.xpm gp_foreground_solid ./gp_foreground_solid.xpm gp_ho= riz ./gp_horiz.xpm gp_large_circles ./gp_large_circles.xpm gp_rev_diag ./gp= _rev_diag.xpm gp_semi_circle ./gp_semi_circle.xpm gp_small_circle ./gp_smal= l_circle.xpm gp_solid ./gp_solid.xpm gp_thatch ./gp_thatch.xpm gp_thick_dia= g_cross ./gp_thick_diag_cross.xpm gp_thin_diag ./gp_thin_diag.xpm gp_thin_d= iag_cross ./gp_th > in_diag_cross.xpm gp_thin_horiz ./gp_thin_horiz.xpm gp_thin_horiz_cross = ./gp_thin_horiz_cross.xpm gp_thin_rev_diag ./gp_thin_rev_diag.xpm gp_thin_v= ert ./gp_thin_vert.xpm gp_vert ./gp_vert.xpm line_pattern_dash_dot ./line_p= attern_dash_dot.xpm line_pattern_dash_dot_dot ./line_pattern_dash_dot_dot.x= pm line_pattern_dashed ./line_pattern_dashed.xpm line_pattern_dotted ./line= _pattern_dotted.xpm line_pattern_double ./line_pattern_double.xpm line_patt= ern_hair ./line_pattern_hair.xpm line_pattern_medium ./line_pattern_medium.= xpm line_pattern_medium_dash ./line_pattern_medium_dash.xpm line_pattern_me= dium_dash_dot ./line_pattern_medium_dash_dot.xpm line_pattern_medium_dash_d= ot_dot ./line_pattern_medium_dash_dot_dot.xpm line_pattern_slant ./line_pat= tern_slant.xpm line_pattern_thick ./line_pattern_thick.xpm line_pattern_thi= n ./line_pattern_thin.xpm gnm_border_left ./border_left.xpm gnm_border_none= ./border_none.xpm gnm_border_right ./border_right.xpm gnm_border_all ./bor= der_all.xpm gnm_b > order_outside ./border_outside.xpm gnm_border_thick_outside ./border_thi= ck_outside.xpm gnm_border_bottom ./border_bottom.xpm gnm_border_double_bott= om ./border_double_bottom.xpm gnm_border_thick_bottom ./border_thick_bottom= .xpm gnm_border_top_n_bottom ./border_top_n_bottom.xpm gnm_border_top_n_dou= ble_bottom ./border_top_n_double_bottom.xpm gnm_border_top_n_thick_bottom .= /border_top_n_thick_bottom.xpm gnm_pivottable_16 ./pivottable_16.png gnm_pi= vottable_24 ./pivottable_24.png gnm_protection_no ./protection_no_24.png gn= m_protection_yes ./protection_yes_24.png gnm_protection_yes_48 ./protection= _yes_48.png gnm_cursor_cross ./cursor_cross.xpm sheet_move_marker ./sheet-m= ove-marker.xpm gnm_link_add_16 ./link_add_16.png gnm_link_add_24 ./link_add= _24.png gnm_link_delete_16 ./link_delete_16.png gnm_link_edit_16 ./link_edi= t_16.png gnm_link_external_24 ./link_external_24.png gnm_link_external_16 .= /link_external_16.png gnm_link_internal_24 ./link_internal_24.png gnm_link_= internal_16 ./lin > k_internal_16.png gnm_link_email_24 ./link_email_24.png gnm_link_email_1= 6 ./link_email_16.png gnm_link_url_24 ./link_url_24.png gnm_link_url_16 ./l= ink_url_16.png > ../../src/pixmaps/gnumeric-stock-pixbufs.h > gmake[3]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0/src/pixmaps' > Making all in dialogs > gmake[3]: Entering directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2= .0/src/dialogs' > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dao-gui-utils.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-about.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-advanced-filter.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-analysis-tools.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-autocorrect.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-autofilter.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-autoformat.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-autosave.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-cell-comment.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-cell-format.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-cell-sort.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-col-width.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-col-row.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-consolidate.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-fill-series.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-function-select.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-formula-guru.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-goal-seek.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-goto-cell.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-hyperlink.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-insert-cells.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-define-names.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-delete-cells.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-merge.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-password.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-paste-special.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-pivottable.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-plugin-manager.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-printer-setup.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-preferences.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-random-generator.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-row-height.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-scenarios.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-search.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-search-replace.c > cc -I/usr/X11R6/include/gal-2.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELO= CALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNUMERIC_DATADIR=3D\""/usr/X1= 1R6/share/gnome/gnumeric/1.2.0-bonobo"\" -I../.. -I../../src = -I../../src/tools -I../../src/cut-n-paste-code/foocanvas -DORBIT2= =3D1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include/libgsf-1 -I/usr/local/include/libxml2 -I/usr/= local/include -I/usr/local/include/atk-1.0 -I/usr/local/include/libart-2.0 = -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/lo= cal/include/bonobo-activation-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/libglade-2.0 -I/usr/X11R6= /include/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-v= fs-2.0/include -I/usr/X > 11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/= X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 = -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=3Dpentiumpro -DG_DISA= BLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG= DK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DPAN= GO_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -Wall -Wmissing-prototy= pes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwr= ite-strings -c dialog-sheet-order.c > dialog-sheet-order.c: In function `location_of_iter': > dialog-sheet-order.c:120: syntax error before `loc' > dialog-sheet-order.c:124: `loc' undeclared (first use in this function) > dialog-sheet-order.c:124: (Each undeclared identifier is reported only on= ce > dialog-sheet-order.c:124: for each function it appears in.) > dialog-sheet-order.c:125: warning: control reaches end of non-void functi= on > gmake[3]: *** [dialog-sheet-order.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0/src/dialogs' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/math/gnumeric2/work/gnumeric-1.2.= 0' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/math/gnumeric2. > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnome2-fifth-toe. > netcom1#=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-vk5YNAg+776iUsLpMFYt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/cymHb2iPiv4Uz4cRAkikAKCEMybN4aFOwVAvCYlfpu/FR+ubjQCeORwO SHzh8cvtrCrQtAAJtKAsftk= =BUFT -----END PGP SIGNATURE----- --=-vk5YNAg+776iUsLpMFYt-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:53:19 2003 Return-Path: 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 02D4316A4B3 for ; Thu, 25 Sep 2003 10:53:19 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAD544017 for ; Thu, 25 Sep 2003 10:53:17 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925175315.IWUM16616.lakemtao08.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 13:53:15 -0400 Date: Thu, 25 Sep 2003 12:52:23 -0500 To: David Vastine References: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> <1064509443.724.31.camel@gyros> <20030925173119.GB47499@vastine.net> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20030925173119.GB47499@vastine.net> User-Agent: Opera7.20/Linux M2 build 465 cc: Gnome-FreeBSD List Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:53:19 -0000 On Thu, 25 Sep 2003 13:31:19 -0400, David Vastine wrote: > On Thu, Sep 25, 2003 at 01:04:03PM -0400, Joe Marcus Clarke wrote: >> On Thu, 2003-09-25 at 12:57, Drew Tomlinson wrote: >> > I've followed the steps in the FAQ for upgrading from 2.2 to 2.4 and >> all >> > appears fine. However, when starting gmplayer, the second I click on >> > the gmplayer control window, the top and bottom of the panel get >> clipped >> > (maybe 3-5 pixels) and then none of the buttons work. I can still >> > right-click on the control panel and control the player via the >> context >> > menu. Media seems to play fine. >> >> That's weird, gmplayer uses GTK-1.2. It shouldn't have been affected at >> all by GNOME 2.4. >> >> > >> > I've tried rebuilding mplayer with portupgrade -rf but the same >> problem. >> > I thought this might be a window manager thing so I rebuilt metacity. >> > Same problem. Any ideas as to what might be happening? Did not have >> > this problem with 2.2. >> >> Could still be metacity. Metacity underwent some fundamental changes >> for 2.4. You might try switching to sawfish, and see if the problem >> goes away. If it does, bring this up to the metacity developers. >> >> Joe > > I have also noticed this happening. Looking at the ChangeLog for > mplayer there is a line that says "metacity Support". > So my guess it is a metacity <-> mplayer issue that mplayer has fixed in > version .91 Gentoo folks are having the same problem, I think it's more like Metacity problem. Because, they don't update mplayer and upgrade Gnome2, then have this problem. http://bugzilla.gnome.org/show_bug.cgi?id=116923 I do get the Metacity crash with MPlayer too, but I am using gtk2 patch for MPlayer. I don't even have GTK1 install in here. Anyway, I can try to run gdb with metacity.core sometime this afternoon. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 10:54:42 2003 Return-Path: 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 DD0AD16A4B3 for ; Thu, 25 Sep 2003 10:54:42 -0700 (PDT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281204400F for ; Thu, 25 Sep 2003 10:54:42 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id MUA74016; Thu, 25 Sep 2003 10:54:40 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 1B5D15D04; Thu, 25 Sep 2003 10:54:40 -0700 (PDT) To: Joe Marcus Clarke In-Reply-To: Message from Joe Marcus Clarke of "Thu, 25 Sep 2003 11:41:11 EDT." <1064504471.724.7.camel@gyros> Date: Thu, 25 Sep 2003 10:54:40 -0700 From: "Kevin Oberman" Message-Id: <20030925175440.1B5D15D04@ptavv.es.net> cc: FreeBSD GNOME Users Subject: Re: Unable to install gnomeapplets2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 17:54:43 -0000 Thanks, Joe. >From what I've seen based on my three upgrades, the update of the tree from ORBit2 does not seem to work right. It looks like your original suggestion to use atk might be better, although I may have had problems going that way, too. In any case, I have rebuilt several things and gnomeapplets2 is now back on my laptop. Thanks and good luck with the 4.9 ports. (I can't imagine anyone better for the job, but it's got to be a LOT of work!) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 11:17:10 2003 Return-Path: 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 69F7216A4BF for ; Thu, 25 Sep 2003 11:17:10 -0700 (PDT) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0D943FDF for ; Thu, 25 Sep 2003 11:17:08 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-242.lsanca1.elnk.dsl.genuity.net ([4.62.201.242] helo=netcom1.netcom.com) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A2afr-0005A1-00; Thu, 25 Sep 2003 11:17:07 -0700 Received: from localhost (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id 6EAAE5356; Thu, 25 Sep 2003 11:17:06 -0700 (PDT) Received: from netcom1.netcom.com ([127.0.0.1]) by localhost (netcom1.netcom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66282-01; Thu, 25 Sep 2003 11:17:05 -0700 (PDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id D60F95366; Thu, 25 Sep 2003 11:17:04 -0700 (PDT) From: Mike Harding To: marcus@marcuscom.com In-reply-to: <1064511879.724.45.camel@gyros> (message from Joe Marcus Clarke on Thu, 25 Sep 2003 13:44:39 -0400) References: <20030925174043.9D5CE5360@netcom1.netcom.com> <1064511879.724.45.camel@gyros> Message-Id: <20030925181704.D60F95366@netcom1.netcom.com> Date: Thu, 25 Sep 2003 11:17:04 -0700 (PDT) X-Virus-Scanned: by amavisd-new at ix.netcom.com cc: gnome@freebsd.org Subject: Re: gnumeric failing to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 18:17:10 -0000 now the patch doesn't apply... ===> Extracting for gnumeric2-1.2.0 >> Checksum OK for gnome2/gnumeric-1.2.0.tar.bz2. ===> Patching for gnumeric2-1.2.0 ===> Applying FreeBSD patches for gnumeric2-1.2.0 2 out of 2 hunks failed--saving rejects to src/dialogs/dialog-sheet-order.c.rej >> Patch patch-src_dialogs_dialog_sheet_order.c failed to apply cleanly. >> Patch(es) patch-configure patch-doc_xmldocs.make applied cleanly. *** Error code 1 Stop in /usr/ports/math/gnumeric2. *** Error code 1 Stop in /usr/ports/x11/gnome2-fifth-toe. X-Original-To: mvh@netcom1.netcom.com From: Joe Marcus Clarke Cc: FreeBSD GNOME Users Organization: MarcusCom, Inc. Date: Thu, 25 Sep 2003 13:44:39 -0400 X-Virus-Scanned: by amavisd-new at ix.netcom.com --=-vk5YNAg+776iUsLpMFYt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 13:40, Mike Harding wrote: > on 4-Stable today... Already fixed. Joe From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 11:17:30 2003 Return-Path: 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 5EB7416A4B3 for ; Thu, 25 Sep 2003 11:17:30 -0700 (PDT) Received: from postal2.es.net (proxy.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7275344028 for ; Thu, 25 Sep 2003 11:17:29 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id MUA74016 for ; Thu, 25 Sep 2003 11:17:28 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 4648F5D04 for ; Thu, 25 Sep 2003 11:17:27 -0700 (PDT) To: gnome@freebsd.org Date: Thu, 25 Sep 2003 11:17:27 -0700 From: "Kevin Oberman" Message-Id: <20030925181727.4648F5D04@ptavv.es.net> Subject: Galeon1 on a Gnome 2.4 desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 18:17:30 -0000 Since my upgrade to Gnome2.4 I have been unable to run galeon. I am still using galeon1 as I don't like the user interface for galeon2. When I run galeon, I get: GConf Error: Failed to contact configuration server (a likely cause of this is that you have an existing configuration server (gconfd) running, but it isn't reachable from here - if you're logged in from two machines at once, you may need to enable TCP networking for ORBit) and a window pops up with the message: "Cannot find a schema for galeon preferences. Check your gconf setup, look at galeon FAQ for more info" Yes, I've read the FAQ and made sure that there is no login from more than the single system. Nothing really obvious there. Is galeon1 now dead or is there a way to get it working again? -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 11:26:23 2003 Return-Path: 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 84EF916A4BF for ; Thu, 25 Sep 2003 11:26:23 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6ACD43FE9 for ; Thu, 25 Sep 2003 11:26:21 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from L035522 (unknown [165.107.22.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id D05A53BF35A; Thu, 25 Sep 2003 11:26:19 -0700 (PDT) Message-ID: <01a601c38392$7e5bdfc0$65166ba5@lc.ca.gov> From: "Drew Tomlinson" To: "David Vastine" , "Jeremy Messenger" References: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> <1064509443.724.31.camel@gyros> <20030925173119.GB47499@vastine.net> Date: Thu, 25 Sep 2003 11:26:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: Gnome-FreeBSD List Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 18:26:23 -0000 ----- Original Message ----- From: "Jeremy Messenger" To: "David Vastine" Cc: "Gnome-FreeBSD List" ; "Drew Tomlinson" Sent: Thursday, September 25, 2003 10:52 AM Subject: Re: gmplayer Broken After Gnome2 Upgrade > On Thu, 25 Sep 2003 13:31:19 -0400, David Vastine > wrote: > > > On Thu, Sep 25, 2003 at 01:04:03PM -0400, Joe Marcus Clarke wrote: > >> On Thu, 2003-09-25 at 12:57, Drew Tomlinson wrote: > >> > I've followed the steps in the FAQ for upgrading from 2.2 to 2.4 and > >> all > >> > appears fine. However, when starting gmplayer, the second I click on > >> > the gmplayer control window, the top and bottom of the panel get > >> clipped > >> > (maybe 3-5 pixels) and then none of the buttons work. I can still > >> > right-click on the control panel and control the player via the > >> context > >> > menu. Media seems to play fine. > >> > >> That's weird, gmplayer uses GTK-1.2. It shouldn't have been affected at > >> all by GNOME 2.4. > >> > >> > > >> > I've tried rebuilding mplayer with portupgrade -rf but the same > >> problem. > >> > I thought this might be a window manager thing so I rebuilt metacity. > >> > Same problem. Any ideas as to what might be happening? Did not have > >> > this problem with 2.2. > >> > >> Could still be metacity. Metacity underwent some fundamental changes > >> for 2.4. You might try switching to sawfish, and see if the problem > >> goes away. If it does, bring this up to the metacity developers. > >> > >> Joe > > > > I have also noticed this happening. Looking at the ChangeLog for > > mplayer there is a line that says "metacity Support". > > So my guess it is a metacity <-> mplayer issue that mplayer has fixed in > > version .91 > > Gentoo folks are having the same problem, I think it's more like Metacity > problem. Because, they don't update mplayer and upgrade Gnome2, then have > this problem. > > http://bugzilla.gnome.org/show_bug.cgi?id=116923 > > I do get the Metacity crash with MPlayer too, but I am using gtk2 patch > for MPlayer. I don't even have GTK1 install in here. > > Anyway, I can try to run gdb with metacity.core sometime this afternoon. Thank you both. I'm still pretty new will all of this and don't understand how to code or debug. So for now, I'll just leave things as they are because I can workaround it with the context menu. If there's something you'd like me to try and are willing to walk me through it, I'd be happy to help. Thanks again! Drew From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 12:40:55 2003 Return-Path: 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 D538716A4B3 for ; Thu, 25 Sep 2003 12:40:55 -0700 (PDT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA9F4402A for ; Thu, 25 Sep 2003 12:40:49 -0700 (PDT) (envelope-from spcoltri@omcl.org) Received: from h-69-3-72-140.phndaz91.dynamic.covad.net ([69.3.72.140] helo=omcl.org) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A2byr-0006s1-00; Thu, 25 Sep 2003 12:40:49 -0700 To: gnome@freebsd.org, oberman@es.net In-Reply-To: <20030925181727.4648F5D04@ptavv.es.net> References: <20030925181727.4648F5D04@ptavv.es.net> Date: Thu, 25 Sep 2003 13:40:44 -0600 From: Steve Coltrin Message-Id: Subject: Re: Galeon1 on a Gnome 2.4 desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 19:40:56 -0000 oberman@es.net writes: >Since my upgrade to Gnome2.4 I have been unable to run galeon. I am >still using galeon1 as I don't like the user interface for galeon2. > >When I run galeon, I get: >GConf Error: Failed to contact configuration server (a likely cause of >this is that you have an existing configuration server (gconfd) running, >but it isn't reachable from here - if you're logged in from two machines >at once, you may need to enable TCP networking for ORBit) Same here. Apparently the gconf-1 library can't handle gconf-2.4. I got galeon working again by killing gconfd and _manually_ running gconfd-1. From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 13:03:28 2003 Return-Path: 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 9984B16A4B3 for ; Thu, 25 Sep 2003 13:03:28 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FDB43FBD for ; Thu, 25 Sep 2003 13:03:27 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925200326.GCXR10592.lakemtao05.cox.net@mezz.mezzweb.com>; Thu, 25 Sep 2003 16:03:26 -0400 To: Drew Tomlinson References: <014a01c38386$26eb0a60$65166ba5@lc.ca.gov> <1064509443.724.31.camel@gyros> <20030925173119.GB47499@vastine.net> <01a601c38392$7e5bdfc0$65166ba5@lc.ca.gov> Message-ID: From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------rSDE92571hDJAyG4nnnFar MIME-Version: 1.0 Date: Thu, 25 Sep 2003 15:02:33 -0500 In-Reply-To: <01a601c38392$7e5bdfc0$65166ba5@lc.ca.gov> User-Agent: Opera7.20/Linux M2 build 468 cc: Gnome-FreeBSD List Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 20:03:28 -0000 ------------rSDE92571hDJAyG4nnnFar Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: 8bit On Thu, 25 Sep 2003 11:26:08 -0700, Drew Tomlinson wrote: >> Gentoo folks are having the same problem, I think it's more like > Metacity >> problem. Because, they don't update mplayer and upgrade Gnome2, then > have >> this problem. >> >> http://bugzilla.gnome.org/show_bug.cgi?id=116923 >> >> I do get the Metacity crash with MPlayer too, but I am using gtk2 > patch >> for MPlayer. I don't even have GTK1 install in here. >> >> Anyway, I can try to run gdb with metacity.core sometime this > afternoon. > > Thank you both. I'm still pretty new will all of this and don't > understand how to code or debug. So for now, I'll just leave things as > they are because I can workaround it with the context menu. If there's > something you'd like me to try and are willing to walk me through it, > I'd be happy to help. Here is an attach of gdb-metacity.txt, I ran gdb with metacity.core but I don't know if it will help.. I normal don't know how to read in gdb, but I always collect and pass to someone who can read gdb in English. ;-) Anyway, if the GTK2 patch on metacity makes the difference, then I can rebuild mplayer without the gtk2 patch. Cheers, Mezz > Thanks again! > > Drew -- bsdforums.org 's moderator, mezz. ------------rSDE92571hDJAyG4nnnFar Content-Disposition: attachment; filename=gdb-metacity.txt Content-Type: text/plain; name=gdb-metacity.txt Content-Transfer-Encoding: 8bit $ gdb metacity metacity.core Core was generated by `metacity'. #0 0x2866728a in g_type_check_instance_cast (type_instance=0x8116880, iface_type=80) at gtype.c:265 265 gtype.c: No such file or directory. in gtype.c (gdb) bt #0 0x2866728a in g_type_check_instance_cast (type_instance=0x8116880, iface_type=80) at gtype.c:265 #1 0x08092880 in meta_window_free (window=0x8118800) at window.c:1015 #2 0x0805e690 in event_callback (event=0xbfbff820, data=0x80f5400) at display.c:1630 #3 0x0808f978 in filter_func (xevent=0x67617264, event=0x81ee018, data=0x80a2f78) at ui.c:83 #4 0x2846178a in gdk_event_apply_filters (xevent=0xbfbff820, event=0x81ee018, filters=0x80d212c) at gdkevents-x11.c:306 #5 0x28462052 in gdk_event_translate (display=0x80d0400, event=0x81ee018, xevent=0xbfbff820, return_exposes=0) at gdkevents-x11.c:770 #6 0x28463796 in _gdk_events_queue (display=0x80d0400) at gdkevents-x11.c:1998 #7 0x28463999 in gdk_event_dispatch (source=0x67617264, callback=0, user_data=0x0) at gdkevents-x11.c:2058 #8 0x286dec9f in g_main_dispatch (context=0x80cb180) at gmain.c:1751 #9 0x286dfa3d in g_main_context_dispatch (context=0x80cb180) at gmain.c:2299 #10 0x286dfdec in g_main_context_iterate (context=0x80cb180, block=1, dispatch=1, self=0x80b7020) at gmain.c:2380 #11 0x286e0537 in g_main_loop_run (loop=0x80be130) at gmain.c:2600 #12 0x0806dead in main (argc=3, argv=0xbfbffb70) at main.c:361 #13 0x08057ff9 in _start () ------------rSDE92571hDJAyG4nnnFar-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 14:31:28 2003 Return-Path: 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 6E4CC16A4B3 for ; Thu, 25 Sep 2003 14:31:28 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C959D43FB1 for ; Thu, 25 Sep 2003 14:31:24 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8PLT5aw013866; Thu, 25 Sep 2003 17:29:05 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8PLUNlB061021; Thu, 25 Sep 2003 17:30:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20030925181727.4648F5D04@ptavv.es.net> References: <20030925181727.4648F5D04@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xJb06OlYgS2heCWjAv9Z" Organization: MarcusCom, Inc. Message-Id: <1064525480.724.64.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 17:31:20 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Galeon1 on a Gnome 2.4 desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Sep 2003 21:31:28 -0000 --=-xJb06OlYgS2heCWjAv9Z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 14:17, Kevin Oberman wrote: > Since my upgrade to Gnome2.4 I have been unable to run galeon. I am > still using galeon1 as I don't like the user interface for galeon2. >=20 > When I run galeon, I get: > GConf Error: Failed to contact configuration server (a likely cause of th= is is that you have an existing configuration server (gconfd) running, but = it isn't reachable from here - if you're logged in from two machines at onc= e, you may need to enable TCP networking for ORBit) > =20 > and a window pops up with the message: > "Cannot find a schema for galeon preferences. Check your gconf setup, > look at galeon FAQ for more info" >=20 > Yes, I've read the FAQ and made sure that there is no login from more > than the single system. Nothing really obvious there. >=20 > Is galeon1 now dead or is there a way to get it working again? galeon-1.2 is almost completely unmaintained at this point. Looks like there may be some issues with gconf2. I updated to 1.2.12, so let me know if that makes things better. Else, you might want to think about migrating to galeon2. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-xJb06OlYgS2heCWjAv9Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c16ob2iPiv4Uz4cRAuPcAJ9Zv7LHQItz43rvMSL5Yjky3oMbjQCdE4xQ Q+esyUzcETkACpscRKCm1B4= =vzfa -----END PGP SIGNATURE----- --=-xJb06OlYgS2heCWjAv9Z-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 17:04:39 2003 Return-Path: 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 A0BEB16A4B3 for ; Thu, 25 Sep 2003 17:04:39 -0700 (PDT) Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 9862B43FF5 for ; Thu, 25 Sep 2003 17:04:38 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.212.46?) (khairil?yusof@219.95.212.46 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Sep 2003 00:04:37 -0000 From: Khairil Yusof To: gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Y8EOLYjheCWhLu1CXE2f" Message-Id: <1064534672.84625.12.camel@wolverine.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 08:04:33 +0800 Subject: gaim 0.69 - yahoo password problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 00:04:39 -0000 --=-Y8EOLYjheCWhLu1CXE2f Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Is it working fine for everybody else?=20 Mine fails with it saying that password is wrong. Tried removing/adding account, definitely the password is correct (as stored in accounts.xml). -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 8:04AM up 6 days, 13:05, 2 users, load averages: 0.39, 0.62, 0.61 --=-Y8EOLYjheCWhLu1CXE2f Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c4KQDAqnLW/+/X8RAq0BAKDzo0ZAd0nWVVra6EM+v2wHVtVKvgCfXrmN rVPSqWP6+QCaimca9Oy1Twg= =gx7a -----END PGP SIGNATURE----- --=-Y8EOLYjheCWhLu1CXE2f-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 18:28:44 2003 Return-Path: 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 083F816A4BF for ; Thu, 25 Sep 2003 18:28:44 -0700 (PDT) Received: from ns.hostarica.com (webmail.hostarica.com [196.40.45.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0594400D for ; Thu, 25 Sep 2003 18:28:41 -0700 (PDT) (envelope-from jose@hostarica.com) Received: from jose.hostarica.net ([192.168.77.4])h8Q1gbhC014900 for ; Thu, 25 Sep 2003 19:42:38 -0600 Date: Thu, 25 Sep 2003 19:28:03 -0600 From: Jose Hidalgo Herrera To: gnome@FreeBSD.org Message-Id: <20030925192803.3a661c8e.jose@hostarica.com> Organization: Corp. Hosta Rica X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Thu__25_Sep_2003_19:28:03_-0600_081dfa00" Subject: fighting with gnome for days!! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 01:28:44 -0000 This is a multi-part message in MIME format. --Multipart_Thu__25_Sep_2003_19:28:03_-0600_081dfa00 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, i'm using 4.8p19 cvsup updated and bonobo just cannot let me live my life! checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pkg-config... /usr/local/bin/pkg-config checking for libgnomecanvas-2.0 >= 1.116.0 libbonobo-2.0 >= 2.3.3 libgnome-2.0 >= 1.116.0 bonobo-activation-2.0 >= 1.0.0 libxml-2.0 >= 2.4.20 gconf-2.0 >= 1.1.9 gtk+-2.0 >= 2.2.0... Requested 'libbonobo-2.0 >= 2.3.3' but version of libbonobo is 2.2.3 configure: error: Library requirements (libgnomecanvas-2.0 >= 1.116.0 libbonobo-2.0 >= 2.3.3 libgnome-2.0 >= 1.116.0 bonobo-activation-2.0 >= 1.0.0 libxml-2.0 >= 2.4.20 gconf-2.0 >= 1.1.9 gtk+-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.4.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 -- Jose Hidalgo Herrera 15524480 / 6EB8 4AF6 2A7D 01CD 13B5 82F3 31BE BBE1 1552 4480 IT Developer T: +506.256.5021 x110 F: +506.256.4334 Toll Free: 1-888.451.0125 x105 E:jose@hostarica.com Hostarica - Managed Collocation www.hostarica.com --Multipart_Thu__25_Sep_2003_19:28:03_-0600_081dfa00 Content-Type: application/octet-stream; name="config.log" Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: base64 VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMgd2hp bGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJlIG1ha2Vz IGEgbWlzdGFrZS4KCkl0IHdhcyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzCmdlbmVy YXRlZCBieSBHTlUgQXV0b2NvbmYgMi41Ny4gIEludm9jYXRpb24gY29tbWFuZCBsaW5lIHdhcwoK ICAkIC4vY29uZmlndXJlIC0teC1saWJyYXJpZXM9L3Vzci9YMTFSNi9saWIgLS14LWluY2x1ZGVz PS91c3IvWDExUjYvaW5jbHVkZSAtLWxvY2Fsc3RhdGVkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9t ZSAtLWRhdGFkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9tZSAtLXdpdGgtaHRtbC1kaXI9L3Vzci9Y MTFSNi9zaGFyZS9kb2MgLS1kaXNhYmxlLWd0ay1kb2MgLS13aXRoLWdjb25mLXNvdXJjZT14bWw6 Oi91c3IvWDExUjYvZXRjL2djb25mL2djb25mLnhtbC5kZWZhdWx0cyAtLXByZWZpeD0vdXNyL1gx MVI2IC0tYnVpbGQ9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKCiMjIC0tLS0tLS0tLSAjIwojIyBQ bGF0Zm9ybS4gIyMKIyMgLS0tLS0tLS0tICMjCgpob3N0bmFtZSA9IHdlYi1kZXYyLmhvc3Rhcmlj YS5uZXQKdW5hbWUgLW0gPSBpMzg2CnVuYW1lIC1yID0gNC43LVJFTEVBU0UtcDE5CnVuYW1lIC1z ID0gRnJlZUJTRAp1bmFtZSAtdiA9IEZyZWVCU0QgNC43LVJFTEVBU0UtcDE5ICMzOiBXZWQgU2Vw IDI0IDIyOjIyOjE3IENTVCAyMDAzICAgICByb290QHdlYi1kZXYyLmhvc3RhcmljYS5uZXQ6L3Vz ci9vYmovdXNyL3NyYy9zeXMvV1NDIAoKL3Vzci9iaW4vdW5hbWUgLXAgPSBpMzg2Ci9iaW4vdW5h bWUgLVggICAgID0gdW5rbm93bgoKL2Jpbi9hcmNoICAgICAgICAgICAgICA9IHVua25vd24KL3Vz ci9iaW4vYXJjaCAtayAgICAgICA9IHVua25vd24KL3Vzci9jb252ZXgvZ2V0c3lzaW5mbyA9IHVu a25vd24KaG9zdGluZm8gICAgICAgICAgICAgICA9IHVua25vd24KL2Jpbi9tYWNoaW5lICAgICAg ICAgICA9IHVua25vd24KL3Vzci9iaW4vb3NsZXZlbCAgICAgICA9IHVua25vd24KL2Jpbi91bml2 ZXJzZSAgICAgICAgICA9IHVua25vd24KClBBVEg6IC91c3IvbG9jYWwvbGliZXhlYy9saWJ0b29s MTMKUEFUSDogL3NiaW4KUEFUSDogL2JpbgpQQVRIOiAvdXNyL3NiaW4KUEFUSDogL3Vzci9iaW4K UEFUSDogL3Vzci9nYW1lcwpQQVRIOiAvdXNyL2xvY2FsL3NiaW4KUEFUSDogL3Vzci9sb2NhbC9i aW4KUEFUSDogL3Vzci9YMTFSNi9iaW4KUEFUSDogL3Jvb3QvYmluCgoKIyMgLS0tLS0tLS0tLS0g IyMKIyMgQ29yZSB0ZXN0cy4gIyMKIyMgLS0tLS0tLS0tLS0gIyMKCmNvbmZpZ3VyZToxNTE2OiBj aGVja2luZyBmb3IgYSBCU0QtY29tcGF0aWJsZSBpbnN0YWxsCmNvbmZpZ3VyZToxNTcwOiByZXN1 bHQ6IC91c3IvYmluL2luc3RhbGwgLWMgLW8gcm9vdCAtZyB3aGVlbApjb25maWd1cmU6MTU4MTog Y2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZpcm9ubWVudCBpcyBzYW5lCmNvbmZpZ3VyZToxNjI0 OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTY0OTogV0FSTklORzogYG1pc3NpbmcnIHNjcmlwdCBp cyB0b28gb2xkIG9yIG1pc3NpbmcKY29uZmlndXJlOjE2NTc6IGNoZWNraW5nIGZvciBnYXdrCmNv bmZpZ3VyZToxNjg2OiByZXN1bHQ6IG5vCmNvbmZpZ3VyZToxNjU3OiBjaGVja2luZyBmb3IgbWF3 awpjb25maWd1cmU6MTY4NjogcmVzdWx0OiBubwpjb25maWd1cmU6MTY1NzogY2hlY2tpbmcgZm9y IG5hd2sKY29uZmlndXJlOjE2NzM6IGZvdW5kIC91c3IvYmluL25hd2sKY29uZmlndXJlOjE2ODM6 IHJlc3VsdDogbmF3awpjb25maWd1cmU6MTY5MzogY2hlY2tpbmcgd2hldGhlciBnbWFrZSBzZXRz ICQoTUFLRSkKY29uZmlndXJlOjE3MTM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxODc4OiBjaGVj a2luZyB3aGV0aGVyIHRvIGVuYWJsZSBtYWludGFpbmVyLXNwZWNpZmljIHBvcnRpb25zIG9mIE1h a2VmaWxlcwpjb25maWd1cmU6MTg4NzogcmVzdWx0OiBubwpjb25maWd1cmU6MTk2NzogY2hlY2tp bmcgZm9yIHBlcmwKY29uZmlndXJlOjE5ODU6IGZvdW5kIC91c3IvYmluL3BlcmwKY29uZmlndXJl OjE5OTc6IHJlc3VsdDogL3Vzci9iaW4vcGVybApjb25maWd1cmU6MjA0MTogY2hlY2tpbmcgZm9y IHN0eWxlIG9mIGluY2x1ZGUgdXNlZCBieSBnbWFrZQpjb25maWd1cmU6MjA2OTogcmVzdWx0OiBH TlUKY29uZmlndXJlOjIxNDA6IGNoZWNraW5nIGZvciBnY2MKY29uZmlndXJlOjIxNjY6IHJlc3Vs dDogY2MKY29uZmlndXJlOjI0MTA6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIHZlcnNpb24KY29u ZmlndXJlOjI0MTM6IGNjIC0tdmVyc2lvbiA8L2Rldi9udWxsID4mNQoyLjk1LjQKY29uZmlndXJl OjI0MTY6ICQ/ID0gMApjb25maWd1cmU6MjQxODogY2MgLXYgPC9kZXYvbnVsbCA+JjUKVXNpbmcg YnVpbHRpbiBzcGVjcy4KZ2NjIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNEXQpjb25m aWd1cmU6MjQyMTogJD8gPSAwCmNvbmZpZ3VyZToyNDIzOiBjYyAtViA8L2Rldi9udWxsID4mNQpj YzogYXJndW1lbnQgdG8gYC1WJyBpcyBtaXNzaW5nCmNvbmZpZ3VyZToyNDI2OiAkPyA9IDEKY29u ZmlndXJlOjI0NTA6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIGRlZmF1bHQgb3V0cHV0CmNvbmZp Z3VyZToyNDUzOiBjYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2Fs L2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjI0NTY6ICQ/ID0gMApjb25m aWd1cmU6MjUwMjogcmVzdWx0OiBhLm91dApjb25maWd1cmU6MjUwNzogY2hlY2tpbmcgd2hldGhl ciB0aGUgQyBjb21waWxlciB3b3Jrcwpjb25maWd1cmU6MjUxMzogLi9hLm91dApjb25maWd1cmU6 MjUxNjogJD8gPSAwCmNvbmZpZ3VyZToyNTMzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjU0MDog Y2hlY2tpbmcgd2hldGhlciB3ZSBhcmUgY3Jvc3MgY29tcGlsaW5nCmNvbmZpZ3VyZToyNTQyOiBy ZXN1bHQ6IG5vCmNvbmZpZ3VyZToyNTQ1OiBjaGVja2luZyBmb3Igc3VmZml4IG9mIGV4ZWN1dGFi bGVzCmNvbmZpZ3VyZToyNTQ3OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmln dXJlOjI1NTA6ICQ/ID0gMApjb25maWd1cmU6MjU3NTogcmVzdWx0OiAKY29uZmlndXJlOjI1ODE6 IGNoZWNraW5nIGZvciBzdWZmaXggb2Ygb2JqZWN0IGZpbGVzCmNvbmZpZ3VyZToyNjAzOiBjYyAt YyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJl OjI2MDY6ICQ/ID0gMApjb25maWd1cmU6MjYyODogcmVzdWx0OiBvCmNvbmZpZ3VyZToyNjMyOiBj aGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMgY29tcGlsZXIKY29uZmlndXJl OjI2NTc6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4m NQpjb25maWd1cmU6MjY2MDogJD8gPSAwCmNvbmZpZ3VyZToyNjYzOiB0ZXN0IC1zIGNvbmZ0ZXN0 Lm8KY29uZmlndXJlOjI2NjY6ICQ/ID0gMApjb25maWd1cmU6MjY3OTogcmVzdWx0OiB5ZXMKY29u ZmlndXJlOjI2ODU6IGNoZWNraW5nIHdoZXRoZXIgY2MgYWNjZXB0cyAtZwpjb25maWd1cmU6Mjcw NzogY2MgLWMgLWcgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJl OjI3MTA6ICQ/ID0gMApjb25maWd1cmU6MjcxMzogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3Vy ZToyNzE2OiAkPyA9IDAKY29uZmlndXJlOjI3Mjc6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyNzQ0 OiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2VwdCBBTlNJIEMKY29uZmlndXJlOjI4MDU6 IGNjICAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29u ZmlndXJlOjI4MDg6ICQ/ID0gMApjb25maWd1cmU6MjgxMTogdGVzdCAtcyBjb25mdGVzdC5vCmNv bmZpZ3VyZToyODE0OiAkPyA9IDAKY29uZmlndXJlOjI4MzI6IHJlc3VsdDogbm9uZSBuZWVkZWQK Y29uZmlndXJlOjI4NTA6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jID4mNQpjb25mdGVzdC5jOjI6IHN5bnRheCBlcnJvciBiZWZvcmUgYG1lJwpjb25maWd1 cmU6Mjg1MzogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8ICNpZm5kZWYg X19jcGx1c3BsdXMKfCAgIGNob2tlIG1lCnwgI2VuZGlmCmNvbmZpZ3VyZToyOTY0OiBjaGVja2lu ZyBkZXBlbmRlbmN5IHN0eWxlIG9mIGNjCmNvbmZpZ3VyZTozMDMyOiByZXN1bHQ6IGdjYwpjb25m aWd1cmU6MzA1MDogY2hlY2tpbmcgZm9yIGxpYnJhcnkgY29udGFpbmluZyBzdHJlcnJvcgpjb25m aWd1cmU6MzA4MTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRl IC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAgPiY1CmNvbmZpZ3VyZTozMDg0 OiAkPyA9IDAKY29uZmlndXJlOjMwODc6IHRlc3QgLXMgY29uZnRlc3QKY29uZmlndXJlOjMwOTA6 ICQ/ID0gMApjb25maWd1cmU6MzE0OTogcmVzdWx0OiBub25lIHJlcXVpcmVkCmNvbmZpZ3VyZToz MjAyOiBjaGVja2luZyBmb3IgZ2NjCmNvbmZpZ3VyZTozMjI4OiByZXN1bHQ6IGNjCmNvbmZpZ3Vy ZTozNDcyOiBjaGVja2luZyBmb3IgQyBjb21waWxlciB2ZXJzaW9uCmNvbmZpZ3VyZTozNDc1OiBj YyAtLXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKMi45NS40CmNvbmZpZ3VyZTozNDc4OiAkPyA9IDAK Y29uZmlndXJlOjM0ODA6IGNjIC12IDwvZGV2L251bGwgPiY1ClVzaW5nIGJ1aWx0aW4gc3BlY3Mu CmdjYyB2ZXJzaW9uIDIuOTUuNCAyMDAyMDMyMCBbRnJlZUJTRF0KY29uZmlndXJlOjM0ODM6ICQ/ ID0gMApjb25maWd1cmU6MzQ4NTogY2MgLVYgPC9kZXYvbnVsbCA+JjUKY2M6IGFyZ3VtZW50IHRv IGAtVicgaXMgbWlzc2luZwpjb25maWd1cmU6MzQ4ODogJD8gPSAxCmNvbmZpZ3VyZTozNDkxOiBj aGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMgY29tcGlsZXIKY29uZmlndXJl OjM1Mzg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTozNTQ0OiBjaGVja2luZyB3aGV0aGVyIGNjIGFj Y2VwdHMgLWcKY29uZmlndXJlOjM1ODY6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTozNjAzOiBjaGVj a2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2VwdCBBTlNJIEMKY29uZmlndXJlOjM2OTE6IHJlc3Vs dDogbm9uZSBuZWVkZWQKY29uZmlndXJlOjM3MDk6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25mdGVzdC5jOjI6IHN5bnRheCBlcnJvciBiZWZv cmUgYG1lJwpjb25maWd1cmU6MzcxMjogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0g d2FzOgp8ICNpZm5kZWYgX19jcGx1c3BsdXMKfCAgIGNob2tlIG1lCnwgI2VuZGlmCmNvbmZpZ3Vy ZTozODIzOiBjaGVja2luZyBkZXBlbmRlbmN5IHN0eWxlIG9mIGNjCmNvbmZpZ3VyZTozODkxOiBy ZXN1bHQ6IGdjYwpjb25maWd1cmU6MzkxMzogY2hlY2tpbmcgaG93IHRvIHJ1biB0aGUgQyBwcmVw cm9jZXNzb3IKY29uZmlndXJlOjM5NDk6IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMKY29uZmlndXJlOjM5NTU6ICQ/ID0gMApjb25maWd1cmU6Mzk4NzogY2MgLUUgLUkvdXNy L2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYwpjb25maWd1cmU6Mzk4OTogYWNfbm9uZXhpc3RlbnQu aDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6Mzk5MzogJD8gPSAxCmNvbmZp Z3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8ICNsaW5lIDM5NzkgImNvbmZpZ3VyZSIKfCAvKiBj b25mZGVmcy5oLiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFD S0FHRV9UQVJOQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBB Q0tBR0VfU1RSSU5HICIiCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUg UEFDS0FHRSAibGliYm9ub2JvdWkiCnwgI2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAvKiBlbmQg Y29uZmRlZnMuaC4gICovCnwgI2luY2x1ZGUgPGFjX25vbmV4aXN0ZW50Lmg+CmNvbmZpZ3VyZTo0 MDMxOiByZXN1bHQ6IGNjIC1FCmNvbmZpZ3VyZTo0MDU2OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5j bHVkZSBjb25mdGVzdC5jCmNvbmZpZ3VyZTo0MDYyOiAkPyA9IDAKY29uZmlndXJlOjQwOTQ6IGNj IC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjQwOTY6IGFjX25v bmV4aXN0ZW50Lmg6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnkKY29uZmlndXJlOjQxMDA6ICQ/ ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKfCAjbGluZSA0MDg2ICJjb25maWd1 cmUiCnwgLyogY29uZmRlZnMuaC4gICovCnwgCnwgI2RlZmluZSBQQUNLQUdFX05BTUUgIiIKfCAj ZGVmaW5lIFBBQ0tBR0VfVEFSTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCnwg I2RlZmluZSBQQUNLQUdFX1NUUklORyAiIgp8ICNkZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgIiIK fCAjZGVmaW5lIFBBQ0tBR0UgImxpYmJvbm9ib3VpIgp8ICNkZWZpbmUgVkVSU0lPTiAiMi40LjAi CnwgLyogZW5kIGNvbmZkZWZzLmguICAqLwp8ICNpbmNsdWRlIDxhY19ub25leGlzdGVudC5oPgpj b25maWd1cmU6NDE0MzogY2hlY2tpbmcgZm9yIGVncmVwCmNvbmZpZ3VyZTo0MTUzOiByZXN1bHQ6 IGdyZXAgLUUKY29uZmlndXJlOjQxNTg6IGNoZWNraW5nIGZvciBBTlNJIEMgaGVhZGVyIGZpbGVz CmNvbmZpZ3VyZTo0MTg0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29u ZnRlc3QuYyA+JjUKY29uZmlndXJlOjQxODc6ICQ/ID0gMApjb25maWd1cmU6NDE5MDogdGVzdCAt cyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MTkzOiAkPyA9IDAKY29uZmlndXJlOjQyODU6IGNjIC1v IGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGli IC1wdGhyZWFkIGNvbmZ0ZXN0LmMgID4mNQpjb25maWd1cmU6NDI4ODogJD8gPSAwCmNvbmZpZ3Vy ZTo0MjkwOiAuL2NvbmZ0ZXN0CmNvbmZpZ3VyZTo0MjkzOiAkPyA9IDAKY29uZmlndXJlOjQzMDg6 IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo0Mzk4OiBjaGVja2luZyBidWlsZCBzeXN0ZW0gdHlwZQpj b25maWd1cmU6NDQxNjogcmVzdWx0OiBpMzg2LXBvcnRibGQtZnJlZWJzZDQuNwpjb25maWd1cmU6 NDQyNDogY2hlY2tpbmcgaG9zdCBzeXN0ZW0gdHlwZQpjb25maWd1cmU6NDQzODogcmVzdWx0OiBp Mzg2LXBvcnRibGQtZnJlZWJzZDQuNwpjb25maWd1cmU6NDQ0NjogY2hlY2tpbmcgZm9yIGEgc2Vk IHRoYXQgZG9lcyBub3QgdHJ1bmNhdGUgb3V0cHV0CmNvbmZpZ3VyZTo0NTAwOiByZXN1bHQ6IC91 c3IvYmluL3NlZApjb25maWd1cmU6NDUxNDogY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkgY2MKY29u ZmlndXJlOjQ1ODE6IHJlc3VsdDogL3Vzci9saWJleGVjL2VsZi9sZApjb25maWd1cmU6NDU5MDog Y2hlY2tpbmcgaWYgdGhlIGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9sZCkgaXMgR05VIGxkCmNv bmZpZ3VyZTo0NjA1OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDYxMDogY2hlY2tpbmcgZm9yIC91 c3IvbGliZXhlYy9lbGYvbGQgb3B0aW9uIHRvIHJlbG9hZCBvYmplY3QgZmlsZXMKY29uZmlndXJl OjQ2MTc6IHJlc3VsdDogLXIKY29uZmlndXJlOjQ2MjY6IGNoZWNraW5nIGZvciBCU0QtY29tcGF0 aWJsZSBubQpjb25maWd1cmU6NDY2ODogcmVzdWx0OiAvdXNyL2Jpbi9ubSAtQgpjb25maWd1cmU6 NDY3MjogY2hlY2tpbmcgd2hldGhlciBsbiAtcyB3b3Jrcwpjb25maWd1cmU6NDY3NjogcmVzdWx0 OiB5ZXMKY29uZmlndXJlOjQ2ODM6IGNoZWNraW5nIGhvdyB0byByZWNvZ25pc2UgZGVwZW5kZW50 IGxpYnJhcmllcwpjb25maWd1cmU6NDg4MzogcmVzdWx0OiBwYXNzX2FsbApjb25maWd1cmU6NTMz NzogY2hlY2tpbmcgZm9yIHN5cy90eXBlcy5oCmNvbmZpZ3VyZTo1MzU0OiBjYyAtYyAtTyAtcGlw ZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjUzNTc6ICQ/ ID0gMApjb25maWd1cmU6NTM2MDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1MzYzOiAk PyA9IDAKY29uZmlndXJlOjUzNzQ6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2lu ZyBmb3Igc3lzL3N0YXQuaApjb25maWd1cmU6NTM1NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1MzU3OiAkPyA9IDAKY29uZmln dXJlOjUzNjA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTM2MzogJD8gPSAwCmNvbmZp Z3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTMzNzogY2hlY2tpbmcgZm9yIHN0ZGxp Yi5oCmNvbmZpZ3VyZTo1MzU0OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg Y29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjUzNTc6ICQ/ID0gMApjb25maWd1cmU6NTM2MDogdGVz dCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1MzYzOiAkPyA9IDAKY29uZmlndXJlOjUzNzQ6IHJl c3VsdDogeWVzCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3Igc3RyaW5nLmgKY29uZmlndXJl OjUzNTQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4m NQpjb25maWd1cmU6NTM1NzogJD8gPSAwCmNvbmZpZ3VyZTo1MzYwOiB0ZXN0IC1zIGNvbmZ0ZXN0 Lm8KY29uZmlndXJlOjUzNjM6ICQ/ID0gMApjb25maWd1cmU6NTM3NDogcmVzdWx0OiB5ZXMKY29u ZmlndXJlOjUzMzc6IGNoZWNraW5nIGZvciBtZW1vcnkuaApjb25maWd1cmU6NTM1NDogY2MgLWMg LU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1 MzU3OiAkPyA9IDAKY29uZmlndXJlOjUzNjA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6 NTM2MzogJD8gPSAwCmNvbmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTMzNzog Y2hlY2tpbmcgZm9yIHN0cmluZ3MuaApjb25maWd1cmU6NTM1NDogY2MgLWMgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1MzU3OiAkPyA9IDAK Y29uZmlndXJlOjUzNjA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTM2MzogJD8gPSAw CmNvbmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTMzNzogY2hlY2tpbmcgZm9y IGludHR5cGVzLmgKY29uZmlndXJlOjUzNTQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NTM1NzogJD8gPSAwCmNvbmZpZ3VyZTo1 MzYwOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjUzNjM6ICQ/ID0gMApjb25maWd1cmU6 NTM3NDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjUzMzc6IGNoZWNraW5nIGZvciBzdGRpbnQuaApj b25maWd1cmU6NTM1NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1Mzk2OiBzdGRpbnQuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVj dG9yeQpjb25maWd1cmU6NTM1NzogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2Fz Ogp8ICNsaW5lIDUzNDMgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVm aW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1FICIiCnwgI2RlZmlu ZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCnwgI2RlZmlu ZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAibGliYm9ub2JvdWkiCnwg I2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmlu ZSBIQVZFX1NZU19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmlu ZSBIQVZFX1NURExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFW RV9NRU1PUllfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lO VFRZUEVTX0ggMQp8IC8qIGVuZCBjb25mZGVmcy5oLiAgKi8KfCAjaW5jbHVkZSA8c3RkaW8uaD4K fCAjaWYgSEFWRV9TWVNfVFlQRVNfSAp8ICMgaW5jbHVkZSA8c3lzL3R5cGVzLmg+CnwgI2VuZGlm CnwgI2lmIEhBVkVfU1lTX1NUQVRfSAp8ICMgaW5jbHVkZSA8c3lzL3N0YXQuaD4KfCAjZW5kaWYK fCAjaWYgU1REQ19IRUFERVJTCnwgIyBpbmNsdWRlIDxzdGRsaWIuaD4KfCAjIGluY2x1ZGUgPHN0 ZGRlZi5oPgp8ICNlbHNlCnwgIyBpZiBIQVZFX1NURExJQl9ICnwgIyAgaW5jbHVkZSA8c3RkbGli Lmg+CnwgIyBlbmRpZgp8ICNlbmRpZgp8ICNpZiBIQVZFX1NUUklOR19ICnwgIyBpZiAhU1REQ19I RUFERVJTICYmIEhBVkVfTUVNT1JZX0gKfCAjICBpbmNsdWRlIDxtZW1vcnkuaD4KfCAjIGVuZGlm CnwgIyBpbmNsdWRlIDxzdHJpbmcuaD4KfCAjZW5kaWYKfCAjaWYgSEFWRV9TVFJJTkdTX0gKfCAj IGluY2x1ZGUgPHN0cmluZ3MuaD4KfCAjZW5kaWYKfCAjaWYgSEFWRV9JTlRUWVBFU19ICnwgIyBp bmNsdWRlIDxpbnR0eXBlcy5oPgp8ICNlbHNlCnwgIyBpZiBIQVZFX1NURElOVF9ICnwgIyAgaW5j bHVkZSA8c3RkaW50Lmg+CnwgIyBlbmRpZgp8ICNlbmRpZgp8ICNpZiBIQVZFX1VOSVNURF9ICnwg IyBpbmNsdWRlIDx1bmlzdGQuaD4KfCAjZW5kaWYKfCAKfCAjaW5jbHVkZSA8c3RkaW50Lmg+CmNv bmZpZ3VyZTo1Mzc0OiByZXN1bHQ6IG5vCmNvbmZpZ3VyZTo1MzM3OiBjaGVja2luZyBmb3IgdW5p c3RkLmgKY29uZmlndXJlOjUzNTQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVk ZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NTM1NzogJD8gPSAwCmNvbmZpZ3VyZTo1MzYwOiB0 ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjUzNjM6ICQ/ID0gMApjb25maWd1cmU6NTM3NDog cmVzdWx0OiB5ZXMKY29uZmlndXJlOjU0MDA6IGNoZWNraW5nIGRsZmNuLmggdXNhYmlsaXR5CmNv bmZpZ3VyZTo1NDEzOiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRl c3QuYyA+JjUKY29uZmlndXJlOjU0MTY6ICQ/ID0gMApjb25maWd1cmU6NTQxOTogdGVzdCAtcyBj b25mdGVzdC5vCmNvbmZpZ3VyZTo1NDIyOiAkPyA9IDAKY29uZmlndXJlOjU0MzI6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZTo1NDM2OiBjaGVja2luZyBkbGZjbi5oIHByZXNlbmNlCmNvbmZpZ3VyZTo1 NDQ3OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jCmNvbmZpZ3VyZTo1NDUz OiAkPyA9IDAKY29uZmlndXJlOjU0NzI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo1NTA4OiBjaGVj a2luZyBmb3IgZGxmY24uaApjb25maWd1cmU6NTUxNTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjU2 MjI6IGNoZWNraW5nIGZvciBDKysgY29tcGlsZXIgdmVyc2lvbgpjb25maWd1cmU6NTYyNTogYysr IC0tdmVyc2lvbiA8L2Rldi9udWxsID4mNQoyLjk1LjQKY29uZmlndXJlOjU2Mjg6ICQ/ID0gMApj b25maWd1cmU6NTYzMDogYysrIC12IDwvZGV2L251bGwgPiY1ClVzaW5nIGJ1aWx0aW4gc3BlY3Mu CmdjYyB2ZXJzaW9uIDIuOTUuNCAyMDAyMDMyMCBbRnJlZUJTRF0KY29uZmlndXJlOjU2MzM6ICQ/ ID0gMApjb25maWd1cmU6NTYzNTogYysrIC1WIDwvZGV2L251bGwgPiY1CmMrKzogYXJndW1lbnQg dG8gYC1WJyBtaXNzaW5nCgpjb25maWd1cmU6NTYzODogJD8gPSAxCmNvbmZpZ3VyZTo1NjQxOiBj aGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMrKyBjb21waWxlcgpjb25maWd1 cmU6NTY2NjogYysrIC1jICAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3Qu Y2MgPiY1CmNvbmZpZ3VyZTo1NjY5OiAkPyA9IDAKY29uZmlndXJlOjU2NzI6IHRlc3QgLXMgY29u ZnRlc3Qubwpjb25maWd1cmU6NTY3NTogJD8gPSAwCmNvbmZpZ3VyZTo1Njg4OiByZXN1bHQ6IHll cwpjb25maWd1cmU6NTY5NDogY2hlY2tpbmcgd2hldGhlciBjKysgYWNjZXB0cyAtZwpjb25maWd1 cmU6NTcxNjogYysrIC1jIC1nIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmNjID4mNQpj b25maWd1cmU6NTcxOTogJD8gPSAwCmNvbmZpZ3VyZTo1NzIyOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8K Y29uZmlndXJlOjU3MjU6ICQ/ID0gMApjb25maWd1cmU6NTczNjogcmVzdWx0OiB5ZXMKY29uZmln dXJlOjU3ODA6IGMrKyAtYyAgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0 LmNjID4mNQpjb25maWd1cmU6NTc4MzogJD8gPSAwCmNvbmZpZ3VyZTo1Nzg2OiB0ZXN0IC1zIGNv bmZ0ZXN0Lm8KY29uZmlndXJlOjU3ODk6ICQ/ID0gMApjb25maWd1cmU6NTgxNjogYysrIC1jICAt TyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZTo1 ODE5OiAkPyA9IDAKY29uZmlndXJlOjU4MjI6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6 NTgyNTogJD8gPSAwCmNvbmZpZ3VyZTo1ODUwOiBjaGVja2luZyBkZXBlbmRlbmN5IHN0eWxlIG9m IGMrKwpjb25maWd1cmU6NTkxODogcmVzdWx0OiBnY2MKY29uZmlndXJlOjU5NDA6IGNoZWNraW5n IGhvdyB0byBydW4gdGhlIEMrKyBwcmVwcm9jZXNzb3IKY29uZmlndXJlOjU5NzI6IGMrKyAtRSAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jYwpjb25maWd1cmU6NTk3ODogJD8gPSAwCmNv bmZpZ3VyZTo2MDEwOiBjKysgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuY2MKY29u ZmlndXJlOjYwMjI6IGFjX25vbmV4aXN0ZW50Lmg6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnkK Y29uZmlndXJlOjYwMTY6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKfCAj bGluZSA2MDAyICJjb25maWd1cmUiCnwgLyogY29uZmRlZnMuaC4gICovCnwgCnwgI2RlZmluZSBQ QUNLQUdFX05BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVEFSTkFNRSAiIgp8ICNkZWZpbmUgUEFD S0FHRV9WRVJTSU9OICIiCnwgI2RlZmluZSBQQUNLQUdFX1NUUklORyAiIgp8ICNkZWZpbmUgUEFD S0FHRV9CVUdSRVBPUlQgIiIKfCAjZGVmaW5lIFBBQ0tBR0UgImxpYmJvbm9ib3VpIgp8ICNkZWZp bmUgVkVSU0lPTiAiMi40LjAiCnwgI2RlZmluZSBTVERDX0hFQURFUlMgMQp8ICNkZWZpbmUgSEFW RV9TWVNfVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1NZU19TVEFUX0ggMQp8ICNkZWZpbmUgSEFW RV9TVERMSUJfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR19IIDEKfCAjZGVmaW5lIEhBVkVfTUVN T1JZX0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdTX0ggMQp8ICNkZWZpbmUgSEFWRV9JTlRUWVBF U19IIDEKfCAjZGVmaW5lIEhBVkVfVU5JU1REX0ggMQp8ICNkZWZpbmUgSEFWRV9ETEZDTl9IIDEK fCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgI2luY2x1ZGUgPGFjX25vbmV4aXN0ZW50Lmg+CmNv bmZpZ3VyZTo2MDU0OiByZXN1bHQ6IGMrKyAtRQpjb25maWd1cmU6NjA3OTogYysrIC1FIC1JL3Vz ci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmNjCmNvbmZpZ3VyZTo2MDg1OiAkPyA9IDAKY29uZmln dXJlOjYxMTc6IGMrKyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jYwpjb25maWd1 cmU6NjEyOTogYWNfbm9uZXhpc3RlbnQuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQpjb25m aWd1cmU6NjEyMzogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8ICNsaW5l IDYxMDkgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tB R0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1FICIiCnwgI2RlZmluZSBQQUNLQUdF X1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCnwgI2RlZmluZSBQQUNLQUdF X0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAibGliYm9ub2JvdWkiCnwgI2RlZmluZSBW RVJTSU9OICIyLjQuMCIKfCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmluZSBIQVZFX1NZ U19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmluZSBIQVZFX1NU RExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFWRV9NRU1PUllf SCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lOVFRZUEVTX0gg MQp8ICNkZWZpbmUgSEFWRV9VTklTVERfSCAxCnwgI2RlZmluZSBIQVZFX0RMRkNOX0ggMQp8IC8q IGVuZCBjb25mZGVmcy5oLiAgKi8KfCAjaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4KY29uZmln dXJlOjYyMTc6IGNoZWNraW5nIGZvciBnNzcKY29uZmlndXJlOjYyNDY6IHJlc3VsdDogbm8KY29u ZmlndXJlOjYyMTc6IGNoZWNraW5nIGZvciBmNzcKY29uZmlndXJlOjYyMzM6IGZvdW5kIC91c3Iv YmluL2Y3Nwpjb25maWd1cmU6NjI0MzogcmVzdWx0OiBmNzcKY29uZmlndXJlOjYyNTg6IGNoZWNr aW5nIGZvciBGb3J0cmFuIDc3IGNvbXBpbGVyIHZlcnNpb24KY29uZmlndXJlOjYyNjE6IGY3NyAt LXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKR05VIEZvcnRyYW4gMC41LjI1IDIwMDIwMzIwIChwcmVy ZWxlYXNlKQpDb3B5cmlnaHQgKEMpIDE5OTcgRnJlZSBTb2Z0d2FyZSBGb3VuZGF0aW9uLCBJbmMu CkZvciBtb3JlIHZlcnNpb24gaW5mb3JtYXRpb24gb24gY29tcG9uZW50cyBvZiB0aGUgR05VIEZv cnRyYW4KY29tcGlsYXRpb24gc3lzdGVtLCBlc3BlY2lhbGx5IHVzZWZ1bCB3aGVuIHJlcG9ydGlu ZyBidWdzLAp0eXBlIHRoZSBjb21tYW5kIGBnNzcgLS12ZXJib3NlJy4KCkdOVSBGb3J0cmFuIGNv bWVzIHdpdGggTk8gV0FSUkFOVFksIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkIGJ5IGxhdy4KWW91 IG1heSByZWRpc3RyaWJ1dGUgY29waWVzIG9mIEdOVSBGb3J0cmFuCnVuZGVyIHRoZSB0ZXJtcyBv ZiB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UuCkZvciBtb3JlIGluZm9ybWF0aW9uIGFi b3V0IHRoZXNlIG1hdHRlcnMsIHNlZSB0aGUgZmlsZSBuYW1lZCBDT1BZSU5HCm9yIHR5cGUgdGhl IGNvbW1hbmQgYGluZm8gLWYgZzc3IENvcHlpbmcnLgpjb25maWd1cmU6NjI2NDogJD8gPSAwCmNv bmZpZ3VyZTo2MjY2OiBmNzcgLXYgPC9kZXYvbnVsbCA+JjUKZzc3IHZlcnNpb24gMi45NS40IDIw MDIwMzIwIFtGcmVlQlNEXSAoZnJvbSBGU0YtZzc3IHZlcnNpb24gMC41LjI1IDIwMDIwMzIwIChw cmVyZWxlYXNlKSkKRHJpdmluZzogZjc3IC12IC1jIC14Zjc3LXZlcnNpb24gL2Rldi9udWxsIC14 bm9uZQpVc2luZyBidWlsdGluIHNwZWNzLgpnY2MgdmVyc2lvbiAyLjk1LjQgMjAwMjAzMjAgW0Zy ZWVCU0RdCiAvdXNyL2xpYmV4ZWMvY3BwMCAtbGFuZy1jIC12IC1EX19HTlVDX189MiAtRF9fR05V Q19NSU5PUl9fPTk1IC1EX19pMzg2X18gLURfX0ZyZWVCU0RfXz00IC1EX19GcmVlQlNEX2NjX3Zl cnNpb249NDYwMDAxIC1EX191bml4X18gLURfX2kzODYgLURfX3VuaXggLUFjcHUoaTM4NikgLUFt YWNoaW5lKGkzODYpIC1Bc3lzdGVtKHVuaXgpIC1Bc3lzdGVtKEZyZWVCU0QpIC1EX0xBTkdVQUdF X0ZPUlRSQU4gLXRyYWRpdGlvbmFsIC1BY3B1KGkzODYpIC1BbWFjaGluZShpMzg2KSAtRGkzODYg LURfX2kzODYgLURfX2kzODZfXyAtRF9fRUxGX18gL2Rldi9udWxsIC9kZXYvbnVsbApHTlUgQ1BQ IHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNEXSAoaTM4NiBGcmVlQlNEL0VMRikKI2lu Y2x1ZGUgIi4uLiIgc2VhcmNoIHN0YXJ0cyBoZXJlOgojaW5jbHVkZSA8Li4uPiBzZWFyY2ggc3Rh cnRzIGhlcmU6CiAvdXNyL2luY2x1ZGUKIC91c3IvaW5jbHVkZQpFbmQgb2Ygc2VhcmNoIGxpc3Qu ClRoZSBmb2xsb3dpbmcgZGVmYXVsdCBkaXJlY3RvcmllcyBoYXZlIGJlZW4gb21pdHRlZCBmcm9t IHRoZSBzZWFyY2ggcGF0aDoKIC91c3IvaW5jbHVkZS9nKysKRW5kIG9mIG9taXR0ZWQgbGlzdC4K IC91c3IvbGliZXhlYy9mNzcxIC1mbnVsbC12ZXJzaW9uIC1xdWlldCAtZHVtcGJhc2UgZzc3LXZl cnNpb24uZiAtdmVyc2lvbiAtZnZlcnNpb24gLW8gL3RtcC9jY0NVaEE4Qy5zIC9kZXYvbnVsbApH TlUgRjc3IHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNEXSAoaTM4Ni11bmtub3duLWZy ZWVic2QpIGNvbXBpbGVkIGJ5IEdOVSBDIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNE XS4KR05VIEZvcnRyYW4gRnJvbnQgRW5kIHZlcnNpb24gMC41LjI1IDIwMDIwMzIwIChwcmVyZWxl YXNlKQogL3Vzci9saWJleGVjL2VsZi9hcyAtdiAtbyAvdG1wL2NjcjZub29uLm8gL3RtcC9jY0NV aEE4Qy5zCkdOVSBhc3NlbWJsZXIgdmVyc2lvbiAyLjEyLjEgW0ZyZWVCU0RdIDIwMDItMDctMjAg KGkzODYtb2JyaWVuLWZyZWVic2Q1LjApIHVzaW5nIEJGRCB2ZXJzaW9uIDIuMTIuMSBbRnJlZUJT RF0gMjAwMi0wNy0yMAogL3Vzci9saWJleGVjL2VsZi9sZCAtViAtZHluYW1pYy1saW5rZXIgL3Vz ci9saWJleGVjL2xkLWVsZi5zby4xIC1vIC90bXAvY2NqYUQwSEUgL3RtcC9jY3I2bm9vbi5vIC91 c3IvbGliL2NydDEubyAvdXNyL2xpYi9jcnRpLm8gL3Vzci9saWIvY3J0YmVnaW4ubyAtTC91c3Iv bGliIC1sZzJjIC1sbSAtbGdjYyAtbGMgLWxnY2MgL3Vzci9saWIvY3J0ZW5kLm8gL3Vzci9saWIv Y3J0bi5vCi91c3IvbGliL2xpYmcyYy5zbzogd2FybmluZzogdGVtcG5hbSgpIHBvc3NpYmx5IHVz ZWQgdW5zYWZlbHk7IGNvbnNpZGVyIHVzaW5nIG1rc3RlbXAoKQpHTlUgbGQgdmVyc2lvbiAyLjEy LjEgW0ZyZWVCU0RdIDIwMDItMDctMjAKICBTdXBwb3J0ZWQgZW11bGF0aW9uczoKICAgZWxmX2kz ODYKIC90bXAvY2NqYUQwSEUKX19HNzdfTElCRjc3X1ZFUlNJT05fXzogMC41LjI1IDIwMDEwMzE1 IChyZWxlYXNlKQpAKCMpTElCRjc3IFZFUlNJT04gMTk5OTA1MDMKX19HNzdfTElCSTc3X1ZFUlNJ T05fXzogMC41LjI1IDIwMDEwMzE1IChyZWxlYXNlKQpAKCMpIExJQkk3NyBWRVJTSU9OIHBqdyxk bWctbW9kcyAxOTk5MDUwMwpfX0c3N19MSUJVNzdfVkVSU0lPTl9fOiAwLjUuMjUgMjAwMTAzMTUg KHJlbGVhc2UpCkAoIykgTElCVTc3IFZFUlNJT04gMTk5ODA3MDkKY29uZmlndXJlOjYyNjk6ICQ/ ID0gMApjb25maWd1cmU6NjI3MTogZjc3IC1WIDwvZGV2L251bGwgPiY1CmY3NzogYXJndW1lbnQg dG8gYC1WJyBtaXNzaW5nCmNvbmZpZ3VyZTo2Mjc0OiAkPyA9IDEKY29uZmlndXJlOjYyODE6IGNo ZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIHRoZSBHTlUgRm9ydHJhbiA3NyBjb21waWxlcgpj b25maWd1cmU6NjI5NTogZjc3IC1jICBjb25mdGVzdC5GID4mNQpjb25maWd1cmU6NjI5ODogJD8g PSAwCmNvbmZpZ3VyZTo2MzAxOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjYzMDQ6ICQ/ ID0gMApjb25maWd1cmU6NjMxNzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjYzMjQ6IGNoZWNraW5n IHdoZXRoZXIgZjc3IGFjY2VwdHMgLWcKY29uZmlndXJlOjYzMzY6IGY3NyAtYyAtZyBjb25mdGVz dC5mID4mNQpjb25maWd1cmU6NjMzOTogJD8gPSAwCmNvbmZpZ3VyZTo2MzQyOiB0ZXN0IC1zIGNv bmZ0ZXN0Lm8KY29uZmlndXJlOjYzNDU6ICQ/ID0gMApjb25maWd1cmU6NjM1NzogcmVzdWx0OiB5 ZXMKY29uZmlndXJlOjYzODU6IGNoZWNraW5nIHRoZSBtYXhpbXVtIGxlbmd0aCBvZiBjb21tYW5k IGxpbmUgYXJndW1lbnRzCmNvbmZpZ3VyZTo2NDQ0OiByZXN1bHQ6IDE2Mzg0CmNvbmZpZ3VyZTo2 NDU1OiBjaGVja2luZyBjb21tYW5kIHRvIHBhcnNlIC91c3IvYmluL25tIC1CIG91dHB1dCBmcm9t IGNjIG9iamVjdApjb25maWd1cmU6NjU0NDogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9p bmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo2NTQ3OiAkPyA9IDAKY29uZmlndXJlOjY1 NTE6IC91c3IvYmluL25tIC1CIGNvbmZ0ZXN0Lm8gXHwgc2VkIC1uIC1lICdzL14uKlsgCV1cKFtB QkNER0lTVFddW0FCQ0RHSVNUV10qXClbIAldWyAJXSpcKFwpXChbX0EtWmEtel1bX0EtWmEtejAt OV0qXCkkL1wxIFwyXDMgXDMvcCcgXD4gY29uZnRlc3Qubm0KY29uZmlndXJlOjY1NTQ6ICQ/ID0g MApjb25maWd1cmU6NjYwNjogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9p bmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyBjb25mdHN0bS5vID4m NQpjb25maWd1cmU6NjYwOTogJD8gPSAwCmNvbmZpZ3VyZTo2NjQ3OiByZXN1bHQ6IG9rCmNvbmZp Z3VyZTo2NjUxOiBjaGVja2luZyBmb3Igb2JqZGlyCmNvbmZpZ3VyZTo2NjY2OiByZXN1bHQ6IC5s aWJzCmNvbmZpZ3VyZTo2NzU2OiBjaGVja2luZyBmb3IgYXIKY29uZmlndXJlOjY3NzI6IGZvdW5k IC91c3IvYmluL2FyCmNvbmZpZ3VyZTo2NzgzOiByZXN1bHQ6IGFyCmNvbmZpZ3VyZTo2ODM2OiBj aGVja2luZyBmb3IgcmFubGliCmNvbmZpZ3VyZTo2ODUyOiBmb3VuZCAvdXNyL2Jpbi9yYW5saWIK Y29uZmlndXJlOjY4NjM6IHJlc3VsdDogcmFubGliCmNvbmZpZ3VyZTo2OTE2OiBjaGVja2luZyBm b3Igc3RyaXAKY29uZmlndXJlOjY5MzI6IGZvdW5kIC91c3IvYmluL3N0cmlwCmNvbmZpZ3VyZTo2 OTQzOiByZXN1bHQ6IHN0cmlwCmNvbmZpZ3VyZTo3MjA1OiBjaGVja2luZyBpZiBjYyBzdGF0aWMg ZmxhZyAgd29ya3MKY29uZmlndXJlOjcyMjg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo3MjQ1OiBj aGVja2luZyBpZiBjYyBzdXBwb3J0cyAtZm5vLXJ0dGkgLWZuby1leGNlcHRpb25zCmNvbmZpZ3Vy ZTo3MjYzOiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1ydHRpIC1m bm8tZXhjZXB0aW9ucyBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NzI2NzogJD8gPSAwCmNvbmZp Z3VyZTo3Mjc4OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NzI5MzogY2hlY2tpbmcgZm9yIGNjIG9w dGlvbiB0byBwcm9kdWNlIFBJQwpjb25maWd1cmU6NzQ3MDogcmVzdWx0OiAtZlBJQwpjb25maWd1 cmU6NzQ3NzogY2hlY2tpbmcgaWYgY2MgUElDIGZsYWcgLWZQSUMgd29ya3MKY29uZmlndXJlOjc0 OTU6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtZlBJQyAtRFBJQyBjb25m dGVzdC5jID4mNQpjb25maWd1cmU6NzQ5OTogJD8gPSAwCmNvbmZpZ3VyZTo3NTEwOiByZXN1bHQ6 IHllcwpjb25maWd1cmU6NzUzNDogY2hlY2tpbmcgaWYgY2Mgc3VwcG9ydHMgLWMgLW8gZmlsZS5v CmNvbmZpZ3VyZTo3NTYyOiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLW8g b3V0L2NvbmZ0ZXN0Mi5vIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo3NTY2OiAkPyA9IDAKY29u ZmlndXJlOjc1ODM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo3NjA5OiBjaGVja2luZyB3aGV0aGVy IHRoZSBjYyBsaW5rZXIgKC91c3IvbGliZXhlYy9lbGYvbGQpIHN1cHBvcnRzIHNoYXJlZCBsaWJy YXJpZXMKY29uZmlndXJlOjg0MDM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo4NDI5OiBjaGVja2lu ZyB3aGV0aGVyIC1sYyBzaG91bGQgYmUgZXhwbGljaXRseSBsaW5rZWQgaW4KY29uZmlndXJlOjg0 MzQ6IGNjIC1jIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpj b25maWd1cmU6ODQzNzogJD8gPSAwCmNvbmZpZ3VyZTo4NDUxOiBjYyAtc2hhcmVkIGNvbmZ0ZXN0 Lm8gIC12IC1XbCwtc29uYW1lIC1XbCxjb25mdGVzdCAtbyBjb25mdGVzdCAyXD5cJjEgXHwgZ3Jl cCAgLWxjICBcPi9kZXYvbnVsbCAyXD5cJjEKY29uZmlndXJlOjg0NTQ6ICQ/ID0gMQpjb25maWd1 cmU6ODQ2NjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjg0NzQ6IGNoZWNraW5nIGhvdyB0byBoYXJk Y29kZSBsaWJyYXJ5IHBhdGhzIGludG8gcHJvZ3JhbXMKY29uZmlndXJlOjg0OTk6IHJlc3VsdDog aW1tZWRpYXRlCmNvbmZpZ3VyZTo4NTEzOiBjaGVja2luZyB3aGV0aGVyIHN0cmlwcGluZyBsaWJy YXJpZXMgaXMgcG9zc2libGUKY29uZmlndXJlOjg1MTg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo4 NTQwOiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0ZXJpc3RpY3MKY29uZmlndXJlOjkw NzU6IHJlc3VsdDogZnJlZWJzZDQuNyBsZC5zbwpjb25maWd1cmU6OTgwMTogY2hlY2tpbmcgaWYg bGlidG9vbCBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzCmNvbmZpZ3VyZTo5ODAzOiByZXN1bHQ6 IHllcwpjb25maWd1cmU6OTgwNjogY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzaGFyZWQgbGli cmFyaWVzCmNvbmZpZ3VyZTo5ODU1OiByZXN1bHQ6IHllcwpjb25maWd1cmU6OTg1ODogY2hlY2tp bmcgd2hldGhlciB0byBidWlsZCBzdGF0aWMgbGlicmFyaWVzCmNvbmZpZ3VyZTo5ODYyOiByZXN1 bHQ6IHllcwpjb25maWd1cmU6OTk1MzogY3JlYXRpbmcgbGlidG9vbApjb25maWd1cmU6MTA0OTc6 IGNoZWNraW5nIGZvciBsZCB1c2VkIGJ5IGMrKwpjb25maWd1cmU6MTA1NjQ6IHJlc3VsdDogL3Vz ci9saWJleGVjL2VsZi9sZApjb25maWd1cmU6MTA1NzM6IGNoZWNraW5nIGlmIHRoZSBsaW5rZXIg KC91c3IvbGliZXhlYy9lbGYvbGQpIGlzIEdOVSBsZApjb25maWd1cmU6MTA1ODg6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZToxMDYzOTogY2hlY2tpbmcgd2hldGhlciB0aGUgYysrIGxpbmtlciAoL3Vz ci9saWJleGVjL2VsZi9sZCkgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6MTE0 MzQ6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxMTQ1MjogYysrIC1jICAtTyAtcGlwZSAgLUkvdXNy L2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZToxMTQ1NTogJD8gPSAwCmNv bmZpZ3VyZToxMTU1MTogY2hlY2tpbmcgZm9yIGMrKyBvcHRpb24gdG8gcHJvZHVjZSBQSUMKY29u ZmlndXJlOjExODAzOiByZXN1bHQ6IC1mUElDCmNvbmZpZ3VyZToxMTgxMDogY2hlY2tpbmcgaWYg YysrIFBJQyBmbGFnIC1mUElDIHdvcmtzCmNvbmZpZ3VyZToxMTgyODogYysrIC1jICAtTyAtcGlw ZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLWZQSUMgLURQSUMgY29uZnRlc3QuY2MgPiY1CmNvbmZp Z3VyZToxMTgzMjogJD8gPSAwCmNvbmZpZ3VyZToxMTg0MzogcmVzdWx0OiB5ZXMKY29uZmlndXJl OjExODY3OiBjaGVja2luZyBpZiBjKysgc3VwcG9ydHMgLWMgLW8gZmlsZS5vCmNvbmZpZ3VyZTox MTg5NTogYysrIC1jICAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLW8gb3V0L2NvbmZ0 ZXN0Mi5vIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1cmU6MTE4OTk6ICQ/ID0gMApjb25maWd1cmU6 MTE5MTY6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxMTk0MjogY2hlY2tpbmcgd2hldGhlciB0aGUg YysrIGxpbmtlciAoL3Vzci9saWJleGVjL2VsZi9sZCkgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmll cwpjb25maWd1cmU6MTE5Njc6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxMjAzODogY2hlY2tpbmcg aG93IHRvIGhhcmRjb2RlIGxpYnJhcnkgcGF0aHMgaW50byBwcm9ncmFtcwpjb25maWd1cmU6MTIw NjM6IHJlc3VsdDogaW1tZWRpYXRlCmNvbmZpZ3VyZToxMjA3NzogY2hlY2tpbmcgd2hldGhlciBz dHJpcHBpbmcgbGlicmFyaWVzIGlzIHBvc3NpYmxlCmNvbmZpZ3VyZToxMjA4MjogcmVzdWx0OiB5 ZXMKY29uZmlndXJlOjEyMTA0OiBjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0ZXJpc3Rp Y3MKY29uZmlndXJlOjEyNjM5OiByZXN1bHQ6IGZyZWVic2Q0LjcgbGQuc28KY29uZmlndXJlOjEz ODM4OiBjaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRzIHNoYXJlZCBsaWJyYXJpZXMKY29uZmln dXJlOjEzODQwOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTM4NDM6IGNoZWNraW5nIHdoZXRoZXIg dG8gYnVpbGQgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6MTM4NjE6IHJlc3VsdDogeWVzCmNv bmZpZ3VyZToxMzg2NDogY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzdGF0aWMgbGlicmFyaWVz CmNvbmZpZ3VyZToxMzg2ODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjEzODgwOiBjaGVja2luZyBm b3IgZjc3IG9wdGlvbiB0byBwcm9kdWNlIFBJQwpjb25maWd1cmU6MTQwNTc6IHJlc3VsdDogLWZQ SUMKY29uZmlndXJlOjE0MDY0OiBjaGVja2luZyBpZiBmNzcgUElDIGZsYWcgLWZQSUMgd29ya3MK Y29uZmlndXJlOjE0MDgyOiBmNzcgLWMgLWcgLU8yIC1mUElDIGNvbmZ0ZXN0LmYgPiY1CmNvbmZp Z3VyZToxNDA4NjogJD8gPSAwCmNvbmZpZ3VyZToxNDA5NzogcmVzdWx0OiB5ZXMKY29uZmlndXJl OjE0MTIxOiBjaGVja2luZyBpZiBmNzcgc3VwcG9ydHMgLWMgLW8gZmlsZS5vCmNvbmZpZ3VyZTox NDE0OTogZjc3IC1jIC1nIC1PMiAtbyBvdXQvY29uZnRlc3QyLm8gY29uZnRlc3QuZiA+JjUKY29u ZmlndXJlOjE0MTUzOiAkPyA9IDAKY29uZmlndXJlOjE0MTcwOiByZXN1bHQ6IHllcwpjb25maWd1 cmU6MTQxOTY6IGNoZWNraW5nIHdoZXRoZXIgdGhlIGY3NyBsaW5rZXIgKC91c3IvbGliZXhlYy9l bGYvbGQpIHN1cHBvcnRzIHNoYXJlZCBsaWJyYXJpZXMKY29uZmlndXJlOjE0OTY4OiByZXN1bHQ6 IHllcwpjb25maWd1cmU6MTUwMzk6IGNoZWNraW5nIGhvdyB0byBoYXJkY29kZSBsaWJyYXJ5IHBh dGhzIGludG8gcHJvZ3JhbXMKY29uZmlndXJlOjE1MDY0OiByZXN1bHQ6IGltbWVkaWF0ZQpjb25m aWd1cmU6MTUwNzg6IGNoZWNraW5nIHdoZXRoZXIgc3RyaXBwaW5nIGxpYnJhcmllcyBpcyBwb3Nz aWJsZQpjb25maWd1cmU6MTUwODM6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxNTEwNTogY2hlY2tp bmcgZHluYW1pYyBsaW5rZXIgY2hhcmFjdGVyaXN0aWNzCmNvbmZpZ3VyZToxNTY0MDogcmVzdWx0 OiBmcmVlYnNkNC43IGxkLnNvCmNvbmZpZ3VyZToxOTU1NzogY2hlY2tpbmcgZm9yIGJpc29uCmNv bmZpZ3VyZToxOTU3MzogZm91bmQgL3Vzci9sb2NhbC9iaW4vYmlzb24KY29uZmlndXJlOjE5NTgz OiByZXN1bHQ6IGJpc29uIC15CmNvbmZpZ3VyZToxOTU5ODogY2hlY2tpbmcgZm9yIHhyZGIKY29u ZmlndXJlOjE5NjE2OiBmb3VuZCAvdXNyL1gxMVI2L2Jpbi94cmRiCmNvbmZpZ3VyZToxOTYyODog cmVzdWx0OiAvdXNyL1gxMVI2L2Jpbi94cmRiCmNvbmZpZ3VyZToxOTczODogY2hlY2tpbmcgd2hh dCB3YXJuaW5nIGZsYWdzIHRvIHBhc3MgdG8gdGhlIEMgY29tcGlsZXIKY29uZmlndXJlOjE5NzQw OiByZXN1bHQ6IC1XYWxsIC1XbWlzc2luZy1wcm90b3R5cGVzCmNvbmZpZ3VyZToxOTc1MTogY2hl Y2tpbmcgd2hhdCBsYW5ndWFnZSBjb21wbGlhbmNlIGZsYWdzIHRvIHBhc3MgdG8gdGhlIEMgY29t cGlsZXIKY29uZmlndXJlOjE5NzY2OiByZXN1bHQ6IApjb25maWd1cmU6MTk3OTg6IGNoZWNraW5n IGxvY2FsZS5oIHVzYWJpbGl0eQpjb25maWd1cmU6MTk4MTE6IGNjIC1jIC1PIC1waXBlICAtSS91 c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MTk4MTQ6ICQ/ID0gMApj b25maWd1cmU6MTk4MTc6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MTk4MjA6ICQ/ID0g MApjb25maWd1cmU6MTk4MzA6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxOTgzNDogY2hlY2tpbmcg bG9jYWxlLmggcHJlc2VuY2UKY29uZmlndXJlOjE5ODQ1OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5j bHVkZSBjb25mdGVzdC5jCmNvbmZpZ3VyZToxOTg1MTogJD8gPSAwCmNvbmZpZ3VyZToxOTg3MDog cmVzdWx0OiB5ZXMKY29uZmlndXJlOjE5OTA2OiBjaGVja2luZyBmb3IgbG9jYWxlLmgKY29uZmln dXJlOjE5OTEzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTk5Mjc6IGNoZWNraW5nIGZvciBMQ19N RVNTQUdFUwpjb25maWd1cmU6MTk5NDk6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3Iv bG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkIGNvbmZ0ZXN0LmMgID4mNQpj b25maWd1cmU6MTk5NTI6ICQ/ID0gMApjb25maWd1cmU6MTk5NTU6IHRlc3QgLXMgY29uZnRlc3QK Y29uZmlndXJlOjE5OTU4OiAkPyA9IDAKY29uZmlndXJlOjE5OTY5OiByZXN1bHQ6IHllcwpjb25m aWd1cmU6MTk5OTg6IGNoZWNraW5nIGxpYmludGwuaCB1c2FiaWxpdHkKY29uZmlndXJlOjIwMDEx OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29u ZmlndXJlOjIwMDE0OiAkPyA9IDAKY29uZmlndXJlOjIwMDE3OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8K Y29uZmlndXJlOjIwMDIwOiAkPyA9IDAKY29uZmlndXJlOjIwMDMwOiByZXN1bHQ6IHllcwpjb25m aWd1cmU6MjAwMzQ6IGNoZWNraW5nIGxpYmludGwuaCBwcmVzZW5jZQpjb25maWd1cmU6MjAwNDU6 IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjIwMDUxOiAk PyA9IDAKY29uZmlndXJlOjIwMDcwOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjAxMDY6IGNoZWNr aW5nIGZvciBsaWJpbnRsLmgKY29uZmlndXJlOjIwMTEzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6 MjAxMjQ6IGNoZWNraW5nIGZvciBkZ2V0dGV4dCBpbiBsaWJjCmNvbmZpZ3VyZToyMDE0ODogY2Mg LW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9s aWIgLXB0aHJlYWQgY29uZnRlc3QuYyAgPiY1Ci90bXAvY2NDdUEwVmkubzogSW4gZnVuY3Rpb24g YG1haW4nOgovdG1wL2NjQ3VBMFZpLm8oLnRleHQrMHgxNCk6IHVuZGVmaW5lZCByZWZlcmVuY2Ug dG8gYGxpYmludGxfZGdldHRleHQnCmNvbmZpZ3VyZToyMDE1MTogJD8gPSAxCmNvbmZpZ3VyZTog ZmFpbGVkIHByb2dyYW0gd2FzOgp8ICNsaW5lIDIwMTMwICJjb25maWd1cmUiCnwgLyogY29uZmRl ZnMuaC4gICovCnwgCnwgI2RlZmluZSBQQUNLQUdFX05BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0Vf VEFSTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCnwgI2RlZmluZSBQQUNLQUdF X1NUUklORyAiIgp8ICNkZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgIiIKfCAjZGVmaW5lIFBBQ0tB R0UgImxpYmJvbm9ib3VpIgp8ICNkZWZpbmUgVkVSU0lPTiAiMi40LjAiCnwgI2RlZmluZSBTVERD X0hFQURFUlMgMQp8ICNkZWZpbmUgSEFWRV9TWVNfVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1NZ U19TVEFUX0ggMQp8ICNkZWZpbmUgSEFWRV9TVERMSUJfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklO R19IIDEKfCAjZGVmaW5lIEhBVkVfTUVNT1JZX0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdTX0gg MQp8ICNkZWZpbmUgSEFWRV9JTlRUWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfVU5JU1REX0ggMQp8 ICNkZWZpbmUgSEFWRV9ETEZDTl9IIDEKfCAjZGVmaW5lIEdFVFRFWFRfUEFDS0FHRSAibGliYm9u b2JvdWktMi4wIgp8ICNkZWZpbmUgSEFWRV9MT0NBTEVfSCAxCnwgI2RlZmluZSBIQVZFX0xDX01F U1NBR0VTIDEKfCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgCnwgI2luY2x1ZGUgPGxpYmludGwu aD4KfCAKfCBpbnQKfCBtYWluICgpCnwgewp8IHJldHVybiAoaW50KSBkZ2V0dGV4dCAoIiIsIiIp CnwgICA7CnwgICByZXR1cm4gMDsKfCB9CmNvbmZpZ3VyZToyMDE2OTogcmVzdWx0OiBubwpjb25m aWd1cmU6MjAyNjU6IGNoZWNraW5nIGZvciBiaW5kdGV4dGRvbWFpbiBpbiAtbGludGwKY29uZmln dXJlOjIwMjk2OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg LUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCBjb25mdGVzdC5jIC1saW50bCAgID4mNQpjb25maWd1 cmU6MjAyOTk6ICQ/ID0gMApjb25maWd1cmU6MjAzMDI6IHRlc3QgLXMgY29uZnRlc3QKY29uZmln dXJlOjIwMzA1OiAkPyA9IDAKY29uZmlndXJlOjIwMzE3OiByZXN1bHQ6IHllcwpjb25maWd1cmU6 MjAzMjA6IGNoZWNraW5nIGZvciBkZ2V0dGV4dCBpbiAtbGludGwKY29uZmlndXJlOjIwMzUxOiBj YyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2Fs L2xpYiAtcHRocmVhZCBjb25mdGVzdC5jIC1saW50bCAgID4mNQpjb25maWd1cmU6MjAzNTQ6ICQ/ ID0gMApjb25maWd1cmU6MjAzNTc6IHRlc3QgLXMgY29uZnRlc3QKY29uZmlndXJlOjIwMzYwOiAk PyA9IDAKY29uZmlndXJlOjIwMzcyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MjA0NjI6IGNoZWNr aW5nIGZvciBiaW5kX3RleHRkb21haW5fY29kZXNldApjb25maWd1cmU6MjA1MTI6IGNjIC1vIGNv bmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGliIC1w dGhyZWFkIGNvbmZ0ZXN0LmMgIC1saW50bCAgPiY1CmNvbmZpZ3VyZToyMDUxNTogJD8gPSAwCmNv bmZpZ3VyZToyMDUxODogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MjA1MjE6ICQ/ID0gMApj b25maWd1cmU6MjA1MzI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMDU3MTogY2hlY2tpbmcgZm9y IG1zZ2ZtdApjb25maWd1cmU6MjA1OTg6IHJlc3VsdDogL3Vzci9sb2NhbC9iaW4vbXNnZm10CmNv bmZpZ3VyZToyMDYwOTogY2hlY2tpbmcgZm9yIGRjZ2V0dGV4dApjb25maWd1cmU6MjA2NTk6IGNj IC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwv bGliIC1wdGhyZWFkIGNvbmZ0ZXN0LmMgID4mNQovdG1wL2NjQ0NGOGs5Lm86IEluIGZ1bmN0aW9u IGBtYWluJzoKL3RtcC9jY0NDRjhrOS5vKC50ZXh0KzB4OSk6IHVuZGVmaW5lZCByZWZlcmVuY2Ug dG8gYGRjZ2V0dGV4dCcKL3RtcC9jY0NDRjhrOS5vKC5kYXRhKzB4MCk6IHVuZGVmaW5lZCByZWZl cmVuY2UgdG8gYGRjZ2V0dGV4dCcKY29uZmlndXJlOjIwNjYyOiAkPyA9IDEKY29uZmlndXJlOiBm YWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2xpbmUgMjA2MTUgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVm cy5oLiAgKi8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9U QVJOQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0Vf U1RSSU5HICIiCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FH RSAibGliYm9ub2JvdWkiCnwgI2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAjZGVmaW5lIFNURENf SEVBREVSUyAxCnwgI2RlZmluZSBIQVZFX1NZU19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lT X1NUQVRfSCAxCnwgI2RlZmluZSBIQVZFX1NURExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5H X0ggMQp8ICNkZWZpbmUgSEFWRV9NRU1PUllfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAx CnwgI2RlZmluZSBIQVZFX0lOVFRZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9VTklTVERfSCAxCnwg I2RlZmluZSBIQVZFX0RMRkNOX0ggMQp8ICNkZWZpbmUgR0VUVEVYVF9QQUNLQUdFICJsaWJib25v Ym91aS0yLjAiCnwgI2RlZmluZSBIQVZFX0xPQ0FMRV9IIDEKfCAjZGVmaW5lIEhBVkVfTENfTUVT U0FHRVMgMQp8ICNkZWZpbmUgSEFWRV9CSU5EX1RFWFRET01BSU5fQ09ERVNFVCAxCnwgI2RlZmlu ZSBIQVZFX0dFVFRFWFQgMQp8IC8qIGVuZCBjb25mZGVmcy5oLiAgKi8KfCAvKiBTeXN0ZW0gaGVh ZGVyIHRvIGRlZmluZSBfX3N0dWIgbWFjcm9zIGFuZCBob3BlZnVsbHkgZmV3IHByb3RvdHlwZXMs CnwgICAgIHdoaWNoIGNhbiBjb25mbGljdCB3aXRoIGNoYXIgZGNnZXR0ZXh0ICgpOyBiZWxvdy4K fCAgICAgUHJlZmVyIDxsaW1pdHMuaD4gdG8gPGFzc2VydC5oPiBpZiBfX1NURENfXyBpcyBkZWZp bmVkLCBzaW5jZQp8ICAgICA8bGltaXRzLmg+IGV4aXN0cyBldmVuIG9uIGZyZWVzdGFuZGluZyBj b21waWxlcnMuICAqLwp8ICNpZmRlZiBfX1NURENfXwp8ICMgaW5jbHVkZSA8bGltaXRzLmg+Cnwg I2Vsc2UKfCAjIGluY2x1ZGUgPGFzc2VydC5oPgp8ICNlbmRpZgp8IC8qIE92ZXJyaWRlIGFueSBn Y2MyIGludGVybmFsIHByb3RvdHlwZSB0byBhdm9pZCBhbiBlcnJvci4gICovCnwgI2lmZGVmIF9f Y3BsdXNwbHVzCnwgZXh0ZXJuICJDIgp8IHsKfCAjZW5kaWYKfCAvKiBXZSB1c2UgY2hhciBiZWNh dXNlIGludCBtaWdodCBtYXRjaCB0aGUgcmV0dXJuIHR5cGUgb2YgYSBnY2MyCnwgICAgYnVpbHRp biBhbmQgdGhlbiBpdHMgYXJndW1lbnQgcHJvdG90eXBlIHdvdWxkIHN0aWxsIGFwcGx5LiAgKi8K fCBjaGFyIGRjZ2V0dGV4dCAoKTsKfCAvKiBUaGUgR05VIEMgbGlicmFyeSBkZWZpbmVzIHRoaXMg Zm9yIGZ1bmN0aW9ucyB3aGljaCBpdCBpbXBsZW1lbnRzCnwgICAgIHRvIGFsd2F5cyBmYWlsIHdp dGggRU5PU1lTLiAgU29tZSBmdW5jdGlvbnMgYXJlIGFjdHVhbGx5IG5hbWVkCnwgICAgIHNvbWV0 aGluZyBzdGFydGluZyB3aXRoIF9fIGFuZCB0aGUgbm9ybWFsIG5hbWUgaXMgYW4gYWxpYXMuICAq Lwp8ICNpZiBkZWZpbmVkIChfX3N0dWJfZGNnZXR0ZXh0KSB8fCBkZWZpbmVkIChfX3N0dWJfX19k Y2dldHRleHQpCnwgY2hva2UgbWUKfCAjZWxzZQp8IGNoYXIgKCpmKSAoKSA9IGRjZ2V0dGV4dDsK fCAjZW5kaWYKfCAjaWZkZWYgX19jcGx1c3BsdXMKfCB9CnwgI2VuZGlmCnwgCnwgaW50CnwgbWFp biAoKQp8IHsKfCByZXR1cm4gZiAhPSBkY2dldHRleHQ7CnwgICA7CnwgICByZXR1cm4gMDsKfCB9 CmNvbmZpZ3VyZToyMDY3OTogcmVzdWx0OiBubwpjb25maWd1cmU6MjA2OTE6IGNoZWNraW5nIGZv ciBnbXNnZm10CmNvbmZpZ3VyZToyMDcyMjogcmVzdWx0OiAvdXNyL2xvY2FsL2Jpbi9tc2dmbXQK Y29uZmlndXJlOjIwNzMxOiBjaGVja2luZyBmb3IgeGdldHRleHQKY29uZmlndXJlOjIwNzU4OiBy ZXN1bHQ6IC91c3IvbG9jYWwvYmluL3hnZXR0ZXh0CmNvbmZpZ3VyZToyMDc4MzogY2MgLW8gY29u ZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0 aHJlYWQgY29uZnRlc3QuYyAgPiY1Ci90bXAvY2N2V2JNR08ubzogSW4gZnVuY3Rpb24gYG1haW4n OgovdG1wL2NjdldiTUdPLm8oLnRleHQrMHg0KTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBgX25s X21zZ19jYXRfY250cicKY29uZmlndXJlOjIwNzg2OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQg cHJvZ3JhbSB3YXM6CnwgI2xpbmUgMjA3NjYgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5oLiAg Ki8KfCAKfCAjZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1F ICIiCnwgI2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5H ICIiCnwgI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAibGli Ym9ub2JvdWkiCnwgI2RlZmluZSBWRVJTSU9OICIyLjQuMCIKfCAjZGVmaW5lIFNURENfSEVBREVS UyAxCnwgI2RlZmluZSBIQVZFX1NZU19UWVBFU19IIDEKfCAjZGVmaW5lIEhBVkVfU1lTX1NUQVRf SCAxCnwgI2RlZmluZSBIQVZFX1NURExJQl9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQp8 ICNkZWZpbmUgSEFWRV9NRU1PUllfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR1NfSCAxCnwgI2Rl ZmluZSBIQVZFX0lOVFRZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9VTklTVERfSCAxCnwgI2RlZmlu ZSBIQVZFX0RMRkNOX0ggMQp8ICNkZWZpbmUgR0VUVEVYVF9QQUNLQUdFICJsaWJib25vYm91aS0y LjAiCnwgI2RlZmluZSBIQVZFX0xPQ0FMRV9IIDEKfCAjZGVmaW5lIEhBVkVfTENfTUVTU0FHRVMg MQp8ICNkZWZpbmUgSEFWRV9CSU5EX1RFWFRET01BSU5fQ09ERVNFVCAxCnwgI2RlZmluZSBIQVZF X0dFVFRFWFQgMQp8IC8qIGVuZCBjb25mZGVmcy5oLiAgKi8KfCAKfCBpbnQKfCBtYWluICgpCnwg ewp8IGV4dGVybiBpbnQgX25sX21zZ19jYXRfY250cjsKfCAJCQkgcmV0dXJuIF9ubF9tc2dfY2F0 X2NudHIKfCAgIDsKfCAgIHJldHVybiAwOwp8IH0KY29uZmlndXJlOjIwOTQ1OiBjaGVja2luZyBm b3IgY2F0YWxvZ3MgdG8gYmUgaW5zdGFsbGVkCmNvbmZpZ3VyZToyMDk3MDogcmVzdWx0OiAgYW0g YXIgYXogYmUgYmcgY2EgY3MgY3kgZGEgZGUgZWwgZXMgZmEgZmkgZnIgaGUgaGkgaHUgaWQgaXMg aXQgamEga24ga28gbGkgbHYgbWwgbW4gbXMgbmwgbm4gbm8gcGwgcHQgcHRfQlIgcm8gcnUgc2sg c2wgc3Igc3JATGF0biBzdiB0YSB0ciB1ayB2aSB3YSB5aSB6aF9DTiB6aF9UVwpjb25maWd1cmU6 MjEwMjc6IGNoZWNraW5nIGZvciBYCmNvbmZpZ3VyZToyMTI0NzogcmVzdWx0OiBsaWJyYXJpZXMg L3Vzci9YMTFSNi9saWIsIGhlYWRlcnMgL3Vzci9YMTFSNi9pbmNsdWRlCmNvbmZpZ3VyZToyMTQw MDogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9s b2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAgIC1ML3Vzci9YMTFSNi9saWIgLWxYMTEgPiY1 CmNvbmZpZ3VyZToyMTQwMzogJD8gPSAwCmNvbmZpZ3VyZToyMTQwNjogdGVzdCAtcyBjb25mdGVz dApjb25maWd1cmU6MjE0MDk6ICQ/ID0gMApjb25maWd1cmU6MjE1NDY6IGNoZWNraW5nIGZvciBn ZXRob3N0YnluYW1lCmNvbmZpZ3VyZToyMTU5NjogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAg PiY1CmNvbmZpZ3VyZToyMTU5OTogJD8gPSAwCmNvbmZpZ3VyZToyMTYwMjogdGVzdCAtcyBjb25m dGVzdApjb25maWd1cmU6MjE2MDU6ICQ/ID0gMApjb25maWd1cmU6MjE2MTY6IHJlc3VsdDogeWVz CmNvbmZpZ3VyZToyMTc0NzogY2hlY2tpbmcgZm9yIGNvbm5lY3QKY29uZmlndXJlOjIxNzk3OiBj YyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2Fs L2xpYiAtcHRocmVhZCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjIxODAwOiAkPyA9IDAKY29u ZmlndXJlOjIxODAzOiB0ZXN0IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMTgwNjogJD8gPSAwCmNv bmZpZ3VyZToyMTgxNzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjIxODgyOiBjaGVja2luZyBmb3Ig cmVtb3ZlCmNvbmZpZ3VyZToyMTkzMjogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9s b2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgY29uZnRlc3QuYyAgPiY1CmNv bmZpZ3VyZToyMTkzNTogJD8gPSAwCmNvbmZpZ3VyZToyMTkzODogdGVzdCAtcyBjb25mdGVzdApj b25maWd1cmU6MjE5NDE6ICQ/ID0gMApjb25maWd1cmU6MjE5NTI6IHJlc3VsdDogeWVzCmNvbmZp Z3VyZToyMjAxNzogY2hlY2tpbmcgZm9yIHNobWF0CmNvbmZpZ3VyZToyMjA2NzogY2MgLW8gY29u ZnRlc3QgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLXB0 aHJlYWQgY29uZnRlc3QuYyAgPiY1CmNvbmZpZ3VyZToyMjA3MDogJD8gPSAwCmNvbmZpZ3VyZToy MjA3MzogdGVzdCAtcyBjb25mdGVzdApjb25maWd1cmU6MjIwNzY6ICQ/ID0gMApjb25maWd1cmU6 MjIwODc6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyMjE2MTogY2hlY2tpbmcgZm9yIEljZUNvbm5l Y3Rpb25OdW1iZXIgaW4gLWxJQ0UKY29uZmlndXJlOjIyMTkyOiBjYyAtbyBjb25mdGVzdCAtTyAt cGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCAtTC91 c3IvWDExUjYvbGliIGNvbmZ0ZXN0LmMgLWxJQ0UgICA+JjUKY29uZmlndXJlOjIyMTk1OiAkPyA9 IDAKY29uZmlndXJlOjIyMTk4OiB0ZXN0IC1zIGNvbmZ0ZXN0CmNvbmZpZ3VyZToyMjIwMTogJD8g PSAwCmNvbmZpZ3VyZToyMjIxMzogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjIyMjQ4OiBjaGVja2lu ZyBmb3IgcGtnLWNvbmZpZwpjb25maWd1cmU6MjIyNjY6IGZvdW5kIC91c3IvbG9jYWwvYmluL3Br Zy1jb25maWcKY29uZmlndXJlOjIyMjc5OiByZXN1bHQ6IC91c3IvbG9jYWwvYmluL3BrZy1jb25m aWcKY29uZmlndXJlOjIyMjk2OiBjaGVja2luZyBmb3IgbGliZ25vbWVjYW52YXMtMi4wID49IDEu MTE2LjAgCQkgIGxpYmJvbm9iby0yLjAgPj0gMi4zLjMgCQkgIGxpYmdub21lLTIuMCA+PSAxLjEx Ni4wIAkJICBib25vYm8tYWN0aXZhdGlvbi0yLjAgPj0gMS4wLjAgCQkgIGxpYnhtbC0yLjAgPj0g Mi40LjIwIAkJICBnY29uZi0yLjAgPj0gMS4xLjkgCQkgIGd0aystMi4wID49IDIuMi4wCmNvbmZp Z3VyZToyMjMzNTogZXJyb3I6IExpYnJhcnkgcmVxdWlyZW1lbnRzIChsaWJnbm9tZWNhbnZhcy0y LjAgPj0gMS4xMTYuMCAJCSAgbGliYm9ub2JvLTIuMCA+PSAyLjMuMyAJCSAgbGliZ25vbWUtMi4w ID49IDEuMTE2LjAgCQkgIGJvbm9iby1hY3RpdmF0aW9uLTIuMCA+PSAxLjAuMCAJCSAgbGlieG1s LTIuMCA+PSAyLjQuMjAgCQkgIGdjb25mLTIuMCA+PSAxLjEuOSAJCSAgZ3RrKy0yLjAgPj0gMi4y LjApIG5vdCBtZXQ7IGNvbnNpZGVyIGFkanVzdGluZyB0aGUgUEtHX0NPTkZJR19QQVRIIGVudmly b25tZW50IHZhcmlhYmxlIGlmIHlvdXIgbGlicmFyaWVzIGFyZSBpbiBhIG5vbnN0YW5kYXJkIHBy ZWZpeCBzbyBwa2ctY29uZmlnIGNhbiBmaW5kIHRoZW0uCgojIyAtLS0tLS0tLS0tLS0tLS0tICMj CiMjIENhY2hlIHZhcmlhYmxlcy4gIyMKIyMgLS0tLS0tLS0tLS0tLS0tLSAjIwoKYWNfY3ZfZnVu Y19iaW5kX3RleHRkb21haW5fY29kZXNldD15ZXMKbHRfbHRfY3Zfc3lzX2dsb2JhbF9zeW1ib2xf cGlwZT0nInNlZCAtbiAtZSAnXCcncy9eLipbIAldXFwoW0FCQ0RHSVNUV11bQUJDREdJU1RXXSpc XClbIAldWyAJXSpcXChcXClcXChbX0EtWmEtel1bX0EtWmEtejAtOV0qXFwpXCQvXFwxIFxcMlxc MyBcXDMvcCdcJyciJwphY19jdl9wcm9nX2FjX2N0X0Y3Nz1mNzcKYW1fY3ZfQ0NfZGVwZW5kZW5j aWVzX2NvbXBpbGVyX3R5cGU9Z2NjCmFjX2N2X3BhdGhfWEdFVFRFWFQ9L3Vzci9sb2NhbC9iaW4v eGdldHRleHQKYWNfY3ZfcHJvZ19DWFhDUFA9J2MrKyAtRScKYWNfY3ZfZW52X0NYWEZMQUdTX3Zh bHVlPScgLU8gLXBpcGUgJwpndF9jdl9mdW5jX2RnZXR0ZXh0X2xpYmM9bm8KbHRfY3Zfc3lzX2ds b2JhbF9zeW1ib2xfdG9fY2RlY2w9J3NlZCAtbiAtZSAnXCcncy9eLiAuKiBcKC4qXCkkL2V4dGVy biBpbnQgXDE7L3AnXCcnJwphY19jdl9mNzdfY29tcGlsZXJfZ251PXllcwphY19jdl9lbnZfRjc3 X3ZhbHVlPQphY19jdl9oZWFkZXJfc3RkbGliX2g9eWVzCmx0X2N2X2ZpbGVfbWFnaWNfY21kPSck TUFHSUNfQ01EJwpsdF9jdl9wcm9nX2dudV9sZGN4eD15ZXMKYWNfY3ZfcHJvZ19jY19nPXllcwph Y19jdl9wYXRoX0lOVExUT09MX1BFUkw9L3Vzci9iaW4vcGVybAphY19jdl9lbnZfQ1hYQ1BQX3Nl dD0KYWNfY3ZfZW52X0xERkxBR1Nfc2V0PXNldAphY19jdl9wYXRoX1BLR19DT05GSUc9L3Vzci9s b2NhbC9iaW4vcGtnLWNvbmZpZwpsdF9jdl9wcm9nX2NvbXBpbGVyX2Nfb19DWFg9eWVzCmFjX2N2 X3Byb2dfYWNfY3RfQVI9YXIKYWNfY3ZfY19jb21waWxlcl9nbnU9eWVzCmFjX2N2X2V4ZWV4dD0K YWNfY3ZfZW52X0NGTEFHU19zZXQ9c2V0Cmx0X2N2X3N5c19nbG9iYWxfc3ltYm9sX3RvX2NfbmFt ZV9hZGRyZXNzPSdzZWQgLW4gLWUgJ1wnJ3MvXjogXChbXiBdKlwpICQvICB7XCJcMVwiLCAobHRf cHRyKSAwfSwvcCdcJycgLWUgJ1wnJ3MvXltCQ0RFR1JTVF0gXChbXiBdKlwpIFwoW14gXSpcKSQv ICB7IlwyIiwgKGx0X3B0cikgXCZcMn0sL3AnXCcnJwpsdF9sdF9jdl9zeXNfZ2xvYmFsX3N5bWJv bF90b19jZGVjbD0nInNlZCAtbiAtZSAnXCcncy9eLiAuKiBcXCguKlxcKVwkL2V4dGVybiBpbnQg XFwxOy9wJ1wnJyInCmx0X2N2X3N5c19tYXhfY21kX2xlbj0xNjM4NAphY19jdl9wcm9nX21ha2Vf Z21ha2Vfc2V0PXllcwphY19jdl9lbnZfRkZMQUdTX3NldD0KYWNfY3ZfcGF0aF9QQVRIX1RPX1hS REI9L3Vzci9YMTFSNi9iaW4veHJkYgphY19jdl9lbnZfQ1BQX3ZhbHVlPQphY19jdl9lbnZfQ1BQ RkxBR1Nfc2V0PXNldAphY19jdl9jeHhfY29tcGlsZXJfZ251PXllcwphY19jdl9lbnZfQ1hYX3Nl dD1zZXQKZ3RfY3ZfaGF2ZV9nZXR0ZXh0PXllcwpsdF9sdF9jdl9wcm9nX2NvbXBpbGVyX2Nfb19D WFg9JyJ5ZXMiJwphY19jdl9lbnZfaG9zdF9hbGlhc19zZXQ9CmFjX2N2X3BhdGhfR01TR0ZNVD0v dXNyL2xvY2FsL2Jpbi9tc2dmbXQKYWNfY3ZfcHJvZ19ZQUNDPSdiaXNvbiAteScKbHRfbHRfY3Zf c3lzX2dsb2JhbF9zeW1ib2xfdG9fY19uYW1lX2FkZHJlc3M9JyJzZWQgLW4gLWUgJ1wnJ3MvXjog XFwoW14gXSpcXCkgXCQvICB7XFxcIlxcMVxcXCIsIChsdF9wdHIpIDB9LC9wJ1wnJyAtZSAnXCcn cy9eW0JDREVHUlNUXSBcXChbXiBdKlxcKSBcXChbXiBdKlxcKVwkLyAge1wiXFwyXCIsIChsdF9w dHIpIFxcJlxcMn0sL3AnXCcnIicKbHRfY3ZfbGRfcmVsb2FkX2ZsYWc9LXIKYWNfY3ZfZnVuY19y ZW1vdmU9eWVzCmx0X2N2X3Byb2dfZ251X2xkPXllcwphY19jdl9oZWFkZXJfc3lzX3N0YXRfaD15 ZXMKYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3NldD1zZXQKbHRfY3ZfcHJvZ19jb21waWxlcl9jX289 eWVzCmFjX2N2X3Byb2dfZjc3X2c9eWVzCmFjX2N2X2Vudl9DWFhDUFBfdmFsdWU9CmFjX2N2X2Vu dl9MREZMQUdTX3ZhbHVlPSctTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkJwphY19jdl9lbnZfdGFy Z2V0X2FsaWFzX3NldD0KYWNfY3ZfaG9zdF9hbGlhcz1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNwph Y19jdl9wcm9nX2NjX3N0ZGM9CmFjX2N2X2Vudl9DRkxBR1NfdmFsdWU9Jy1PIC1waXBlICcKYWNf Y3ZfZW52X0NDX3NldD1zZXQKYWNfY3ZfZnVuY19zaG1hdD15ZXMKYWNfY3ZfaGF2ZV94PSdoYXZl X3g9eWVzIAkJYWNfeF9pbmNsdWRlcz0vdXNyL1gxMVI2L2luY2x1ZGUgYWNfeF9saWJyYXJpZXM9 L3Vzci9YMTFSNi9saWInCmFjX2N2X3BhdGhfTVNHRk1UPS91c3IvbG9jYWwvYmluL21zZ2ZtdAps dF9jdl9wcm9nX2NvbXBpbGVyX2Nfb19GNzc9eWVzCmFjX2N2X2hlYWRlcl9zeXNfdHlwZXNfaD15 ZXMKYWNfY3ZfaGVhZGVyX3N0ZGM9eWVzCmFjX2N2X2hlYWRlcl9zdHJpbmdzX2g9eWVzCmx0X2N2 X3BhdGhfU0VEPS91c3IvYmluL3NlZAphY19jdl9mdW5jX2RjZ2V0dGV4dD1ubwphY19jdl9oZWFk ZXJfc3RkaW50X2g9bm8KYWNfY3ZfaGVhZGVyX2ludHR5cGVzX2g9eWVzCmFjX2N2X3Byb2dfZWdy ZXA9J2dyZXAgLUUnCmFjX2N2X2Vudl9GRkxBR1NfdmFsdWU9CmFjX2N2X2Z1bmNfZ2V0aG9zdGJ5 bmFtZT15ZXMKYWNfY3ZfaGVhZGVyX2xvY2FsZV9oPXllcwpsdF9jdl9wYXRoX0xEPS91c3IvbGli ZXhlYy9lbGYvbGQKbHRfY3ZfcHJvZ19jb21waWxlcl9ydHRpX2V4Y2VwdGlvbnM9eWVzCmFjX2N2 X2hlYWRlcl91bmlzdGRfaD15ZXMKYWNfY3ZfaGVhZGVyX3N0cmluZ19oPXllcwphY19jdl9idWls ZF9hbGlhcz1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNwphY19jdl9lbnZfQ1BQRkxBR1NfdmFsdWU9 LUkvdXNyL2xvY2FsL2luY2x1ZGUKbHRfbHRfY3ZfcHJvZ19jb21waWxlcl9jX289JyJ5ZXMiJwph Y19jdl9wcm9nX2FjX2N0X1JBTkxJQj1yYW5saWIKYWNfY3ZfaGVhZGVyX21lbW9yeV9oPXllcwph Y19jdl9lbnZfQ1hYRkxBR1Nfc2V0PXNldAphY19jdl9lbnZfQ1hYX3ZhbHVlPWMrKwphY19jdl9w cm9nX2FjX2N0X1NUUklQPXN0cmlwCmFjX2N2X2hvc3Q9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcK YWNfY3ZfZW52X0Y3N19zZXQ9CmFjX2N2X2Vudl9ob3N0X2FsaWFzX3ZhbHVlPQphbV9jdl92YWxf TENfTUVTU0FHRVM9eWVzCmx0X2x0X2N2X3Byb2dfY29tcGlsZXJfY19vX0Y3Nz0nInllcyInCmFj X2N2X2xpYl9pbnRsX2RnZXR0ZXh0PXllcwpsdF9jdl9vYmpkaXI9LmxpYnMKYWNfY3ZfcHJvZ19j eHhfZz15ZXMKYWNfY3ZfbGliX2ludGxfYmluZHRleHRkb21haW49eWVzCmd0X2N2X2Z1bmNfZGdl dHRleHRfbGliaW50bD15ZXMKbHRfY3ZfZmlsZV9tYWdpY190ZXN0X2ZpbGU9CmFjX2N2X2Z1bmNf Y29ubmVjdD15ZXMKYW1fY3ZfQ1hYX2RlcGVuZGVuY2llc19jb21waWxlcl90eXBlPWdjYwphY19j dl9idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNwphY19jdl9wcm9nX0NQUD0nY2MgLUUnCmFj X2N2X3Byb2dfQVdLPW5hd2sKYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3ZhbHVlPWkzODYtcG9ydGJs ZC1mcmVlYnNkNC43Cmx0X2N2X3N5c19nbG9iYWxfc3ltYm9sX3BpcGU9J3NlZCAtbiAtZSAnXCcn cy9eLipbIAldXChbQUJDREdJU1RXXVtBQkNER0lTVFddKlwpWyAJXVsgCV0qXChcKVwoW19BLVph LXpdW19BLVphLXowLTldKlwpJC9cMSBcMlwzIFwzL3AnXCcnJwpsdF9jdl9kZXBsaWJzX2NoZWNr X21ldGhvZD1wYXNzX2FsbAphY19jdl9wcm9nX2FjX2N0X0NDPWNjCmFjX2N2X2hlYWRlcl9saWJp bnRsX2g9eWVzCmx0X2N2X3BhdGhfTERDWFg9L3Vzci9saWJleGVjL2VsZi9sZAphY19jdl9lbnZf dGFyZ2V0X2FsaWFzX3ZhbHVlPQphY19jdl9lbnZfQ0NfdmFsdWU9Y2MKbHRfY3ZfcGF0aF9OTT0n L3Vzci9iaW4vbm0gLUInCmFjX2N2X3NlYXJjaF9zdHJlcnJvcj0nbm9uZSByZXF1aXJlZCcKYWNf Y3ZfZW52X0NQUF9zZXQ9CmFjX2N2X2hlYWRlcl9kbGZjbl9oPXllcwphY19jdl9saWJfSUNFX0lj ZUNvbm5lY3Rpb25OdW1iZXI9eWVzCmFjX2N2X29iamV4dD1vCgojIyAtLS0tLS0tLS0tLS0tLS0t LSAjIwojIyBPdXRwdXQgdmFyaWFibGVzLiAjIwojIyAtLS0tLS0tLS0tLS0tLS0tLSAjIwoKQUNM T0NBTD0nYWNsb2NhbC0xLjcnCkFNREVQQkFDS1NMQVNIPSdcJwpBTURFUF9GQUxTRT0nIycKQU1E RVBfVFJVRT0nJwpBTVRBUj0ndGFyJwpBUj0nYXInCkFTPSdhcycKQVVUT0NPTkY9J2F1dG9jb25m JwpBVVRPSEVBREVSPSdhdXRvaGVhZGVyJwpBVVRPTUFLRT0nYXV0b21ha2UtMS43JwpBV0s9J25h d2snCkJPTk9CT1VJX0NGTEFHUz0nJwpCT05PQk9VSV9HTEFERV9DRkxBR1M9JycKQk9OT0JPVUlf R0xBREVfTElCUz0nJwpCT05PQk9VSV9MSUJTPScnCkNBVEFMT0dTPScgYW0ubW8gYXIubW8gYXou bW8gYmUubW8gYmcubW8gY2EubW8gY3MubW8gY3kubW8gZGEubW8gZGUubW8gZWwubW8gZXMubW8g ZmEubW8gZmkubW8gZnIubW8gaGUubW8gaGkubW8gaHUubW8gaWQubW8gaXMubW8gaXQubW8gamEu bW8ga24ubW8ga28ubW8gbGkubW8gbHYubW8gbWwubW8gbW4ubW8gbXMubW8gbmwubW8gbm4ubW8g bm8ubW8gcGwubW8gcHQubW8gcHRfQlIubW8gcm8ubW8gcnUubW8gc2subW8gc2wubW8gc3IubW8g c3JATGF0bi5tbyBzdi5tbyB0YS5tbyB0ci5tbyB1ay5tbyB2aS5tbyB3YS5tbyB5aS5tbyB6aF9D Ti5tbyB6aF9UVy5tbycKQ0FUT0JKRVhUPScubW8nCkNDPSdjYycKQ0NERVBNT0RFPSdkZXBtb2Rl PWdjYycKQ0ZMQUdTPSctTyAtcGlwZSAnCkNQUD0nY2MgLUUnCkNQUEZMQUdTPSctSS91c3IvbG9j YWwvaW5jbHVkZScKQ1hYPSdjKysnCkNYWENQUD0nYysrIC1FJwpDWFhERVBNT0RFPSdkZXBtb2Rl PWdjYycKQ1hYRkxBR1M9JyAtTyAtcGlwZSAnCkNZR1BBVEhfVz0nZWNobycKREFUQURJUk5BTUU9 J3NoYXJlJwpERUZTPScnCkRFUERJUj0nLmRlcHMnCkRMTFRPT0w9J2RsbHRvb2wnCkVDSE89J2Vj aG8nCkVDSE9fQz0nJwpFQ0hPX049Jy1uJwpFQ0hPX1Q9JycKRUdSRVA9J2dyZXAgLUUnCkVOQUJM RV9HVEtfRE9DX0ZBTFNFPScnCkVOQUJMRV9HVEtfRE9DX1RSVUU9JycKRVhFRVhUPScnCkY3Nz0n Zjc3JwpGRkxBR1M9Jy1nIC1PMicKR0VUVEVYVF9QQUNLQUdFPSdsaWJib25vYm91aS0yLjAnCkdM SUJfR0VOTUFSU0hBTD0nJwpHTElCX01LRU5VTVM9JycKR01PRklMRVM9JyBhbS5nbW8gYXIuZ21v IGF6LmdtbyBiZS5nbW8gYmcuZ21vIGNhLmdtbyBjcy5nbW8gY3kuZ21vIGRhLmdtbyBkZS5nbW8g ZWwuZ21vIGVzLmdtbyBmYS5nbW8gZmkuZ21vIGZyLmdtbyBoZS5nbW8gaGkuZ21vIGh1LmdtbyBp ZC5nbW8gaXMuZ21vIGl0LmdtbyBqYS5nbW8ga24uZ21vIGtvLmdtbyBsaS5nbW8gbHYuZ21vIG1s LmdtbyBtbi5nbW8gbXMuZ21vIG5sLmdtbyBubi5nbW8gbm8uZ21vIHBsLmdtbyBwdC5nbW8gcHRf QlIuZ21vIHJvLmdtbyBydS5nbW8gc2suZ21vIHNsLmdtbyBzci5nbW8gc3JATGF0bi5nbW8gc3Yu Z21vIHRhLmdtbyB0ci5nbW8gdWsuZ21vIHZpLmdtbyB3YS5nbW8geWkuZ21vIHpoX0NOLmdtbyB6 aF9UVy5nbW8nCkdNU0dGTVQ9Jy91c3IvbG9jYWwvYmluL21zZ2ZtdCcKR1RLX0RPQ19VU0VfTElC VE9PTF9GQUxTRT0nJwpHVEtfRE9DX1VTRV9MSUJUT09MX1RSVUU9JycKSFRNTF9ESVI9JycKSU5T VEFMTF9EQVRBPSdpbnN0YWxsIC1jIC1vIHJvb3QgLWcgd2hlZWwgLW0gNDQ0JwpJTlNUQUxMX1BS T0dSQU09J2luc3RhbGwgLWMgLXMgLW8gcm9vdCAtZyB3aGVlbCAtbSA1NTUnCklOU1RBTExfU0NS SVBUPSdpbnN0YWxsIC1jIC1vIHJvb3QgLWcgd2hlZWwgLW0gNTU1JwpJTlNUQUxMX1NUUklQX1BS T0dSQU09JyR7U0hFTEx9ICQoaW5zdGFsbF9zaCkgLWMgLXMnCklOU1RPQkpFWFQ9Jy5tbycKSU5U TExJQlM9Jy1saW50bCAnCklOVExUT09MX0NBVkVTX1JVTEU9JyUuY2F2ZXM6ICAgICAlLmNhdmVz LmluICAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5w bykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1k IC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09M X0RFU0tUT1BfUlVMRT0nJS5kZXNrdG9wOiAgICUuZGVza3RvcC5pbiAgICQoSU5UTFRPT0xfTUVS R0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRP T0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRkaXIp L3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfRElSRUNUT1JZX1JVTEU9JyUuZGly ZWN0b3J5OiAlLmRpcmVjdG9yeS5pbiAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9w X3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNk aXIpL3BvICQ8ICRAIC1kIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2Ut Y2FjaGUnCklOVExUT09MX0VYVFJBQ1Q9JyQodG9wX2J1aWxkZGlyKS9pbnRsdG9vbC1leHRyYWN0 JwpJTlRMVE9PTF9LRVlTX1JVTEU9JyUua2V5czogICAgICAlLmtleXMuaW4gICAgICAkKElOVExU T09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAk KElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1rIC11IC1jICQodG9wX2J1 aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09MX01FUkdFPSckKHRvcF9i dWlsZGRpcikvaW50bHRvb2wtbWVyZ2UnCklOVExUT09MX09BRl9SVUxFPSclLm9hZjogICAgICAg JS5vYWYuaW4gICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIp L3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAk PCAkQCAtbyAtcCcKSU5UTFRPT0xfUEVSTD0nL3Vzci9iaW4vcGVybCcKSU5UTFRPT0xfUE9OR19S VUxFPSclLnBvbmc6ICAgICAgJS5wb25nLmluICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxk Y2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkg JCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAteCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0 b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9QUk9QX1JVTEU9JyUucHJvcDogICAgICAlLnByb3Au aW4gICAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5w bykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC1k IC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09M X1NDSEVNQVNfUlVMRT0nJS5zY2hlbWFzOiAgICUuc2NoZW1hcy5pbiAgICQoSU5UTFRPT0xfTUVS R0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7IExDX0FMTD1DICQoSU5UTFRP T0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXMgLXUgLWMgJCh0b3BfYnVpbGRkaXIp L3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfU0VSVkVSX1JVTEU9JyUuc2VydmVy OiAgICAlLnNlcnZlci5pbiAgICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3Ny Y2RpcikvcG8vKi5wbykgOyBMQ19BTEw9QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIp L3BvICQ8ICRAIC1vIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2Fj aGUnCklOVExUT09MX1NIRUVUX1JVTEU9JyUuc2hlZXQ6ICAgICAlLnNoZWV0LmluICAgICAkKElO VExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9wX3NyY2RpcikvcG8vKi5wbykgOyBMQ19BTEw9 QyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8ICRAIC14IC11IC1jICQodG9w X2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklOVExUT09MX1NPVU5ETElTVF9S VUxFPSclLnNvdW5kbGlzdDogJS5zb3VuZGxpc3QuaW4gJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxk Y2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkg JCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0 b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9USEVNRV9SVUxFPSclLnRoZW1lOiAgICAgJS50aGVt ZS5pbiAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyou cG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAt ZCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9P TF9VSV9SVUxFPSclLnVpOiAgICAgICAgJS51aS5pbiAgICAgICAgJChJTlRMVE9PTF9NRVJHRSkg JCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgTENfQUxMPUMgJChJTlRMVE9PTF9N RVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAteCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8v LmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9VUERBVEU9JyQodG9wX2J1aWxkZGlyKS9p bnRsdG9vbC11cGRhdGUnCklOVExUT09MX1hNTF9SVUxFPSclLnhtbDogICAgICAgJS54bWwuaW4g ICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8p IDsgTENfQUxMPUMgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAteCAt dSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpMREZMQUdTPSct TC91c3IvbG9jYWwvbGliIC1wdGhyZWFkJwpMSUJPQkpTPScnCkxJQlM9JycKTElCVE9PTD0nJChT SEVMTCkgJCh0b3BfYnVpbGRkaXIpL2xpYnRvb2wnCkxOX1M9J2xuIC1zJwpMVExJQk9CSlM9JycK TUFJTlQ9JyMnCk1BSU5UQUlORVJfTU9ERV9GQUxTRT0nJwpNQUlOVEFJTkVSX01PREVfVFJVRT0n IycKTUFLRUlORk89J21ha2VpbmZvJwpNS0lOU1RBTExESVJTPScuL21raW5zdGFsbGRpcnMnCk1T R0ZNVD0nL3Vzci9sb2NhbC9iaW4vbXNnZm10JwpPQkpEVU1QPSdvYmpkdW1wJwpPQkpFWFQ9J28n ClBBQ0tBR0U9J2xpYmJvbm9ib3VpJwpQQUNLQUdFX0JVR1JFUE9SVD0nJwpQQUNLQUdFX05BTUU9 JycKUEFDS0FHRV9TVFJJTkc9JycKUEFDS0FHRV9UQVJOQU1FPScnClBBQ0tBR0VfVkVSU0lPTj0n JwpQQVRIX1NFUEFSQVRPUj0nOicKUEFUSF9UT19YUkRCPScvdXNyL1gxMVI2L2Jpbi94cmRiJwpQ S0dfQ09ORklHPScvdXNyL2xvY2FsL2Jpbi9wa2ctY29uZmlnJwpQT0ZJTEVTPScgYW0ucG8gYXIu cG8gYXoucG8gYmUucG8gYmcucG8gY2EucG8gY3MucG8gY3kucG8gZGEucG8gZGUucG8gZWwucG8g ZXMucG8gZmEucG8gZmkucG8gZnIucG8gaGUucG8gaGkucG8gaHUucG8gaWQucG8gaXMucG8gaXQu cG8gamEucG8ga24ucG8ga28ucG8gbGkucG8gbHYucG8gbWwucG8gbW4ucG8gbXMucG8gbmwucG8g bm4ucG8gbm8ucG8gcGwucG8gcHQucG8gcHRfQlIucG8gcm8ucG8gcnUucG8gc2sucG8gc2wucG8g c3IucG8gc3JATGF0bi5wbyBzdi5wbyB0YS5wbyB0ci5wbyB1ay5wbyB2aS5wbyB3YS5wbyB5aS5w byB6aF9DTi5wbyB6aF9UVy5wbycKUE9TVUI9J3BvJwpQT19JTl9EQVRBRElSX0ZBTFNFPScnClBP X0lOX0RBVEFESVJfVFJVRT0nJwpSQU5MSUI9J3JhbmxpYicKU0VUX01BS0U9JycKU0hFTEw9Jy9i aW4vc2gnClNUUklQPSdzdHJpcCcKVVNFX05MUz0neWVzJwpWRVJTSU9OPScyLjQuMCcKV0FSTl9D RkxBR1M9Jy1XYWxsIC1XbWlzc2luZy1wcm90b3R5cGVzICcKWEdFVFRFWFQ9Jy91c3IvbG9jYWwv YmluL3hnZXR0ZXh0JwpYX0NGTEFHUz0nIC1JL3Vzci9YMTFSNi9pbmNsdWRlJwpYX0VYVFJBX0xJ QlM9JycKWF9MSUJTPScgLWxTTSAtbElDRSAgLUwvdXNyL1gxMVI2L2xpYiAtbFgxMSAnClhfUFJF X0xJQlM9JyAtbFNNIC1sSUNFJwpZQUNDPSdiaXNvbiAteScKYWNfY3RfQVI9J2FyJwphY19jdF9B Uz0nJwphY19jdF9DQz0nY2MnCmFjX2N0X0NYWD0nJwphY19jdF9ETExUT09MPScnCmFjX2N0X0Y3 Nz0nZjc3JwphY19jdF9PQkpEVU1QPScnCmFjX2N0X1JBTkxJQj0ncmFubGliJwphY19jdF9TVFJJ UD0nc3RyaXAnCmFtX19mYXN0ZGVwQ0NfRkFMU0U9JycKYW1fX2Zhc3RkZXBDQ19UUlVFPScjJwph bV9fZmFzdGRlcENYWF9GQUxTRT0nJwphbV9fZmFzdGRlcENYWF9UUlVFPScjJwphbV9faW5jbHVk ZT0naW5jbHVkZScKYW1fX2xlYWRpbmdfZG90PScuJwphbV9fcXVvdGU9JycKYmluZGlyPScke2V4 ZWNfcHJlZml4fS9iaW4nCmJ1aWxkPSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNycKYnVpbGRfYWxp YXM9J2kzODYtcG9ydGJsZC1mcmVlYnNkNC43JwpidWlsZF9jcHU9J2kzODYnCmJ1aWxkX29zPSdm cmVlYnNkNC43JwpidWlsZF92ZW5kb3I9J3BvcnRibGQnCmRhdGFkaXI9Jy91c3IvWDExUjYvc2hh cmUvZ25vbWUnCmV4ZWNfcHJlZml4PSdOT05FJwpnbm9tZWxvY2FsZWRpcj0nJHtwcmVmaXh9LyR7 REFUQURJUk5BTUV9L2xvY2FsZScKaG9zdD0naTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcnCmhvc3Rf YWxpYXM9JycKaG9zdF9jcHU9J2kzODYnCmhvc3Rfb3M9J2ZyZWVic2Q0LjcnCmhvc3RfdmVuZG9y PSdwb3J0YmxkJwppbmNsdWRlZGlyPScke3ByZWZpeH0vaW5jbHVkZScKaW5mb2Rpcj0nJHtwcmVm aXh9L2luZm8nCmluc3RhbGxfc2g9Jy91c3IvcG9ydHMveDExLXRvb2xraXRzL2xpYmJvbm9ib3Vp L3dvcmsvbGliYm9ub2JvdWktMi40LjAvaW5zdGFsbC1zaCcKbGliZGlyPScke2V4ZWNfcHJlZml4 fS9saWInCmxpYmV4ZWNkaXI9JyR7ZXhlY19wcmVmaXh9L2xpYmV4ZWMnCmxvY2Fsc3RhdGVkaXI9 Jy91c3IvWDExUjYvc2hhcmUvZ25vbWUnCm1hbmRpcj0nJHtwcmVmaXh9L21hbicKb2xkaW5jbHVk ZWRpcj0nL3Vzci9pbmNsdWRlJwpwcmVmaXg9Jy91c3IvWDExUjYnCnByb2dyYW1fdHJhbnNmb3Jt X25hbWU9J3MseCx4LCcKc2JpbmRpcj0nJHtleGVjX3ByZWZpeH0vc2JpbicKc2hhcmVkc3RhdGVk aXI9JyR7cHJlZml4fS9jb20nCnN5c2NvbmZkaXI9JyR7cHJlZml4fS9ldGMnCnRhcmdldF9hbGlh cz0nJwoKIyMgLS0tLS0tLS0tLS0gIyMKIyMgY29uZmRlZnMuaC4gIyMKIyMgLS0tLS0tLS0tLS0g IyMKCiNkZWZpbmUgRU5BQkxFX05MUyAxCiNkZWZpbmUgR0VUVEVYVF9QQUNLQUdFICJsaWJib25v Ym91aS0yLjAiCiNkZWZpbmUgSEFWRV9CSU5EX1RFWFRET01BSU5fQ09ERVNFVCAxCiNkZWZpbmUg SEFWRV9ETEZDTl9IIDEKI2RlZmluZSBIQVZFX0dFVFRFWFQgMQojZGVmaW5lIEhBVkVfSU5UVFlQ RVNfSCAxCiNkZWZpbmUgSEFWRV9MQ19NRVNTQUdFUyAxCiNkZWZpbmUgSEFWRV9MT0NBTEVfSCAx CiNkZWZpbmUgSEFWRV9NRU1PUllfSCAxCiNkZWZpbmUgSEFWRV9TVERMSUJfSCAxCiNkZWZpbmUg SEFWRV9TVFJJTkdTX0ggMQojZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQojZGVmaW5lIEhBVkVfU1lT X1NUQVRfSCAxCiNkZWZpbmUgSEFWRV9TWVNfVFlQRVNfSCAxCiNkZWZpbmUgSEFWRV9VTklTVERf SCAxCiNkZWZpbmUgUEFDS0FHRSAibGliYm9ub2JvdWkiCiNkZWZpbmUgUEFDS0FHRV9CVUdSRVBP UlQgIiIKI2RlZmluZSBQQUNLQUdFX05BTUUgIiIKI2RlZmluZSBQQUNLQUdFX1NUUklORyAiIgoj ZGVmaW5lIFBBQ0tBR0VfVEFSTkFNRSAiIgojZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAiIgojZGVm aW5lIFNURENfSEVBREVSUyAxCiNkZWZpbmUgVkVSU0lPTiAiMi40LjAiCgpjb25maWd1cmU6IGV4 aXQgMQo= --Multipart_Thu__25_Sep_2003_19:28:03_-0600_081dfa00-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 19:17:15 2003 Return-Path: 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 2ADA116A4B3 for ; Thu, 25 Sep 2003 19:17:15 -0700 (PDT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A5C4402F for ; Thu, 25 Sep 2003 19:17:14 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-64.157.71.78.dial1.weehawken1.level3.net ([64.157.71.78] helo=MASAI) by conure.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A2iAN-0003K6-00; Thu, 25 Sep 2003 19:17:08 -0700 Message-ID: <000b01c383d4$69f7aa90$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> Date: Thu, 25 Sep 2003 22:18:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 02:17:15 -0000 Hi Joe, Removed the only reference in Makefile to the word "tests" (SUBDIRS = cothreads tests) per the following but it reappears during portupgrade. Is it a generated file? Following taken from the archive mentioned in your last note. "...cd to /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads, and edit Makefile. Remove "tests" from line 105, and then try to build gnome2. It should work then." Bob ----- Original Message ----- From: "Joe Marcus Clarke" To: "Bob Perry" Cc: Sent: Thursday, September 25, 2003 2:38 AM Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 19:18:40 2003 Return-Path: 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 9531016A4B3 for ; Thu, 25 Sep 2003 19:18:40 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E22244028 for ; Thu, 25 Sep 2003 19:18:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8Q2EhjC022415; Thu, 25 Sep 2003 22:14:44 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8Q2HclB063386; Thu, 25 Sep 2003 22:17:38 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <000b01c383d4$69f7aa90$0501a8c0@MASAI> References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> <000b01c383d4$69f7aa90$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qUia8F8v+2Qvz9xVVMi6" Organization: MarcusCom, Inc. Message-Id: <1064542717.724.81.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 22:18:37 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 02:18:40 -0000 --=-qUia8F8v+2Qvz9xVVMi6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 22:18, Bob Perry wrote: > Hi Joe, >=20 > Removed the only reference in Makefile to the word "tests" (SUBDIRS =3D > cothreads tests) per the following but it reappears during portupgrade. = Is > it a generated file? Yes. You have to edit it immediately after the failure. The file should retain your modifications in that case. Make sure you don't do a clean in between. Joe >=20 > Following taken from the archive mentioned in your last note. >=20 > "...cd to > /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads, > and edit Makefile. Remove "tests" from line 105, and then try to build > gnome2. It should work then." >=20 > Bob >=20 >=20 > ----- Original Message -----=20 > From: "Joe Marcus Clarke" > To: "Bob Perry" > Cc: > Sent: Thursday, September 25, 2003 2:38 AM > Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-qUia8F8v+2Qvz9xVVMi6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c6H9b2iPiv4Uz4cRAqmhAJ40MtKe0E8GooS7Zgxm4grouAtO4wCcCC6g At0ppxN4Z6lvamBFkcjhAZM= =KGgN -----END PGP SIGNATURE----- --=-qUia8F8v+2Qvz9xVVMi6-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 19:56:30 2003 Return-Path: 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 27CB416A4B3 for ; Thu, 25 Sep 2003 19:56:30 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3B74402A for ; Thu, 25 Sep 2003 19:56:29 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8Q2rPGx030301 for ; Thu, 25 Sep 2003 22:53:26 -0400 From: Adam McLaurin To: freebsd-gnome@freebsd.org In-Reply-To: <20030925181704.D60F95366@netcom1.netcom.com> References: <20030925174043.9D5CE5360@netcom1.netcom.com> <1064511879.724.45.camel@gyros> <20030925181704.D60F95366@netcom1.netcom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wl8HazSps5qv9oS8TRxn" Message-Id: <1064544982.21310.18.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 22:56:22 -0400 Subject: Re: gnumeric failing to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 02:56:30 -0000 --=-wl8HazSps5qv9oS8TRxn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 14:17, Mike Harding wrote: > now the patch doesn't apply... >=20 > =3D=3D=3D> Extracting for gnumeric2-1.2.0 > >> Checksum OK for gnome2/gnumeric-1.2.0.tar.bz2. > =3D=3D=3D> Patching for gnumeric2-1.2.0 > =3D=3D=3D> Applying FreeBSD patches for gnumeric2-1.2.0 > 2 out of 2 hunks failed--saving rejects to src/dialogs/dialog-sheet-order= .c.rej > >> Patch patch-src_dialogs_dialog_sheet_order.c failed to apply cleanly. > >> Patch(es) patch-configure patch-doc_xmldocs.make applied cleanly. > *** Error code 1 >=20 > Stop in /usr/ports/math/gnumeric2. > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnome2-fifth-toe. cvsup again, it's fixed for real now. --=20 Adam McLaurin --=-wl8HazSps5qv9oS8TRxn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c6rWt+DSc2Q4lGYRAse+AKCfQGjtT4XQx7UMStdsC0aKMNStAQCfRqjh azJbQlkfFmSnYhCwAkG+eI4= =WMC4 -----END PGP SIGNATURE----- --=-wl8HazSps5qv9oS8TRxn-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 19:57:38 2003 Return-Path: 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 81AB616A4B3 for ; Thu, 25 Sep 2003 19:57:38 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2FB4402D for ; Thu, 25 Sep 2003 19:57:35 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8Q2sWGx030331 for ; Thu, 25 Sep 2003 22:54:32 -0400 From: Adam McLaurin To: freebsd-gnome@freebsd.org In-Reply-To: <1064534672.84625.12.camel@wolverine.home.net> References: <1064534672.84625.12.camel@wolverine.home.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eQWA/vras9F6OtpoXjEO" Message-Id: <1064545048.21310.21.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 22:57:28 -0400 Subject: Re: gaim 0.69 - yahoo password problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 02:57:38 -0000 --=-eQWA/vras9F6OtpoXjEO Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 20:04, Khairil Yusof wrote: > Is it working fine for everybody else?=20 >=20 > Mine fails with it saying that password is wrong. Tried removing/adding > account, definitely the password is correct (as stored in accounts.xml). I had the exact same problem immediately after updating to 0.69, but it worked the second time I tried it. Very weird, but it's working now. How many times did you try connecting? --=20 Adam McLaurin --=-eQWA/vras9F6OtpoXjEO Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c6sYt+DSc2Q4lGYRArmVAKCCZvM9Q+PO1DdfvgunEQwWVMDSxQCfVBY/ QPWZErxWvdQPPI0Fo3Du7yE= =903j -----END PGP SIGNATURE----- --=-eQWA/vras9F6OtpoXjEO-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 20:05:54 2003 Return-Path: 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 B788F16A4B3 for ; Thu, 25 Sep 2003 20:05:54 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F12144027 for ; Thu, 25 Sep 2003 20:05:52 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8Q33aaw021646; Thu, 25 Sep 2003 23:03:36 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8Q34rlB063726; Thu, 25 Sep 2003 23:04:53 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jose Hidalgo Herrera In-Reply-To: <20030925192803.3a661c8e.jose@hostarica.com> References: <20030925192803.3a661c8e.jose@hostarica.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-X88KsOSzCxHcF4RdOTal" Organization: MarcusCom, Inc. Message-Id: <1064545547.35941.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 25 Sep 2003 23:05:47 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: fighting with gnome for days!! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 03:05:54 -0000 --=-X88KsOSzCxHcF4RdOTal Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-25 at 21:28, Jose Hidalgo Herrera wrote: > Hello,=20 > i'm using 4.8p19 > cvsup updated and bonobo just cannot let me live my life! Have you read the Known Issues and FAQ at http://www.freebsd.org/gnome/? Joe >=20 > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for pkg-config... /usr/local/bin/pkg-config > checking for libgnomecanvas-2.0 >=3D 1.116.0 libbonobo-2.0= >=3D 2.3.3 libgnome-2.0 >=3D 1.116.0 bonobo-ac= tivation-2.0 >=3D 1.0.0 libxml-2.0 >=3D 2.4.20 = gconf-2.0 >=3D 1.1.9 gtk+-2.0 >=3D 2.2.0... Requested 'libb= onobo-2.0 >=3D 2.3.3' but version of libbonobo is 2.2.3 >=20 > configure: error: Library requirements (libgnomecanvas-2.0 >=3D 1.116.0 = libbonobo-2.0 >=3D 2.3.3 libgnome-2.0 >=3D 1.116.0 = bonobo-activation-2.0 >=3D 1.0.0 libxml-2.0 >=3D 2.= 4.20 gconf-2.0 >=3D 1.1.9 gtk+-2.0 >=3D 2.2.0) n= ot met; consider adjusting the PKG_CONFIG_PATH environment variable if your= libraries are in a nonstandard prefix so pkg-config can find them. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and att= ach > the > "/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.4.0/config.= log" > including the output of the failure of your make command. Also, it = might > be a good idea to provide an overview of all packages installed on = your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-X88KsOSzCxHcF4RdOTal Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c60Lb2iPiv4Uz4cRAo7uAJ9CirouKd4EB9NYjUXYmq8xTA8AvwCeMI7F ONCXzBIU1hUAL2WXBgpC2kM= =dr4h -----END PGP SIGNATURE----- --=-X88KsOSzCxHcF4RdOTal-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 21:59:31 2003 Return-Path: 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 1F83116A4B3 for ; Thu, 25 Sep 2003 21:59:31 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6BC4400F for ; Thu, 25 Sep 2003 21:59:29 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-64.157.71.78.dial1.weehawken1.level3.net ([64.157.71.78] helo=MASAI) by pintail.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A2khS-0001ph-00; Thu, 25 Sep 2003 21:59:27 -0700 Message-ID: <001b01c383eb$171e49c0$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> <000b01c383d4$69f7aa90$0501a8c0@MASAI> <1064542717.724.81.camel@gyros> Date: Fri, 26 Sep 2003 01:00:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 04:59:31 -0000 Gnome2 only failure now (install error). Pkgdb -F is good. Seems to be a problem with the nautilus-cd-burner? There's mention of a patch in the archives. I don't have a cd burner. Is there a way to get around this? Bob ----- Original Message ----- From: "Joe Marcus Clarke" To: "Bob Perry" Cc: Sent: Thursday, September 25, 2003 10:18 PM Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 22:51:59 2003 Return-Path: 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 157D216A4B3 for ; Thu, 25 Sep 2003 22:51:59 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0494A43FA3 for ; Thu, 25 Sep 2003 22:51:54 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8Q5lpjC028269; Fri, 26 Sep 2003 01:47:51 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8Q5ohlB064947; Fri, 26 Sep 2003 01:50:43 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <001b01c383eb$171e49c0$0501a8c0@MASAI> References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> <1064542717.724.81.camel@gyros> <001b01c383eb$171e49c0$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-T71EapCRVejnLPhyltJc" Organization: MarcusCom, Inc. Message-Id: <1064555498.35941.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 01:51:38 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 05:51:59 -0000 --=-T71EapCRVejnLPhyltJc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 01:00, Bob Perry wrote: > Gnome2 only failure now (install error). Pkgdb -F is good. Seems to be = a > problem with the nautilus-cd-burner? There's mention of a patch in the > archives. I don't have a cd burner. Is there a way to get around this? I have no idea there error you're seeing now. Joe >=20 > Bob > ----- Original Message -----=20 > From: "Joe Marcus Clarke" > To: "Bob Perry" > Cc: > Sent: Thursday, September 25, 2003 10:18 PM > Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-T71EapCRVejnLPhyltJc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/c9Ppb2iPiv4Uz4cRAl8WAJ4jyT6LPqdRD/lcKcGpFlzMpcfmKwCeP8Ob C5e7BTTSkVoR6Rz0gicFpxI= =XMbK -----END PGP SIGNATURE----- --=-T71EapCRVejnLPhyltJc-- From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 25 23:17:21 2003 Return-Path: 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 658D316A4B3 for ; Thu, 25 Sep 2003 23:17:21 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B06243FE0 for ; Thu, 25 Sep 2003 23:17:19 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8Q6Gocp010417; Fri, 26 Sep 2003 08:16:50 +0200 From: Nelis Lamprecht To: Piero , FreeBSD Gnome Mail List In-Reply-To: <20030925153746.M91230@poprostu.pl> References: <1064483200.16009.44.camel@enigma.8ball.co.za> <20030925153746.M91230@poprostu.pl> Content-Type: text/plain Message-Id: <1064557010.16009.56.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 26 Sep 2003 08:16:50 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Re: Can't create a launcher in Gnome2.4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 06:17:21 -0000 On Thu, 2003-09-25 at 17:38, Piero wrote: > On Thu, 25 Sep 2003 11:46:40 +0200, Nelis Lamprecht wrote > > > > I don't seem to be able to create a launcher now that I > > have upgraded to > > 2.4. I can create folders no problem in both Naultilus and > > on my desktop. When I left click in Nautilus and run > > "Create Launcher" the window pops up and I can fill in all > > the details but it doesn't create the actual link or icon. > > If I right-click on my desktop and go to "Create Launcher" > > I don't even get the window, I get nothing. > > > > Do you have ~/Desktop as a symlink to another directory? Aha! Thanks Piero, this appears to have been the problem. I just deleted the symlink Desktop and then moved .gnome-desktop to ~/Desktop and all is well. Weird, I'm almost positive it was never a symlink in Gnome2.2 before I upgraded ? Thanks. Nelis > > -- > Piero > piero@poprostu.pl > From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 00:46:05 2003 Return-Path: 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 AD22016A4B3 for ; Fri, 26 Sep 2003 00:46:05 -0700 (PDT) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFF343FBD for ; Fri, 26 Sep 2003 00:46:03 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h8Q7jicp023660 for ; Fri, 26 Sep 2003 09:45:44 +0200 From: Nelis Lamprecht To: FreeBSD Gnome Mail List Content-Type: text/plain Message-Id: <1064562344.16009.67.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 26 Sep 2003 09:45:44 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 07:46:05 -0000 Hi, I've only just subscribed to the gnome mail list so I'm answering this from looking at the archives. I had this problem soon after upgrading mplayer and solved it by downloading mplayers "new" default skin. It seems to have been a problem with their previous default skin as now it's working fine. Not sure if this is the same problem you have but just in case. Hope that helps. Regards, Nelis From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 04:53:32 2003 Return-Path: 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 C28BC16A4B3 for ; Fri, 26 Sep 2003 04:53:32 -0700 (PDT) Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by mx1.FreeBSD.org (Postfix) with SMTP id B3C4B4401E for ; Fri, 26 Sep 2003 04:53:31 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.212.46?) (khairil?yusof@219.95.212.46 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Sep 2003 11:53:24 -0000 From: Khairil Yusof To: Adam McLaurin In-Reply-To: <1064545048.21310.21.camel@jake> References: <1064534672.84625.12.camel@wolverine.home.net> <1064545048.21310.21.camel@jake> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ib6D3joJfkluof1TadYD" Message-Id: <1064577191.86147.13.camel@wolverine.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 19:53:12 +0800 cc: freebsd-gnome@freebsd.org Subject: Re: gaim 0.69 - yahoo password problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 11:53:32 -0000 --=-ib6D3joJfkluof1TadYD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 10:57, Adam McLaurin wrote: > I had the exact same problem immediately after updating to 0.69, but it > worked the second time I tried it. Very weird, but it's working now. How > many times did you try connecting? More than a few times on FreeBSD and I also built it on RH9 just to check. Neither worked. Also a few reports that already at gaim.sf.net similar to yours, but then failing. -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 7:39PM up 7 days, 40 mins, 1 user, load averages: 0.58, 0.35, 0.27 --=-ib6D3joJfkluof1TadYD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dCinDAqnLW/+/X8RAvtDAJ9pyvRw3tWYOWMx2ECGnVbJy2kp3wCfXo6w AZYzBSQeWPW7GC9u5YmhsIk= =M44w -----END PGP SIGNATURE----- --=-ib6D3joJfkluof1TadYD-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 05:01:56 2003 Return-Path: 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 26E6016A4B3 for ; Fri, 26 Sep 2003 05:01:56 -0700 (PDT) Received: from mail002.syd.optusnet.com.au (mail002.syd.optusnet.com.au [211.29.132.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07E244067 for ; Fri, 26 Sep 2003 05:01:53 -0700 (PDT) (envelope-from markhannon@optusnet.com.au) Received: from doorway.homeip.net (c211-28-121-120.sunsh3.vic.optusnet.com.au [211.28.121.120])h8QC1qj23633 for ; Fri, 26 Sep 2003 22:01:52 +1000 Received: from tbird (tbird.home.lan [192.168.1.5]) by doorway.homeip.net (8.12.8p2/8.12.8) with SMTP id h8QC1pu7084041 for ; Fri, 26 Sep 2003 22:01:52 +1000 (EST) (envelope-from markhannon@optusnet.com.au) From: "Mark Hannon" To: Date: Fri, 26 Sep 2003 22:01:51 +1000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C38479.CA33AF80" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 5.1-RELEASE / gnome-2.4 / too many files open X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 12:01:56 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C38479.CA33AF80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I just (more or less accidently) upgrade to Gnome-2.4 on a 5.1-RELEASE box which was previously running Gnome-2.2. A check of portversion shows that all packages are at their latests versions however I am unable to use gnome ... The desktop starts, I can open nautilus, but when I try to open a sub-directory the system bogs down and eventually I get a message saying 'too many open files'. At this point the system is unusable, it is not possible to start a new command, login from another terminal etc. Killing XFree makes things usable again. My xsession-errors files includes: SESSION_MANAGER=local/tbird.home.lan:/tmp/.ICE-unix/26687 Window manager warning: Broken client! Window 0x600010 (xconsole) changed client leader window or SM client ID mapping method init - connect2: Connection refused (nautilus:26724): libgnomevfs-WARNING **: module '/usr/X11R6/lib/gnome-vfs-2.0/modules/libmapping.so' returned a NULL handle Unable to open desktop file eek-004935fc89.desktop for panel launcher: Error reading file 'file:///home/mark/.gnome2/panel2.d/default/launchers/eek-004935fc89.des ktop': File not found Unable to open desktop file greasy-00a317c073.desktop for panel launcher: Error reading file 'file:///home/mark/.gnome2/panel2.d/default/launchers/greasy-00a317c073. desktop': File not found yp_next: clnt_call: RPC: Unable to send; errno = Too many open files in system yp_next: clnt_call: RPC: Unable to send; errno = Too many open files in system Window manager warning: Lost connection to the display ':0.0'; most likely the X server was shut down or you killed/destroyed the window manager. The application 'gnome-panel' lost its connection to the display :0.0; most likely the X server was shut down or you killed/destroyed the application. ICE default IO error handler doing an exit(), pid = 26694, errno = 0 The application 'nautilus' lost its connection to the display :0.0; most likely the X server was shut down or you killed/destroyed the application. What can I try next in order to debug further? Regards/Mark ------=_NextPart_000_0007_01C38479.CA33AF80-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 05:15:16 2003 Return-Path: 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 9945B16A4B3 for ; Fri, 26 Sep 2003 05:15:16 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D004C4403F for ; Fri, 26 Sep 2003 05:15:15 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (unknown [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id B7FB43BF42D; Fri, 26 Sep 2003 05:15:14 -0700 (PDT) Message-ID: <001301c38427$d7762120$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: References: <1064562488.16009.70.camel@enigma.8ball.co.za> Date: Fri, 26 Sep 2003 05:15:14 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 cc: FreeBSD Gnome Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 12:15:16 -0000 ----- Original Message ----- From: "Nelis Lamprecht" To: Sent: Friday, September 26, 2003 12:48 AM Subject: Re: gmplayer Broken After Gnome2 Upgrade > Hi, > > I've only just subscribed to the gnome mail list so I'm answering this > from looking at the archives. I had this problem soon after upgrading > mplayer and solved it by downloading mplayers "new" default skin. It > seems to have been a problem with their previous default skin as now > it's working fine. Not sure if this is the same problem you have but > just in case. Thanks for your reply. I have rebuilt all the mplayer ports using "portupgrade -rf" which includes the skins. However I will try changing skins and see if the problems persists. Cheers, Drew From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 06:45:18 2003 Return-Path: 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 8388A16A4B3; Fri, 26 Sep 2003 06:45:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA2443FDF; Fri, 26 Sep 2003 06:45:17 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QDjHFY013511; Fri, 26 Sep 2003 06:45:17 -0700 (PDT) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QDjHCP013507; Fri, 26 Sep 2003 06:45:17 -0700 (PDT) (envelope-from krion) Date: Fri, 26 Sep 2003 06:45:17 -0700 (PDT) From: Kirill Ponomarew Message-Id: <200309261345.h8QDjHCP013507@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57246: net/loudmouth - chase gnutls update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 13:45:18 -0000 Synopsis: net/loudmouth - chase gnutls update Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Fri Sep 26 06:45:05 PDT 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=57246 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 06:46:08 2003 Return-Path: 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 E840116A4B3 for ; Fri, 26 Sep 2003 06:46:08 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DC043FF2 for ; Fri, 26 Sep 2003 06:46:07 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8QDgxGx019605; Fri, 26 Sep 2003 09:43:00 -0400 From: Adam McLaurin To: Khairil Yusof In-Reply-To: <1064577191.86147.13.camel@wolverine.home.net> References: <1064534672.84625.12.camel@wolverine.home.net> <1064545048.21310.21.camel@jake> <1064577191.86147.13.camel@wolverine.home.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mKEzNKJvjv7bv58U37SI" Message-Id: <1064583959.21310.54.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 09:45:59 -0400 cc: freebsd-gnome@freebsd.org Subject: Re: gaim 0.69 - yahoo password problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 13:46:09 -0000 --=-mKEzNKJvjv7bv58U37SI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 07:53, Khairil Yusof wrote: > More than a few times on FreeBSD and I also built it on RH9 just to > check. Neither worked. >=20 > Also a few reports that already at gaim.sf.net similar to yours, but > then failing. Have you tried asking in #gaim on Freenode IRC (irc.freenode.net)? They might be able to offer some insights. Feel free to drop by #freebsd-gnome while you're there, if you're so inclined. --=20 Adam McLaurin --=-mKEzNKJvjv7bv58U37SI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dEMXt+DSc2Q4lGYRAhLiAJ9RnlayvtRZKlJqcIWkR3s59OrClgCfayBN jc4KhF8TYGa89DA5H/O3nIc= =+Zor -----END PGP SIGNATURE----- --=-mKEzNKJvjv7bv58U37SI-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 07:10:32 2003 Return-Path: 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 F1BDF16A4B3; Fri, 26 Sep 2003 07:10:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C87243FDF; Fri, 26 Sep 2003 07:10:30 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QEAUFY017933; Fri, 26 Sep 2003 07:10:30 -0700 (PDT) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QEATTk017929; Fri, 26 Sep 2003 07:10:29 -0700 (PDT) (envelope-from krion) Date: Fri, 26 Sep 2003 07:10:29 -0700 (PDT) From: Kirill Ponomarew Message-Id: <200309261410.h8QEATTk017929@freefall.freebsd.org> To: herbert@bugat.at, krion@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/57246: net/loudmouth - chase gnutls update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 14:10:32 -0000 Synopsis: net/loudmouth - chase gnutls update State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Fri Sep 26 07:10:25 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=57246 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 07:30:47 2003 Return-Path: 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 1C40B16A4B3 for ; Fri, 26 Sep 2003 07:30:47 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B8A43FF9 for ; Fri, 26 Sep 2003 07:30:46 -0700 (PDT) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.22) id 1A2tcl-000MjO-Li for freebsd-gnome@FreeBSD.org; Fri, 26 Sep 2003 18:31:11 +0400 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1064586669.850.12.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 18:31:10 +0400 Content-Transfer-Encoding: 7bit Subject: Nautilus X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 14:30:47 -0000 Hi Is the way to setup font and/or translation for nautilus folder windows? I have number of directories with files named in koi8-r encoding. They are seen pretty well in xterm, mozilla, but nautilus fails to show names correctly. -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 07:56:06 2003 Return-Path: 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 D6B4216A4B3; Fri, 26 Sep 2003 07:56:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD57444030; Fri, 26 Sep 2003 07:56:05 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from freefall.freebsd.org (bland@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QEu5FY020809; Fri, 26 Sep 2003 07:56:05 -0700 (PDT) (envelope-from bland@freefall.freebsd.org) Received: (from bland@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QEu5am020805; Fri, 26 Sep 2003 07:56:05 -0700 (PDT) (envelope-from bland) Date: Fri, 26 Sep 2003 07:56:05 -0700 (PDT) From: Alexander Nedotsukov Message-Id: <200309261456.h8QEu5am020805@freefall.freebsd.org> To: bland@FreeBSD.org, gnome@FreeBSD.org, closed@FreeBSD.org Subject: Re: ports/56886: graphics/sodipodi lists frontline as a build dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 14:56:07 -0000 Synopsis: graphics/sodipodi lists frontline as a build dependency Responsible-Changed-From-To: gnome->closed Responsible-Changed-By: bland Responsible-Changed-When: Fri Sep 26 07:54:17 PDT 2003 Responsible-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=56886 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 07:59:05 2003 Return-Path: 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 7EB8016A4B3; Fri, 26 Sep 2003 07:59:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F7F44001; Fri, 26 Sep 2003 07:59:04 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from freefall.freebsd.org (bland@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QEx4FY020890; Fri, 26 Sep 2003 07:59:04 -0700 (PDT) (envelope-from bland@freefall.freebsd.org) Received: (from bland@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QEx4me020886; Fri, 26 Sep 2003 07:59:04 -0700 (PDT) (envelope-from bland) Date: Fri, 26 Sep 2003 07:59:04 -0700 (PDT) From: Alexander Nedotsukov Message-Id: <200309261459.h8QEx4me020886@freefall.freebsd.org> To: bland@FreeBSD.org, closed@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/56886: graphics/sodipodi lists frontline as a build dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 14:59:05 -0000 Synopsis: graphics/sodipodi lists frontline as a build dependency Responsible-Changed-From-To: closed->gnome Responsible-Changed-By: bland Responsible-Changed-When: Fri Sep 26 07:58:06 PDT 2003 Responsible-Changed-Why: Me stiupid blind. http://www.freebsd.org/cgi/query-pr.cgi?pr=56886 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 08:00:14 2003 Return-Path: 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 11FDE16A4B3; Fri, 26 Sep 2003 08:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FB643F93; Fri, 26 Sep 2003 08:00:12 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from freefall.freebsd.org (bland@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QF0CFY020953; Fri, 26 Sep 2003 08:00:12 -0700 (PDT) (envelope-from bland@freefall.freebsd.org) Received: (from bland@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QF0BhN020949; Fri, 26 Sep 2003 08:00:11 -0700 (PDT) (envelope-from bland) Date: Fri, 26 Sep 2003 08:00:11 -0700 (PDT) From: Alexander Nedotsukov Message-Id: <200309261500.h8QF0BhN020949@freefall.freebsd.org> To: dotz@irc.pl, bland@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/56886: graphics/sodipodi lists frontline as a build dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 15:00:14 -0000 Synopsis: graphics/sodipodi lists frontline as a build dependency State-Changed-From-To: open->closed State-Changed-By: bland State-Changed-When: Fri Sep 26 07:59:08 PDT 2003 State-Changed-Why: Close PR this time. http://www.freebsd.org/cgi/query-pr.cgi?pr=56886 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 11:14:57 2003 Return-Path: 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 8235116A4B3 for ; Fri, 26 Sep 2003 11:14:57 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E41E944051 for ; Fri, 26 Sep 2003 11:14:55 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from L035522 (unknown [165.107.22.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id A39763BF51A; Fri, 26 Sep 2003 11:14:54 -0700 (PDT) Message-ID: <006101c3845a$0d96b710$65166ba5@lc.ca.gov> From: "Drew Tomlinson" To: "Drew Tomlinson" , References: <1064562488.16009.70.camel@enigma.8ball.co.za> <001301c38427$d7762120$0301a8c0@bigdaddy> Date: Fri, 26 Sep 2003 11:14:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: FreeBSD Gnome Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 18:14:57 -0000 From: "Drew Tomlinson" To: Cc: "FreeBSD Gnome" Sent: Friday, September 26, 2003 5:15 AM > From: "Nelis Lamprecht" > To: > Sent: Friday, September 26, 2003 12:48 AM > > > Hi, > > > > I've only just subscribed to the gnome mail list so I'm answering this > > from looking at the archives. I had this problem soon after upgrading > > mplayer and solved it by downloading mplayers "new" default skin. It > > seems to have been a problem with their previous default skin as now > > it's working fine. Not sure if this is the same problem you have but > > just in case. > > Thanks for your reply. I have rebuilt all the mplayer ports using > "portupgrade -rf" which includes the skins. However I will try changing > skins and see if the problems persists. I've tested the other skins. All skins work OK except for 'default' and 'hayraphon'. Thus I don't suspect it's an issue with metacity. Cheers, Drew From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 11:32:43 2003 Return-Path: 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 79AA516A4B3 for ; Fri, 26 Sep 2003 11:32:43 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAA74402B for ; Fri, 26 Sep 2003 11:32:37 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8QIP1A7003247; Fri, 26 Sep 2003 14:25:01 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8QIVSlB073188; Fri, 26 Sep 2003 14:31:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mark Hannon In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NHjdr4YkruGLEosyj58/" Organization: MarcusCom, Inc. Message-Id: <1064601151.834.29.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 14:32:31 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: 5.1-RELEASE / gnome-2.4 / too many files open X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 18:32:43 -0000 --=-NHjdr4YkruGLEosyj58/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 08:01, Mark Hannon wrote: > Hi, >=20 > I just (more or less accidently) upgrade to Gnome-2.4 on a 5.1-RELEASE > box which was previously > running Gnome-2.2. A check of portversion shows that all packages are > at their latests versions however > I am unable to use gnome ... >=20 > The desktop starts, I can open nautilus, but when I try to open a > sub-directory the system bogs down > and eventually I get a message saying 'too many open files'. At this > point the system is unusable, it > is not possible to start a new command, login from another terminal etc. > Killing XFree makes things > usable again. Send a copy of your kernel config as well as the output or limit for your GNOME user. Joe >=20 > My xsession-errors files includes: >=20 > SESSION_MANAGER=3Dlocal/tbird.home.lan:/tmp/.ICE-unix/26687 > Window manager warning: Broken client! Window 0x600010 (xconsole) > changed client leader window or SM client ID > mapping method init - connect2: Connection refused >=20 > (nautilus:26724): libgnomevfs-WARNING **: module > '/usr/X11R6/lib/gnome-vfs-2.0/modules/libmapping.so' returned a NULL > handle > Unable to open desktop file eek-004935fc89.desktop for panel launcher: > Error reading file > 'file:///home/mark/.gnome2/panel2.d/default/launchers/eek-004935fc89.des > ktop': File not found > Unable to open desktop file greasy-00a317c073.desktop for panel > launcher: Error reading file > 'file:///home/mark/.gnome2/panel2.d/default/launchers/greasy-00a317c073. > desktop': File not found > yp_next: clnt_call: RPC: Unable to send; errno =3D Too many open files in > system >=20 > >=20 > yp_next: clnt_call: RPC: Unable to send; errno =3D Too many open files in > system > Window manager warning: Lost connection to the display ':0.0'; > most likely the X server was shut down or you killed/destroyed > the window manager. > The application 'gnome-panel' lost its connection to the display :0.0; > most likely the X server was shut down or you killed/destroyed > the application. > ICE default IO error handler doing an exit(), pid =3D 26694, errno =3D 0 > The application 'nautilus' lost its connection to the display :0.0; > most likely the X server was shut down or you killed/destroyed > the application. >=20 > What can I try next in order to debug further? >=20 > Regards/Mark >=20 > ______________________________________________________________________ > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-NHjdr4YkruGLEosyj58/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dIY/b2iPiv4Uz4cRAozJAJ94Fx78N3plLivxF5SckHn9pxB3JgCeOSXi FqdErx37HLALORtNSg5+E1Y= =SymT -----END PGP SIGNATURE----- --=-NHjdr4YkruGLEosyj58/-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 11:39:27 2003 Return-Path: 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 2C98116A4B3 for ; Fri, 26 Sep 2003 11:39:27 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B7C44005 for ; Fri, 26 Sep 2003 11:39:26 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8QIVsA7010938; Fri, 26 Sep 2003 14:31:54 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8QIcMlB073297; Fri, 26 Sep 2003 14:38:22 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1064586669.850.12.camel@localhost> References: <1064586669.850.12.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6AOhr9oH8NRNEM1kq5SL" Organization: MarcusCom, Inc. Message-Id: <1064601565.834.31.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 14:39:26 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: gnome Subject: Re: Nautilus X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 18:39:27 -0000 --=-6AOhr9oH8NRNEM1kq5SL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 10:31, Vladimir B. Grebenschikov wrote: > Hi=20 >=20 > Is the way to setup font and/or translation for nautilus folder windows? >=20 > I have number of directories with files named in koi8-r encoding. >=20 > They are seen pretty well in xterm, mozilla, but nautilus fails to show > names correctly. Works fine for me out-of-the-box. Of course, my command of the Cyrillic alphabet sucks. http://www.marcuscom.com/downloads/russian.png Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-6AOhr9oH8NRNEM1kq5SL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dIfdb2iPiv4Uz4cRAs8qAJ44jxZzOel0MeqpeFDkGrsuPekouACfUa7O jR8uHE/rYQhCy45vsPvxzcc= =GuhQ -----END PGP SIGNATURE----- --=-6AOhr9oH8NRNEM1kq5SL-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 12:29:55 2003 Return-Path: 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 C633D16A4B3 for ; Fri, 26 Sep 2003 12:29:55 -0700 (PDT) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE3A43FD7 for ; Fri, 26 Sep 2003 12:29:29 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.72.23.dial1.weehawken.level3.net ([171.75.72.23] helo=MASAI) by albatross.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A2yHL-0002KF-00; Fri, 26 Sep 2003 12:29:24 -0700 Message-ID: <009101c38464$9f7b9ba0$0501a8c0@MASAI> From: "Bob Perry" To: "Joe Marcus Clarke" References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> <000b01c383d4$69f7aa90$0501a8c0@MASAI> <1064542717.724.81.camel@gyros> <001b01c383eb$171e49c0$0501a8c0@MASAI> <1064555498.35941.2.camel@shumai.marcuscom.com> Date: Fri, 26 Sep 2003 15:30:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 19:29:55 -0000 > Gnome2 only failure now (install error). Pkgdb -F is good. Seems to be a > problem with the nautilus-cd-burner? There's mention of a patch in the > archives. I don't have a cd burner. Is there a way to get around this? I have no idea there error you're seeing now. Joe Hi Joe, Maybe the following will help . It starts out with: gnome2-2.4.0 depends on executable: nautilus-cd-burner -not found Verifying install for nautilus-cd-burner... Building for nautilus-cd-burner-0.5.3 cd-drive.c : In function 'freebsd_scan': cd-drive.c:703: 'CDR_MAX_SPEED' undeclared (first used in this function) cd-drive.c:703: (Each undeclared identifier is reported only once cd-drive.c:703: for each function it appears in.) gmake[2]: *** [cd-drive.o] Error 1 gmake[2]: Leaving directory '/usr/ports/sysutils/nautilus-cd- burner/work/nautilus-cd-burner 0.5.3' gmake[1]: *** [all-recursive] Error 1 gmake[1]: *** [all-recursive-am] Error 2 *** Error code 2 Stop in usr/ports/sysutils/nautilus-cd-burner *** Error code 1 Stop in /usr/ports/x11/gnome2. Does this help? Bob From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 12:31:46 2003 Return-Path: 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 07E3116A4B3 for ; Fri, 26 Sep 2003 12:31:46 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008EC44056 for ; Fri, 26 Sep 2003 12:31:29 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8QJSbaw017472; Fri, 26 Sep 2003 15:28:37 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h8QJTnlB073723; Fri, 26 Sep 2003 15:29:49 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Bob Perry In-Reply-To: <009101c38464$9f7b9ba0$0501a8c0@MASAI> References: <002701c38329$54daa960$0501a8c0@MASAI> <1064471934.27339.15.camel@shumai.marcuscom.com> <1064542717.724.81.camel@gyros> <001b01c383eb$171e49c0$0501a8c0@MASAI> <1064555498.35941.2.camel@shumai.marcuscom.com> <009101c38464$9f7b9ba0$0501a8c0@MASAI> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eXx8UdB2fF4MU0nHd4AU" Organization: MarcusCom, Inc. Message-Id: <1064604653.36657.5.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 15:30:53 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@FreeBSD.org Subject: Re: Fw: Portupgrade Problem w/New Gnome2 Release X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 19:31:46 -0000 --=-eXx8UdB2fF4MU0nHd4AU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 15:30, Bob Perry wrote: > > Gnome2 only failure now (install error). Pkgdb -F is good. Seems to b= e a > > problem with the nautilus-cd-burner? There's mention of a patch in the > > archives. I don't have a cd burner. Is there a way to get around this= ? >=20 > I have no idea there error you're seeing now. >=20 > Joe >=20 > Hi Joe, > Maybe the following will help . >=20 > It starts out with: > gnome2-2.4.0 depends on executable: nautilus-cd-burner -not found > Verifying install for nautilus-cd-burner... > Building for nautilus-cd-burner-0.5.3 > > cd-drive.c : In function 'freebsd_scan': > cd-drive.c:703: 'CDR_MAX_SPEED' undeclared (first used in this > function) > cd-drive.c:703: (Each undeclared identifier is reported only once > cd-drive.c:703: for each function it appears in.) > gmake[2]: *** [cd-drive.o] Error 1 > gmake[2]: Leaving directory '/usr/ports/sysutils/nautilus-cd- > burner/work/nautilus-cd-burner 0.5.3' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in usr/ports/sysutils/nautilus-cd-burner > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnome2. >=20 > Does this help? What version of FreeBSD is this again? Joe >=20 > Bob --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eXx8UdB2fF4MU0nHd4AU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dJPtb2iPiv4Uz4cRAmKAAJ9eW+iEZSc/vH8SJ6fCEBE3ZMbemgCgnYHw wIByqPnwUmvwh1F+w+XMRi4= =T2x/ -----END PGP SIGNATURE----- --=-eXx8UdB2fF4MU0nHd4AU-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 13:36:30 2003 Return-Path: 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 CF8FA16A4B3 for ; Fri, 26 Sep 2003 13:36:30 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DA943FD7 for ; Fri, 26 Sep 2003 13:36:25 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id MUA74016; Fri, 26 Sep 2003 13:36:23 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 0306B5D04; Fri, 26 Sep 2003 13:36:22 -0700 (PDT) To: Joe Marcus Clarke In-Reply-To: Message from Joe Marcus Clarke of "Thu, 25 Sep 2003 17:31:20 EDT." <1064525480.724.64.camel@gyros> Date: Fri, 26 Sep 2003 13:36:22 -0700 From: "Kevin Oberman" Message-Id: <20030926203622.0306B5D04@ptavv.es.net> cc: FreeBSD GNOME Users Subject: Re: Galeon1 on a Gnome 2.4 desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 20:36:30 -0000 > From: Joe Marcus Clarke > Date: Thu, 25 Sep 2003 17:31:20 -0400 > > On Thu, 2003-09-25 at 14:17, Kevin Oberman wrote: > > Since my upgrade to Gnome2.4 I have been unable to run galeon. I am > > still using galeon1 as I don't like the user interface for galeon2. > > > > When I run galeon, I get: > > GConf Error: Failed to contact configuration server (a likely cause > > of th is is that you have an existing configuration server (gconfd) > > running, but it isn't reachable from here - if you're logged in from > > two machines at once, you may need to enable TCP networking for > > ORBit) > > > > and a window pops up with the message: > > "Cannot find a schema for galeon preferences. Check your gconf setup, > > look at galeon FAQ for more info" > > > > Yes, I've read the FAQ and made sure that there is no login from more > > than the single system. Nothing really obvious there. > > > > Is galeon1 now dead or is there a way to get it working again? > > galeon-1.2 is almost completely unmaintained at this point. Looks like > there may be some issues with gconf2. I updated to 1.2.12, so let me > know if that makes things better. Else, you might want to think about > migrating to galeon2. Nope. 1.2.12 still has the same problem. :-( I really don't like the user interface for Galeon2 nearly as well as I liked the old one, but I like both better than I like epiphany's. so I guess it's time to move on to galeon2. Maybe the next release will have a better UI. It's clear that the developers realize that it's a problem. Thanks, Joe. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 14:28:50 2003 Return-Path: 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 AB26116A4B3 for ; Fri, 26 Sep 2003 14:28:50 -0700 (PDT) Received: from titanic.serversetup.com (titanic.serversetup.com [216.94.125.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id D663943FF7 for ; Fri, 26 Sep 2003 14:28:49 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: from [64.39.186.145] (dsl-cust-145.openweb.ca [64.39.186.145]) h8QLPdGx008424 for ; Fri, 26 Sep 2003 17:25:40 -0400 From: Adam McLaurin To: FreeBSD Gnome In-Reply-To: <006101c3845a$0d96b710$65166ba5@lc.ca.gov> References: <1064562488.16009.70.camel@enigma.8ball.co.za> <001301c38427$d7762120$0301a8c0@bigdaddy> <006101c3845a$0d96b710$65166ba5@lc.ca.gov> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PVDKJ8VSDMlQhZC02dKA" Message-Id: <1064611723.21310.77.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 17:28:43 -0400 Subject: Re: gmplayer Broken After Gnome2 Upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2003 21:28:50 -0000 --=-PVDKJ8VSDMlQhZC02dKA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 14:14, Drew Tomlinson wrote: > I've tested the other skins. All skins work OK except for 'default' and > 'hayraphon'. Thus I don't suspect it's an issue with metacity. I had the same problems with gmplayer after upgrading to 2.4, but I'm not using metacity. I have 2 boxes, one running fluxbox and the other running fluxbox-devel. The one running fluxbox had no problems with gmplayer after the upgrade; the one running fluxbox-devel had exactly the same problems described earlier. The only way I was able to fix it was to completely deinstall mplayer*, removed the shared folder, then remove ~/.mplayer. Once I did all this and reinstalled, the problem was gone. Very strange, but at least it fixed the problem. --=20 Adam McLaurin --=-PVDKJ8VSDMlQhZC02dKA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dK+Lt+DSc2Q4lGYRAlCUAJsF46Iofhlm7eHYv5dd7RjxDvR8LgCgiKif qgs27k0jPd6Znr1gW4hdVF8= =ncUs -----END PGP SIGNATURE----- --=-PVDKJ8VSDMlQhZC02dKA-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 17:17:11 2003 Return-Path: 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 DDE2116A4BF for ; Fri, 26 Sep 2003 17:17:11 -0700 (PDT) Received: from relay1.mail.sjc1.globix.net (relay1.mail.sjc1.globix.net [209.10.34.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id A486F43F93 for ; Fri, 26 Sep 2003 17:17:10 -0700 (PDT) (envelope-from mwood@familyradio.com) Received: from mailserver.familyradio.org (mailserver.familyradio.org [209.10.215.76]) by relay1.mail.sjc1.globix.net (Postfix) with ESMTP id D60A13DD02 for ; Fri, 26 Sep 2003 17:17:14 -0700 (PDT) Received: from familyradio.com (datapro2.familyradio.org [209.10.215.82]) h8R0H9S59268 for ; Fri, 26 Sep 2003 17:17:09 -0700 (PDT) (envelope-from mwood@familyradio.com) Message-ID: <3F74D61C.7080608@familyradio.com> Date: Fri, 26 Sep 2003 17:13:16 -0700 From: Michael Wood User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Mozilla port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 00:17:12 -0000 Hello, I recently installed FreeBSD 4.8 on a 1.13GHz P3 system with a 40GB hard drive and 512MB of RAM. One of the first ports I tried to install was Mozilla since that's the browser/mail program I use on all my computers -- Windows, Linux, and I would hope, FreeBSD. But, after running make, and make install from /usr/ports/www/mozilla, Mozilla will not run. I'm not entirely new to FreeBSD; I know I've had Mozilla running on a FreeBSD system before, but I don't recall if I installed it from the ports collection or if I downloaded the Linux tarball, and installed it from that. Anyhow, I don't know what I'm missing or doing wrong, but Mozilla will not run. Any help you can give would be greatly appreciated. Thanks. Michael Wood LAN Administrator Family Stations, Inc. Oakland, CA mwood@familyradio.org From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 17:33:23 2003 Return-Path: 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 D031B16A4B3 for ; Fri, 26 Sep 2003 17:33:23 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F9F43FF5 for ; Fri, 26 Sep 2003 17:33:22 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030927003321.VSVN15705.lakemtao07.cox.net@mezz.mezzweb.com>; Fri, 26 Sep 2003 20:33:21 -0400 To: Michael Wood References: <3F74D61C.7080608@familyradio.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 26 Sep 2003 19:32:33 -0500 In-Reply-To: <3F74D61C.7080608@familyradio.com> User-Agent: Opera7.20/Linux M2 build 468 cc: gnome@FreeBSD.org Subject: Re: Mozilla port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 00:33:24 -0000 On Fri, 26 Sep 2003 17:13:16 -0700, Michael Wood wrote: > > Hello, > > I recently installed FreeBSD 4.8 on a 1.13GHz P3 system with a 40GB hard > drive and 512MB of RAM. One of the first ports I tried to install was > Mozilla since that's the browser/mail program I use on all my computers > -- Windows, Linux, and I would hope, FreeBSD. But, after running make, > and make install from /usr/ports/www/mozilla, Mozilla will not run. I'm > not entirely new to FreeBSD; I know I've had Mozilla running on a > FreeBSD system before, but I don't recall if I installed it from the > ports collection or if I downloaded the Linux tarball, and installed it > from that. Anyhow, I don't know what I'm missing or doing wrong, but > Mozilla will not run. Any help you can give would be greatly > appreciated. Thanks. What do you mean by not run? What's version of Mozilla? You need to give the more info, there is no way for us to know what your problem is. Cheers, Mezz > Michael Wood > LAN Administrator > Family Stations, Inc. > Oakland, CA > mwood@familyradio.org -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 17:47:04 2003 Return-Path: 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 881CE16A4B3 for ; Fri, 26 Sep 2003 17:47:04 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526674400D for ; Fri, 26 Sep 2003 17:47:01 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8R0dPA7015424; Fri, 26 Sep 2003 20:39:25 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8R0jmlB076402; Fri, 26 Sep 2003 20:45:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Wood In-Reply-To: <3F74D61C.7080608@familyradio.com> References: <3F74D61C.7080608@familyradio.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HV4hMf8e4xJP7H6PUB03" Organization: MarcusCom, Inc. Message-Id: <1064623607.50012.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 20:46:47 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: Mozilla port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 00:47:04 -0000 --=-HV4hMf8e4xJP7H6PUB03 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-09-26 at 20:13, Michael Wood wrote: > Hello, >=20 > I recently installed FreeBSD 4.8 on a 1.13GHz P3 system with a 40GB hard=20 > drive and 512MB of RAM. One of the first ports I tried to install was=20 > Mozilla since that's the browser/mail program I use on all my computers=20 > -- Windows, Linux, and I would hope, FreeBSD. But, after running make,=20 > and make install from /usr/ports/www/mozilla, Mozilla will not run. I'm=20 > not entirely new to FreeBSD; I know I've had Mozilla running on a=20 > FreeBSD system before, but I don't recall if I installed it from the=20 > ports collection or if I downloaded the Linux tarball, and installed it=20 > from that. Anyhow, I don't know what I'm missing or doing wrong, but=20 > Mozilla will not run. Any help you can give would be greatly=20 > appreciated. Thanks. Try doing fc-cache -f -v as root. Joe >=20 > Michael Wood > LAN Administrator > Family Stations, Inc. > Oakland, CA > mwood@familyradio.org >=20 >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-HV4hMf8e4xJP7H6PUB03 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dN33b2iPiv4Uz4cRAkYkAJ9dAFEfUPxJoBdOFnhCIH2TAnsLXgCdGYI/ uGBrDBcjk+NXO4yefVS/kIw= =uzxg -----END PGP SIGNATURE----- --=-HV4hMf8e4xJP7H6PUB03-- From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 26 18:06:41 2003 Return-Path: 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 475CA16A4B3 for ; Fri, 26 Sep 2003 18:06:41 -0700 (PDT) Received: from relay1.mail.sjc1.globix.net (relay1.mail.sjc1.globix.net [209.10.34.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEC943FDF for ; Fri, 26 Sep 2003 18:06:37 -0700 (PDT) (envelope-from mwood@familyradio.org) Received: from mailserver.familyradio.org (mailserver.familyradio.org [209.10.215.76]) by relay1.mail.sjc1.globix.net (Postfix) with ESMTP id 2F7413DD01; Fri, 26 Sep 2003 18:06:42 -0700 (PDT) Received: from familyradio.org (rsrvd81.familyradio.org [209.10.215.81]) h8R16bS60301; Fri, 26 Sep 2003 18:06:37 -0700 (PDT) (envelope-from mwood@familyradio.org) Message-ID: <3F74E288.4030205@familyradio.org> Date: Fri, 26 Sep 2003 18:06:16 -0700 From: Michael Wood User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030925 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <3F74D61C.7080608@familyradio.com> <1064623607.50012.0.camel@shumai.marcuscom.com> In-Reply-To: <1064623607.50012.0.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: gnome@FreeBSD.org Subject: Re: Mozilla port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 01:06:41 -0000 Joe Marcus Clarke wrote: >On Fri, 2003-09-26 at 20:13, Michael Wood wrote: > > >>Hello, >> >>I recently installed FreeBSD 4.8 on a 1.13GHz P3 system with a 40GB hard >>drive and 512MB of RAM. One of the first ports I tried to install was >>Mozilla since that's the browser/mail program I use on all my computers >>-- Windows, Linux, and I would hope, FreeBSD. But, after running make, >>and make install from /usr/ports/www/mozilla, Mozilla will not run. I'm >>not entirely new to FreeBSD; I know I've had Mozilla running on a >>FreeBSD system before, but I don't recall if I installed it from the >>ports collection or if I downloaded the Linux tarball, and installed it >>from that. Anyhow, I don't know what I'm missing or doing wrong, but >>Mozilla will not run. Any help you can give would be greatly >>appreciated. Thanks. >> >> > >Try doing fc-cache -f -v as root. > >Joe > Hey, cool. That worked. Many thanks Joe! Michael Wood LAN Administrator Family Stations, Inc. Oakland, CA mwood@familyradio.org From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 11:21:15 2003 Return-Path: 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 1B1D316A4B3 for ; Sat, 27 Sep 2003 11:21:15 -0700 (PDT) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B9543F3F for ; Sat, 27 Sep 2003 11:21:10 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (212.171.8.184) by vsmtp12.tin.it (7.0.019) id 3F72F5FF00138FAE for gnome@FreeBSD.org; Sat, 27 Sep 2003 20:21:08 +0200 Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.12.10/8.12.10) with ESMTP id h8RIL6vB063341 for ; Sat, 27 Sep 2003 20:21:07 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Sat, 27 Sep 2003 20:21:05 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: gnome@FreeBSD.org Message-ID: <20030927201427.H25311@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: x11/gdm2 default gnome session X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 18:21:15 -0000 Hi! I noticed that gdm2 does no longer allow to use the default gnome session (only the failsafe one is available), like it could not find sessions inside /usr/X11R6/etc/dm/Sessions (I have no clue about why). -- jimmy From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 12:47:06 2003 Return-Path: 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 84BBA16A4C1; Sat, 27 Sep 2003 12:47:06 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 250A244022; Sat, 27 Sep 2003 12:46:55 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030927194652.RQH16616.lakemtao08.cox.net@mezz.mezzweb.com>; Sat, 27 Sep 2003 15:46:52 -0400 To: Alexander Leidinger References: <20030924195307.U57087@daemon.g-e-e-k.net> <1064458841.27339.3.camel@shumai.marcuscom.com> <20030926132835.6b62a459.Alexander@Leidinger.net> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sat, 27 Sep 2003 14:46:09 -0500 In-Reply-To: <20030926132835.6b62a459.Alexander@Leidinger.net> User-Agent: Opera7.20/Linux M2 build 468 cc: ports@freebsd.org cc: gnome@freebsd.org Subject: Re: gdesklets X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 19:47:06 -0000 On Fri, 26 Sep 2003 13:28:35 +0200, Alexander Leidinger wrote: > On Wed, 24 Sep 2003 22:20:24 -0500 > Jeremy Messenger wrote: > >> Yep, Alexander had to hack a lot of stuff in the libdesklets because of >> Linuxish, which we are doing some test right now and might be done by >> tomorrow or so.. Few (three to four) desklets will be committ in the >> ports >> tree sometimes soon, when Alexander (netchild) commit the update of >> gDesklets 0.22 in the ports tree... > > 0.22 is now in the tree, there are still some remaining bugs in the > libdesklets part which should be easy to fix... as soon as you manage to > get a working display which actually displays something... see below. > > The just added desklets work all without a problem. > >> BTW: I have more than 8 or 9 desklets ports, but I am holding them >> because >> of refresh problem.. If someone know how to fix the refresh problem, >> then >> I will send all of those desklets ports to PR. > > The problem with the refresh is the use of threads. The threads which > are supposed to update the display get created (instantiated), but they > don't run (the functions doesn't seem to get called). I don't know how > to debug this problem further (a short test program with python-threads > works without problems). One more thing, I am able to refresh it by manual as long I use one of desklet that is depend on IconButton sensor[1]. The best desklet that I always use is LTCandy's clock.display[2]. When, you add them and run it, then keep click on clock icon many as you can and it will refresh other desklets. I would say like 15 to 20 clicks per refresh. It's weird and strange; it seems like it isn't able catch threads or something (data?) else on its own to refresh. Note that, make sure that clock icon spits the error of command doesn't exist so don't mind it. [1] http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=22 [2] http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=46 Cheers, Mezz > Bye, > Alexander. -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 13:28:30 2003 Return-Path: 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 AEDF016A4B3 for ; Sat, 27 Sep 2003 13:28:30 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160194402A for ; Sat, 27 Sep 2003 13:28:30 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3Lg5-000BwW-61 for freebsd-gnome@freebsd.org; Sat, 27 Sep 2003 13:28:29 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 13:28:28 -0700 To: freebsd gnome Message-Id: Subject: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 20:28:30 -0000 when saying "submit" to a password change page inside a router vendor's closed pages (or i would give you the url), galeon 1.3.7 crashes reproducably using -stable as of yesterday. Backtrace was generated from '/usr/X11R6/bin/galeon-bin' 0x28d4e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 #0 0x28d4e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 #1 0x28d4d6a9 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 #2 0x28d4d05e in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 #3 0x0 in ?? () Thread 1 (process 5321, thread 1): #0 0x28d4e1c4 in __sys_poll () from /usr/lib/libc_r.so.4 No symbol table info available. #1 0x28d4d6a9 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 No symbol table info available. #2 0x28d4d05e in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 No symbol table info available. #3 0x0 in ?? () No symbol table info available. From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 13:42:11 2003 Return-Path: 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 4A98C16A4B3 for ; Sat, 27 Sep 2003 13:42:11 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A64DA43FA3 for ; Sat, 27 Sep 2003 13:42:09 -0700 (PDT) (envelope-from adam.mclaurin@gmx.net) Received: (qmail 11500 invoked by uid 65534); 27 Sep 2003 20:42:08 -0000 Received: from dsl-cust-145.openweb.ca (EHLO [64.39.186.145]) (64.39.186.145) by mail.gmx.net (mp007) with SMTP; 27 Sep 2003 22:42:08 +0200 X-Authenticated: #19934200 From: Adam McLaurin To: freebsd gnome In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rrcvGh8VjqLc3Eq3Akc/" Message-Id: <1064695326.71020.8.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 16:42:06 -0400 Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 20:42:11 -0000 --=-rrcvGh8VjqLc3Eq3Akc/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-09-27 at 16:28, Randy Bush wrote: > when saying "submit" to a password change page inside a > router vendor's closed pages (or i would give you the > url), galeon 1.3.7 crashes reproducably using -stable > as of yesterday. Shouldn't you try upgrading to 1.3.9 before reporting errors? Perhaps the problem is already fixed? --=20 Adam McLaurin --=-rrcvGh8VjqLc3Eq3Akc/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dfYet+DSc2Q4lGYRAl/6AJ9RvaVmSSFQtb9i/PTafUpg7cd+owCfQuAV Lli7OWPsn+G8pcsTH3HdDIQ= =obCx -----END PGP SIGNATURE----- --=-rrcvGh8VjqLc3Eq3Akc/-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 14:51:54 2003 Return-Path: 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 2202816A4B3 for ; Sat, 27 Sep 2003 14:51:54 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779094403D for ; Sat, 27 Sep 2003 14:51:51 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3Myg-000E04-Ud; Sat, 27 Sep 2003 14:51:47 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 14:51:46 -0700 To: Adam McLaurin References: <1064695326.71020.8.camel@jake> Message-Id: cc: freebsd gnome Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 21:51:54 -0000 > Shouldn't you try upgrading to 1.3.9 before reporting errors? Perhaps > the problem is already fixed? because i am having very ugly problems with fonts on my 2.4/1.3.8 machnine. until i sort those out, i can't tell what the heck is happening there. but it does bomb there too, just less prettily. but thanks for the great suggestion. randy From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 15:22:22 2003 Return-Path: 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 4A95E16A4B3 for ; Sat, 27 Sep 2003 15:22:22 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 006FD44035 for ; Sat, 27 Sep 2003 15:22:21 -0700 (PDT) (envelope-from adam.mclaurin@gmx.net) Received: (qmail 9867 invoked by uid 65534); 27 Sep 2003 22:22:19 -0000 Received: from dsl-cust-145.openweb.ca (EHLO [64.39.186.145]) (64.39.186.145) by mail.gmx.net (mp015) with SMTP; 28 Sep 2003 00:22:19 +0200 X-Authenticated: #19934200 From: Adam McLaurin To: Randy Bush In-Reply-To: References: <1064695326.71020.8.camel@jake> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bhX4dI4Zr+B1UHQNu5ED" Message-Id: <1064701331.71020.10.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 18:22:12 -0400 cc: freebsd gnome Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 22:22:22 -0000 --=-bhX4dI4Zr+B1UHQNu5ED Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-09-27 at 17:51, Randy Bush wrote: > because i am having very ugly problems with fonts on my 2.4/1.3.8 > machnine. until i sort those out, i can't tell what the heck is > happening there. but it does bomb there too, just less prettily. Ah, ok. Well, have you tried the same page in Mozilla or Firebird? Do they exhibit the same problem? --=20 Adam McLaurin --=-bhX4dI4Zr+B1UHQNu5ED Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dg2Tt+DSc2Q4lGYRArWEAJwIdFhEg94MTwkeiW+DaTd/ujuCKACeJIGs tlRNLi14HXL3yntsKt72Dtk= =J5Fd -----END PGP SIGNATURE----- --=-bhX4dI4Zr+B1UHQNu5ED-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 15:27:07 2003 Return-Path: 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 3BA2916A4B3 for ; Sat, 27 Sep 2003 15:27:07 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id B141743FEA for ; Sat, 27 Sep 2003 15:27:05 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030927222703.DZTR15705.lakemtao07.cox.net@mezz.mezzweb.com>; Sat, 27 Sep 2003 18:27:03 -0400 To: Randy Bush References: <1064695326.71020.8.camel@jake> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sat, 27 Sep 2003 17:26:21 -0500 In-Reply-To: User-Agent: Opera7.20/Linux M2 build 468 cc: freebsd gnome Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 22:27:07 -0000 On Sat, 27 Sep 2003 14:51:46 -0700, Randy Bush wrote: >> Shouldn't you try upgrading to 1.3.9 before reporting errors? Perhaps >> the problem is already fixed? > > because i am having very ugly problems with fonts on my 2.4/1.3.8 > machnine. until i sort those out, i can't tell what the heck is > happening there. but it does bomb there too, just less prettily. > > but thanks for the great suggestion. Maybe, you can try to run 'fc-cache -f -v' as root.. Cheers, Mezz > randy -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 15:39:44 2003 Return-Path: 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 0F28C16A4B3 for ; Sat, 27 Sep 2003 15:39:44 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7794403B for ; Sat, 27 Sep 2003 15:39:43 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3Nj4-000EHp-8l; Sat, 27 Sep 2003 15:39:42 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 15:39:41 -0700 To: Jeremy Messenger References: <1064695326.71020.8.camel@jake> Message-Id: cc: freebsd gnome Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 22:39:44 -0000 >> because i am having very ugly problems with fonts on my 2.4/1.3.8 >> machnine. > Maybe, you can try to run 'fc-cache -f -v' as root.. you had my hopes up there for a second. i did o closed galeon o ran 'fc-cache -f -v' as root o restarted galeon fonts are configured as default = serif serif = serif 10 sans-serif = sans-serif cursive = sans-serif fantasy = Clean monospace =monspace 10 minimum = 10 always is not checked, but same result either way some things a displaying in a very large serif font. the same font is appearing in pulldowns and buttons, though smaller. randy From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 16:26:31 2003 Return-Path: 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 7C4FF16A4B3 for ; Sat, 27 Sep 2003 16:26:31 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF1D43FE0 for ; Sat, 27 Sep 2003 16:26:30 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3OSM-0000A4-0P for freebsd-gnome@freebsd.org; Sat, 27 Sep 2003 16:26:30 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 16:26:29 -0700 To: freebsd gnome References: <1064695326.71020.8.camel@jake> Message-Id: Subject: windows wander (was: galeon crash) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Sep 2003 23:26:31 -0000 >>> because i am having very ugly problems with fonts on my 2.4/1.3.9 >>> machnine. >> Maybe, you can try to run 'fc-cache -f -v' as root.. > you had my hopes up there for a second. now things are even more exciting. windows are gratuitously moving around in workspace A when i am in workspace B, for all values of A and B (i have twelve workspaces). they move part way off the edge, so only some of the window is in the visible part of the workspace. as i am a heavy workspace user and switcher (using mouse in panel and using defined function keys), this makes the box unusable! also, the panel, which is usually on the right side of the top, is now in the center of the top. this is on 4.9-prerelease as of last eve fully cvsupped and portupdated gnome 2.4 ... sawfish randy From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 17:03:04 2003 Return-Path: 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 E997816A4B3 for ; Sat, 27 Sep 2003 17:03:04 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAD64402B for ; Sat, 27 Sep 2003 17:03:03 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3P1i-0001n5-3y; Sat, 27 Sep 2003 17:03:02 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 17:03:01 -0700 To: Adam McLaurin References: <1064695326.71020.8.camel@jake> <1064701331.71020.10.camel@jake> Message-Id: cc: freebsd gnome Subject: Re: galeon crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 00:03:05 -0000 >> because i am having very ugly problems with fonts on my 2.4/1.3.8 >> machnine. until i sort those out, i can't tell what the heck is >> happening there. but it does bomb there too, just less prettily. > Ah, ok. Well, have you tried the same page in Mozilla or Firebird? Do > they exhibit the same problem? moz does not randy From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 17:17:49 2003 Return-Path: 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 0D2A916A4B3 for ; Sat, 27 Sep 2003 17:17:49 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57AA44001 for ; Sat, 27 Sep 2003 17:17:47 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8S0FUaw029956; Sat, 27 Sep 2003 20:15:30 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8S0HekB004847; Sat, 27 Sep 2003 20:17:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: References: <1064695326.71020.8.camel@jake> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AWk1beaJPqE+IOkOwVpg" Organization: MarcusCom, Inc. Message-Id: <1064708263.1134.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 20:17:43 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd gnome Subject: Re: windows wander (was: galeon crash) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 00:17:49 -0000 --=-AWk1beaJPqE+IOkOwVpg Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-09-27 at 19:26, Randy Bush wrote: > >>> because i am having very ugly problems with fonts on my 2.4/1.3.9 > >>> machnine. > >> Maybe, you can try to run 'fc-cache -f -v' as root.. > > you had my hopes up there for a second. >=20 > now things are even more exciting. >=20 > windows are gratuitously moving around in workspace A when i am in > workspace B, for all values of A and B (i have twelve workspaces). > they move part way off the edge, so only some of the window is in > the visible part of the workspace. >=20 > as i am a heavy workspace user and switcher (using mouse in panel > and using defined function keys), this makes the box unusable! >=20 > also, the panel, which is usually on the right side of the top, > is now in the center of the top. >=20 > this is on 4.9-prerelease as of last eve > fully cvsupped and portupdated > gnome 2.4 ... sawfish I believe these issues have been fixed in 1.3.9. I know I haven't seen any such problems. Joe >=20 > randy >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-AWk1beaJPqE+IOkOwVpg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/diinb2iPiv4Uz4cRAltDAJ9pKHMskAWpNYjLMZWF9ibJinptqQCfWNZI v7rvA1uWHgHuXyXD36CWyZw= =K1M+ -----END PGP SIGNATURE----- --=-AWk1beaJPqE+IOkOwVpg-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 17:22:48 2003 Return-Path: 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 AB9A516A4B3; Sat, 27 Sep 2003 17:22:48 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB2D443FB1; Sat, 27 Sep 2003 17:22:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8S0KUaw003985; Sat, 27 Sep 2003 20:20:30 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8S0MekB004892; Sat, 27 Sep 2003 20:22:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jimmy Olgeni In-Reply-To: <20030927201427.H25311@olgeni.olgeni> References: <20030927201427.H25311@olgeni.olgeni> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xpZ0TXwT9iUl3fhRFu02" Organization: MarcusCom, Inc. Message-Id: <1064708564.1134.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 20:22:44 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: x11/gdm2 default gnome session X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 00:22:48 -0000 --=-xpZ0TXwT9iUl3fhRFu02 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-09-27 at 14:21, Jimmy Olgeni wrote: > Hi! >=20 > I noticed that gdm2 does no longer allow to use the default gnome > session (only the failsafe one is available), like it could not find > sessions inside /usr/X11R6/etc/dm/Sessions (I have no clue about why). I just started gdm-2.4.4.3 for the first time, and noticed the same thing. I'll have to investigate. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-xpZ0TXwT9iUl3fhRFu02 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dinUb2iPiv4Uz4cRApibAJ9+qew5GZ9fWY6GNrUNYpfMh+TS0wCgnWnW 7jtpf5qNYtUY88B3+b8bdtY= =eED7 -----END PGP SIGNATURE----- --=-xpZ0TXwT9iUl3fhRFu02-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 17:46:04 2003 Return-Path: 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 E89A116A4B3; Sat, 27 Sep 2003 17:46:04 -0700 (PDT) Received: from bland.int.ru (r249024.ap.plala.or.jp [220.108.249.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C9543FEA; Sat, 27 Sep 2003 17:46:01 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bland.int.ru (8.12.10/8.12.10) with ESMTP id h8S0jxnR002531; Sun, 28 Sep 2003 09:46:00 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F762F47.60001@FreeBSD.org> Date: Sun, 28 Sep 2003 09:45:59 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jimmy Olgeni References: <20030927201427.H25311@olgeni.olgeni> In-Reply-To: <20030927201427.H25311@olgeni.olgeni> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: x11/gdm2 default gnome session X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 00:46:05 -0000 Jimmy, Jimmy Olgeni wrote: >Hi! > >I noticed that gdm2 does no longer allow to use the default gnome >session (only the failsafe one is available), like it could not find >sessions inside /usr/X11R6/etc/dm/Sessions (I have no clue about why). > > > There was recent change in gdm config file. Please #cd /usr/X11R6/etc/gdm; cp factory-gdm.conf gdm.conf. All the best, Alexander. From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 18:24:07 2003 Return-Path: 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 EC44C16A4B3 for ; Sat, 27 Sep 2003 18:24:07 -0700 (PDT) Received: from mail017.syd.optusnet.com.au (mail017.syd.optusnet.com.au [211.29.132.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086494401A for ; Sat, 27 Sep 2003 18:24:06 -0700 (PDT) (envelope-from markhannon@optusnet.com.au) Received: from doorway.homeip.net (c211-28-121-120.sunsh3.vic.optusnet.com.au [211.28.121.120])h8S1O1X22261 for ; Sun, 28 Sep 2003 11:24:04 +1000 Received: from tbird (tbird.home.lan [192.168.1.5]) by doorway.homeip.net (8.12.8p2/8.12.8) with SMTP id h8S1O0CK007182 for ; Sun, 28 Sep 2003 11:24:01 +1000 (EST) (envelope-from markhannon@optusnet.com.au) From: "Mark Hannon" To: "FreeBSD GNOME Users" Date: Sun, 28 Sep 2003 11:24:00 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <1064601151.834.29.camel@gyros> Subject: RE: 5.1-RELEASE / gnome-2.4 / too many files open X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 01:24:08 -0000 > The desktop starts, I can open nautilus, but when I try to open a > sub-directory the system bogs down > and eventually I get a message saying 'too many open files'. At this > point the system is unusable, it > is not possible to start a new command, login from another terminal etc. > Killing XFree makes things > usable again. Send a copy of your kernel config as well as the output or limit for your GNOME user. tbird:~> limit cputime unlimited filesize unlimited datasize 524288 kbytes stacksize 65536 kbytes coredumpsize unlimited memoryuse unlimited vmemoryuse unlimited descriptors 3607 memorylocked unlimited maxproc 1803 s bsize unlimited tbird:~> uname -a FreeBSD tbird.home.lan 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 tbird:~> pstat -T 3049/4008 files 0M/490M swap space This was taken from a terminal directly after logging into gnome. I spent some more time yestereday trying to dig into things and discovered that I have quite a few gnome programs that are linked to libraries in /usr/local/lib/compat/pkg. Including lots that use atk.so.200 ... the funny thing is they are also use atk.so.400 as well. Should I delete the contents of /usr/local/lib/compat/pkg and rebuild these packages? Could that be the cause of the problems? Rgds/mark From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 18:57:11 2003 Return-Path: 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 680CF16A4B3; Sat, 27 Sep 2003 18:57:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB8E4400E; Sat, 27 Sep 2003 18:57:10 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8S1vAFY046213; Sat, 27 Sep 2003 18:57:10 -0700 (PDT) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8S1vAWs046209; Sat, 27 Sep 2003 18:57:10 -0700 (PDT) (envelope-from edwin) Date: Sat, 27 Sep 2003 18:57:10 -0700 (PDT) From: Edwin Groothuis Message-Id: <200309280157.h8S1vAWs046209@freefall.freebsd.org> To: ruslan@worf.ttisw.tuckerenergy.com, edwin@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/56047: graphics/gimp1 port broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 01:57:11 -0000 Old Synopsis: gimp1 port broken New Synopsis: graphics/gimp1 port broken State-Changed-From-To: feedback->closed State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: If this is still a problem with the latest (3.23.58) one, please resubmit the problem. Most likely it was caused by the not running of ldconfig by the port. If it still occures, please add the output of "ldconfig -r" to the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44799 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: euhmm.. I'll redit this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=45210 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=46024 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=46338 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses. http://www.freebsd.org/cgi/query-pr.cgi?pr=46510 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=46530 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=48097 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50140 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50195 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50417 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50418 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50586 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix category http://www.freebsd.org/cgi/query-pr.cgi?pr=50724 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopsesFix synopsesFix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=50999 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=51007 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=51536 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=51610 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=51807 State-Changed-From-To: analyzed->analyzed State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=52068 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=52447 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=52727 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=53843 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: FIx category http://www.freebsd.org/cgi/query-pr.cgi?pr=53862 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=53248 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=54092 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=54209 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=55252 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=55372 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=55261 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=55439 State-Changed-From-To: open->open State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix category http://www.freebsd.org/cgi/query-pr.cgi?pr=55617 State-Changed-From-To: feedback->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 27 18:35:21 PDT 2003 State-Changed-Why: Fix synopses http://www.freebsd.org/cgi/query-pr.cgi?pr=56047 From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 19:33:22 2003 Return-Path: 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 4AE4C16A4B3 for ; Sat, 27 Sep 2003 19:33:22 -0700 (PDT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA66D4400D for ; Sat, 27 Sep 2003 19:33:20 -0700 (PDT) (envelope-from pav@oook.cz) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id h8S2XJWM027195; Sun, 28 Sep 2003 04:33:19 +0200 (CEST) (envelope-from pav@oook.cz) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id h8S2XJft027194; Sun, 28 Sep 2003 04:33:19 +0200 (CEST) (envelope-from pav@oook.cz) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@oook.cz using -f From: Pav Lucistnik To: Joe Marcus Clarke In-Reply-To: <1064708263.1134.4.camel@shumai.marcuscom.com> References: <1064695326.71020.8.camel@jake> <1064708263.1134.4.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-278t4Oxyd3L7G6UOtTsH" Message-Id: <1064716398.93823.29.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 28 Sep 2003 04:33:18 +0200 cc: freebsd-gnome@freebsd.org Subject: Re: windows wander (was: galeon crash) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 02:33:22 -0000 --=-278t4Oxyd3L7G6UOtTsH Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable V ne, 28. 09. 2003 v 02:17, Joe Marcus Clarke p=ED=B9e: > > now things are even more exciting. > >=20 > > windows are gratuitously moving around in workspace A when i am in > > workspace B, for all values of A and B (i have twelve workspaces). > > they move part way off the edge, so only some of the window is in > > the visible part of the workspace. > >=20 > > as i am a heavy workspace user and switcher (using mouse in panel > > and using defined function keys), this makes the box unusable! > >=20 > > also, the panel, which is usually on the right side of the top, > > is now in the center of the top. > >=20 > > this is on 4.9-prerelease as of last eve > > fully cvsupped and portupdated > > gnome 2.4 ... sawfish >=20 > I believe these issues have been fixed in 1.3.9. I know I haven't seen > any such problems. I had this issue of windows moving around when you click on the workspace p= ager *with Sawfish running* today too. It made Sawfish with virtual desktops absolutely unusable. I haven't investigated it much and reverted back to Me= tacity. The move of the window depended on where you clicked in the pager. When you clicked to the top left corner of the workspace on pager, the windows were=20 almost ok. The more down and right you click, the windows are more displace= d. --=20 Pav Lucistnik What do we know about love? Love is like a pear. Pear is sweet and have a specific shape. Try to exactly define the shape of a pear. -- Marigold: 50 Years Of Poetry --=-278t4Oxyd3L7G6UOtTsH Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dkhuntdYP8FOsoIRArwpAJ44aOh5oEksBU2pl1bx4l1kvB51CACghncP u6l3cnNQDp7TCp3EaPrnz6g= =gSAv -----END PGP SIGNATURE----- --=-278t4Oxyd3L7G6UOtTsH-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 20:43:49 2003 Return-Path: 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 5327A16A4B3; Sat, 27 Sep 2003 20:43:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA60244033; Sat, 27 Sep 2003 20:43:48 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8S3hmFY057722; Sat, 27 Sep 2003 20:43:48 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8S3hm28057718; Sat, 27 Sep 2003 20:43:48 -0700 (PDT) (envelope-from marcus) Date: Sat, 27 Sep 2003 20:43:48 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200309280343.h8S3hm28057718@freefall.freebsd.org> To: ruslan@worf.ttisw.tuckerenergy.com, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/56047: graphics/gimp1 port broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 03:43:49 -0000 Synopsis: graphics/gimp1 port broken State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Sat Sep 27 20:43:30 PDT 2003 State-Changed-Why: Closing due to lack of feedback and inability to reproduce. http://www.freebsd.org/cgi/query-pr.cgi?pr=56047 From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 20:45:32 2003 Return-Path: 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 6094116A4B3 for ; Sat, 27 Sep 2003 20:45:32 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EEB43FF2 for ; Sat, 27 Sep 2003 20:45:31 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8S3hFaw005219; Sat, 27 Sep 2003 23:43:15 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8S3jNkB006183; Sat, 27 Sep 2003 23:45:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mark Hannon In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yNcUIYl76JC8hPGXQ2aA" Organization: MarcusCom, Inc. Message-Id: <1064720727.1134.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Sep 2003 23:45:28 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: RE: 5.1-RELEASE / gnome-2.4 / too many files open X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 03:45:32 -0000 --=-yNcUIYl76JC8hPGXQ2aA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-09-27 at 21:24, Mark Hannon wrote: > > The desktop starts, I can open nautilus, but when I try to open a > > sub-directory the system bogs down > > and eventually I get a message saying 'too many open files'. At this > > point the system is unusable, it > > is not possible to start a new command, login from another terminal > etc. > > Killing XFree makes things > > usable again. >=20 > Send a copy of your kernel config as well as the output or limit for > your GNOME user. >=20 > tbird:~> limit > cputime unlimited > filesize unlimited > datasize 524288 kbytes > stacksize 65536 kbytes > coredumpsize unlimited > memoryuse unlimited > vmemoryuse unlimited > descriptors 3607 > memorylocked unlimited > maxproc 1803 s > bsize unlimited > tbird:~> uname -a > FreeBSD tbird.home.lan 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 > 02:55:42 GMT 2003 > root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >=20 > tbird:~> pstat -T > 3049/4008 files > 0M/490M swap space >=20 > This was taken from a terminal directly after logging into gnome. >=20 > I spent some more time yestereday trying to dig into things and > discovered that I have quite > a few gnome programs that are linked to libraries in > /usr/local/lib/compat/pkg. Including lots > that use atk.so.200 ... the funny thing is they are also use atk.so.400 > as well. >=20 > Should I delete the contents of /usr/local/lib/compat/pkg and rebuild > these packages? Could that > be the cause of the problems? Doubt it could be the direct cause of your problems, but you should definitely follow the upgrade instructions at http://www.freebsd.org/gnome/ to ensure a correct GNOME 2.4 upgrade. Joe >=20 > Rgds/mark >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-yNcUIYl76JC8hPGXQ2aA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dllXb2iPiv4Uz4cRAk9VAJ9jhvUHb87D59ldfWJBXVtvszTu0gCgpeb1 knr70/Y4V16QJNJI3X4z5rY= =Hv1o -----END PGP SIGNATURE----- --=-yNcUIYl76JC8hPGXQ2aA-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 22:08:15 2003 Return-Path: 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 5949716A4B3 for ; Sat, 27 Sep 2003 22:08:15 -0700 (PDT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDC544037 for ; Sat, 27 Sep 2003 22:08:09 -0700 (PDT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.253.46]) by mercury.ll.net for ; Sun, 28 Sep 2003 00:08:05 -0500 Message-ID: Date: Sun, 28 Sep 2003 00:07:58 -0500 (CDT) From: supraexpress@globaleyes.net To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Subject: Changing gnome-terminal "default action" for hyperlinks? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 05:08:15 -0000 I cannot find where to change the "default action" for gnome-terminal (gnome-2.4.0) when a hyperlink is selected in the terminal window. There is nothing visable through gconf and the gnome-terminal Profile has nothing about said "default action". From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 22:27:44 2003 Return-Path: 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 8079B16A4B3 for ; Sat, 27 Sep 2003 22:27:44 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2644402B for ; Sat, 27 Sep 2003 22:27:42 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h8S5KAA7005118; Sun, 28 Sep 2003 01:20:10 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8S5RTkB006675; Sun, 28 Sep 2003 01:27:29 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: supraexpress@globaleyes.net In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XEsVt1lt6i5YCRKAFAsc" Organization: MarcusCom, Inc. Message-Id: <1064726854.1134.60.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 28 Sep 2003 01:27:34 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: Changing gnome-terminal "default action" for hyperlinks? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 05:27:44 -0000 --=-XEsVt1lt6i5YCRKAFAsc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-09-28 at 01:07, supraexpress@globaleyes.net wrote: > I cannot find where to change the "default action" for gnome-terminal > (gnome-2.4.0) when a hyperlink is selected in the terminal window. There > is nothing visable through gconf and the gnome-terminal Profile has > nothing about said "default action". This is done in Applications->Desktop Preferences->Advanced->Default Applications. Joe > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-XEsVt1lt6i5YCRKAFAsc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/dnFGb2iPiv4Uz4cRAnPsAKCAJlpRLGnusPTZfSDXyZ0dHPmnRwCghIsW hsFhVJtm6Q8iAlP4X3RQ7bE= =GuIS -----END PGP SIGNATURE----- --=-XEsVt1lt6i5YCRKAFAsc-- From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 22:36:26 2003 Return-Path: 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 DD91B16A4B3 for ; Sat, 27 Sep 2003 22:36:26 -0700 (PDT) Received: from bland.int.ru (r249024.ap.plala.or.jp [220.108.249.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD5E43FEA for ; Sat, 27 Sep 2003 22:36:25 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bland.int.ru (8.12.10/8.12.10) with ESMTP id h8S5aOnR075380; Sun, 28 Sep 2003 14:36:24 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F767357.9060709@FreeBSD.org> Date: Sun, 28 Sep 2003 14:36:23 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: supraexpress@globaleyes.net References: <1064726854.1134.60.camel@shumai.marcuscom.com> In-Reply-To: <1064726854.1134.60.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: Changing gnome-terminal "default action" for hyperlinks? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 05:36:27 -0000 Joe Marcus Clarke wrote: >On Sun, 2003-09-28 at 01:07, supraexpress@globaleyes.net wrote: > > >>I cannot find where to change the "default action" for gnome-terminal >>(gnome-2.4.0) when a hyperlink is selected in the terminal window. There >>is nothing visable through gconf and the gnome-terminal Profile has >>nothing about said "default action". >> >> > >This is done in Applications->Desktop Preferences->Advanced->Default >Applications. > >Joe > Just to explain what Joe said. gnome-terminal does not do any special url handling but call gnome_url_show(). Therefore your system wide preferences will be used. All the best, Alexander. > > > >>_______________________________________________ >>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 Sat Sep 27 22:43:28 2003 Return-Path: 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 08AA416A4B3 for ; Sat, 27 Sep 2003 22:43:28 -0700 (PDT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4A344020 for ; Sat, 27 Sep 2003 22:43:27 -0700 (PDT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.253.46]) by mercury.ll.net for ; Sun, 28 Sep 2003 00:43:22 -0500 Message-ID: Date: Sun, 28 Sep 2003 00:43:15 -0500 (CDT) From: supraexpress@globaleyes.net To: freebsd-gnome@FreeBSD.org In-Reply-To: <3F767357.9060709@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Subject: Re: Changing gnome-terminal "default action" for hyperlinks? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 05:43:28 -0000 Gotcha - only, for me it is "Applications->Desktop Preferences-> Advanced->File types and programs->Internet Services-> World Wide Web http". On 28 Sep, Alexander Nedotsukov wrote: > Joe Marcus Clarke wrote: > >>On Sun, 2003-09-28 at 01:07, supraexpress@globaleyes.net wrote: >> >> >>>I cannot find where to change the "default action" for gnome-terminal >>>(gnome-2.4.0) when a hyperlink is selected in the terminal window. There >>>is nothing visable through gconf and the gnome-terminal Profile has >>>nothing about said "default action". >>> >>> >> >>This is done in Applications->Desktop Preferences->Advanced->Default >>Applications. >> >>Joe >> > Just to explain what Joe said. gnome-terminal does not do any special > url handling but call gnome_url_show(). Therefore your system wide > preferences will be used. From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 27 22:47:06 2003 Return-Path: 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 804FE16A4B3 for ; Sat, 27 Sep 2003 22:47:06 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95F944003 for ; Sat, 27 Sep 2003 22:47:05 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A3UOa-000A2W-63; Sat, 27 Sep 2003 22:47:00 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Sep 2003 22:46:59 -0700 To: Pav Lucistnik References: <1064695326.71020.8.camel@jake> <1064708263.1134.4.camel@shumai.marcuscom.com> <1064716398.93823.29.camel@hood.oook.cz> Message-Id: cc: freebsd-gnome@freebsd.org Subject: Re: windows wander (was: galeon crash) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 05:47:06 -0000 > I had this issue of windows moving around when you click on the workspace > pager *with Sawfish running* today too. It made Sawfish with virtual > desktops absolutely unusable. I haven't investigated it much and reverted > back to Metacity. The move of the window depended on where you clicked in > the pager. When you clicked to the top left corner of the workspace on > pager, the windows were almost ok. The more down and right you click, the > windows are more displaced. you're right, it's just clicking in the pager, using fn keys to get between workspaces is non-damaging. whew! thanks for hint. randy