From craig001 at lerwick.hopto.org Sat Nov 1 03:23:38 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 03:23:44 2008 Subject: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option In-Reply-To: <200810022237.m92MbNYI071211@freefall.freebsd.org> References: <200810022237.m92MbNYI071211@freefall.freebsd.org> Message-ID: <1225535007.6398.1.camel@main.lerwick.hopto.org> On Thu, 2008-10-02 at 22:37 +0000, mezz@FreeBSD.org wrote: > Synopsis: sysutils/gnome-settings-daemon ignores draw_background option > > State-Changed-From-To: open->closed > State-Changed-By: mezz > State-Changed-When: Thu Oct 2 22:37:05 UTC 2008 > State-Changed-Why: > No respone for months. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 Mezz Still no upstream patch, I have tested your last patch and it is working as expected. Think it would be good to go into the port until gnome developers fix it. Sorry about the delay. Regards Craig Butler From craig001 at lerwick.hopto.org Sat Nov 1 04:10:05 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 04:10:11 2008 Subject: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option Message-ID: <200811011110.mA1BA49A084604@freefall.freebsd.org> The following reply was made to PR ports/125857; it has been noted by GNATS. From: Craig Butler To: bug-followup@freebsd.org Cc: Subject: Re: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option Date: Sat, 01 Nov 2008 10:36:39 +0000 On Thu, 2008-10-02 at 22:37 +0000, mezz@FreeBSD.org wrote: > Synopsis: sysutils/gnome-settings-daemon ignores draw_background option > > State-Changed-From-To: open->closed > State-Changed-By: mezz > State-Changed-When: Thu Oct 2 22:37:05 UTC 2008 > State-Changed-Why: > No respone for months. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 Mezz Still no upstream patch, I have tested your last patch and it is working as expected. Think it would be good to go into the port until gnome developers fix it. Sorry about the delay. Regards Craig Butler From chris.tipper at gmail.com Sun Nov 2 07:13:37 2008 From: chris.tipper at gmail.com (Christopher G D Tipper) Date: Sun Nov 2 07:13:43 2008 Subject: missing library Message-ID: I have had FreeBSD 7.0 since June and have run portsnap/portugrade a couple of times since then, the most recent being 1st November. Evolution has failed almost since I installed it: it only ever worked from the 7.0 RELEASE installation, and then failed after the first update: > evolution & [1] 3399 > /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "evolution" [1] Exit 1 evolution Also the clock applet failed with a similar message. | The panel encountered a problem when loading "OAFID:GNOME_ClockApplet" | Do you want to delete the applet from your configuration? > /usr/X11R6/libexec/clock-applet /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "clock-applet" As far as I am concerned if this library is not found, then it is not generated by the portupgrade process. I can't see any way round this except to fix the build. From mezz7 at cox.net Sun Nov 2 08:06:17 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 2 08:06:24 2008 Subject: missing library In-Reply-To: References: Message-ID: On Sun, 02 Nov 2008 08:44:56 -0600, Christopher G D Tipper wrote: > I have had FreeBSD 7.0 since June and have run portsnap/portugrade a > couple > of times since then, the most recent being 1st November. > > Evolution has failed almost since I installed it: it only ever worked > from > the 7.0 RELEASE installation, and then failed after the first update: It looks like you did the downgraded from -CURRENT (8.0) to 7.0-R? There is no such of libgssapi.so.10 in ports tree, and FreeBSD 7.x and below. I don't have any -CURRENT machine, but in my RELENG_7 only has libgssapi.so.9 so I image that the libgssapi.so.10 should be from -CURRENT. If you upgrade or downgrade in different of FreeBSD's major version then you always have to rebuild/reinstall all of your installed ports. Cheers, Mezz >> evolution & > [1] 3399 >> /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, >> required > by "evolution" > > [1] Exit 1 evolution > > Also the clock applet failed with a similar message. > > | The panel encountered a problem when loading "OAFID:GNOME_ClockApplet" > | Do you want to delete the applet from your configuration? > >> /usr/X11R6/libexec/clock-applet > /libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, > required by > "clock-applet" > > As far as I am concerned if this library is not found, then it is not > generated by the portupgrade process. I can't see any way round this > except > to fix the build. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Sun Nov 2 08:07:54 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 2 08:08:00 2008 Subject: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option In-Reply-To: <1225535007.6398.1.camel@main.lerwick.hopto.org> References: <200810022237.m92MbNYI071211@freefall.freebsd.org> <1225535007.6398.1.camel@main.lerwick.hopto.org> Message-ID: On Sat, 01 Nov 2008 04:23:27 -0600, Craig Butler wrote: > On Thu, 2008-10-02 at 22:37 +0000, mezz@FreeBSD.org wrote: >> Synopsis: sysutils/gnome-settings-daemon ignores draw_background option >> >> State-Changed-From-To: open->closed >> State-Changed-By: mezz >> State-Changed-When: Thu Oct 2 22:37:05 UTC 2008 >> State-Changed-Why: >> No respone for months. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 > > Mezz > > Still no upstream patch, I have tested your last patch and it is working > as expected. Think it would be good to go into the port until gnome > developers fix it. Sorry about the delay. Ok, thanks for test it. I will checking in MarcusCom CVS ports tree and see if I can use this patch in 2.24.x. If I can and I shall put it in there, so everybody should have it at 2.24. Cheers, Mezz > Regards > > Craig Butler -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz at FreeBSD.org Sun Nov 2 08:16:58 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun Nov 2 08:17:09 2008 Subject: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option Message-ID: <200811021616.mA2GGvlP029930@freefall.freebsd.org> Synopsis: sysutils/gnome-settings-daemon ignores draw_background option State-Changed-From-To: closed->analyzed State-Changed-By: mezz State-Changed-When: Sun Nov 2 16:16:13 UTC 2008 State-Changed-Why: Change it to analyzed as I will checking in MarcusCom CVS this evening or tonight. http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 From bugmaster at FreeBSD.org Mon Nov 3 03:07:10 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 3 03:09:31 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200811031107.mA3B79nt011253@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128478 gnome [patch] lang/vala typo in Makefile make it impossible o ports/128261 gnome [patch] audio/pulseaudio: -Wmissing-include causeing c o ports/128201 gnome [PATCH] graphics/gimp-app: broken pkg-plist p ports/127661 gnome [PATCH]textproc/libxml2: update to 2.7.1, which includ p ports/127399 gnome [UPDATE] security/gnome-keyring: add option to disable o ports/127298 gnome ports/www/xulrunner coredumps a ports/125857 gnome sysutils/gnome-settings-daemon ignores draw_background o ports/125306 gnome www/firefox3 gtk-gnash thread error p ports/124302 gnome [PATCH] www/webkit-gtk2: make video support optional p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 p ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 14 problems total. From mezz at FreeBSD.org Mon Nov 3 11:37:29 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon Nov 3 11:37:35 2008 Subject: ports/125857: sysutils/gnome-settings-daemon ignores draw_background option Message-ID: <200811031937.mA3JbSk4098270@freefall.freebsd.org> Synopsis: sysutils/gnome-settings-daemon ignores draw_background option State-Changed-From-To: analyzed->patched State-Changed-By: mezz State-Changed-When: Mon Nov 3 19:36:51 UTC 2008 State-Changed-Why: Committed in MarcusCom CVS, it will be merging into FreeBSD ports tree when it's complete unfreeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 From mezz at FreeBSD.org Mon Nov 3 12:20:52 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon Nov 3 12:20:58 2008 Subject: ports/128261: [patch] audio/pulseaudio: -Wmissing-include causeing compile failure Message-ID: <200811032020.mA3KKpeg034414@freefall.freebsd.org> Synopsis: [patch] audio/pulseaudio: -Wmissing-include causeing compile failure State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon Nov 3 20:20:41 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=128261 From dfilter at FreeBSD.ORG Mon Nov 3 12:30:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Nov 3 12:30:11 2008 Subject: ports/128261: commit references a PR Message-ID: <200811032030.mA3KU451034719@freefall.freebsd.org> The following reply was made to PR ports/128261; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128261: commit references a PR Date: Mon, 3 Nov 2008 20:20:36 +0000 (UTC) mezz 2008-11-03 20:20:23 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Remove -Wmissing-include-dirs from the build to avoid crash in the build. PR: ports/128261 Submitted by: Scot W. Hetzel Revision Changes Path 1.32 +2 -0 ports/audio/pulseaudio/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From mezz at FreeBSD.org Mon Nov 3 12:34:54 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon Nov 3 12:35:00 2008 Subject: ports/128201: [PATCH] graphics/gimp-app: broken pkg-plist Message-ID: <200811032034.mA3KYrLt043021@freefall.freebsd.org> Synopsis: [PATCH] graphics/gimp-app: broken pkg-plist State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon Nov 3 20:34:38 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=128201 From dfilter at FreeBSD.ORG Mon Nov 3 12:40:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Nov 3 12:40:10 2008 Subject: ports/128201: commit references a PR Message-ID: <200811032040.mA3Ke3p3043220@freefall.freebsd.org> The following reply was made to PR ports/128201; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128201: commit references a PR Date: Mon, 3 Nov 2008 20:34:31 +0000 (UTC) mezz 2008-11-03 20:34:17 UTC FreeBSD ports repository Modified files: graphics/gimp-app Makefile pkg-plist Log: -Fix the dependency in help browser plugins by add webkit-gtk2. [1] -Fix the plist when WITHOUT_RSVG and WITHOUT_HELBROWSER are defined. [2] -Bump the PORTREVISION. PR: ports/128201 [2] Submitted by: Tobias Rehbein [2] Reported by: many [1] Revision Changes Path 1.224 +4 -4 ports/graphics/gimp-app/Makefile 1.121 +2 -2 ports/graphics/gimp-app/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From ed at 80386.nl Mon Nov 3 14:20:24 2008 From: ed at 80386.nl (Ed Schouten) Date: Mon Nov 3 14:20:31 2008 Subject: nspr and firefox3 on powerpc Message-ID: <20081103222020.GU1165@hoeg.nl> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081103/a1c8109b/attachment.pgp From mezz at FreeBSD.org Mon Nov 3 14:26:54 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon Nov 3 14:27:00 2008 Subject: ports/128478: [patch] lang/vala typo in Makefile make it impossible to build vapigen. Message-ID: <200811032226.mA3MQrDF024525@freefall.freebsd.org> Synopsis: [patch] lang/vala typo in Makefile make it impossible to build vapigen. State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon Nov 3 22:26:41 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=128478 From dfilter at FreeBSD.ORG Mon Nov 3 14:30:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Nov 3 14:30:14 2008 Subject: ports/128478: commit references a PR Message-ID: <200811032230.mA3MU5Ig024835@freefall.freebsd.org> The following reply was made to PR ports/128478; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128478: commit references a PR Date: Mon, 3 Nov 2008 22:26:19 +0000 (UTC) mezz 2008-11-03 22:26:06 UTC FreeBSD ports repository Modified files: lang/vala Makefile pkg-plist Log: -Fix a typo, WITH_VAIPGEN -> WITH_VAPIGEN, the OPTIONS should works now. -Fix the plist when WITH_VAPIGEN is defined. -Bump the PORTREVISION. PR: ports/128478 Submitted by: Romain Tartiere Revision Changes Path 1.14 +3 -2 ports/lang/vala/Makefile 1.12 +2 -3 ports/lang/vala/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From marcus at marcuscom.com Mon Nov 3 14:32:21 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon Nov 3 14:32:28 2008 Subject: nspr and firefox3 on powerpc In-Reply-To: <20081103222020.GU1165@hoeg.nl> References: <20081103222020.GU1165@hoeg.nl> Message-ID: <1225751521.59532.14.camel@shumai.marcuscom.com> On Mon, 2008-11-03 at 23:20 +0100, Ed Schouten wrote: > Hello all, > > I saw both the nspr and firefox3 ports were maintained by the GNOME > folks, so I'd better send these patches to you, to ask if I can commit > them to CVS. > > Last week I installed FreeBSD -CURRENT on my PowerBook G4 12". So far a > lot of things start to work, but I noticed I wasn't able to compile my > favourite browser on it. I've attached two patches, one for nspr and one > for firefox3 to make them compile properly. > > nspr: > > The patch for nspr is quite obvious. _freebsd.cfg now returns an #error, > because the platform is unsupported. Add the proper size definitions. > I've copied these from _linux.cfg. Turns out the _openbsd.cfg and > _netbsd.cfg definitions are quite probably a little broken, because they > define PR_BYTES_PER_INT64 to 4. These bits should be correct, though. > > firefox3: > > This patch is a little more complex. The changes to the port Makefile: > it turns out the `cc -dumpspecs | grep -m 1 pthread' trick doesn't work > on powerpc, because the flag it tries to obtain is stored on the second > line it returns. Make the pattern a little more accurate to make it work > properly. GECKO_PTHREAD_LIBS is now -lpthread instead of a lot of random > garbage. > > The fixes to the other file look a little strange, but that's mainly > because diff(1) makes a mess out of it. The only thing it does, is make > FreeBSD/powerpc use some of the Linux/powerpc xptcall bits that we need > instead of bailing out because we're running an unknown architecture. > We already do similar things for FreeBSD/{alpha,sparc64} and looking at > the xptcall code it is a pretty sane decision to do this. > > Any comments? We're fine with you committing PPC support for these ports. These patches look okay to me. The pthread hack still works on i386 and amd64. Thanks for doing this work! Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081103/0feebdc0/attachment.pgp From ed at 80386.nl Mon Nov 3 23:17:05 2008 From: ed at 80386.nl (Ed Schouten) Date: Mon Nov 3 23:17:12 2008 Subject: nspr and firefox3 on powerpc In-Reply-To: <1225751521.59532.14.camel@shumai.marcuscom.com> References: <20081103222020.GU1165@hoeg.nl> <1225751521.59532.14.camel@shumai.marcuscom.com> Message-ID: <20081104071704.GV1165@hoeg.nl> * Joe Marcus Clarke wrote: > We're fine with you committing PPC support for these ports. These > patches look okay to me. The pthread hack still works on i386 and > amd64. Thanks for doing this work! I've just committed the patches to CVS. Thanks! -- Ed Schouten WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081104/165fdf74/attachment.pgp From dino_vliet at yahoo.com Tue Nov 4 10:19:46 2008 From: dino_vliet at yahoo.com (Dino Vliet) Date: Tue Nov 4 10:42:34 2008 Subject: yelp install error on amd64 running freebsd 6.3 Message-ID: <974071.37488.qm@web51103.mail.re2.yahoo.com> Dear freebsd people, who is able to help me with this problem I have on my machine (a amd64 system running freebsd 6.3). I can't install yelp and am at a dead end. The error message I get is (from the script output which I captured in a file): Script started on Tue Nov 4 19:00:35 2008 # pwd /usr/ports/x11/yelp # make install clean yelp is using firefox for gecko support, but you can change that by defining WITH_GECKO to the following values: firefox xulrunner => yelp-2.22.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/yelp/2.22/. yelp-2.22.1.tar.bz2 0% of 972 kB 0 Bpsyelp-2.22.1.tar.bz2 73% of 972 kB 1113 kBpsyelp-2.22.1.tar.bz2 100% of 972 kB 1211 kBps ===> Extracting for yelp-2.22.1_1 => MD5 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. => SHA256 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. ===> Patching for yelp-2.22.1_1 ===> Applying FreeBSD patches for yelp-2.22.1_1 ===> yelp-2.22.1_1 depends on file: /usr/local/lib/firefox/libgtkembedmoz.so - found ===> yelp-2.22.1_1 depends on executable: gmake - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> yelp-2.22.1_1 depends on file: /usr/local/bin/intltool-extract - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> yelp-2.22.1_1 depends on executable: pkg-config - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===> yelp-2.22.1_1 depends on shared library: dbus-glib-1.2 - found ===> yelp-2.22.1_1 depends on shared library: rarian.0 - found ===> yelp-2.22.1_1 depends on shared library: intl - found ===> yelp-2.22.1_1 depends on shared library: esd.2 - found ===> yelp-2.22.1_1 depends on shared library: atk-1.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gailutil.18 - found ===> yelp-2.22.1_1 depends on shared library: gconf-2.4 - found ===> yelp-2.22.1_1 depends on shared library: glib-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomevfs-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gtk-x11-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: art_lgpl_2.5 - found ===> yelp-2.22.1_1 depends on shared library: bonobo-2.0 - found ===> yelp-2.22.1_1 depends on shared library: bonoboui-2.0 - found ===> yelp-2.22.1_1 depends on shared library: glade-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gnome-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomecanvas-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomeui-2.0 - found ===> yelp-2.22.1_1 depends on shared library: IDL-2.0 - found ===> yelp-2.22.1_1 depends on shared library: xml2.5 - found ===> yelp-2.22.1_1 depends on shared library: xslt.2 - found ===> yelp-2.22.1_1 depends on shared library: ORBit-2.0 - found ===> yelp-2.22.1_1 depends on shared library: pango-1.0.0 - found ===> Configuring for yelp-2.22.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.35.0... 0.35.0 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for gconftool-2... /usr/local/bin/gconftool-2 Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking whether ln -s works... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 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 dependency style of cc... (cached) gcc3 checking for strerror in -lcposix... no checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... amd64-portbld-freebsd6.3 checking host system type... amd64-portbld-freebsd6.3 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.0.0... yes (version 2.16.5) checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused checking what language compliance flags to pass to the C++ compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for YELP... yes checking for gsed... /usr/bin/sed checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for YELP_SEARCH... no checking for gawk... (cached) gawk checking which gecko to use... firefox checking for compiler -fshort-wchar option... yes checking whether to enable C++ RTTI... no checking whether we have a gtk 2 gecko build... yes checking whether we have a gecko debug build... no checking for gecko version... 1.8.1 checking for MOZILLA_COMPONENT... yes checking for gzopen in -lz... yes checking for lzmadec_open in -llzmadec... yes checking for bzread in -lbz2... no checking for BZ2_bzread in -lbz2... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating stylesheets/Makefile config.status: creating stylesheets/db2html.xsl config.status: creating stylesheets/db-title.xsl config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/ui/Makefile config.status: creating po/Makefile.in config.status: creating yelp.desktop.in config.status: creating config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands yelp-2.22.1: prefix: /usr/local source code location: . compiler: cc Debug enabled: no Search backend: auto - basic Mozilla version: firefox ===> Building for yelp-2.22.1_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1' Making all in src gmake[2]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake all-am gmake[3]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-Yelper.o -MD -MP -MF ".deps/yelp-Yelper.Tpo" -c -o yelp-Yelper.o `test -f 'Yelper.cpp' || echo './'`Yelper.cpp; \ then mv -f ".deps/yelp-Yelper.Tpo" ".deps/yelp-Yelper.Po"; else rm -f ".deps/yelp-Yelper.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-base.o -MD -MP -MF ".deps/yelp-yelp-base.Tpo" -c -o yelp-yelp-base.o `test -f 'yelp-base.c' || echo './'`yelp-base.c; \ then mv -f ".deps/yelp-yelp-base.Tpo" ".deps/yelp-yelp-base.Po"; else rm -f ".deps/yelp-yelp-base.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-bookmarks.o -MD -MP -MF ".deps/yelp-yelp-bookmarks.Tpo" -c -o yelp-yelp-bookmarks.o `test -f 'yelp-bookmarks.c' || echo './'`yelp-bookmarks.c; \ then mv -f ".deps/yelp-yelp-bookmarks.Tpo" ".deps/yelp-yelp-bookmarks.Po"; else rm -f ".deps/yelp-yelp-bookmarks.Tpo"; exit 1; fi yelp-bookmarks.c: In function `yelp_bookmarks_add': yelp-bookmarks.c:310: warning: null format string if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-debug.o -MD -MP -MF ".deps/yelp-yelp-debug.Tpo" -c -o yelp-yelp-debug.o `test -f 'yelp-debug.c' || echo './'`yelp-debug.c; \ then mv -f ".deps/yelp-yelp-debug.Tpo" ".deps/yelp-yelp-debug.Po"; else rm -f ".deps/yelp-yelp-debug.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-error.o -MD -MP -MF ".deps/yelp-yelp-error.Tpo" -c -o yelp-yelp-error.o `test -f 'yelp-error.c' || echo './'`yelp-error.c; \ then mv -f ".deps/yelp-yelp-error.Tpo" ".deps/yelp-yelp-error.Po"; else rm -f ".deps/yelp-yelp-error.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-utils.o -MD -MP -MF ".deps/yelp-yelp-gecko-utils.Tpo" -c -o yelp-yelp-gecko-utils.o `test -f 'yelp-gecko-utils.cpp' || echo './'`yelp-gecko-utils.cpp; \ then mv -f ".deps/yelp-yelp-gecko-utils.Tpo" ".deps/yelp-yelp-gecko-utils.Po"; else rm -f ".deps/yelp-yelp-gecko-utils.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-html.o -MD -MP -MF ".deps/yelp-yelp-html.Tpo" -c -o yelp-yelp-html.o `test -f 'yelp-html.cpp' || echo './'`yelp-html.cpp; \ then mv -f ".deps/yelp-yelp-html.Tpo" ".deps/yelp-yelp-html.Po"; else rm -f ".deps/yelp-yelp-html.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-io-channel.o -MD -MP -MF ".deps/yelp-yelp-io-channel.Tpo" -c -o yelp-yelp-io-channel.o `test -f 'yelp-io-channel.c' || echo './'`yelp-io-channel.c; \ then mv -f ".deps/yelp-yelp-io-channel.Tpo" ".deps/yelp-yelp-io-channel.Po"; else rm -f ".deps/yelp-yelp-io-channel.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-settings.o -MD -MP -MF ".deps/yelp-yelp-settings.Tpo" -c -o yelp-yelp-settings.o `test -f 'yelp-settings.c' || echo './'`yelp-settings.c; \ then mv -f ".deps/yelp-yelp-settings.Tpo" ".deps/yelp-yelp-settings.Po"; else rm -f ".deps/yelp-yelp-settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-utils.o -MD -MP -MF ".deps/yelp-yelp-utils.Tpo" -c -o yelp-yelp-utils.o `test -f 'yelp-utils.c' || echo './'`yelp-utils.c; \ then mv -f ".deps/yelp-yelp-utils.Tpo" ".deps/yelp-yelp-utils.Po"; else rm -f ".deps/yelp-yelp-utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-window.o -MD -MP -MF ".deps/yelp-yelp-window.Tpo" -c -o yelp-yelp-window.o `test -f 'yelp-window.c' || echo './'`yelp-window.c; \ then mv -f ".deps/yelp-yelp-window.Tpo" ".deps/yelp-yelp-window.Po"; else rm -f ".deps/yelp-yelp-window.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-marshal.o -MD -MP -MF ".deps/yelp-yelp-marshal.Tpo" -c -o yelp-yelp-marshal.o `test -f 'yelp-marshal.c' || echo './'`yelp-marshal.c; \ then mv -f ".deps/yelp-yelp-marshal.Tpo" ".deps/yelp-yelp-marshal.Po"; else rm -f ".deps/yelp-yelp-marshal.Tpo"; exit 1; fi yelp-marshal.c:58: warning: no previous prototype for 'yelp_marshal_VOID__POINTER_BOOLEAN' yelp-marshal.c:99: warning: no previous prototype for 'yelp_marshal_VOID__STRING_INT' yelp-marshal.c:138: warning: no previous prototype for 'yelp_marshal_BOOLEAN__POINTER_BOOLEAN' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-main.o -MD -MP -MF ".deps/yelp-yelp-main.Tpo" -c -o yelp-yelp-main.o `test -f 'yelp-main.c' || echo './'`yelp-main.c; \ then mv -f ".deps/yelp-yelp-main.Tpo" ".deps/yelp-yelp-main.Po"; else rm -f ".deps/yelp-yelp-main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-print.o -MD -MP -MF ".deps/yelp-yelp-print.Tpo" -c -o yelp-yelp-print.o `test -f 'yelp-print.c' || echo './'`yelp-print.c; \ then mv -f ".deps/yelp-yelp-print.Tpo" ".deps/yelp-yelp-print.Po"; else rm -f ".deps/yelp-yelp-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-page.o -MD -MP -MF ".deps/yelp-yelp-page.Tpo" -c -o yelp-yelp-page.o `test -f 'yelp-page.c' || echo './'`yelp-page.c; \ then mv -f ".deps/yelp-yelp-page.Tpo" ".deps/yelp-yelp-page.Po"; else rm -f ".deps/yelp-yelp-page.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-transform.o -MD -MP -MF ".deps/yelp-yelp-transform.Tpo" -c -o yelp-yelp-transform.o `test -f 'yelp-transform.c' || echo './'`yelp-transform.c; \ then mv -f ".deps/yelp-yelp-transform.Tpo" ".deps/yelp-yelp-transform.Po"; else rm -f ".deps/yelp-yelp-transform.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-services.o -MD -MP -MF ".deps/yelp-yelp-gecko-services.Tpo" -c -o yelp-yelp-gecko-services.o `test -f 'yelp-gecko-services.cpp' || echo './'`yelp-gecko-services.cpp; \ then mv -f ".deps/yelp-yelp-gecko-services.Tpo" ".deps/yelp-yelp-gecko-services.Po"; else rm -f ".deps/yelp-yelp-gecko-services.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-document.o -MD -MP -MF ".deps/yelp-yelp-document.Tpo" -c -o yelp-yelp-document.o `test -f 'yelp-document.c' || echo './'`yelp-document.c; \ then mv -f ".deps/yelp-yelp-document.Tpo" ".deps/yelp-yelp-document.Po"; else rm -f ".deps/yelp-yelp-document.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-toc.o -MD -MP -MF ".deps/yelp-yelp-toc.Tpo" -c -o yelp-yelp-toc.o `test -f 'yelp-toc.c' || echo './'`yelp-toc.c; \ then mv -f ".deps/yelp-yelp-toc.Tpo" ".deps/yelp-yelp-toc.Po"; else rm -f ".deps/yelp-yelp-toc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-docbook.o -MD -MP -MF ".deps/yelp-yelp-docbook.Tpo" -c -o yelp-yelp-docbook.o `test -f 'yelp-docbook.c' || echo './'`yelp-docbook.c; \ then mv -f ".deps/yelp-yelp-docbook.Tpo" ".deps/yelp-yelp-docbook.Po"; else rm -f ".deps/yelp-yelp-docbook.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-db-print.o -MD -MP -MF ".deps/yelp-yelp-db-print.Tpo" -c -o yelp-yelp-db-print.o `test -f 'yelp-db-print.c' || echo './'`yelp-db-print.c; \ then mv -f ".deps/yelp-yelp-db-print.Tpo" ".deps/yelp-yelp-db-print.Po"; else rm -f ".deps/yelp-yelp-db-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man-parser.o -MD -MP -MF ".deps/yelp-yelp-man-parser.Tpo" -c -o yelp-yelp-man-parser.o `test -f 'yelp-man-parser.c' || echo './'`yelp-man-parser.c; \ then mv -f ".deps/yelp-yelp-man-parser.Tpo" ".deps/yelp-yelp-man-parser.Po"; else rm -f ".deps/yelp-yelp-man-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man.o -MD -MP -MF ".deps/yelp-yelp-man.Tpo" -c -o yelp-yelp-man.o `test -f 'yelp-man.c' || echo './'`yelp-man.c; \ then mv -f ".deps/yelp-yelp-man.Tpo" ".deps/yelp-yelp-man.Po"; else rm -f ".deps/yelp-yelp-man.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info.o -MD -MP -MF ".deps/yelp-yelp-info.Tpo" -c -o yelp-yelp-info.o `test -f 'yelp-info.c' || echo './'`yelp-info.c; \ then mv -f ".deps/yelp-yelp-info.Tpo" ".deps/yelp-yelp-info.Po"; else rm -f ".deps/yelp-yelp-info.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info-parser.o -MD -MP -MF ".deps/yelp-yelp-info-parser.Tpo" -c -o yelp-yelp-info-parser.o `test -f 'yelp-info-parser.c' || echo './'`yelp-info-parser.c; \ then mv -f ".deps/yelp-yelp-info-parser.Tpo" ".deps/yelp-yelp-info-parser.Po"; else rm -f ".deps/yelp-yelp-info-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-gtkentryaction.o -MD -MP -MF ".deps/yelp-gtkentryaction.Tpo" -c -o yelp-gtkentryaction.o `test -f 'gtkentryaction.c' || echo './'`gtkentryaction.c; \ then mv -f ".deps/yelp-gtkentryaction.Tpo" ".deps/yelp-gtkentryaction.Po"; else rm -f ".deps/yelp-gtkentryaction.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search.o -MD -MP -MF ".deps/yelp-yelp-search.Tpo" -c -o yelp-yelp-search.o `test -f 'yelp-search.c' || echo './'`yelp-search.c; \ then mv -f ".deps/yelp-yelp-search.Tpo" ".deps/yelp-yelp-search.Po"; else rm -f ".deps/yelp-yelp-search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search-parser.o -MD -MP -MF ".deps/yelp-yelp-search-parser.Tpo" -c -o yelp-yelp-search-parser.o `test -f 'yelp-search-parser.c' || echo './'`yelp-search-parser.c; \ then mv -f ".deps/yelp-yelp-search-parser.Tpo" ".deps/yelp-yelp-search-parser.Po"; else rm -f ".deps/yelp-yelp-search-parser.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -o yelp -R/usr/local/lib/firefox yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -L/usr/local/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lX11 -lXfixes -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lexslt -lxslt -lz -lm -lgcrypt -lgpg-error -lxml2 -lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv -lrarian -lz -lbz2 -llzmadec -lSM -lICE -L/usr/local/lib -lX11 -Wl,-rpath,/usr/local/lib/firefox -pthread -L/usr/local/lib/firefox -L/usr/local/lib -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 mkdir .libs c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -o yelp yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -Wl,-rpath -Wl,/usr/local/lib/firefox -pthread -L/usr/local/lib /usr/local/lib/libglade-2.0.so /usr/local/lib/libgnomeui-2.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libgnome-keyring.so /usr/local/lib/libjpeg.so /usr/local/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgailutil.so /usr/local/lib/libgnome-2.so /usr/local/lib/libgnomevfs-2.so -lssl -lcrypto -lutil /usr/local/lib/libesd.so /usr/local/lib/libaudiofile.so /usr/local/lib/libpopt.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libglitz.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libxcb.so /usr/local/lib/libpthread-stubs.so /usr/local/lib/libXrender.so /usr/local/lib/libpixman-1.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/libexpat.so /usr/local/lib/libXfixes.so /usr/local/lib/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libexslt.so /usr/local/lib/libxslt.so /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libxml2.so -lm /usr/local/lib/libstartup-notification-1.so /usr/local/lib/libdbus-glib-1.so /usr/local/lib/libdbus-1.so -pthread /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libintl.so /usr/local/lib/libpcre.so /usr/local/lib/libiconv.so /usr/local/lib/librarian.so -lz -lbz2 /usr/local/lib/liblzmadec.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc -L/usr/local/lib/firefox -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/firefox yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x631): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_StringContainerInit2' yelp-yelp-gecko-services.o(.text+0x6f4): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x8fd): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x9cf): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa1e): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa6d): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to `NS_CStringContainerInit2' follow /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' gmake[3]: *** [yelp] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/yelp. # exit Script done on Tue Nov 4 19:02:44 2008 Hope someone can help me. Is it advicable to report this bug to the upstream developers themselves eg should I contact the Gnome developers about this or will the port maintainer take care of that? Thanks Dino From edwin at FreeBSD.org Fri Nov 7 18:00:30 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 7 18:00:42 2008 Subject: ports/128688: audio/pulseaudio: gdbm dependency missing Message-ID: <200811080200.mA820Umi028345@freefall.freebsd.org> Synopsis: audio/pulseaudio: gdbm dependency missing Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 8 02:00:30 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128688 From danfe at FreeBSD.org Sat Nov 8 13:48:15 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Sat Nov 8 13:48:22 2008 Subject: x11-themes/gtk-engines2 patch for review/approve Message-ID: <20081108214815.GA35246@FreeBSD.org> Hi, Please consider attached patch (conversion to OPTIONS, pkg-descr nit). ./danfe -------------- next part -------------- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-themes/gtk-engines2/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 1 Jul 2008 02:00:25 -0000 1.73 +++ Makefile 8 Nov 2008 21:44:51 -0000 @@ -27,17 +27,12 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +OPTIONS= ANIMATION "Enable experimental animated progressbars" off + +.include + .if defined(WITH_ANIMATION) CONFIGURE_ARGS+= --enable-animation .endif -pre-everything:: -.if !defined(WITH_ANIMATION) - @${ECHO_MSG} "" - @${ECHO_MSG} " You can enable experimental animated progressbars" - @${ECHO_MSG} " with the clearlooks engine by defining" - @${ECHO_MSG} " WITH_ANIMATION" - @${ECHO_MSG} "" -.endif - -.include +.include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/x11-themes/gtk-engines2/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 23 May 2002 15:48:45 -0000 1.4 +++ pkg-descr 8 Nov 2008 21:44:51 -0000 @@ -1,3 +1,3 @@ -Theme engine for the gtk+-2.0 toolkit. +Theme engine for the Gtk+-2.0 toolkit. WWW: http://www.gtk.org/ From edwin at FreeBSD.org Sat Nov 8 14:29:30 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Nov 8 14:29:41 2008 Subject: ports/128694: www/firefox3 - Firefox 3 corrupts PostScript printer fonts Message-ID: <200811082229.mA8MTTk2082190@freefall.freebsd.org> Synopsis: www/firefox3 - Firefox 3 corrupts PostScript printer fonts Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 8 22:29:29 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128694 From marcus at marcuscom.com Sat Nov 8 15:27:39 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat Nov 8 15:27:45 2008 Subject: x11-themes/gtk-engines2 patch for review/approve In-Reply-To: <20081108214815.GA35246@FreeBSD.org> References: <20081108214815.GA35246@FreeBSD.org> Message-ID: <1226186857.1555.4.camel@shumai.marcuscom.com> On Sat, 2008-11-08 at 21:48 +0000, Alexey Dokuchaev wrote: > Hi, > > Please consider attached patch (conversion to OPTIONS, pkg-descr nit). Approved. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081108/7fc578cf/attachment.pgp From edwin at FreeBSD.org Sat Nov 8 23:00:18 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Nov 8 23:00:30 2008 Subject: ports/128717: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Message-ID: <200811090700.mA970Ikc071550@freefall.freebsd.org> Synopsis: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 9 07:00:18 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128717 From bf2006a at yahoo.com Sun Nov 9 00:10:53 2008 From: bf2006a at yahoo.com (bf) Date: Sun Nov 9 00:11:25 2008 Subject: ports/128717: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Message-ID: <347387.12264.qm@web39103.mail.mud.yahoo.com> I should mention that there is a multi-threaded version that has been available since 4.3.6. It is disabled by default, because it has received less testing, but it works for me and it may be useful for others working with large documents, especially on SMP. If we choose to enable the multi-threaded version by default in the port, we should use something like the attached patch, instead of the first patch I submitted. Regards, b. -------------- next part -------------- diff -ruN link-grammar.orig/Makefile link-grammar/Makefile --- link-grammar.orig/Makefile 2008-11-08 23:19:34.872105858 -0500 +++ link-grammar/Makefile 2008-11-09 02:40:00.803068033 -0500 @@ -6,7 +6,7 @@ # PORTNAME= link-grammar -PORTVERSION= 4.2.4 +PORTVERSION= 4.3.9 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ @@ -17,12 +17,17 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes +CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ARGS+= --enable-pthreads DOCS= AUTHORS LICENSE MAINTAINERS README +MAN1= link-parser.1 post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ + ${WRKSRC}/configure ${WRKSRC}/${PORTNAME}/Makefile.in .ifndef (NOPORTDOCS) post-install: diff -ruN link-grammar.orig/distinfo link-grammar/distinfo --- link-grammar.orig/distinfo 2008-11-08 23:19:34.883102507 -0500 +++ link-grammar/distinfo 2008-11-09 02:40:00.804067881 -0500 @@ -1,3 +1,3 @@ -MD5 (link-grammar-4.2.4.tar.gz) = 56ed2a55cc6d2c8ec013b75bd0bcc01b -SHA256 (link-grammar-4.2.4.tar.gz) = e28cf49636d83c8faf487718c913d8fc9d01a54c1c63dc9cd995f4e669a4a740 -SIZE (link-grammar-4.2.4.tar.gz) = 741007 +MD5 (link-grammar-4.3.9.tar.gz) = 26f30ce65dcf75948d0aa5cce6e59f0d +SHA256 (link-grammar-4.3.9.tar.gz) = 991a3254150ca08ff0262df3831bd135e9f5e2764c6f035d8ea0a5be1a67884e +SIZE (link-grammar-4.3.9.tar.gz) = 949560 diff -ruN link-grammar.orig/files/patch-configure link-grammar/files/patch-configure --- link-grammar.orig/files/patch-configure 1969-12-31 19:00:00.000000000 -0500 +++ link-grammar/files/patch-configure 2008-11-09 02:40:00.803068033 -0500 @@ -0,0 +1,108 @@ +--- configure.orig 2008-11-08 23:56:57.447655264 -0500 ++++ configure 2008-11-09 00:02:16.823022804 -0500 +@@ -21721,104 +21721,7 @@ + { echo "$as_me:$LINENO: result: $link_cc_flag" >&5 + echo "${ECHO_T}$link_cc_flag" >&6; } + +- +- +- +- +-JNI_GUESS=" \ +- -I/usr/include/classpath/ \ +- -I/opt/jdk1.5/include/ \ +- -I/opt/jdk1.5/include/linux \ +- -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/include \ +- -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/include/linux \ +- -I/usr/lib/jvm/java-6-sun/include/ \ +- -I/usr/lib/jvm/java-6-sun/include/linux \ +- -I/c/java/jdk1.6.0/include/ \ +- -I/c/java/jdk1.6.0/include/win32/ \ +- -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Headers/ \ +- -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/JavaVM.framework/Headers/ " +- +-{ echo "$as_me:$LINENO: checking for jni.h" >&5 +-echo $ECHO_N "checking for jni.h... $ECHO_C" >&6; } +-cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +-#include +-_ACEOF +-if { (ac_try="$ac_cpp conftest.$ac_ext" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } >/dev/null && { +- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +- test ! -s conftest.err +- }; then +- { echo "$as_me:$LINENO: result: yes, will build java libs" >&5 +-echo "${ECHO_T}yes, will build java libs" >&6; } +- JNIfound=yes +-else +- echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- +- SAVE_CPPFLAGS=${CPPFLAGS} +- CPPFLAGS="${CPPFLAGS} ${JNI_GUESS}" +- { echo "$as_me:$LINENO: WARNING: Can't find jni.h header in standard locations, trying again with ${CPPFLAGS}" >&5 +-echo "$as_me: WARNING: Can't find jni.h header in standard locations, trying again with ${CPPFLAGS}" >&2;} +- cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +-#include +-_ACEOF +-if { (ac_try="$ac_cpp conftest.$ac_ext" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } >/dev/null && { +- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +- test ! -s conftest.err +- }; then +- { echo "$as_me:$LINENO: result: yes, will build java libs" >&5 +-echo "${ECHO_T}yes, will build java libs" >&6; } +- JNIfound=yes +-else +- echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +- { echo "$as_me:$LINENO: WARNING: cannot find jni.h header, needed for Java bindings support." >&5 +-echo "$as_me: WARNING: cannot find jni.h header, needed for Java bindings support." >&2;} +- CPPFLAGS=${SAVE_CPPFLAGS} +- JNIfound=no +-fi +- +-rm -f conftest.err conftest.$ac_ext +- +-fi +- +-rm -f conftest.err conftest.$ac_ext +- ++JNIfound=no + + # Hmm .. there seems to be a missing pkgconfig for ordinary java ... + # There's libgcj-4.2.pc and libgcj8.pc but nothing for ordinary java?? diff -ruN link-grammar.orig/pkg-plist link-grammar/pkg-plist --- link-grammar.orig/pkg-plist 2008-11-08 23:19:34.884102914 -0500 +++ link-grammar/pkg-plist 2008-11-09 02:40:00.834062754 -0500 @@ -1,4 +1,4 @@ -bin/grammar-parse +bin/link-parser include/link-grammar/link-features.h include/link-grammar/link-includes.h lib/liblink-grammar.a @@ -22,16 +22,19 @@ %%DATADIR%%/en/words/words.adv.1 %%DATADIR%%/en/words/words.adv.2 %%DATADIR%%/en/words/words.adv.3 +%%DATADIR%%/en/words/entities.given-bisex.sing +%%DATADIR%%/en/words/entities.given-female.sing +%%DATADIR%%/en/words/entities.given-male.sing +%%DATADIR%%/en/words/entities.locations.sing +%%DATADIR%%/en/words/entities.national.sing +%%DATADIR%%/en/words/entities.organizations.sing +%%DATADIR%%/en/words/entities.us-states.sing %%DATADIR%%/en/words/words.n.1 %%DATADIR%%/en/words/words.n.2.s %%DATADIR%%/en/words/words.n.2.x %%DATADIR%%/en/words/words.n.3 %%DATADIR%%/en/words/words.n.4 -%%DATADIR%%/en/words/words.n.c.1 -%%DATADIR%%/en/words/words.n.c.2 -%%DATADIR%%/en/words/words.n.p %%DATADIR%%/en/words/words.n.t -%%DATADIR%%/en/words/words.s %%DATADIR%%/en/words/words.v.1.1 %%DATADIR%%/en/words/words.v.1.2 %%DATADIR%%/en/words/words.v.1.3 @@ -66,8 +69,23 @@ %%DATADIR%%/en/words/words.v.8.4 %%DATADIR%%/en/words/words.v.8.5 %%DATADIR%%/en/words/words.y +%%DATADIR%%/en/words/words-medical.adj.2 +%%DATADIR%%/en/words/words-medical.adj.3 +%%DATADIR%%/en/words/words-medical.adv.1 +%%DATADIR%%/en/words/words-medical.prep.1 +%%DATADIR%%/en/words/words-medical.v.1.1 +%%DATADIR%%/en/words/words-medical.v.2.1 +%%DATADIR%%/en/words/words-medical.v.4.1 +%%DATADIR%%/en/words/words-medical.v.4.2 +%%DATADIR%%/en/words/words-medical.v.4.3 +%%DATADIR%%/en/words/words-medical.v.4.5 +%%DATADIR%%/lt/4.0.affix +%%DATADIR%%/lt/4.0.constituent-knowledge +%%DATADIR%%/lt/4.0.dict +%%DATADIR%%/lt/4.0.knowledge @dirrm %%DATADIR%%/en/words @dirrm %%DATADIR%%/en +@dirrm %%DATADIR%%/lt @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/link-grammar From bf2006a at yahoo.com Sun Nov 9 00:20:03 2008 From: bf2006a at yahoo.com (bf) Date: Sun Nov 9 00:20:10 2008 Subject: ports/128717: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Message-ID: <200811090820.mA98K3Aw060426@freefall.freebsd.org> The following reply was made to PR ports/128717; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/128717: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Date: Sun, 9 Nov 2008 00:10:52 -0800 (PST) --0-1431572393-1226218252=:12264 Content-Type: text/plain; charset=us-ascii I should mention that there is a multi-threaded version that has been available since 4.3.6. It is disabled by default, because it has received less testing, but it works for me and it may be useful for others working with large documents, especially on SMP. If we choose to enable the multi-threaded version by default in the port, we should use something like the attached patch, instead of the first patch I submitted. Regards, b. --0-1431572393-1226218252=:12264 Content-Type: text/plain; name="link-grammar.439.pthreads.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="link-grammar.439.pthreads.txt" ZGlmZiAtcnVOIGxpbmstZ3JhbW1hci5vcmlnL01ha2VmaWxlIGxpbmstZ3Jh bW1hci9NYWtlZmlsZQotLS0gbGluay1ncmFtbWFyLm9yaWcvTWFrZWZpbGUJ MjAwOC0xMS0wOCAyMzoxOTozNC44NzIxMDU4NTggLTA1MDAKKysrIGxpbmst Z3JhbW1hci9NYWtlZmlsZQkyMDA4LTExLTA5IDAyOjQwOjAwLjgwMzA2ODAz MyAtMDUwMApAQCAtNiw3ICs2LDcgQEAKICMKIAogUE9SVE5BTUU9CWxpbmst Z3JhbW1hcgotUE9SVFZFUlNJT049CTQuMi40CitQT1JUVkVSU0lPTj0JNC4z LjkKIENBVEVHT1JJRVM9CXRleHRwcm9jCiBNQVNURVJfU0lURVM9CWh0dHA6 Ly93d3cuYWJpc291cmNlLmNvbS9kb3dubG9hZHMvJHtQT1JUTkFNRX0vJHtQ T1JUVkVSU0lPTn0vCiAKQEAgLTE3LDEyICsxNywxNyBAQAogVVNFX0dNQUtF PQl5ZXMKIFVTRV9BVVRPVE9PTFM9CWxpYnRvb2w6MTUKIFVTRV9MRENPTkZJ Rz0JeWVzCitDRkxBR1MrPQkke1BUSFJFQURfQ0ZMQUdTfQorQ09ORklHVVJF X0FSR1MrPQktLWVuYWJsZS1wdGhyZWFkcwogCiBET0NTPQkJQVVUSE9SUyBM SUNFTlNFIE1BSU5UQUlORVJTIFJFQURNRQorTUFOMT0JCWxpbmstcGFyc2Vy LjEKIAogcG9zdC1wYXRjaDoKIAlAJHtSRUlOUExBQ0VfQ01EfSAtZSAnc3xb KF1saWJkaXJbKV0vcGtnY29uZmlnfChwcmVmaXgpL2xpYmRhdGEvcGtnY29u ZmlnfGcnIFwKIAkJJHtXUktTUkN9L01ha2VmaWxlLmluCisJQCR7UkVJTlBM QUNFX0NNRH0gLWUgInN8LWxwdGhyZWFkfCR7UFRIUkVBRF9MSUJTfXxnIiBc CisJCSR7V1JLU1JDfS9jb25maWd1cmUgJHtXUktTUkN9LyR7UE9SVE5BTUV9 L01ha2VmaWxlLmluCiAKIC5pZm5kZWYgKE5PUE9SVERPQ1MpCiBwb3N0LWlu c3RhbGw6CmRpZmYgLXJ1TiBsaW5rLWdyYW1tYXIub3JpZy9kaXN0aW5mbyBs aW5rLWdyYW1tYXIvZGlzdGluZm8KLS0tIGxpbmstZ3JhbW1hci5vcmlnL2Rp c3RpbmZvCTIwMDgtMTEtMDggMjM6MTk6MzQuODgzMTAyNTA3IC0wNTAwCisr KyBsaW5rLWdyYW1tYXIvZGlzdGluZm8JMjAwOC0xMS0wOSAwMjo0MDowMC44 MDQwNjc4ODEgLTA1MDAKQEAgLTEsMyArMSwzIEBACi1NRDUgKGxpbmstZ3Jh bW1hci00LjIuNC50YXIuZ3opID0gNTZlZDJhNTVjYzZkMmM4ZWMwMTNiNzVi ZDBiY2MwMWIKLVNIQTI1NiAobGluay1ncmFtbWFyLTQuMi40LnRhci5neikg PSBlMjhjZjQ5NjM2ZDgzYzhmYWY0ODc3MThjOTEzZDhmYzlkMDFhNTRjMWM2 M2RjOWNkOTk1ZjRlNjY5YTRhNzQwCi1TSVpFIChsaW5rLWdyYW1tYXItNC4y LjQudGFyLmd6KSA9IDc0MTAwNworTUQ1IChsaW5rLWdyYW1tYXItNC4zLjku dGFyLmd6KSA9IDI2ZjMwY2U2NWRjZjc1OTQ4ZDBhYTVjY2U2ZTU5ZjBkCitT SEEyNTYgKGxpbmstZ3JhbW1hci00LjMuOS50YXIuZ3opID0gOTkxYTMyNTQx NTBjYTA4ZmYwMjYyZGYzODMxYmQxMzVlOWY1ZTI3NjRjNmYwMzVkOGVhMGE1 YmUxYTY3ODg0ZQorU0laRSAobGluay1ncmFtbWFyLTQuMy45LnRhci5neikg PSA5NDk1NjAKZGlmZiAtcnVOIGxpbmstZ3JhbW1hci5vcmlnL2ZpbGVzL3Bh dGNoLWNvbmZpZ3VyZSBsaW5rLWdyYW1tYXIvZmlsZXMvcGF0Y2gtY29uZmln dXJlCi0tLSBsaW5rLWdyYW1tYXIub3JpZy9maWxlcy9wYXRjaC1jb25maWd1 cmUJMTk2OS0xMi0zMSAxOTowMDowMC4wMDAwMDAwMDAgLTA1MDAKKysrIGxp bmstZ3JhbW1hci9maWxlcy9wYXRjaC1jb25maWd1cmUJMjAwOC0xMS0wOSAw Mjo0MDowMC44MDMwNjgwMzMgLTA1MDAKQEAgLTAsMCArMSwxMDggQEAKKy0t LSBjb25maWd1cmUub3JpZwkyMDA4LTExLTA4IDIzOjU2OjU3LjQ0NzY1NTI2 NCAtMDUwMAorKysrIGNvbmZpZ3VyZQkyMDA4LTExLTA5IDAwOjAyOjE2Ljgy MzAyMjgwNCAtMDUwMAorQEAgLTIxNzIxLDEwNCArMjE3MjEsNyBAQAorICAg eyBlY2hvICIkYXNfbWU6JExJTkVOTzogcmVzdWx0OiAkbGlua19jY19mbGFn IiA+JjUKKyBlY2hvICIke0VDSE9fVH0kbGlua19jY19mbGFnIiA+JjY7IH0K KyAKKy0KKy0KKy0KKy0KKy1KTklfR1VFU1M9IiBcCistICAgLUkvdXNyL2lu Y2x1ZGUvY2xhc3NwYXRoLyBcCistICAgLUkvb3B0L2pkazEuNS9pbmNsdWRl LyBcCistICAgLUkvb3B0L2pkazEuNS9pbmNsdWRlL2xpbnV4IFwKKy0gICAt SS91c3IvbGliL2p2bS9qYXZhLTEuNS4wLXN1bi0xLjUuMC4xNS9pbmNsdWRl IFwKKy0gICAtSS91c3IvbGliL2p2bS9qYXZhLTEuNS4wLXN1bi0xLjUuMC4x NS9pbmNsdWRlL2xpbnV4IFwKKy0gICAtSS91c3IvbGliL2p2bS9qYXZhLTYt c3VuL2luY2x1ZGUvIFwKKy0gICAtSS91c3IvbGliL2p2bS9qYXZhLTYtc3Vu L2luY2x1ZGUvbGludXggXAorLSAgIC1JL2MvamF2YS9qZGsxLjYuMC9pbmNs dWRlLyBcCistICAgLUkvYy9qYXZhL2pkazEuNi4wL2luY2x1ZGUvd2luMzIv IFwKKy0gICAtSS9EZXZlbG9wZXIvU0RLcy9NYWNPU1gxMC41LnNkay9TeXN0 ZW0vTGlicmFyeS9GcmFtZXdvcmtzL0phdmFWTS5mcmFtZXdvcmsvSGVhZGVy cy8gXAorLSAgIC1JL0RldmVsb3Blci9TREtzL01hY09TWDEwLjR1LnNkay9T eXN0ZW0vTGlicmFyeS9GcmFtZXdvcmtzL0phdmFWTS5mcmFtZXdvcmsvSGVh ZGVycy8gIgorLQorLXsgZWNobyAiJGFzX21lOiRMSU5FTk86IGNoZWNraW5n IGZvciBqbmkuaCIgPiY1CistZWNobyAkRUNIT19OICJjaGVja2luZyBmb3Ig am5pLmguLi4gJEVDSE9fQyIgPiY2OyB9CistY2F0ID5jb25mdGVzdC4kYWNf ZXh0IDw8X0FDRU9GCistLyogY29uZmRlZnMuaC4gICovCistX0FDRU9GCist Y2F0IGNvbmZkZWZzLmggPj5jb25mdGVzdC4kYWNfZXh0CistY2F0ID4+Y29u ZnRlc3QuJGFjX2V4dCA8PF9BQ0VPRgorLS8qIGVuZCBjb25mZGVmcy5oLiAg Ki8KKy0jaW5jbHVkZSA8am5pLmg+CistX0FDRU9GCistaWYgeyAoYWNfdHJ5 PSIkYWNfY3BwIGNvbmZ0ZXN0LiRhY19leHQiCistY2FzZSAiKCgkYWNfdHJ5 IiBpbgorLSAgKlwiKiB8ICpcYCogfCAqXFwqKSBhY190cnlfZWNobz1cJGFj X3RyeTs7CistICAqKSBhY190cnlfZWNobz0kYWNfdHJ5OzsKKy1lc2FjCist ZXZhbCAiZWNobyBcIlwkYXNfbWU6JExJTkVOTzogJGFjX3RyeV9lY2hvXCIi KSA+JjUKKy0gIChldmFsICIkYWNfY3BwIGNvbmZ0ZXN0LiRhY19leHQiKSAy PmNvbmZ0ZXN0LmVyMQorLSAgYWNfc3RhdHVzPSQ/CistICBncmVwIC12ICde ICorJyBjb25mdGVzdC5lcjEgPmNvbmZ0ZXN0LmVycgorLSAgcm0gLWYgY29u ZnRlc3QuZXIxCistICBjYXQgY29uZnRlc3QuZXJyID4mNQorLSAgZWNobyAi JGFzX21lOiRMSU5FTk86IFwkPyA9ICRhY19zdGF0dXMiID4mNQorLSAgKGV4 aXQgJGFjX3N0YXR1cyk7IH0gPi9kZXYvbnVsbCAmJiB7CistCSB0ZXN0IC16 ICIkYWNfY19wcmVwcm9jX3dhcm5fZmxhZyRhY19jX3dlcnJvcl9mbGFnIiB8 fAorLQkgdGVzdCAhIC1zIGNvbmZ0ZXN0LmVycgorLSAgICAgICB9OyB0aGVu CistICB7IGVjaG8gIiRhc19tZTokTElORU5POiByZXN1bHQ6IHllcywgd2ls bCBidWlsZCBqYXZhIGxpYnMiID4mNQorLWVjaG8gIiR7RUNIT19UfXllcywg d2lsbCBidWlsZCBqYXZhIGxpYnMiID4mNjsgfQorLSAgICAgICAgSk5JZm91 bmQ9eWVzCistZWxzZQorLSAgZWNobyAiJGFzX21lOiBmYWlsZWQgcHJvZ3Jh bSB3YXM6IiA+JjUKKy1zZWQgJ3MvXi98IC8nIGNvbmZ0ZXN0LiRhY19leHQg PiY1CistCistCistICAgICAgIFNBVkVfQ1BQRkxBR1M9JHtDUFBGTEFHU30K Ky0gICAgICAgQ1BQRkxBR1M9IiR7Q1BQRkxBR1N9ICR7Sk5JX0dVRVNTfSIK Ky0gICAgICAgeyBlY2hvICIkYXNfbWU6JExJTkVOTzogV0FSTklORzogQ2Fu J3QgZmluZCBqbmkuaCBoZWFkZXIgaW4gc3RhbmRhcmQgbG9jYXRpb25zLCB0 cnlpbmcgYWdhaW4gd2l0aCAke0NQUEZMQUdTfSIgPiY1CistZWNobyAiJGFz X21lOiBXQVJOSU5HOiBDYW4ndCBmaW5kIGpuaS5oIGhlYWRlciBpbiBzdGFu ZGFyZCBsb2NhdGlvbnMsIHRyeWluZyBhZ2FpbiB3aXRoICR7Q1BQRkxBR1N9 IiA+JjI7fQorLSAgICAgICBjYXQgPmNvbmZ0ZXN0LiRhY19leHQgPDxfQUNF T0YKKy0vKiBjb25mZGVmcy5oLiAgKi8KKy1fQUNFT0YKKy1jYXQgY29uZmRl ZnMuaCA+PmNvbmZ0ZXN0LiRhY19leHQKKy1jYXQgPj5jb25mdGVzdC4kYWNf ZXh0IDw8X0FDRU9GCistLyogZW5kIGNvbmZkZWZzLmguICAqLworLSNpbmNs dWRlIDxqbmkuaD4KKy1fQUNFT0YKKy1pZiB7IChhY190cnk9IiRhY19jcHAg Y29uZnRlc3QuJGFjX2V4dCIKKy1jYXNlICIoKCRhY190cnkiIGluCistICAq XCIqIHwgKlxgKiB8ICpcXCopIGFjX3RyeV9lY2hvPVwkYWNfdHJ5OzsKKy0g ICopIGFjX3RyeV9lY2hvPSRhY190cnk7OworLWVzYWMKKy1ldmFsICJlY2hv IFwiXCRhc19tZTokTElORU5POiAkYWNfdHJ5X2VjaG9cIiIpID4mNQorLSAg KGV2YWwgIiRhY19jcHAgY29uZnRlc3QuJGFjX2V4dCIpIDI+Y29uZnRlc3Qu ZXIxCistICBhY19zdGF0dXM9JD8KKy0gIGdyZXAgLXYgJ14gKisnIGNvbmZ0 ZXN0LmVyMSA+Y29uZnRlc3QuZXJyCistICBybSAtZiBjb25mdGVzdC5lcjEK Ky0gIGNhdCBjb25mdGVzdC5lcnIgPiY1CistICBlY2hvICIkYXNfbWU6JExJ TkVOTzogXCQ/ID0gJGFjX3N0YXR1cyIgPiY1CistICAoZXhpdCAkYWNfc3Rh dHVzKTsgfSA+L2Rldi9udWxsICYmIHsKKy0JIHRlc3QgLXogIiRhY19jX3By ZXByb2Nfd2Fybl9mbGFnJGFjX2Nfd2Vycm9yX2ZsYWciIHx8CistCSB0ZXN0 ICEgLXMgY29uZnRlc3QuZXJyCistICAgICAgIH07IHRoZW4KKy0gIHsgZWNo byAiJGFzX21lOiRMSU5FTk86IHJlc3VsdDogeWVzLCB3aWxsIGJ1aWxkIGph dmEgbGlicyIgPiY1CistZWNobyAiJHtFQ0hPX1R9eWVzLCB3aWxsIGJ1aWxk IGphdmEgbGlicyIgPiY2OyB9CistICAgICAgICAgICAgICAgSk5JZm91bmQ9 eWVzCistZWxzZQorLSAgZWNobyAiJGFzX21lOiBmYWlsZWQgcHJvZ3JhbSB3 YXM6IiA+JjUKKy1zZWQgJ3MvXi98IC8nIGNvbmZ0ZXN0LiRhY19leHQgPiY1 CistCistICAgeyBlY2hvICIkYXNfbWU6JExJTkVOTzogV0FSTklORzogY2Fu bm90IGZpbmQgam5pLmggaGVhZGVyLCBuZWVkZWQgZm9yIEphdmEgYmluZGlu Z3Mgc3VwcG9ydC4iID4mNQorLWVjaG8gIiRhc19tZTogV0FSTklORzogY2Fu bm90IGZpbmQgam5pLmggaGVhZGVyLCBuZWVkZWQgZm9yIEphdmEgYmluZGlu Z3Mgc3VwcG9ydC4iID4mMjt9CistICAgICAgICAgICAgICAgIENQUEZMQUdT PSR7U0FWRV9DUFBGTEFHU30KKy0gICAgICAgICAgICAgICAgSk5JZm91bmQ9 bm8KKy1maQorLQorLXJtIC1mIGNvbmZ0ZXN0LmVyciBjb25mdGVzdC4kYWNf ZXh0CistCistZmkKKy0KKy1ybSAtZiBjb25mdGVzdC5lcnIgY29uZnRlc3Qu JGFjX2V4dAorLQorK0pOSWZvdW5kPW5vCisgCisgIyBIbW0gLi4gdGhlcmUg c2VlbXMgdG8gYmUgYSBtaXNzaW5nIHBrZ2NvbmZpZyBmb3Igb3JkaW5hcnkg amF2YSAuLi4KKyAjIFRoZXJlJ3MgbGliZ2NqLTQuMi5wYyAgYW5kIGxpYmdj ajgucGMgYnV0IG5vdGhpbmcgZm9yIG9yZGluYXJ5IGphdmE/PwpkaWZmIC1y dU4gbGluay1ncmFtbWFyLm9yaWcvcGtnLXBsaXN0IGxpbmstZ3JhbW1hci9w a2ctcGxpc3QKLS0tIGxpbmstZ3JhbW1hci5vcmlnL3BrZy1wbGlzdAkyMDA4 LTExLTA4IDIzOjE5OjM0Ljg4NDEwMjkxNCAtMDUwMAorKysgbGluay1ncmFt bWFyL3BrZy1wbGlzdAkyMDA4LTExLTA5IDAyOjQwOjAwLjgzNDA2Mjc1NCAt MDUwMApAQCAtMSw0ICsxLDQgQEAKLWJpbi9ncmFtbWFyLXBhcnNlCitiaW4v bGluay1wYXJzZXIKIGluY2x1ZGUvbGluay1ncmFtbWFyL2xpbmstZmVhdHVy ZXMuaAogaW5jbHVkZS9saW5rLWdyYW1tYXIvbGluay1pbmNsdWRlcy5oCiBs aWIvbGlibGluay1ncmFtbWFyLmEKQEAgLTIyLDE2ICsyMiwxOSBAQAogJSVE QVRBRElSJSUvZW4vd29yZHMvd29yZHMuYWR2LjEKICUlREFUQURJUiUlL2Vu L3dvcmRzL3dvcmRzLmFkdi4yCiAlJURBVEFESVIlJS9lbi93b3Jkcy93b3Jk cy5hZHYuMworJSVEQVRBRElSJSUvZW4vd29yZHMvZW50aXRpZXMuZ2l2ZW4t YmlzZXguc2luZworJSVEQVRBRElSJSUvZW4vd29yZHMvZW50aXRpZXMuZ2l2 ZW4tZmVtYWxlLnNpbmcKKyUlREFUQURJUiUlL2VuL3dvcmRzL2VudGl0aWVz LmdpdmVuLW1hbGUuc2luZworJSVEQVRBRElSJSUvZW4vd29yZHMvZW50aXRp ZXMubG9jYXRpb25zLnNpbmcKKyUlREFUQURJUiUlL2VuL3dvcmRzL2VudGl0 aWVzLm5hdGlvbmFsLnNpbmcKKyUlREFUQURJUiUlL2VuL3dvcmRzL2VudGl0 aWVzLm9yZ2FuaXphdGlvbnMuc2luZworJSVEQVRBRElSJSUvZW4vd29yZHMv ZW50aXRpZXMudXMtc3RhdGVzLnNpbmcKICUlREFUQURJUiUlL2VuL3dvcmRz L3dvcmRzLm4uMQogJSVEQVRBRElSJSUvZW4vd29yZHMvd29yZHMubi4yLnMK ICUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLm4uMi54CiAlJURBVEFESVIl JS9lbi93b3Jkcy93b3Jkcy5uLjMKICUlREFUQURJUiUlL2VuL3dvcmRzL3dv cmRzLm4uNAotJSVEQVRBRElSJSUvZW4vd29yZHMvd29yZHMubi5jLjEKLSUl REFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLm4uYy4yCi0lJURBVEFESVIlJS9l bi93b3Jkcy93b3Jkcy5uLnAKICUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRz Lm4udAotJSVEQVRBRElSJSUvZW4vd29yZHMvd29yZHMucwogJSVEQVRBRElS JSUvZW4vd29yZHMvd29yZHMudi4xLjEKICUlREFUQURJUiUlL2VuL3dvcmRz L3dvcmRzLnYuMS4yCiAlJURBVEFESVIlJS9lbi93b3Jkcy93b3Jkcy52LjEu MwpAQCAtNjYsOCArNjksMjMgQEAKICUlREFUQURJUiUlL2VuL3dvcmRzL3dv cmRzLnYuOC40CiAlJURBVEFESVIlJS9lbi93b3Jkcy93b3Jkcy52LjguNQog JSVEQVRBRElSJSUvZW4vd29yZHMvd29yZHMueQorJSVEQVRBRElSJSUvZW4v d29yZHMvd29yZHMtbWVkaWNhbC5hZGouMgorJSVEQVRBRElSJSUvZW4vd29y ZHMvd29yZHMtbWVkaWNhbC5hZGouMworJSVEQVRBRElSJSUvZW4vd29yZHMv d29yZHMtbWVkaWNhbC5hZHYuMQorJSVEQVRBRElSJSUvZW4vd29yZHMvd29y ZHMtbWVkaWNhbC5wcmVwLjEKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRz LW1lZGljYWwudi4xLjEKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLW1l ZGljYWwudi4yLjEKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLW1lZGlj YWwudi40LjEKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLW1lZGljYWwu di40LjIKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLW1lZGljYWwudi40 LjMKKyUlREFUQURJUiUlL2VuL3dvcmRzL3dvcmRzLW1lZGljYWwudi40LjUK KyUlREFUQURJUiUlL2x0LzQuMC5hZmZpeAorJSVEQVRBRElSJSUvbHQvNC4w LmNvbnN0aXR1ZW50LWtub3dsZWRnZQorJSVEQVRBRElSJSUvbHQvNC4wLmRp Y3QKKyUlREFUQURJUiUlL2x0LzQuMC5rbm93bGVkZ2UKIEBkaXJybSAlJURB VEFESVIlJS9lbi93b3JkcwogQGRpcnJtICUlREFUQURJUiUlL2VuCitAZGly cm0gJSVEQVRBRElSJSUvbHQKIEBkaXJybSAlJURBVEFESVIlJQogJSVQT1JU RE9DUyUlQGRpcnJtICUlRE9DU0RJUiUlCiBAZGlycm0gaW5jbHVkZS9saW5r LWdyYW1tYXIK --0-1431572393-1226218252=:12264-- From mezz at FreeBSD.org Sun Nov 9 09:41:52 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun Nov 9 09:41:58 2008 Subject: ports/128717: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) Message-ID: <200811091741.mA9Hfptb030922@freefall.freebsd.org> Synopsis: [PATCH]textproc/link-grammar: update to 4.3.9 (includes security fix) State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Nov 9 17:40:04 UTC 2008 State-Changed-Why: Committed the pthread version, thanks! As for the Java stuff, I think it's ok to disable it by default until someone request us to provide the optional. There is only a port, abiword-plugins, depends on link-grammar and none of other ports that needs Java support yet. http://www.freebsd.org/cgi/query-pr.cgi?pr=128717 From mezz7 at cox.net Sun Nov 9 09:50:12 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 9 09:50:33 2008 Subject: ports/128694: www/firefox3 - Firefox 3 corrupts PostScript printer fonts Message-ID: <200811091750.mA9HoCVt031989@freefall.freebsd.org> The following reply was made to PR ports/128694; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, bms@incunabulum.net Cc: Subject: Re: ports/128694: www/firefox3 - Firefox 3 corrupts PostScript printer fonts Date: Sun, 09 Nov 2008 11:49:24 -0600 I have no idea and I don't have printer anymore, but can you try this URL to see if it will changing your result? http://blogs.freebsdish.org/pav/2008/08/07/firefox-3-cured/ Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From dfilter at FreeBSD.ORG Sun Nov 9 09:50:16 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun Nov 9 09:50:33 2008 Subject: ports/128717: commit references a PR Message-ID: <200811091750.mA9HoFq8032380@freefall.freebsd.org> The following reply was made to PR ports/128717; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128717: commit references a PR Date: Sun, 9 Nov 2008 17:39:49 +0000 (UTC) mezz 2008-11-09 17:39:41 UTC FreeBSD ports repository Modified files: textproc/link-grammar Makefile distinfo pkg-plist Added files: textproc/link-grammar/files patch-configure Log: Update to 4.3.9. PR: ports/128717 Submitted by: bf Security: CVE-2007-5395 Revision Changes Path 1.8 +7 -4 ports/textproc/link-grammar/Makefile 1.6 +3 -3 ports/textproc/link-grammar/distinfo 1.1 +108 -0 ports/textproc/link-grammar/files/patch-configure (new) 1.4 +23 -5 ports/textproc/link-grammar/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From freebsd.lists at fsck.ch Sun Nov 9 13:15:00 2008 From: freebsd.lists at fsck.ch (Tobias Roth) Date: Sun Nov 9 13:15:07 2008 Subject: Galeon with xulrunner broken Message-ID: <49174C8F.6030801@fsck.ch> Hi maintainers Galeon with xulrunner does not compile. The error is attached. Thanks, Tobias -- Tobias Roth || http://fsck.ch || PGP: 0xCE599B4D | Americans used to roar like lions for liberty. Now we bleat like | sheep for security. | - Norman Vincent Peale -------------- next part -------------- c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -I../embed -I../bookmarks -I../libegg -I.. -I/usr/local/include/xulrunner/gtkembedmoz -I/usr/local/include/xulrunner -I/usr/local/include/xulrunner/xpcom -I/usr/local/include/xulrunner/string -I/usr/local/include/nspr -I/usr/local/include/xulrunner -I/usr/local/include/xulrunner/caps -I/usr/local/include/xulrunner/chardet -I/usr/local/include/xulrunner/chrome -I/usr/local/include/xulrunner/content -I/usr/local/include/xulrunner/cookie -I/usr/local/include/xulrunner/docshell -I/usr/local/include/xulrunner/dom -I/usr/local/include/xulrunner/exthandler -I/usr/local/include/xulrunner/find -I/usr/local/include/xulrunner/fastfind -I/usr/local/include/xulrunner/gfx -I/usr/local/include/xulrunner/helperAppDlg -I/usr/local/include/xulrunner/history -I/usr/local/include/xulrunner/htmlparser -I/usr/local/include/xulrunner/java -I/usr/local/include/xulrunner/js -I/usr/local/include/xulrunner/jsconsole -I/usr/local/include/xulrunner/layout -I/usr/local/include/xulrunner/locale -I/usr/local/include/xulrunner/mimetype -I/usr/local/include/xulrunner/mozxfer -I/usr/local/include/xulrunner/necko -I/usr/local/include/xulrunner/necko2 -I/usr/local/include/xulrunner/nkcache -I/usr/local/include/xulrunner/nspr -I/usr/local/include/xulrunner/oji -I/usr/local/include/xulrunner/passwordmgr -I/usr/local/include/xulrunner/pipnss -I/usr/local/include/xulrunner/pipboot -I/usr/local/include/xulrunner/pref -I/usr/local/include/xulrunner/progressDlg -I/usr/local/include/xulrunner/sidebar -I/usr/local/include/xulrunner/shistory -I/usr/local/include/xulrunner/string -I/usr/local/include/xulrunner/uconv -I/usr/local/include/xulrunner/uriloader -I/usr/local/include/xulrunner/unicharutil -I/usr/local/include/xulrunner/wallet -I/usr/local/include/xulrunner/webbrowserpersist -I/usr/local/include/xulrunner/webbrwsr -I/usr/local/include/xulrunner/webshell -I/usr/local/include/xulrunner/widget -I/usr/local/include/xulrunner/windowwatcher -I/usr/local/include/xulrunner/xpcom -I/usr/local/include/xulrunner/xpconnect -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/libglade-2.0 -I/usr/local/include/gnome-vfs-module-2.0 -I/usr/local/include/gnome-desktop-2.0 -I/usr/local/include/startup-notification-1.0 -DLIB_DIR=\"/usr/local/lib/galeon\" -DSHARE_DIR=\"/usr/local/share/galeon\" -D_GNU_SOURCE=1 -include mozilla-config.h -DGALEON_MOZILLA_HOME=\"/usr/local/lib/xulrunner\" -I/usr/local/include -fno-rtti -O2 -pipe -fno-strict-aliasing -march=pentium-m -fshort-wchar -Wall -Wsign-compare -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -MT GlobalHistory.lo -MD -MP -MF .deps/GlobalHistory.Tpo -c GlobalHistory.cpp -fPIC -DPIC -o .libs/GlobalHistory.o In file included from GlobalHistory.cpp:26: GlobalHistory.h:26:31: error: nsIGlobalHistory3.h: No such file or directory In file included from GlobalHistory.cpp:26: GlobalHistory.h:37: error: expected class-name before '{' token GlobalHistory.h:43: error: 'NS_DECL_NSIGLOBALHISTORY2' does not name a type GlobalHistory.cpp: In member function 'virtual nsresult MozGlobalHistory::QueryInterface(const nsIID&, void**)': GlobalHistory.cpp:34: error: 'nsIGlobalHistory2' was not declared in this scope GlobalHistory.cpp:34: error: template argument 1 is invalid GlobalHistory.cpp:34: error: expected type-specifier before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected `>' before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected `(' before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected primary-expression before '>' token GlobalHistory.cpp:34: error: expected `)' before ';' token GlobalHistory.cpp:34: error: 'nsIGlobalHistory3' was not declared in this scope GlobalHistory.cpp:34: error: template argument 1 is invalid GlobalHistory.cpp:34: error: expected type-specifier before 'nsIGlobalHistory3' GlobalHistory.cpp:34: error: expected `>' before 'nsIGlobalHistory3' GlobalHistory.cpp:34: error: expected `(' before 'nsIGlobalHistory3' GlobalHistory.cpp:34: error: expected primary-expression before '>' token GlobalHistory.cpp:34: error: expected `)' before ';' token GlobalHistory.cpp:34: error: expected type-specifier before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected `>' before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected `(' before 'nsIGlobalHistory2' GlobalHistory.cpp:34: error: expected primary-expression before '>' token GlobalHistory.cpp:34: error: expected `)' before ';' token GlobalHistory.cpp: In constructor 'MozGlobalHistory::MozGlobalHistory()': GlobalHistory.cpp:38: error: 'mGlobalHistory' was not declared in this scope GlobalHistory.cpp: At global scope: GlobalHistory.cpp:49: error: no 'nsresult MozGlobalHistory::AddURI(nsIURI*, PRBool, PRBool, nsIURI*)' member function declared in class 'MozGlobalHistory' GlobalHistory.cpp: In member function 'nsresult MozGlobalHistory::AddURI(nsIURI*, PRBool, PRBool, nsIURI*)': GlobalHistory.cpp:88: error: 'mGlobalHistory' was not declared in this scope GlobalHistory.cpp: At global scope: GlobalHistory.cpp:94: error: no 'nsresult MozGlobalHistory::IsVisited(nsIURI*, PRBool*)' member function declared in class 'MozGlobalHistory' GlobalHistory.cpp: In member function 'nsresult MozGlobalHistory::IsVisited(nsIURI*, PRBool*)': GlobalHistory.cpp:99: error: 'mGlobalHistory' was not declared in this scope GlobalHistory.cpp: At global scope: GlobalHistory.cpp:106: error: no 'nsresult MozGlobalHistory::SetPageTitle(nsIURI*, const nsAString&)' member function declared in class 'MozGlobalHistory' GlobalHistory.cpp: In member function 'nsresult MozGlobalHistory::SetPageTitle(nsIURI*, const nsAString&)': GlobalHistory.cpp:111: error: 'mGlobalHistory' was not declared in this scope GlobalHistory.cpp: At global scope: GlobalHistory.cpp:146: error: 'nsresult MozGlobalHistory::AddDocumentRedirect' is not a static member of 'class MozGlobalHistory' GlobalHistory.cpp:146: error: 'nsIChannel' was not declared in this scope GlobalHistory.cpp:146: error: 'aOldChannel' was not declared in this scope GlobalHistory.cpp:147: error: 'nsIChannel' was not declared in this scope GlobalHistory.cpp:147: error: 'aNewChannel' was not declared in this scope GlobalHistory.cpp:148: error: expected primary-expression before 'aFlags' GlobalHistory.cpp:149: error: expected primary-expression before 'aTopLevel' GlobalHistory.cpp:149: error: initializer expression list treated as compound expression GlobalHistory.cpp:150: error: expected ',' or ';' before '{' token gmake[3]: *** [GlobalHistory.lo] Error 1 gmake[3]: Leaving directory `/opt/tmp/usr/ports/www/galeon/work/galeon-2.0.6/mozilla' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/opt/tmp/usr/ports/www/galeon/work/galeon-2.0.6/mozilla' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/opt/tmp/usr/ports/www/galeon/work/galeon-2.0.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/galeon. From markir at paradise.net.nz Sun Nov 9 14:14:09 2008 From: markir at paradise.net.nz (Mark Kirkwood) Date: Sun Nov 9 14:14:16 2008 Subject: nautilus-cd-burner requires additional group memberships for 2.22? Message-ID: <49175D29.1070009@paradise.net.nz> I tried to burn a cd(rw) today, and nautilus aborted the burn with error message "could not write to the disc". This appears to be a group membership problem, as I could burn it with cdrecord. I notice that on Linux you need to be in the "cdrw" or some similar group before naulilus will let you write cds - is this the same for FreeBSD? (and, err how does one find out the name of said group?). Thanks Mark From marcus at marcuscom.com Sun Nov 9 14:49:37 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun Nov 9 14:49:43 2008 Subject: nautilus-cd-burner requires additional group memberships for 2.22? In-Reply-To: <49175D29.1070009@paradise.net.nz> References: <49175D29.1070009@paradise.net.nz> Message-ID: <1226270977.58757.4.camel@shumai.marcuscom.com> On Mon, 2008-11-10 at 10:59 +1300, Mark Kirkwood wrote: > I tried to burn a cd(rw) today, and nautilus aborted the burn with error > message "could not write to the disc". This appears to be a group > membership problem, as I could burn it with cdrecord. > > I notice that on Linux you need to be in the "cdrw" or some similar > group before naulilus will let you write cds - is this the same for > FreeBSD? (and, err how does one find out the name of said group?). See http://www.freebsd.org/gnome/docs/faq2.html#q15 . Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081109/8ebdd3ff/attachment.pgp From markir at paradise.net.nz Sun Nov 9 17:07:16 2008 From: markir at paradise.net.nz (Mark Kirkwood) Date: Sun Nov 9 17:07:24 2008 Subject: nautilus-cd-burner requires additional group memberships for 2.22? In-Reply-To: <1226270977.58757.4.camel@shumai.marcuscom.com> References: <49175D29.1070009@paradise.net.nz> <1226270977.58757.4.camel@shumai.marcuscom.com> Message-ID: <49178942.40409@paradise.net.nz> Joe Marcus Clarke wrote: > On Mon, 2008-11-10 at 10:59 +1300, Mark Kirkwood wrote: > >> I tried to burn a cd(rw) today, and nautilus aborted the burn with error >> message "could not write to the disc". This appears to be a group >> membership problem, as I could burn it with cdrecord. >> >> I notice that on Linux you need to be in the "cdrw" or some similar >> group before naulilus will let you write cds - is this the same for >> FreeBSD? (and, err how does one find out the name of said group?). >> > > See http://www.freebsd.org/gnome/docs/faq2.html#q15 . > > Thanks Marcus, however all looks good according to what the faq suggests (i.e devices and permissions). In the meantime I had logged in as root and tried nautilus cd burner again, and it worked fine - confirming permissions as the issue. I enabled nautilus-cd-burner debug and tried yet again logged in as my standard user instead of root...and the cd burned fine!... good grief, not sure what has "fixed" it - as I have changed no permissions or group settings for the user. I guess if it happens again I'll get more info given debug is enabled... Any ideas? be nice to understand what happened... Mark From marcus at marcuscom.com Sun Nov 9 21:42:21 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun Nov 9 21:42:28 2008 Subject: nautilus-cd-burner requires additional group memberships for 2.22? In-Reply-To: <49178942.40409@paradise.net.nz> References: <49175D29.1070009@paradise.net.nz> <1226270977.58757.4.camel@shumai.marcuscom.com> <49178942.40409@paradise.net.nz> Message-ID: <1226295742.58757.11.camel@shumai.marcuscom.com> On Mon, 2008-11-10 at 14:07 +1300, Mark Kirkwood wrote: > Joe Marcus Clarke wrote: > > On Mon, 2008-11-10 at 10:59 +1300, Mark Kirkwood wrote: > > > >> I tried to burn a cd(rw) today, and nautilus aborted the burn with error > >> message "could not write to the disc". This appears to be a group > >> membership problem, as I could burn it with cdrecord. > >> > >> I notice that on Linux you need to be in the "cdrw" or some similar > >> group before naulilus will let you write cds - is this the same for > >> FreeBSD? (and, err how does one find out the name of said group?). > >> > > > > See http://www.freebsd.org/gnome/docs/faq2.html#q15 . > > > > > > Thanks Marcus, however all looks good according to what the faq suggests > (i.e devices and permissions). > > In the meantime I had logged in as root and tried nautilus cd burner > again, and it worked fine - confirming permissions as the issue. > > I enabled nautilus-cd-burner debug and tried yet again logged in as my > standard user instead of root...and the cd burned fine!... good grief, > not sure what has "fixed" it - as I have changed no permissions or group > settings for the user. I guess if it happens again I'll get more info > given debug is enabled... > > Any ideas? be nice to understand what happened... I do not know. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081110/ba26319a/attachment.pgp From bugmaster at FreeBSD.org Mon Nov 10 03:07:08 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 10 03:09:40 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200811101107.mAAB78kB050066@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/128688 gnome audio/pulseaudio: gdbm dependency missing p ports/127661 gnome [PATCH]textproc/libxml2: update to 2.7.1, which includ p ports/127399 gnome [UPDATE] security/gnome-keyring: add option to disable o ports/127298 gnome ports/www/xulrunner coredumps p ports/125857 gnome sysutils/gnome-settings-daemon ignores draw_background o ports/125306 gnome www/firefox3 gtk-gnash thread error p ports/124302 gnome [PATCH] www/webkit-gtk2: make video support optional p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 p ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 13 problems total. From mezz at FreeBSD.org Mon Nov 10 14:16:41 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon Nov 10 14:16:48 2008 Subject: ports/128688: audio/pulseaudio: gdbm dependency missing Message-ID: <200811102216.mAAMGfeM054293@freefall.freebsd.org> Synopsis: audio/pulseaudio: gdbm dependency missing State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon Nov 10 22:16:20 UTC 2008 State-Changed-Why: Committed a fix, thanks for report! http://www.freebsd.org/cgi/query-pr.cgi?pr=128688 From dfilter at FreeBSD.ORG Mon Nov 10 14:20:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Nov 10 14:20:13 2008 Subject: ports/128688: commit references a PR Message-ID: <200811102220.mAAMK4eL054414@freefall.freebsd.org> The following reply was made to PR ports/128688; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128688: commit references a PR Date: Mon, 10 Nov 2008 22:16:11 +0000 (UTC) mezz 2008-11-10 22:16:02 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Add a missing dependency, databases/gdbm, when WITHOUT_AVAHI is defined. Bump the PORTREVISION. PR: ports/128688 Reported by: amdmi3 Revision Changes Path 1.33 +3 -1 ports/audio/pulseaudio/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Wed Nov 12 13:57:21 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Nov 12 13:57:33 2008 Subject: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU Message-ID: <200811122157.mACLvK2J002001@freefall.freebsd.org> Old Synopsis: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU New Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Nov 12 21:56:53 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 From edwin at FreeBSD.org Thu Nov 13 13:10:13 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 13 13:10:25 2008 Subject: ports/128853: [PATCH]textproc/enchant: update to 1.4.2 Message-ID: <200811132110.mADLADAq077799@freefall.freebsd.org> Synopsis: [PATCH]textproc/enchant: update to 1.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 13 21:10:13 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128853 From marcus at FreeBSD.org Sat Nov 15 09:52:28 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat Nov 15 09:52:35 2008 Subject: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU Message-ID: <200811151752.mAFHqRJN050158@freefall.freebsd.org> Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Sat Nov 15 17:50:57 UTC 2008 State-Changed-Why: This is true, and currently, there isn't a better way to do what needs to be done. Reimplementing the KVM code from fstat is too complicated for the simple task required. I am working on an enhancement to procstat which will allow this fork/exec problem to go away. Until then, the only workaround is to have hald ignore your mouse device. http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 From marcus at FreeBSD.org Sat Nov 15 09:53:49 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat Nov 15 09:53:55 2008 Subject: ports/128694: www/firefox3 - Firefox 3 corrupts PostScript printer fonts Message-ID: <200811151753.mAFHrm73050206@freefall.freebsd.org> Synopsis: www/firefox3 - Firefox 3 corrupts PostScript printer fonts State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Sat Nov 15 17:53:34 UTC 2008 State-Changed-Why: Feedback has been requested from the submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=128694 From QAT at FreeBSD.org Sun Nov 16 01:45:16 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:36:17 2008 Subject: textproc/libxml2-reference - fails: mtree Message-ID: <20081116094514.F098A12E42C9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 3 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/libxml2-reference-2.6.32.log : building libxml2-reference-2.6.32 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/textproc/libxml2-reference Makefile ident: $FreeBSD: ports/textproc/libxml2-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 09:44:43 UTC 2008 ................................................... 2545256 8 -rw-r--r-- 1 root wheel 3866 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/ar01s07.html 2545257 8 -rw-r--r-- 1 root wheel 3894 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/ar01s08.html 2545258 16 -rw-r--r-- 1 root wheel 7603 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/ar01s09.html 2545259 4 -rw-r--r-- 1 root wheel 1136 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includeaddattribute.c 2545260 4 -rw-r--r-- 1 root wheel 1320 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includeaddkeyword.c 2545261 4 -rw-r--r-- 1 root wheel 1808 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includeconvert.c 2545263 4 -rw-r--r-- 1 root wheel 1351 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includekeyword.c 2545262 4 -rw-r--r-- 1 root wheel 1171 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includegetattribute.c 2545264 4 -rw-r--r-- 1 root wheel 1491 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/includexpath.c 2545265 12 -rw-r--r-- 1 root wheel 5930 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/index.html 2545266 8 -rw-r--r-- 1 root wheel 2545 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/ix01.html 2545267 104 -rw-r--r-- 1 root wheel 51709 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/xmltutorial.pdf 2545268 4 drwxr-xr-x 3 root wheel 512 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images 2545269 4 -rw-r--r-- 1 root wheel 374 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/blank.png 2545270 4 -rw-r--r-- 1 root wheel 1250 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/caution.png 2545271 36 -rw-r--r-- 1 root wheel 17454 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/draft.png 2545272 4 -rw-r--r-- 1 root wheel 1156 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/home.png 2545273 4 -rw-r--r-- 1 root wheel 722 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/important.png 2545274 4 -rw-r--r-- 1 root wheel 1150 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/next.png 2545275 4 -rw-r--r-- 1 root wheel 490 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/note.png 2545276 4 -rw-r--r-- 1 root wheel 1132 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/prev.png 2545277 4 -rw-r--r-- 1 root wheel 449 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/tip.png 2545278 4 -rw-r--r-- 1 root wheel 318 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/toc-blank.png 2545279 4 -rw-r--r-- 1 root wheel 259 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/toc-minus.png 2545280 4 -rw-r--r-- 1 root wheel 264 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/toc-plus.png 2545281 4 -rw-r--r-- 1 root wheel 1111 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/up.png 2545282 4 -rw-r--r-- 1 root wheel 1241 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/warning.png 2545283 4 drwxr-xr-x 2 root wheel 512 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts 2545284 4 -rw-r--r-- 1 root wheel 329 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/1.png 2545285 4 -rw-r--r-- 1 root wheel 361 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/10.png 2545286 4 -rw-r--r-- 1 root wheel 353 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/2.png 2545287 4 -rw-r--r-- 1 root wheel 350 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/3.png 2545288 4 -rw-r--r-- 1 root wheel 345 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/4.png 2545289 4 -rw-r--r-- 1 root wheel 348 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/5.png 2545290 4 -rw-r--r-- 1 root wheel 355 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/6.png 2545291 4 -rw-r--r-- 1 root wheel 344 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/7.png 2545292 4 -rw-r--r-- 1 root wheel 357 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/8.png 2545293 4 -rw-r--r-- 1 root wheel 357 Nov 16 09:45 usr/local/share/doc/libxml2/tutorial/images/callouts/9.png ================================================================ build of /usr/ports/textproc/libxml2-reference ended at Sun Nov 16 09:45:13 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Sun Nov 16 01:46:52 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:36:35 2008 Subject: textproc/libxslt-reference - fails: mtree Message-ID: <20081116094650.B76B312E42C9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 3 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/libxslt-reference-1.1.24.log : building libxslt-reference-1.1.24 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/textproc/libxslt-reference Makefile ident: $FreeBSD: ports/textproc/libxslt-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 09:46:25 UTC 2008 ................................................... 2544075 16 -rw-r--r-- 1 root wheel 6594 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-lib.html 2544076 32 -rw-r--r-- 1 root wheel 15468 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-namespaces.html 2544077 16 -rw-r--r-- 1 root wheel 7486 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-numbersInternals.html 2544078 36 -rw-r--r-- 1 root wheel 16553 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-pattern.html 2544079 20 -rw-r--r-- 1 root wheel 8578 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-preproc.html 2544080 40 -rw-r--r-- 1 root wheel 19998 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-security.html 2544081 44 -rw-r--r-- 1 root wheel 20743 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-templates.html 2544082 96 -rw-r--r-- 1 root wheel 49103 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-transform.html 2544083 44 -rw-r--r-- 1 root wheel 21639 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-variables.html 2544084 16 -rw-r--r-- 1 root wheel 7637 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-xslt.html 2544085 212 -rw-r--r-- 1 root wheel 106993 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-xsltInternals.html 2544086 16 -rw-r--r-- 1 root wheel 6579 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-xsltexports.html 2544087 100 -rw-r--r-- 1 root wheel 49529 Nov 16 09:46 usr/local/share/doc/libxslt/html/libxslt-xsltutils.html 2544088 4 -rw-r--r-- 1 root wheel 654 Nov 16 09:46 usr/local/share/doc/libxslt/html/home.png 2544089 4 -rw-r--r-- 1 root wheel 459 Nov 16 09:46 usr/local/share/doc/libxslt/html/left.png 2544090 4 -rw-r--r-- 1 root wheel 472 Nov 16 09:46 usr/local/share/doc/libxslt/html/right.png 2544091 4 -rw-r--r-- 1 root wheel 406 Nov 16 09:46 usr/local/share/doc/libxslt/html/up.png 2544094 4 drwxr-xr-x 2 root wheel 512 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT 2544095 28 -rw-r--r-- 1 root wheel 13290 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/APIchunk0.html 2544096 12 -rw-r--r-- 1 root wheel 5016 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/APIconstructors.html 2544097 16 -rw-r--r-- 1 root wheel 7508 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/APIfiles.html 2544098 12 -rw-r--r-- 1 root wheel 5044 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/APIfunctions.html 2544099 16 -rw-r--r-- 1 root wheel 7490 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/APIsymbols.html 2544100 20 -rw-r--r-- 1 root wheel 9406 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/bugs.html 2544101 12 -rw-r--r-- 1 root wheel 5567 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/docs.html 2544102 16 -rw-r--r-- 1 root wheel 6989 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/downloads.html 2544103 20 -rw-r--r-- 1 root wheel 10136 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/exslt.html 2544104 12 -rw-r--r-- 1 root wheel 6002 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/help.html 2544105 12 -rw-r--r-- 1 root wheel 5451 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/index.html 2544106 12 -rw-r--r-- 1 root wheel 5793 Nov 16 09:46 usr/local/share/doc/libxslt/html/EXSLT/intro.html 2544109 4 drwxr-xr-x 2 root wheel 512 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial 2544110 8 -rw-r--r-- 1 root wheel 2543 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial/libxslt_tutorial.c 2544111 32 -rw-r--r-- 1 root wheel 15424 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.html 2544112 24 -rw-r--r-- 1 root wheel 10746 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.xml 2544115 4 drwxr-xr-x 2 root wheel 512 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial2 2544116 12 -rw-r--r-- 1 root wheel 4340 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.c 2544117 72 -rw-r--r-- 1 root wheel 35364 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.html 2544118 56 -rw-r--r-- 1 root wheel 28194 Nov 16 09:46 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.xml ================================================================ build of /usr/ports/textproc/libxslt-reference ended at Sun Nov 16 09:46:49 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Sun Nov 16 03:37:27 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:36:49 2008 Subject: x11-toolkits/gtkmm20-reference - fails: mtree Message-ID: <20081116113725.B235A12E42E9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 3 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/gtkmm-reference-2.2.12_3.log : building gtkmm-reference-2.2.12_3 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/x11-toolkits/gtkmm20-reference Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm20-reference/Makefile,v 1.6 2007/05/19 20:31:03 flz Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 11:35:41 UTC 2008 ................................................... 2663212 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/dnd 2663213 20 -r--r--r-- 1 root wheel 9066 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc 2663214 4 -r--r--r-- 1 root wheel 1012 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/dnd/main.cc 2663215 28 -r--r--r-- 1 root wheel 13624 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/dnd/dnd_images.h 2663216 8 -r--r--r-- 1 root wheel 3420 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.h 2663217 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/exception 2663218 8 -r--r--r-- 1 root wheel 3222 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc 2663219 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/filesel 2663220 4 -r--r--r-- 1 root wheel 1160 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/filesel/filesel.cc 2663221 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/fixed 2663222 4 -r--r--r-- 1 root wheel 1649 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/fixed/fixed.cc 2663223 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/gdk 2663224 20 -r--r--r-- 1 root wheel 10128 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/gdk/radar.cc 2663225 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/markup 2663226 8 -r--r--r-- 1 root wheel 3685 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/markup/parser.cc 2663227 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/rulers 2663228 4 -r--r--r-- 1 root wheel 1981 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/rulers/rulers.cc 2663229 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/statusbar 2663230 4 -r--r--r-- 1 root wheel 1450 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc 2663231 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/stock 2663232 12 -r--r--r-- 1 root wheel 4706 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/stock/stock.cc 2663233 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/thread 2663234 12 -r--r--r-- 1 root wheel 4369 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher.cc 2663235 16 -r--r--r-- 1 root wheel 6469 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc 2663236 4 -r--r--r-- 1 root wheel 1731 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/thread/thread.cc 2663237 4 -r--r--r-- 1 root wheel 697 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/thread/threadpool.cc 2663238 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/tictactoe 2663239 8 -r--r--r-- 1 root wheel 2455 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc 2663240 4 -r--r--r-- 1 root wheel 489 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc 2663241 4 -r--r--r-- 1 root wheel 1313 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h 2663242 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom 2663243 16 -r--r--r-- 1 root wheel 6178 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.cc 2663244 4 -r--r--r-- 1 root wheel 2045 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.cc 2663245 4 -r--r--r-- 1 root wheel 1013 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/main.cc 2663246 8 -r--r--r-- 1 root wheel 2704 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.h 2663247 4 -r--r--r-- 1 root wheel 1327 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.h 2663248 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/window 2663249 12 -r--r--r-- 1 root wheel 6118 Nov 16 11:37 usr/local/share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc ================================================================ build of /usr/ports/x11-toolkits/gtkmm20-reference ended at Sun Nov 16 11:37:23 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Sun Nov 16 03:40:53 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:37:04 2008 Subject: x11-toolkits/gtkmm24-reference - fails: mtree Message-ID: <20081116114051.C13E712E42E9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 3 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/gtkmm-reference-2.12.7_3.log : building gtkmm-reference-2.12.7_3 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/x11-toolkits/gtkmm24-reference Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm24-reference/Makefile,v 1.5 2007/05/19 20:31:04 flz Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 11:38:54 UTC 2008 ................................................... 2733289 4 -r--r--r-- 1 root wheel 1011 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/treeview/modelsort/main.cc 2733290 4 -r--r--r-- 1 root wheel 1778 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/treeview/modelsort/examplewindow.h 2733293 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/update_ui 2733294 8 -r--r--r-- 1 root wheel 2270 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/update_ui/examplewindow.cc 2733295 4 -r--r--r-- 1 root wheel 1011 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/update_ui/main.cc 2733296 4 -r--r--r-- 1 root wheel 1266 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/book/update_ui/examplewindow.h 2733299 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/arrow 2733300 4 -r--r--r-- 1 root wheel 1786 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/arrow/arrow.cc 2733301 4 -r--r--r-- 1 root wheel 1937 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/arrow/direction.cc 2733304 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/calendar 2733305 16 -r--r--r-- 1 root wheel 7652 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/calendar/calendar.cc 2733308 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/dnd 2733309 20 -r--r--r-- 1 root wheel 9306 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/dnd/dndwindow.cc 2733310 4 -r--r--r-- 1 root wheel 1005 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/dnd/main.cc 2733311 28 -r--r--r-- 1 root wheel 13624 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/dnd/dnd_images.h 2733312 8 -r--r--r-- 1 root wheel 3433 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/dnd/dndwindow.h 2733315 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/exception 2733316 8 -r--r--r-- 1 root wheel 3324 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/exception/exceptiontest.cc 2733319 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/gdk 2733320 20 -r--r--r-- 1 root wheel 10236 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/gdk/radar.cc 2733323 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/rulers 2733324 8 -r--r--r-- 1 root wheel 2308 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/rulers/rulers.cc 2733327 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/statusbar 2733328 4 -r--r--r-- 1 root wheel 1480 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/statusbar/statusbar.cc 2733331 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/stock 2733332 12 -r--r--r-- 1 root wheel 4382 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/stock/stock.cc 2733335 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/tictactoe 2733336 8 -r--r--r-- 1 root wheel 2468 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/tictactoe/tictactoe.cc 2733337 4 -r--r--r-- 1 root wheel 505 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/tictactoe/ttt_test.cc 2733338 4 -r--r--r-- 1 root wheel 1312 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/tictactoe/tictactoe.h 2733341 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom 2733342 24 -r--r--r-- 1 root wheel 10613 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom/exampletreemodel.cc 2733343 8 -r--r--r-- 1 root wheel 2126 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom/examplewindow.cc 2733344 4 -r--r--r-- 1 root wheel 1008 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom/main.cc 2733345 12 -r--r--r-- 1 root wheel 4436 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom/exampletreemodel.h 2733346 4 -r--r--r-- 1 root wheel 1323 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/treemodelcustom/examplewindow.h 2733349 4 drwxr-xr-x 2 root wheel 512 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/window 2733350 12 -r--r--r-- 1 root wheel 6118 Nov 16 11:40 usr/local/share/doc/gtkmm-2.4/examples/window/wheelbarrow.cc ================================================================ build of /usr/ports/x11-toolkits/gtkmm24-reference ended at Sun Nov 16 11:40:50 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From bugmaster at FreeBSD.org Mon Nov 17 03:07:08 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 17 03:09:49 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200811171107.mAHB77Z2082872@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128853 gnome [PATCH]textproc/enchant: update to 1.4.2 a ports/128826 gnome sysutils/hal: hald-addon-mouse-sysmouse runs fstat to f ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f p ports/127661 gnome [PATCH]textproc/libxml2: update to 2.7.1, which includ p ports/127399 gnome [UPDATE] security/gnome-keyring: add option to disable o ports/127298 gnome ports/www/xulrunner coredumps p ports/125857 gnome sysutils/gnome-settings-daemon ignores draw_background o ports/125306 gnome www/firefox3 gtk-gnash thread error p ports/124302 gnome [PATCH] www/webkit-gtk2: make video support optional p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 p ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 14 problems total. From jh at sandstorm.net Mon Nov 17 10:44:32 2008 From: jh at sandstorm.net (John Hood) Date: Mon Nov 17 10:44:38 2008 Subject: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU In-Reply-To: <200811151752.mAFHqRJN050158@freefall.freebsd.org> References: <200811151752.mAFHqRJN050158@freefall.freebsd.org> Message-ID: <200811171320.12371.jh@sandstorm.net> On Saturday 15 November 2008 12:52:27 pm marcus@freebsd.org wrote: > Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice > every 2s, eats CPU > > State-Changed-From-To: open->analyzed > State-Changed-By: marcus > State-Changed-When: Sat Nov 15 17:50:57 UTC 2008 > State-Changed-Why: > This is true, and currently, there isn't a better way to do what needs > to be done. Reimplementing the KVM code from fstat is too complicated for > the simple task required. I am working on an enhancement to procstat > which will allow this fork/exec problem to go away. Until then, the > only workaround is to have hald ignore your mouse device. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 I'll allow that it's an ugly little problem. Might it make more sense to have moused make status available on a socket or pipe, which addon-mouse can then query directly? --jh From marcus at freebsd.org Mon Nov 17 11:02:16 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Mon Nov 17 11:02:29 2008 Subject: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU In-Reply-To: <200811171320.12371.jh@sandstorm.net> References: <200811151752.mAFHqRJN050158@freefall.freebsd.org> <200811171320.12371.jh@sandstorm.net> Message-ID: <4921BC9E.1000109@freebsd.org> John Hood wrote: > On Saturday 15 November 2008 12:52:27 pm marcus@freebsd.org wrote: >> Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice >> every 2s, eats CPU >> >> State-Changed-From-To: open->analyzed >> State-Changed-By: marcus >> State-Changed-When: Sat Nov 15 17:50:57 UTC 2008 >> State-Changed-Why: >> This is true, and currently, there isn't a better way to do what needs >> to be done. Reimplementing the KVM code from fstat is too complicated for >> the simple task required. I am working on an enhancement to procstat >> which will allow this fork/exec problem to go away. Until then, the >> only workaround is to have hald ignore your mouse device. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 > > I'll allow that it's an ugly little problem. > > Might it make more sense to have moused make status available on a socket or > pipe, which addon-mouse can then query directly? The procstat change will be better for many things in the long run. Hopefully, this fix is not too far off. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From linimon at FreeBSD.org Mon Nov 17 14:48:27 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 17 14:48:39 2008 Subject: ports/128947: audio/pulseaudio: start-pulseaudio-x11 hangs and prevents subsequent logins Message-ID: <200811172248.mAHMmQXh009098@freefall.freebsd.org> Old Synopsis: start-pulseaudio-x11 hangs and prevents subsequent logins New Synopsis: audio/pulseaudio: start-pulseaudio-x11 hangs and prevents subsequent logins Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 17 22:47:32 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=128947 From pluknet at gmail.com Tue Nov 18 15:17:20 2008 From: pluknet at gmail.com (pluknet) Date: Tue Nov 18 16:59:45 2008 Subject: Libxml2 Two Integer Overflow Vulnerabilities Message-ID: http://secunia.com/Advisories/32773/ CVE-2008-4225 CVE-2008-4226 Patch: https://bugzilla.redhat.com/attachment.cgi?id=322844 https://bugzilla.redhat.com/attachment.cgi?id=322846 Both patches look applicable to our 2.6.32 version in ports. -- wbr, pluknet From mezz7 at cox.net Wed Nov 19 11:24:03 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed Nov 19 11:24:10 2008 Subject: Libxml2 Two Integer Overflow Vulnerabilities In-Reply-To: References: Message-ID: On Tue, 18 Nov 2008 16:45:17 -0600, pluknet wrote: > http://secunia.com/Advisories/32773/ > CVE-2008-4225 > CVE-2008-4226 > > Patch: > https://bugzilla.redhat.com/attachment.cgi?id=322844 > https://bugzilla.redhat.com/attachment.cgi?id=322846 > > Both patches look applicable to our 2.6.32 version in ports. Committed, thanks! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From pgj at FreeBSD.org Wed Nov 19 11:50:40 2008 From: pgj at FreeBSD.org (Gabor PALI) Date: Wed Nov 19 11:50:46 2008 Subject: Tinderbox Failure of gio-fam-backend-2.16.5 in a 6-STABLE Jail (?) Message-ID: <49246861.1060403@FreeBSD.org> Hello, Recently, I set up a tinderbox (the most fresh version you can reach from its port) with a 6-STABLE (as of yesterday) jail (too) on an 8-CURRENT (as of an October snapshot) for myself to test a port that I help to maintain (I would like mention that I am not a ports committer, but an avid user of that port) and I was a bit surprised when I found the build finished too early because devel/gio-fam-backend failed to build [1]. Did I misconfigure my tinderbox (note that it builds fine in a 8-CURRENT jail)? Is it a known issue? Thank you for your replies in advance. Cheers, :g [1] http://people.freebsd.org/~pgj/too_big/gio-fam-backend-2.16.5.log From marcus at freebsd.org Wed Nov 19 12:06:50 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Wed Nov 19 12:06:57 2008 Subject: Tinderbox Failure of gio-fam-backend-2.16.5 in a 6-STABLE Jail (?) In-Reply-To: <49246861.1060403@FreeBSD.org> References: <49246861.1060403@FreeBSD.org> Message-ID: <492471D4.40406@freebsd.org> Gabor PALI wrote: > Hello, > > Recently, I set up a tinderbox (the most fresh version you can reach > from its port) with a 6-STABLE (as of yesterday) jail (too) on an > 8-CURRENT (as of an October snapshot) for myself to test a port that I > help to maintain (I would like mention that I am not a ports committer, > but an avid user of that port) and I was a bit surprised when I found > the build finished too early because devel/gio-fam-backend failed to > build [1]. > > Did I misconfigure my tinderbox (note that it builds fine in a 8-CURRENT > jail)? Is it a known issue? Yes. I sent an email about this to tinderbox-list a while ago: http://marcuscom.com/pipermail/tinderbox-list/2008-March/001036.html Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From rea-fbsd at codelabs.ru Wed Nov 19 12:50:02 2008 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Wed Nov 19 12:50:20 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <20081119204101.5FBD7F181F@phoenix.codelabs.ru> >Number: 128998 >Category: ports >Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 19 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Code Labs >Environment: System: FreeBSD 7.1-PRERELEASE i386 >Description: The fix for the CVE-2008-4225 and CVE-2008-4226 was commited to the textproc/libxml2 just an hour ago, but vulnerabilities seem to be left undocumented. At least I was not able to find the corresponding PR and reporting channels are not clear from the commit comment. >How-To-Repeat: http://secunia.com/Advisories/32773/ http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/libxml2/Makefile >Fix: The following VuXML entry should be evaluated and added: --- vuln.xml begins here --- libxml2 -- two integer overflow vulnerabilities libxml2 2.6.32_2

Secunia reports:

Two vulnerabilities have been reported in Libxml2, which can be exploited by malicious people to cause a Denial of Service or to potentially compromise an application using the library.

  1. An integer overflow error in the “xmlSAX2Characters()” function can be exploited to trigger a memory corruption via a specially crafted XML file. Successful exploitation may allow execution of arbitrary code, but requires e.g. that the user is tricked into processing an overly large XML file (2GB or more).
  2. An integer overflow error in the “xmlBufferResize()” function can be exploited to trigger the execution of an infinite loop.
CVE-2008-4225 CVE-2008-4226 http://secunia.com/Advisories/32773/ https://bugzilla.redhat.com/show_bug.cgi?id=470466 https://bugzilla.redhat.com/show_bug.cgi?id=470480 2008-11-07
--- vuln.xml ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 19 12:50:18 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 19 12:50:31 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192050.mAJKoHo1057543@freefall.freebsd.org> Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 19 20:50:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128998 From edwin at FreeBSD.org Wed Nov 19 12:50:18 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 19 12:50:46 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192050.mAJKoHo1057543@freefall.freebsd.org> Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 19 20:50:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128998 From rea-fbsd at codelabs.ru Wed Nov 19 13:02:17 2008 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Wed Nov 19 13:02:23 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <20081119204101.5FBD7F181F@phoenix.codelabs.ru> >Number: 128998 >Category: ports >Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 19 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Code Labs >Environment: System: FreeBSD 7.1-PRERELEASE i386 >Description: The fix for the CVE-2008-4225 and CVE-2008-4226 was commited to the textproc/libxml2 just an hour ago, but vulnerabilities seem to be left undocumented. At least I was not able to find the corresponding PR and reporting channels are not clear from the commit comment. >How-To-Repeat: http://secunia.com/Advisories/32773/ http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/libxml2/Makefile >Fix: The following VuXML entry should be evaluated and added: --- vuln.xml begins here --- libxml2 -- two integer overflow vulnerabilities libxml2 2.6.32_2

Secunia reports:

Two vulnerabilities have been reported in Libxml2, which can be exploited by malicious people to cause a Denial of Service or to potentially compromise an application using the library.

  1. An integer overflow error in the “xmlSAX2Characters()” function can be exploited to trigger a memory corruption via a specially crafted XML file. Successful exploitation may allow execution of arbitrary code, but requires e.g. that the user is tricked into processing an overly large XML file (2GB or more).
  2. An integer overflow error in the “xmlBufferResize()” function can be exploited to trigger the execution of an infinite loop.
CVE-2008-4225 CVE-2008-4226 http://secunia.com/Advisories/32773/ https://bugzilla.redhat.com/show_bug.cgi?id=470466 https://bugzilla.redhat.com/show_bug.cgi?id=470480 2008-11-07
--- vuln.xml ends here --- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org" From pluknet at gmail.com Wed Nov 19 13:31:16 2008 From: pluknet at gmail.com (pluknet) Date: Wed Nov 19 13:31:22 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 In-Reply-To: <200811192050.mAJKoHo1057543@freefall.freebsd.org> References: <200811192050.mAJKoHo1057543@freefall.freebsd.org> Message-ID: 2008/11/19 : > Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 > > Responsible-Changed-From-To: freebsd-ports-bugs->gnome > Responsible-Changed-By: edwin > Responsible-Changed-When: Wed Nov 19 20:50:17 UTC 2008 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=128998 > Committed as r1.1758 and it can be closed. From linimon at FreeBSD.org Wed Nov 19 14:07:38 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Nov 19 14:07:55 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192207.mAJM7bqt014472@freefall.freebsd.org> Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Nov 19 22:07:06 UTC 2008 State-Changed-Why: Already committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=128998 From linimon at FreeBSD.org Wed Nov 19 14:07:38 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Nov 19 14:07:55 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192207.mAJM7bqt014472@freefall.freebsd.org> Synopsis: [vuxml] document vulnerabilities in textproc/libxml2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Nov 19 22:07:06 UTC 2008 State-Changed-Why: Already committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=128998 From rea-fbsd at codelabs.ru Wed Nov 19 14:10:06 2008 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Wed Nov 19 14:10:18 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192210.mAJMA6iJ014593@freefall.freebsd.org> The following reply was made to PR ports/128998; it has been noted by GNATS. From: Eygene Ryabinkin To: bug-followup@freebsd.org Cc: tabthorpe@freebsd.org, freebsd-security@freebsd.org Subject: Re: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Date: Thu, 20 Nov 2008 01:04:31 +0300 --Qbvjkv9qwOGw/5Fx Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Wed, Nov 19, 2008 at 11:41:01PM +0300, Eygene Ryabinkin wrote: > The fix for the CVE-2008-4225 and CVE-2008-4226 was commited to the > textproc/libxml2 just an hour ago, but vulnerabilities seem to be left > undocumented. At least I was not able to find the corresponding PR and > reporting channels are not clear from the commit comment. The entry was added shortly after this PR by tabthorpe@, so I think that this PR can be closed now. --=20 Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual =20 )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook=20 {_.-``-' {_/ # --Qbvjkv9qwOGw/5Fx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkkjW8ACgkQthUKNsbL7YiaWgCfZG6GxIlzLc2eJmTVlRAlSINr 5TUAn2/sY5m9IGybwp2ymuhsrzUxLYjV =DGME -----END PGP SIGNATURE----- --Qbvjkv9qwOGw/5Fx-- From linimon at lonesome.com Wed Nov 19 14:10:09 2008 From: linimon at lonesome.com (Mark Linimon) Date: Wed Nov 19 14:10:25 2008 Subject: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Message-ID: <200811192210.mAJMA9Bt014776@freefall.freebsd.org> The following reply was made to PR ports/128998; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Date: Wed, 19 Nov 2008 16:08:52 -0600 ----- Forwarded message from pluknet ----- From: pluknet To: edwin@freebsd.org Cc: gnome@freebsd.org, freebsd-security@freebsd.org, freebsd-ports-bugs@freebsd.org, mezz@freebsd.org Subject: Re: ports/128998: [vuxml] document vulnerabilities in textproc/libxml2 Committed as r1.1758 and it can be closed. ----- End forwarded message ----- From christer.solskogen at gmail.com Thu Nov 20 00:54:45 2008 From: christer.solskogen at gmail.com (Christer Solskogen) Date: Thu Nov 20 00:55:16 2008 Subject: libxml2 configure fail Message-ID: After the latest portsnap I get this when trying to upgrade libxml2: Enabled Schematron support Enabled Schemas/Relax-NG support configure: creating ./config.status config.status: error: cannot find input file: libxml.spec.in ===> Script "configure" failed unexpectedly. [root@foster /usr/ports/textproc/libxml2]# sh /root/gnomelogalyzer.sh Generating build log. Please wait... done. The cause of your build failure is not known to gnomelogalyzer.sh. Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, -- chs, From pgj at FreeBSD.org Thu Nov 20 03:48:53 2008 From: pgj at FreeBSD.org (Gabor PALI) Date: Thu Nov 20 03:49:01 2008 Subject: Tinderbox Failure of gio-fam-backend-2.16.5 in a 6-STABLE Jail (?) In-Reply-To: <492471D4.40406@freebsd.org> References: <49246861.1060403@FreeBSD.org> <492471D4.40406@freebsd.org> Message-ID: <49254E8A.3060907@FreeBSD.org> Joe Marcus Clarke wrote: > Gabor PALI wrote: >> Did I misconfigure my tinderbox (note that it builds fine in a 8-CURRENT >> jail)? Is it a known issue? > > Yes. I sent an email about this to tinderbox-list a while ago: Oh, sorry, mea culpa. Thank you very much! :g From linimon at FreeBSD.org Thu Nov 20 14:42:40 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu Nov 20 14:42:46 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811202242.mAKMgeNA064724@freefall.freebsd.org> Old Synopsis: URI plugin doesn't work in GIMP - GNOMEVFS is "on" New Synopsis: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 20 22:42:13 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=129023 From mezz7 at cox.net Fri Nov 21 14:38:41 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri Nov 21 14:38:48 2008 Subject: libxml2 configure fail In-Reply-To: References: Message-ID: On Thu, 20 Nov 2008 02:30:59 -0600, Christer Solskogen wrote: > After the latest portsnap I get this when trying to upgrade libxml2: > > Enabled Schematron support > Enabled Schemas/Relax-NG support > configure: creating ./config.status > config.status: error: cannot find input file: libxml.spec.in > ===> Script "configure" failed unexpectedly. > > [root@foster /usr/ports/textproc/libxml2]# sh /root/gnomelogalyzer.sh > > Generating build log. Please wait... done. > > The cause of your build failure is not known to gnomelogalyzer.sh. > Before > e-mailing the build log to the FreeBSD GNOME team at > freebsd-gnome@FreeBSD.org, Can you show us the config.log? Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From christer.solskogen at gmail.com Fri Nov 21 15:32:22 2008 From: christer.solskogen at gmail.com (Christer Solskogen) Date: Fri Nov 21 15:32:29 2008 Subject: libxml2 configure fail In-Reply-To: References: Message-ID: <49274190.70603@gmail.com> Jeremy Messenger wrote: > Can you show us the config.log? > No :) I have several FreeBSD machines, so I tried compiling libxml2 on them as well to check if they also had trouble. I also tried several times to compile libxml2 on the machine that had trouble and it seemed to stop different places each time (some times it could not apply patches). By removing my CFLAGS and WRKDIRPREFIX (which is the same on all machine btw) on it, it failed during linking. By doing a complete rebuild of world and a reboot, it worked like a charm (even with CFLAGS and WRKDIRPREFIX set). In other words, after rebuilding world I cant trigger the error anymore. CFLAGS=-O2 -pipe WRKDIRPREFIX=/tmp -- chs From dino_vliet at yahoo.com Sat Nov 22 02:02:48 2008 From: dino_vliet at yahoo.com (Dino Vliet) Date: Sat Nov 22 05:18:58 2008 Subject: Error installing usr/ports/x11/yelp & gnomelogalyzer.sh ouput Message-ID: <66259.16807.qm@web51112.mail.re2.yahoo.com> Hi gnome folks, When running gnomelogalyzer.sh in the yelp port directory which will not install properly I get this info: Generating build log. Please wait... done. The cause of your build failure is not known to gnomelogalyzer.sh.? Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, TRY EACH OF THE FOLLOWING: ? * If you are generating your own logfile, make sure to generate it with ??? something similar to: ????????? "make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or ????????? "make |& tee /path/to/logfile" (csh/tcsh) ??????? * Make sure your cvsup(1) configuration file specifies the 'ports-all' ????????? collection ??????? * Run cvsup(1) and attempt the build again ??????? * Check /usr/ports/UPDATING for information pertinent to your build ????????? failure ??????? * 99% of the commonly reported build failures can be solved by ????????? running "portupgrade -a" ??????? * Read the FAQs at http://www.FreeBSD.org/gnome/ ??????? * Search the archives of freebsd-gnome@FreeBSD.org.? Archives can be ????????? searched at http://www.freebsd.org/gnome/index.html#search If you have not performed each of the above suggestions, don't bother asking for help.? The chances are good that you'll simply be told to perform one of the aforementioned steps. The output of the first suggestion above, make 2>&1 | tee /path/to/logfile, gives: ?yelp is using firefox for gecko support, but you can ?change that by defining WITH_GECKO to the following values: ?? firefox ?? xulrunner => yelp-2.22.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/yelp/2.22/. yelp-2.22.1.tar.bz2??????????????????????????????????? 972 kB? 966 kBps ===>? Extracting for yelp-2.22.1_1 => MD5 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. => SHA256 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. ===>? Patching for yelp-2.22.1_1 ===>? Applying FreeBSD patches for yelp-2.22.1_1 ===>?? yelp-2.22.1_1 depends on file: /usr/local/lib/firefox/libgtkembedmoz.so - found ===>?? yelp-2.22.1_1 depends on executable: gmake - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/bin/intltool-extract - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===>?? yelp-2.22.1_1 depends on executable: pkg-config - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===>?? yelp-2.22.1_1 depends on shared library: dbus-glib-1.2 - found ===>?? yelp-2.22.1_1 depends on shared library: rarian.0 - found ===>?? yelp-2.22.1_1 depends on shared library: intl - found ===>?? yelp-2.22.1_1 depends on shared library: esd.2 - found ===>?? yelp-2.22.1_1 depends on shared library: atk-1.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gailutil.18 - found ===>?? yelp-2.22.1_1 depends on shared library: gconf-2.4 - found ===>?? yelp-2.22.1_1 depends on shared library: glib-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomevfs-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gtk-x11-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: art_lgpl_2.5 - found ===>?? yelp-2.22.1_1 depends on shared library: bonobo-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: bonoboui-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: glade-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnome-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomecanvas-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomeui-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: IDL-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: xml2.5 - found ===>?? yelp-2.22.1_1 depends on shared library: xslt.2 - found ===>?? yelp-2.22.1_1 depends on shared library: ORBit-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: pango-1.0.0 - found ===>? Configuring for yelp-2.22.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.35.0... 0.35.0 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for gconftool-2... /usr/local/bin/gconftool-2 Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking whether ln -s works... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 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 dependency style of cc... (cached) gcc3 checking for strerror in -lcposix... no checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... amd64-portbld-freebsd6.3 checking host system type... amd64-portbld-freebsd6.3 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.0.0... yes (version 2.16.5) checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused checking what language compliance flags to pass to the C++ compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for YELP... yes checking for gsed... /usr/bin/sed checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for YELP_SEARCH... no checking for gawk... (cached) gawk checking which gecko to use... firefox checking for compiler -fshort-wchar option... yes checking whether to enable C++ RTTI... no checking whether we have a gtk 2 gecko build... yes checking whether we have a gecko debug build... no checking for gecko version... 1.8.1 checking for MOZILLA_COMPONENT... yes checking for gzopen in -lz... yes checking for lzmadec_open in -llzmadec... yes checking for bzread in -lbz2... no checking for BZ2_bzread in -lbz2... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating stylesheets/Makefile config.status: creating stylesheets/db2html.xsl config.status: creating stylesheets/db-title.xsl config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/ui/Makefile config.status: creating po/Makefile.in config.status: creating yelp.desktop.in config.status: creating config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands yelp-2.22.1: ??? prefix:?????????????????? /usr/local ??? source code location:??? ? . ??? compiler:??? ??? ? cc ??? Debug enabled:??????????? no ??? Search backend:?????????? auto - basic ??? Mozilla version:????????? firefox ===>? Building for yelp-2.22.1_1 gmake? all-recursive gmake[1]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1' Making all in src gmake[2]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake? all-am gmake[3]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-Yelper.o -MD -MP -MF ".deps/yelp-Yelper.Tpo" -c -o yelp-Yelper.o `test -f 'Yelper.cpp' || echo './'`Yelper.cpp; \ ??? then mv -f ".deps/yelp-Yelper.Tpo" ".deps/yelp-Yelper.Po"; else rm -f ".deps/yelp-Yelper.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-base.o -MD -MP -MF ".deps/yelp-yelp-base.Tpo" -c -o yelp-yelp-base.o `test -f 'yelp-base.c' || echo './'`yelp-base.c; \ ??? then mv -f ".deps/yelp-yelp-base.Tpo" ".deps/yelp-yelp-base.Po"; else rm -f ".deps/yelp-yelp-base.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-bookmarks.o -MD -MP -MF ".deps/yelp-yelp-bookmarks.Tpo" -c -o yelp-yelp-bookmarks.o `test -f 'yelp-bookmarks.c' || echo './'`yelp-bookmarks.c; \ ??? then mv -f ".deps/yelp-yelp-bookmarks.Tpo" ".deps/yelp-yelp-bookmarks.Po"; else rm -f ".deps/yelp-yelp-bookmarks.Tpo"; exit 1; fi yelp-bookmarks.c: In function `yelp_bookmarks_add': yelp-bookmarks.c:310: warning: null format string if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-debug.o -MD -MP -MF ".deps/yelp-yelp-debug.Tpo" -c -o yelp-yelp-debug.o `test -f 'yelp-debug.c' || echo './'`yelp-debug.c; \ ??? then mv -f ".deps/yelp-yelp-debug.Tpo" ".deps/yelp-yelp-debug.Po"; else rm -f ".deps/yelp-yelp-debug.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-error.o -MD -MP -MF ".deps/yelp-yelp-error.Tpo" -c -o yelp-yelp-error.o `test -f 'yelp-error.c' || echo './'`yelp-error.c; \ ??? then mv -f ".deps/yelp-yelp-error.Tpo" ".deps/yelp-yelp-error.Po"; else rm -f ".deps/yelp-yelp-error.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-utils.o -MD -MP -MF ".deps/yelp-yelp-gecko-utils.Tpo" -c -o yelp-yelp-gecko-utils.o `test -f 'yelp-gecko-utils.cpp' || echo './'`yelp-gecko-utils.cpp; \ ??? then mv -f ".deps/yelp-yelp-gecko-utils.Tpo" ".deps/yelp-yelp-gecko-utils.Po"; else rm -f ".deps/yelp-yelp-gecko-utils.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-html.o -MD -MP -MF ".deps/yelp-yelp-html.Tpo" -c -o yelp-yelp-html.o `test -f 'yelp-html.cpp' || echo './'`yelp-html.cpp; \ ??? then mv -f ".deps/yelp-yelp-html.Tpo" ".deps/yelp-yelp-html.Po"; else rm -f ".deps/yelp-yelp-html.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-io-channel.o -MD -MP -MF ".deps/yelp-yelp-io-channel.Tpo" -c -o yelp-yelp-io-channel.o `test -f 'yelp-io-channel.c' || echo './'`yelp-io-channel.c; \ ??? then mv -f ".deps/yelp-yelp-io-channel.Tpo" ".deps/yelp-yelp-io-channel.Po"; else rm -f ".deps/yelp-yelp-io-channel.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-settings.o -MD -MP -MF ".deps/yelp-yelp-settings.Tpo" -c -o yelp-yelp-settings.o `test -f 'yelp-settings.c' || echo './'`yelp-settings.c; \ ??? then mv -f ".deps/yelp-yelp-settings.Tpo" ".deps/yelp-yelp-settings.Po"; else rm -f ".deps/yelp-yelp-settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-utils.o -MD -MP -MF ".deps/yelp-yelp-utils.Tpo" -c -o yelp-yelp-utils.o `test -f 'yelp-utils.c' || echo './'`yelp-utils.c; \ ??? then mv -f ".deps/yelp-yelp-utils.Tpo" ".deps/yelp-yelp-utils.Po"; else rm -f ".deps/yelp-yelp-utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-window.o -MD -MP -MF ".deps/yelp-yelp-window.Tpo" -c -o yelp-yelp-window.o `test -f 'yelp-window.c' || echo './'`yelp-window.c; \ ??? then mv -f ".deps/yelp-yelp-window.Tpo" ".deps/yelp-yelp-window.Po"; else rm -f ".deps/yelp-yelp-window.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-marshal.o -MD -MP -MF ".deps/yelp-yelp-marshal.Tpo" -c -o yelp-yelp-marshal.o `test -f 'yelp-marshal.c' || echo './'`yelp-marshal.c; \ ??? then mv -f ".deps/yelp-yelp-marshal.Tpo" ".deps/yelp-yelp-marshal.Po"; else rm -f ".deps/yelp-yelp-marshal.Tpo"; exit 1; fi yelp-marshal.c:58: warning: no previous prototype for 'yelp_marshal_VOID__POINTER_BOOLEAN' yelp-marshal.c:99: warning: no previous prototype for 'yelp_marshal_VOID__STRING_INT' yelp-marshal.c:138: warning: no previous prototype for 'yelp_marshal_BOOLEAN__POINTER_BOOLEAN' if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-main.o -MD -MP -MF ".deps/yelp-yelp-main.Tpo" -c -o yelp-yelp-main.o `test -f 'yelp-main.c' || echo './'`yelp-main.c; \ ??? then mv -f ".deps/yelp-yelp-main.Tpo" ".deps/yelp-yelp-main.Po"; else rm -f ".deps/yelp-yelp-main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-print.o -MD -MP -MF ".deps/yelp-yelp-print.Tpo" -c -o yelp-yelp-print.o `test -f 'yelp-print.c' || echo './'`yelp-print.c; \ ??? then mv -f ".deps/yelp-yelp-print.Tpo" ".deps/yelp-yelp-print.Po"; else rm -f ".deps/yelp-yelp-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-page.o -MD -MP -MF ".deps/yelp-yelp-page.Tpo" -c -o yelp-yelp-page.o `test -f 'yelp-page.c' || echo './'`yelp-page.c; \ ??? then mv -f ".deps/yelp-yelp-page.Tpo" ".deps/yelp-yelp-page.Po"; else rm -f ".deps/yelp-yelp-page.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-transform.o -MD -MP -MF ".deps/yelp-yelp-transform.Tpo" -c -o yelp-yelp-transform.o `test -f 'yelp-transform.c' || echo './'`yelp-transform.c; \ ??? then mv -f ".deps/yelp-yelp-transform.Tpo" ".deps/yelp-yelp-transform.Po"; else rm -f ".deps/yelp-yelp-transform.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-services.o -MD -MP -MF ".deps/yelp-yelp-gecko-services.Tpo" -c -o yelp-yelp-gecko-services.o `test -f 'yelp-gecko-services.cpp' || echo './'`yelp-gecko-services.cpp; \ ??? then mv -f ".deps/yelp-yelp-gecko-services.Tpo" ".deps/yelp-yelp-gecko-services.Po"; else rm -f ".deps/yelp-yelp-gecko-services.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-document.o -MD -MP -MF ".deps/yelp-yelp-document.Tpo" -c -o yelp-yelp-document.o `test -f 'yelp-document.c' || echo './'`yelp-document.c; \ ??? then mv -f ".deps/yelp-yelp-document.Tpo" ".deps/yelp-yelp-document.Po"; else rm -f ".deps/yelp-yelp-document.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-toc.o -MD -MP -MF ".deps/yelp-yelp-toc.Tpo" -c -o yelp-yelp-toc.o `test -f 'yelp-toc.c' || echo './'`yelp-toc.c; \ ??? then mv -f ".deps/yelp-yelp-toc.Tpo" ".deps/yelp-yelp-toc.Po"; else rm -f ".deps/yelp-yelp-toc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-docbook.o -MD -MP -MF ".deps/yelp-yelp-docbook.Tpo" -c -o yelp-yelp-docbook.o `test -f 'yelp-docbook.c' || echo './'`yelp-docbook.c; \ ??? then mv -f ".deps/yelp-yelp-docbook.Tpo" ".deps/yelp-yelp-docbook.Po"; else rm -f ".deps/yelp-yelp-docbook.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-db-print.o -MD -MP -MF ".deps/yelp-yelp-db-print.Tpo" -c -o yelp-yelp-db-print.o `test -f 'yelp-db-print.c' || echo './'`yelp-db-print.c; \ ??? then mv -f ".deps/yelp-yelp-db-print.Tpo" ".deps/yelp-yelp-db-print.Po"; else rm -f ".deps/yelp-yelp-db-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man-parser.o -MD -MP -MF ".deps/yelp-yelp-man-parser.Tpo" -c -o yelp-yelp-man-parser.o `test -f 'yelp-man-parser.c' || echo './'`yelp-man-parser.c; \ ??? then mv -f ".deps/yelp-yelp-man-parser.Tpo" ".deps/yelp-yelp-man-parser.Po"; else rm -f ".deps/yelp-yelp-man-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man.o -MD -MP -MF ".deps/yelp-yelp-man.Tpo" -c -o yelp-yelp-man.o `test -f 'yelp-man.c' || echo './'`yelp-man.c; \ ??? then mv -f ".deps/yelp-yelp-man.Tpo" ".deps/yelp-yelp-man.Po"; else rm -f ".deps/yelp-yelp-man.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info.o -MD -MP -MF ".deps/yelp-yelp-info.Tpo" -c -o yelp-yelp-info.o `test -f 'yelp-info.c' || echo './'`yelp-info.c; \ ??? then mv -f ".deps/yelp-yelp-info.Tpo" ".deps/yelp-yelp-info.Po"; else rm -f ".deps/yelp-yelp-info.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info-parser.o -MD -MP -MF ".deps/yelp-yelp-info-parser.Tpo" -c -o yelp-yelp-info-parser.o `test -f 'yelp-info-parser.c' || echo './'`yelp-info-parser.c; \ ??? then mv -f ".deps/yelp-yelp-info-parser.Tpo" ".deps/yelp-yelp-info-parser.Po"; else rm -f ".deps/yelp-yelp-info-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-gtkentryaction.o -MD -MP -MF ".deps/yelp-gtkentryaction.Tpo" -c -o yelp-gtkentryaction.o `test -f 'gtkentryaction.c' || echo './'`gtkentryaction.c; \ ??? then mv -f ".deps/yelp-gtkentryaction.Tpo" ".deps/yelp-gtkentryaction.Po"; else rm -f ".deps/yelp-gtkentryaction.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search.o -MD -MP -MF ".deps/yelp-yelp-search.Tpo" -c -o yelp-yelp-search.o `test -f 'yelp-search.c' || echo './'`yelp-search.c; \ ??? then mv -f ".deps/yelp-yelp-search.Tpo" ".deps/yelp-yelp-search.Po"; else rm -f ".deps/yelp-yelp-search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search-parser.o -MD -MP -MF ".deps/yelp-yelp-search-parser.Tpo" -c -o yelp-yelp-search-parser.o `test -f 'yelp-search-parser.c' || echo './'`yelp-search-parser.c; \ ??? then mv -f ".deps/yelp-yelp-search-parser.Tpo" ".deps/yelp-yelp-search-parser.Po"; else rm -f ".deps/yelp-yelp-search-parser.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link c++ -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe? -L/usr/local/lib -o yelp -R/usr/local/lib/firefox? yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -L/usr/local/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lX11 -lXfixes -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lexslt -lxslt -lz -lm -lgcrypt -lgpg-error -lxml2 -lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv -lrarian???? -lz -lbz2 -llzmadec -lSM -lICE? -L/usr/local/lib -lX11? -Wl,-rpath,/usr/local/lib/firefox -pthread -L/usr/local/lib/firefox -L/usr/local/lib -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4???? mkdir .libs c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -o yelp yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -Wl,-rpath -Wl,/usr/local/lib/firefox -pthread? -L/usr/local/lib /usr/local/lib/libglade-2.0.so /usr/local/lib/libgnomeui-2.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libgnome-keyring.so /usr/local/lib/libjpeg.so /usr/local/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgailutil.so /usr/local/lib/libgnome-2.so /usr/local/lib/libgnomevfs-2.so -lssl -lcrypto -lutil /usr/local/lib/libesd.so /usr/local/lib/libaudiofile.so /usr/local/lib/libpopt.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libglitz.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libxcb.so /usr/local/lib/libpthread-stubs.so /usr/local/lib/libXrender.so /usr/local/lib/libpixman-1.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/libexpat.so /usr/local/lib/libXfixes.so /usr/local/lib/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libexslt.so /usr/local/lib/libxslt.so /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libxml2.so -lm /usr/local/lib/libstartup-notification-1.so /usr/local/lib/libdbus-glib-1.so /usr/local/lib/libdbus-1.so -pthread /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libintl.so /usr/local/lib/libpcre.so /usr/local/lib/libiconv.so /usr/local/lib/librarian.so -lz -lbz2 /usr/local/lib/liblzmadec.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc -L/usr/local/lib/firefox -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4?? -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/firefox yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x631): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_StringContainerInit2' yelp-yelp-gecko-services.o(.text+0x6f4): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x8fd): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x9cf): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa1e): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa6d): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to `NS_CStringContainerInit2' follow /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' gmake[3]: *** [yelp] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/yelp. My ports tree is up to date (portsnap fetch update). I've checked /usr/portsUPDATING but didn't find anything relevent. I've already done a portupgrade -fa, which takes 3 days on my system. I've already searched the archives of both http://www.FreeBSD.org/gnome/ and http://www.freebsd.org/gnome/index.html#search. My Operating System is: uname -a FreeBSD zouk.telfort.nl 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #21: Wed Oct? 1 08:07:27 CEST 2008???? rgilaard@amd_desktop:/usr/obj/usr/src/sys/MYKERNEL? amd64 The list of my installed applications: ImageMagick-6.4.5.5 Image processing tools ORBit-0.5.17_4????? High-performance CORBA ORB with support for the C language ORBit2-2.14.14????? High-performance CORBA ORB with support for the C language OpenEXR-1.6.1_1???? A high dynamic-range (HDR) image file format OpenSP-1.5.2_1????? This package is a collection of SGML/XML tools called OpenS R-2.7.1???????????? A language for statistical computing and graphics Terminal-0.2.8.3??? Terminal emulator for the X windowing system Thunar-0.9.3??????? XFce 4 file manager Xaw3d-1.5E_2??????? A 3-D Athena Widget set that looks like Motif a2ps-a4-4.13b_4???? Formats an ascii file for printing on a postscript printer aalib-1.4.r5_4????? An ascii art library aiksaurus-1.2.1_2?? A set of libraries and applications which provide a thesaur amspsfnt-1.0_5????? AMSFonts PostScript Fonts (Adobe Type 1 format) antlr-2.7.6_2?????? ANother Tool for Language Recognition aolserver-4.5.0_5?? A multithreaded web server with embedded TCL interpreter aolserver-nscache-1.5_2 Tcl interface to AOLserver's caching API aolserver-nsencrypt-0.4_2 OpenSSL data encryption module for AOLserver aolserver-nsgd-2.0_4 Graphics module for AOLserver aolserver-nsmhash-1.1_1 AOLserver interface to mhash library aolserver-nsopenssl-3.0.b26_1 OpenSSL socket encryption module for AOLserver aolserver-nspostgres-4.1_3 Internal PostgreSQL driver for AOLserver aolserver-nssha1-0.1_1 AOLserver module to perform SHA1 hashes aolserver-nszlib-1.1_2 Zlib library interface for AOLserver aolserver-xotcl-1.6.2 Object-oriented scripting language based on Tcl apache-ant-1.7.0_2? Java- and XML-based build tool, conceptually similar to mak appres-1.0.1??????? Program to list application's resources arc-5.21o_1???????? Create & extract files from DOS .ARC files arj-3.10.22_1?????? Open-source ARJ arts-1.5.10,1?????? Audio system for the KDE integrated X11 desktop aspell-0.60.6_2???? Spelling checker with better suggestion logic than ispell at-spi-1.22.1_2???? An Assistive Technology Service Provider Interface atk-1.22.0_1??????? A GNOME accessibility toolkit (ATK) atlas-3.8.2,1?????? Automatically Tuned Linear Algebra Software (ATLAS) autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.62?????? Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.5_5,1??? GNU Standards-compliant Makefile generator (1.5) automake-1.6.3_1??? GNU Standards-compliant Makefile generator (1.6) automake-1.9.6_3??? GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake avahi-0.6.23??????? The "meta-port" for the Avahi service discovery suite avahi-app-0.6.23??? Service discovery on a local network axis-1.4_4????????? Java SOAP implementation by Apache bash-3.2.39_1?????? The GNU Project's Bourne Again SHell bdftopcf-1.0.1????? Convert X font from BDF to PCF beforelight-1.0.2?? A sample screen saver for X bigreqsproto-1.0.2? BigReqs extension headers bison-2.3_4,1?????? A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.3??????? Bitmap editor and converter utilities for X bitstream-vera-1.10_4 Bitstream Vera TrueType font collection blas-1.0_2????????? Basic Linear Algebra, level 1, 2, and 3 bluefish-1.0.7_5??? HTML editor designed for the experienced web designer boehm-gc-6.8??????? Garbage collection and memory leak detection for C and C++ bonobo-1.0.22_7???? The component and compound document system for GNOME boost-1.34.1??????? Free peer-reviewed portable C++ source libraries bsdstats-5.4_2????? Monthly script for reporting anonymous statistics about you cairo-1.6.4_3,1???? Vector graphics library with cross-device output support cairomm-1.6.4?????? C++ interface to cairo cclient-2006j_1,1?? Mark Crispin's C-client mail access routines ccrtp-1.6.0???????? Implementation of the real-time transport protocol cdparanoia-3.9.8_8? A CDDA extraction tool (also known as ripper) cdrtools-2.01_7???? CD/CD-R[W] and ISO-9660 image creation and extraction tools chkrootkit-0.48???? A tool to locally check for signs of a rootkit clamav-0.94.1?????? Command line virus scanner written entirely in C claws-mail-3.5.0_1? A lightweight and very featureful GTK+ based e-mail and new cm-super-0.3.3_1??? Computer Modern Font Families in Type 1 Fonts cmake-2.6.1_1?????? A cross-platform make cmpsfont-1.0_6????? Computer Modern PostScript Fonts (Adobe Type 1 format) commoncpp-1.6.1,2?? GNU project portable class framework for C++ compositeproto-0.4? Composite extension headers consolekit-0.2.10_3 Framework for defining and tracking users coreutils-6.9_3???? The Free Software Foundation's core utilities cups-base-1.3.9???? Common UNIX Printing System curl-7.18.0???????? Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h_4 File distribution system optimized for CVS (non-GUI version cyrus-sasl-2.1.22_2 RFC 2222 SASL (Simple Authentication and Security Layer) damageproto-1.1.0_2 Damage extension headers db4-4.0.14_1,1????? The Berkeley DB package, revision 4 db41-4.1.25_4?????? The Berkeley DB package, revision 4.1 db42-4.2.52_5?????? The Berkeley DB package, revision 4.2 dbus-1.2.1????????? A message bus system for inter-application communication dbus-glib-0.76????? GLib bindings for the D-BUS messaging system desktop-file-utils-0.15_1 A couple of command line utilities for working with desktop dia-gnome-0.96.1_6,1 Diagram creation program, similar to Visio diablo-jdk-1.5.0.07.01_12 Java Development Kit 1.5.0_07.01 dirmngr-1.0.2?????? A client for managing and downloading certificate revocatio djbfft-0.76_2?????? An extremely fast library for floating-point convolution dmidecode-2.9?????? A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.2.2????? DMX extension headers docbook-3.1_4?????? V3.1 of the DocBook DTD, designed for technical documentati docbook-4.1_3?????? V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_4? XML version of the DocBook DTD version controlled for Scrol docbook-to-man-1.0_1 A DocBook SGML DTD into nroff/troff -man macros converter docbook-xml-4.2_1?? XML version of the DocBook DTD docbook-xml-4.3???? DocBook/XML DTD V4.3, designed for technical documentation docbook-xml-4.4???? DocBook/XML DTD V4.4, designed for technical documentation docbook-xsl-1.74.0? XSL DocBook stylesheets dri-7.0.3_1,2?????? OpenGL hardware acceleration drivers for the DRI dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1??? DVD burning software dvipsk-tetex-5.95a_2 Convert a TeX DVI file to PostScript editres-1.0.3?????? Dynamic resource editor for X Toolkit Applications enchant-1.4.0_1???? Dictionary/spellchecking framework encodings-1.0.2,1?? X.Org Encoding fonts esound-0.2.40?????? A sound library for enlightenment package evieext-1.0.2?????? XEVIE extension headers evolution-2.22.3.1? An integrated mail, calendar and address book distributed s evolution-data-server-2.22.3_1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.22.3 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.21.92_2 Webcal(endar) handler for gnome expat-2.0.1???????? XML 1.0 parser written in C ezm3-1.1_2????????? Easier, more portable Modula-3 distribution for building CV f-prot-4.6.8??????? F-Prot Antivirus for BSD Workstations f-prot-sig-20071027 F-Prot Antivirus Signatures f2c-20060810_2????? Fortran-to-C converter and its run-time libraries faac-1.26_1???????? MPEG-2 and MPEG-4 AAC audio encoder faad2-2.6.1_1,1???? MPEG-2 and MPEG-4 AAC audio decoder faces-1.7.7_9?????? Visual mail, user and print face server ffmpeg-2008.07.27_7 Hyper fast realtime audio/video encoder/converter, streamin fftw3-3.1.3???????? Fast C routines to compute the Discrete Fourier Transform firefox-2.0.0.18,1? Web browser based on the browser portion of Mozilla fixesproto-4.0????? Fixes extension headers flac-1.2.1????????? Free lossless audio codec flex-2.5.35???????? Fast lexical analyzer generator font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font font-alias-1.0.1??? X.Org Font aliases font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.0?? X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.0 X.Org IBM Type1 font font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts font-util-1.0.1???? Create an index of X font files in a directory font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font fontcacheproto-0.1.2 Fontcache extension headers fontconfig-2.5.0,1? An XML-based font configuration API for X Windows fontsproto-2.0.2??? Fonts extension headers fonttosfnt-1.0.3??? Wrap a bitmap font in a sftn wrapper freetype2-2.3.7???? A free and portable TrueType font rendering engine fslsfonts-1.0.1???? List fonts served by the X font server fstobdf-1.0.2?????? Generate BDF font from X font server fusefs-kmod-0.3.9.p1.20080208_4 Kernel module for fuse fusefs-libs-2.7.3?? FUSE allows filesystem implementation in userspace g-wrap-1.9.6_4,1??? A tool for exporting C libraries into Scheme interpreters gail-1.22.3???????? An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9_2?????? A file and directory monitoring system ganttproject-2.1.m2_1 Plan projects using a Gantt chart gawk-3.1.6_1??????? The GNU version of Awk gcc-4.2.5_20080702? GNU Compiler Collection 4.2 gccmakedep-1.0.2??? Create dependencies in makefiles using 'gcc -M' gconf-1.0.9_15????? A configuration database system for GNOME gconf2-2.22.0_1???? A configuration database system for GNOME gd-2.0.35,1???????? A graphics library for fast creation of images gdbm-1.8.3_3??????? The GNU database manager gdk-pixbuf-0.22.0_8 A graphic library for GTK+ gdl-0.7.11_2??????? Components intended to be shared between GNOME development gdm-2.20.8????????? GNOME 2 version of xdm display manager gdvrecv-1.2_4?????? DV Tools for FreeBSD getopt-1.1.4_1????? A getopt(1) replacement that supports GNU-style long option gettext-0.17_1????? GNU gettext package ggz-client-libs-0.0.14.1_1 The GGZ Gaming Zone - Core Client Libraries ghostscript8-8.63?? Ghostscript 8.x PostScript interpreter gio-fam-backend-2.16.5 FAM backend for GLib's GIO library glib-1.2.10_12????? Some useful routines of C programming (previous stable vers glib-2.16.5???????? Some useful routines of C programming (current stable versi glitz-0.5.6_1?????? OpenGL image compositing library glproto-1.4.8?????? GLX extension headers gmake-3.81_3??????? GNU version of 'make' utility gnome-doc-utils-0.12.2_1 GNOME doc utils gnome-icon-theme-2.22.0_1 A collection of icons for the GNOME 2 desktop gnome-keyring-2.22.3_1 A program that keeps passwords and other secrets gnome-libs-1.4.2_12 Libraries for GNOME, a GNU desktop environment gnome-mime-data-2.18.0_3 A MIME and Application database for GNOME gnome-mount-0.8_2?? A front-end to mount, umount, and eject using HAL gnome-print-0.37_7? Gnome print support library gnome-spell-1.0.8_2 A GNOME/Bonobo component for spell checking gnome-vfs-2.22.0_2? GNOME Virtual File System gnome_subr-1.0????? Common startup and shutdown subroutines used by GNOME scrip gnomecanvas-0.22.0_8 A graphics library for GNOME gnomehier-2.3_10??? A utility port that creates the GNOME directory tree gnupg-1.4.9_1?????? The GNU Privacy Guard gnupg-2.0.9_2?????? The GNU Privacy Guard gnutls-2.4.1_1????? GNU Transport Layer Security library goffice-0.6.5?????? GLib/GTK+ set of document centric objects and utilities gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gperf-3.0.3???????? Generates perfect hash functions for sets of keywords graphviz-2.20.3???? Graph Visualization Software from AT&T and Bell Labs gsfonts-8.11_4????? Fonts used by GNU Ghostscript (or X) gsm-1.0.12_1??????? Audio converter and library for converting u-law to gsm enc gstreamer-0.10.21?? Development framework for creating media applications gstreamer-plugins-0.10.21,3 GStreamer written collection of plugins handling several me gtar-1.20_1???????? GNU version of the traditional tape archiver gtk-1.2.10_20?????? Gimp Toolkit for X11 GUI (previous stable version) gtk-2.12.11_1?????? Gimp Toolkit for X11 GUI (current stable version) gtk-doc-1.10_1????? Code documentation system, originally for GTK+ gtk-engines2-2.14.3 Theme engine for the gtk+-2.0 toolkit gtk-xfce-engine-2.4.3 An XFCE engine for GTK 2.0 gtkhtml3-3.18.3???? Lightweight HTML rendering/printing/editing engine gtksourceview2-2.2.2 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.14???? A GTK+ 2 spell checking component guile-1.8.5???????? GNU Ubiquitous Intelligent Language for Extension gv-3.6.5??????????? A PostScript and PDF previewer gvfs-0.2.5????????? GNOME virtual file system hal-0.5.11_1??????? Hardware Abstraction Layer for simplifying device access hdf5-1.6.7_1??????? Hierarchical Data Format library (from NCSA) help2man-1.36.4_2?? Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project html2ps-letter-1.0.b5_1,1 HTML to PostScript converter iceauth-1.0.2?????? ICE authority file utility for X ico-1.0.2?????????? Displays a wire-frame rotating plyhedron icon-naming-utils-0.8.6 Utilities of the Tango project icu-3.8.1_1???????? International Components for Unicode (from IBM) ilbc-r3951????????? Internet Low Bit Rate codec (RFC3951) ilmbase-1.0.1_1???? ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex imake-1.0.2_4,1???? Imake and other utilities from X.Org imlib-1.9.15_7????? A graphic library for enlightenment package imlib2-1.4.1.000,2? The next generation graphics library for Enlightenment inkscape-0.46_3???? A program seeks to become a full featured open source SVG e inputproto-1.4.2.1? Input extension headers intltool-0.37.1???? Tools to internationalize various kinds of data files iso-codes-3.2_1???? Lists of the country, language and currency iso names iso8879-1986_2????? Character entity sets from ISO 8879:1986 (SGML) ispell-3.3.02_4???? An interactive spelling checker for multiple languages jackit-0.109.2_1??? A low-latency audio server jade-1.2.1_9??????? An object-oriented SGML/XML parser toolkit and DSSSL engine jadetex-3.13_2????? A TeX backend for Jade, for typesetting SGML documents jasper-1.900.1_6??? An implementation of the codec specified in the JPEG-2000 s javavmwrapper-2.3.2 Wrapper script for various Java Virtual Machines jbigkit-1.6???????? Lossless compression for bi-level images such as scanned pa jdk-1.5.0.14p8_4,1? Java Development Kit 1.5.0 jedit-4.2_3???????? Powerful programmer\'s text editor written in Java jogl-1.1.1????????? Java bindings for OpenGL john-1.7.2_1??????? Featureful Unix password cracker jpeg-6b_7?????????? IJG's jpeg compression utilities junit-4.4_1???????? A regression testing utility for use with the Java(TM) Lang kbproto-1.0.3?????? KB extension headers kdehier-1.0_11????? Utility port which installs a hierarchy of shared KDE direc kdelibs-3.5.10????? Base set of libraries needed by KDE programs kmymoney2-0.8.9_2?? KDE-based personal finance assistant lame-3.97_1???????? ISO code based fast MP3 encoder kit lapack-3.1.1_1????? A library of Fortran 77 subroutines for linear algebra lcms-1.17,1???????? Light Color Management System -- a color management library lha-1.14i_6???????? Archive files using LZSS and Huffman compression (.lzh file libFS-1.0.0_1?????? The FS library libGL-7.0.3???????? OpenGL library that renders using GLX or DRI libGLU-7.0.3??????? OpenGL utility library libICE-1.0.4_1,1??? Inter Client Exchange library for X11 libIDL-0.8.11?????? A library for creating trees of CORBA IDL files libSM-1.0.3_1,1???? Session Management library for X11 libX11-1.1.3_1,1??? X11 library libXScrnSaver-1.1.2 The XScrnSaver library libXTrap-1.0.0????? The XTrap library libXau-1.0.3_2????? Authentication Protocol library for X11 libXaw-1.0.4_1,1??? X Athena Widgets library libXcomposite-0.4.0,1 X Composite extension library libXcursor-1.1.9_1? X client-side cursor loading library libXdamage-1.1.1??? X Damage extension library libXdmcp-1.0.2_1??? X Display Manager Control Protocol library libXevie-1.0.2????? The Xevie library libXext-1.0.3,1???? X11 Extension library libXfixes-4.0.3_1?? X Fixes extension library libXfont-1.3.1_3,1? X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.13?????? A client-sided font API for X applications libXi-1.1.3,1?????? X Input extension library libXinerama-1.0.2,1 X11 Xinerama library libXmu-1.0.3,1????? X Miscellaneous Utilities libraries libXp-1.0.0,1?????? X print library libXpm-3.5.7??????? X Pixmap library libXprintAppUtil-1.0.1 The XprintAppUtil library libXprintUtil-1.0.1 The XprintUtil library libXrandr-1.2.2_1?? X Resize and Rotate extension library libXrender-0.9.4_1? X Render extension library libXres-1.0.3_3???? X Resource usage library libXt-1.0.5_1?????? X Toolkit library libXtst-1.0.3_1???? X Test extension libXv-1.0.3_1,1???? X Video Extension library libXvMC-1.0.4_1???? X Video Extension Motion Compensation library libXxf86dga-1.0.2?? X DGA Extension libXxf86misc-1.0.1? X XF86-Misc Extension libXxf86vm-1.0.1??? X Vidmode Extension liba52-0.7.4_2????? A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl-2.3.20,1 Library for high-performance 2D graphics libassuan-1.0.4???? IPC library used by GnuPG and gpgme libaudiofile-0.2.6? A sound library for SGI audio file libbonobo-2.22.0_1? A component and compound document system for GNOME2 libbonoboui-2.22.0_2 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.3.0?????? A library to access data on a CDDB server libcdio-0.78.2_2??? Compact Disc Input and Control Library libcheck-0.9.5_1??? A unit test framework for C libcroco-0.6.1_1??? CSS2 parsing library libdaemon-0.12????? Lightweight C library that eases the writing of UNIX daemon libdca-0.0.5??????? Free DTS Coherent Acoustics decoder libdmx-1.0.2_1????? DMX extension library libdnet-1.11_2????? A simple interface to low level networking routines libdrm-2.3.1??????? Userspace interface to kernel Direct Rendering Module servi libdvbpsi-0.1.6???? A library for MPEG TS and DVB PSI tables decoding and gener libdvdcss-1.2.9_2?? Portable abstraction library for DVD decryption libdvdnav-0.1.10_3? The library for the xine-dvdnav plugin libdvdread-0.9.7_3? This is needed by ogle, which is a DVD player that supports libebml-0.7.8?????? EBML (Extensible Binary Meta Language), sort of binary vers libetpan-0.55?????? A mail library libexif-0.6.16????? Library to read digital camera file meta-data libexo-0.3.4_2????? Terminal library, extensions to Xfce by os-cillation libfame-0.9.1_2???? A video encoding library libfontenc-1.0.4??? The fontenc Library libfpx-1.2.0.12_1?? Library routines for working with Flashpix images libgcrypt-1.4.1_1?? General purpose crypto library based on code used in GnuPG libgda-0.2.96_10??? Provides uniform access to different kinds of data sources libgda3-3.0.4_1???? Provides uniform access to different kinds of data sources libggz-0.0.14.1_4?? The GGZ Gaming Zone - Base Library libgksu-1.3.8_3???? Library providing su and sudo functionality libgksuui-1.0.7_3?? A graphical fronted to su library libglade2-2.6.3???? GNOME glade library libgmp-4.2.4??????? A free library for arbitrary precision arithmetic libgnome-2.22.0_1?? Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1_2 A graphics library for GNOME libgnomecups-0.2.3_1,1 Support library for gnome cups admistration libgnomeprint-2.18.4_2 Gnome print support library libgnomeprintui-2.18.2_2 Gnome print support library libgnomeui-2.22.1_2 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.6_1? Common error values for all GnuPG components libgphoto2-2.4.3??? A universal digital camera picture control tool libgsf-1.14.8_2???? An extensible i/o abstraction for dealing with structured f libgsf-gnome-1.14.8_1 A GNOME wrapper for libgsf libgtkhtml-2.11.1_2 Lightweight HTML rendering/printing/editing engine libical-0.27??????? An implementation of the IETF's Calendaring and Scheduling libiconv-1.11_1???? A character set conversion library libid3tag-0.15.1b?? ID3 tags library (part of MAD project) libidn-1.9????????? Internationalized Domain Names command line tool libksba-1.0.4?????? KSBA is an X.509 Library libltdl-1.5.26????? System independent dlopen wrapper libmad-0.15.1b_2??? Libmad library (part of MAD project) libmatroska-0.8.1?? Extensible Multimedia Container Format libmng-1.0.10?????? Multiple-image Network Graphics (MNG) reference library libmodplug-0.8.4??? ModPlug mod-like music shared libraries libmpcdec-1.2.6???? High quality audio compression format libmpeg2-0.5.1????? A free library for decoding mpeg-2 and mpeg-1 video streams libmspack-0.0.20040308_3 A library for Microsoft compression formats libnotify-0.4.4_2?? A library for desktop notifications libofx-0.9.0_1????? OpenSource implementation of the OFX (Open Financial eXchan libogg-1.1.3,4????? Ogg bitstream library liboil-0.3.15?????? Library of optimized inner loops liboldX-1.0.1?????? Old X library liboobs-2.22.0_1??? Wrapping library to the System Tools Backends libopendaap-0.4.0_1 C lib used to connect to iTunes(R) music shares libpaper-1.1.21_3?? A library providing routines for paper size management libpthread-stubs-0.1 This library provides weak aliases for pthread functions librsvg2-2.22.3???? Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.4 Secret Rabbit Code: a Sample Rate Converter for audio libsexy-0.1.11_1??? Extension widgets for GTK+ libsigc++-2.2.3???? Callback Framework for C++ libsndfile-1.0.17_2 Reading and writing files containing sampled sound (like WA libsoup-2.2.105_3?? A SOAP (Simple Object Access Protocol) implementation in C libsoup-2.4.1_1???? A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.1??? A small library for rendering Postscript documents libssh2-0.18??????? A library implementing the SSH2 protocol libsvg-0.1.4_1????? A parser for SVG content in files or buffers libtasn1-1.5??????? ASN.1 structure parser library libthai-0.1.5_3???? Thai language support library libtheora-1.0.b2??? Theora video codec for the Ogg multimedia streaming system libtool-1.5.26????? Generic shared library support script libungif-4.1.4_5??? Tools and library routines for working with GIF images libunicode-0.4_9??? A library for manipulating Unicode characters and strings libusb-0.1.12_4???? Library giving userland programs access to USB devices libvolume_id-0.81.0 Library to provide file system type information libvorbis-1.2.0_2,3 Audio compression codec library libwmf-0.2.8.4_2??? Tools and library for converting Microsoft WMF (windows met libwnck-2.22.3????? Library used for writing pagers and taskslists libwpd-0.8.14_1???? Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_4????? The W3C Reference Library libxcb-1.1.90.1???? The X protocol C-language Binding (XCB) library libxfce4gui-4.4.3?? XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.4.3?? XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.4.3? XFce 4 library with non-graphical helper functions libxkbfile-1.0.4??? XKB file library libxkbui-1.0.2_1??? The xkbui library libxklavier-3.5_2,1 An utility library to make XKB stuff easier libxml++-1.0.5_1??? XML API for C++ libxml-1.8.17_4???? XML parser library for GNOME libxml2-2.6.32_1??? XML parser library for GNOME libxslt-1.1.24_1??? The XSLT C library for GNOME libzrtpcpp-1.0.0??? ZRTP extension for GNU ccRTP linc-1.0.3_7??????? A library for writing networked servers & clients listres-1.0.1?????? List resources in widgets liveMedia-2008.11.13,1 LIVE.COM Streaming Media lsof-4.81_1,3?????? Lists information about open files (similar to fstat(1)) lua-5.1.3_3???????? Small, compilable scripting language providing easy access luit-1.0.2_2??????? Locale and ISO 2022 support for Unicode terminals lynx-2.8.6.5_4,1??? A non-graphical, text-based World-Wide Web client lyx-1.4.5.1_1?????? Document processor interfaced with LaTeX (nearly WYSIWYG) lzmautils-4.32.7??? LZMA compression and decompression tools m4-1.4.11,1???????? GNU m4 mDNSResponder-108?? Apple's mDNSResponder makedepend-1.0.1,1? A dependency generator for makefiles mhash-0.9.9???????? An easy-to-use library for strong hashes such as MD5 and SH mime-support-3.44.1 MIME Media Types list mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.3_1?? Create an index of X font files in a directory mkfontscale-1.0.3?? Creates an index of scalable font files for X mousepad-0.2.14???? Simple xfce editor mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip mpfr-2.3.2????????? A library for multiple-precision floating-point computation mpgtx-1.3.1_2?????? A command line MPEG audio/video/system file toolbox nas-1.9.1_2???????? Network Audio System nasm-2.05.01,1????? General-purpose multi-platform x86 and x86-64 assembler netbeans-6.1_2????? A full-featured integrated environment for Java netpbm-10.26.58???? A toolkit for conversion of images between different format nmap-4.76?????????? Port scanning utility for large networks nmh-1.2_2?????????? A cleaned up MH mailer suite notification-daemon-0.3.7_3 Send small notifications to your desktop nspr-4.7??????????? A platform-neutral API for system level and libc like funct nss-3.11.9_2??????? Libraries to support development of security-enabled applic nvu-1.0_7?????????? A complete Web Authoring System similar to Dreamweaver or F oaf-0.6.10_8??????? Object Activation Framework for GNOME oclock-1.0.1??????? Round clock application for X open-motif-2.2.3_5? Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openacs-5.4.3?????? A modular web application platform for communities openldap-client-2.3.43 Open source LDAP client implementation openoffice.org-3.0.0 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br openslp-1.2.1_3???? Open-source implementation of the Service Location Protocol openssl-0.9.8i????? SSL and crypto library opera-9.62.20081029 Blazingly fast, full-featured, standards-compliant browser, orage-4.4.3???????? A calendar application to manage your time with XFce 4 p5-Archive-Tar-1.40 Perl module for creation and manipulation of tar files p5-Archive-Zip-1.26 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.12 Perl5 module for SASL authentication p5-Compress-Raw-Bzip2-2.015 Low-Level Interface to bzip2 compression library p5-Compress-Raw-Zlib-2.015 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.015 Perl5 interface to zlib compression library p5-Crypt-OpenSSL-Bignum-0.04 OpenSSL's multiprecision integer arithmetic p5-Crypt-OpenSSL-RSA-0.25 Perl5 module to RSA encode and decode strings using OpenSSL p5-Crypt-OpenSSL-Random-0.04 Perl5 interface to the OpenSSL pseudo-random number generat p5-Crypt-SSLeay-0.57 Perl5 interface to allow p5-libwww LWP to make https connec p5-DBD-Pg-2.10.7??? Provides access to PostgreSQL databases through the DBI p5-DBI-1.60.4?????? The perl5 Database Interface.? Required for DBD::* modules p5-Date-Manip-5.54? Perl5 module containing date manipulation routines p5-Digest-1.15_1??? Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.38? Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-Email-Address-1.88.9 RFC 2822 Address Parsing and Creation p5-Encode-Detect-1.01 An Encode::Encoding subclass that detects the encoding of d p5-ExtUtils-CBuilder-0.24 Compile and link C code for Perl modules p5-ExtUtils-ParseXS-2.19 Converts Perl XS code into C code p5-File-Temp-0.20?? Perl5 module to generate temporary files or directories saf p5-File-Which-0.05? Portable implementation of `which' in Perl p5-Finance-Quote-1.15 Get stock and mutual fund quotes from various exchanges p5-Finance-QuoteHist-1.11_1 Perl module for fetching historical stock quotes p5-GSSAPI-0.26????? Perl extension providing access to the GSSAPIv2 library p5-HTML-Parser-3.58 Perl5 module for parsing HTML documents p5-HTML-TableExtract-2.10 Extract text contained in tables within an HTML document p5-HTML-Tagset-3.20 Some useful data table in parsing HTML p5-HTML-Tree-3.23?? A collection of modules to manupulate HTML syntax trees p5-IO-Compress-Base-2.015 Base Class for IO::Uncompress modules p5-IO-Compress-Bzip2-2.015 An interface to allow writing bzip2 compressed data to file p5-IO-Compress-Zlib-2.015 Perl5 interface for reading and writing of (g)zip files p5-IO-Socket-INET6-2.56 Perl module with object interface to AF_INET6 domain socket p5-IO-Socket-SSL-1.18 Perl5 interface to SSL sockets p5-IO-String-1.08?? Simplified Perl5 module to handle I/O on in-core strings p5-IO-Zlib-1.09???? IO:: style interface to Compress::Zlib p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-DomainKeys-1.0 Perl implementation of DomainKeys p5-Mail-SpamAssassin-3.2.5 A highly efficient mail filter for identifying spam p5-Mail-Tools-2.04? Perl5 modules for dealing with Internet e-mail messages p5-Math-BigInt-1.89 Math::BigInt - Arbitrary size integer math package p5-Module-Build-0.30 Build and install Perl modules p5-Net-1.22_1,1???? Perl5 modules to access and use network protocols p5-Net-CIDR-Lite-0.20 Perl extension for merging IPv4 or IPv6 CIDR addresses p5-Net-DBus-0.33.6? Perl extension for the DBus message system p5-Net-DNS-0.63???? Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IP-1.25????? Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.35? Perl5 interface to SSL p5-Package-Constants-0.01 List all constants declared in a package p5-Parse-Syslog-1.10 Perl5 routines that present a simple interface to parse sys p5-Parse-Yapp-1.05? Perl extension for generating and using LALR parsers p5-PathTools-3.2900 A Perl module for portably manipulating file specifications p5-SGMLSpm-1.03_1?? Perl module for postprocessing the output from sgmls and ns p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to have in the perl cor p5-Socket6-0.23???? IPv6 related part of the C socket.h defines and structure m p5-Spiffy-0.30????? Spiffy Perl Interface Framework For You p5-Storable-2.18??? Persistency for perl data structures p5-Test-Base-0.54_1 Test::Base - A Data Driven Testing Framework p5-Test-Harness-3.14 Run perl standard test scripts with statistics p5-Test-Simple-0.86 Basic utilities for writing tests in perl p5-Text-CSV_XS-0.54 Comma-separated values manipulation routines p5-Text-Iconv-1.7?? Perl interface to iconv() codeset conversion function p5-Text-ParseWords-3.1 Parse text into an array of tokens or array of arrays p5-Tie-IxHash-1.21? Perl module implementing ordered in-memory associative arra p5-Time-HiRes-1.9715,1 A perl5 module implementing High resolution time, sleep, an p5-TimeDate-1.16,1? Perl5 module containing a better/faster date parser for abs p5-URI-1.37???????? Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-DOM-1.44???? Perl module for building DOM Level 1 compliant document str p5-XML-Filter-BufferText-1.01 Filter to put all characters() in one event p5-XML-Grove-0.46.a Perl-style XML objects p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.36? Perl extension interface to James Clark's XML parser, expat p5-XML-RegExp-0.03? Regular expressions for XML tokens p5-XML-SAX-0.96???? Simple API for XML p5-XML-SAX-Expat-0.40 Simple API for XML p5-XML-SAX-Writer-0.50 SAX2 XML Writer p5-XML-Simple-2.18? Trivial API for reading and writing XML (esp config files) p5-XML-Twig-3.32??? Process huge XML documents by chunks via a tree interface p5-XML-XPath-1.13?? Modules for parsing and evaluating XPath statements p5-XML-XQL-0.68???? Perl module for querying XML tree structures with XQL p5-YAML-0.66??????? YAML implementation in Perl p5-gettext-1.05_2?? Message handling functions p5-libwww-5.820???? Perl5 library for WWW access p5-libxml-0.08????? Collection of Perl5 modules for working with XML p5-type1inst-0.6.1_5 A script that helps install Postscript fonts in X Window Sy p5-version-0.76???? Perl extension for Version Objects pango-1.20.5??????? An open-source framework for the layout and rendering of i1 patch-2.5.4???????? GNU patch utility pciids-20081012???? Database of all known ID's used in PCI devices pcre-7.8??????????? Perl Compatible Regular Expressions library pdflib-7.0.3??????? A C library for dynamically generating PDF perl-threaded-5.8.8_1 Practical Extraction and Report Language pftop-0.7_1???????? Utility for real-time display of statistics for pf pgadmin3-1.8.4????? PostgreSQL database design and management system pixman-0.10.0_2???? Low-level pixel manipulation library pkg-config-0.23_1?? A utility to retrieve information about installed libraries pkg_cutleaves-20080320 Interactive script for deinstalling 'leaf' packages plotutils-2.5.1???? A plotting library and toolkit png-1.2.33????????? Library for manipulating PNG images policykit-0.9_1???? Framework for controlling access to system-wide components policykit-gnome-0.9 GNOME frontend to the PolicKit framework poppler-0.8.7_1???? A PDF rendering library poppler-data-0.2.0? Poppler encoding data poppler-gtk-0.8.7?? Gtk bindings to poppler popt-1.7_5????????? A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2??? Portable cross-platform Audio API portaudit-0.5.12??? Checks installed ports against a list of security vulnerabi portdowngrade-0.6_1 Sets a port back to a previous version portupgrade-devel-2.4.6 FreeBSD ports/packages administration and management tool s postgresql-client-8.2.11 PostgreSQL database (client) postgresql-docs-8.2.11 The PostgreSQL documentation set postgresql-libpqxx-2.6.9_1 A new C++ interface for PostgreSQL postgresql-server-8.2.11 The most advanced open-source database available anywhere printproto-1.0.3??? Print extension headers procmail-3.22_6???? A local mail delivery agent pth-2.0.7?????????? GNU Portable Threads pvm-3.4.5_3???????? Parallel Virtual Machine libraries and environment pwlib-1.12.0_3,1??? A cross platform C++ library, used by OpenH323 py25-bsddb-2.5.2_2? Python bindings to the Berkeley DB library py25-cairo-1.6.4??? Python bindings for Cairo py25-dbus-0.83.0_1? Python bindings for the D-BUS messaging system py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-gdata-1.2.2??? GData Python Client Library py25-gobject-2.14.2_2 Python bindings for GObject py25-gstreamer-0.10.12 A set of Python bindings for gstreamer py25-gtk-2.12.1_1?? A set of Python bindings for GTK+ py25-imaging-1.1.6_2 The Python Imaging Library py25-libxml2-2.6.32 Python interface for XML parser library for GNOME py25-numeric-24.2_2 The Numeric Extension to Python py25-orbit-2.14.3_1 Python bindings for ORBit2 py25-pysqlite-2.3.5 A DB-API v2 Python library for the SQLite 3 embedded SQL en py25-tkinter-2.5.2_2 Python bindings to the Tk widget set py25-xml-0.8.4????? PyXML: Python XML library enhancements py25-zenmap-4.76??? GUI frontend for the nmap scanning utility pyrex-0.9.8.5?????? Programming Language for writing Python extension modules python-2.5,2??????? The "meta-port" for the default version of Python interpret python25-2.5.2_3??? An interpreted object-oriented programming language qmake-3.3.8_1?????? The build utility of the Qt project qt-3.3.8_9????????? Multiplatform C++ application framework randrproto-1.2.1??? Randr extension headers rarian-0.8.1??????? An OMF help system based on the Freedesktop specification recordproto-1.13.2? RECORD extension headers renderproto-0.9.3?? RenderProto protocol headers resourceproto-1.0.2 Resource extension headers rgb-1.0.1?????????? Uncompile an rgb corl-name database rkhunter-1.3.2_1??? Rootkit detection tool rstart-1.0.2??????? Sample implementation of a Remote Start client rsync-3.0.4???????? A network file distribution/synchronization utility ruby-1.8.6.287,1??? An object-oriented interpreted scripting language ruby18-bdb-0.6.4??? Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-deplate-0.8.4 Ruby tool for converting wiki-like markup ruby18-gems-1.2.0_1 Package management framework for the Ruby language rubygem-postgres-0.7.9.2008.01.28_1 Ruby interface to PostgreSQL library samba-libsmbclient-3.0.32_1 Shared libs from the samba package screen-4.0.3_5????? A multi-screen window manager scribus-1.3.3.11_1? A comprehensive desktop publishing program scripts-1.0.1?????? Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdl-1.2.13_2,2????? Cross-platform multimedia development API sdl_image-1.2.6_1?? A simple library to load images of various formats as SDL s sdocbook-xml-1.1,1? "Simplified" DocBook XML DTD seq2-0.2_1????????? A clone of the UNIX(tm) program called seq sessreg-1.0.3?????? Manage utmp/wtmp entries for non-init X clients setxkbmap-1.0.4???? Set the keyboard using the X Keyboard Extension shared-mime-info-0.51 A MIME type database from the FreeDesktop project shc-3.8.6?????????? A shell script "encoder" showfont-1.0.1_1??? Font dumper for the X font server slib-3a4_1????????? A portable scheme library slib-guile-3a4_2??? SLIB installation for Guile smartmontools-5.38? S.M.A.R.T. disk monitoring tools smproxy-1.0.2?????? Session Manager Proxy speex-1.2.r1_1,1??? An open-source patent-free voice codec sqlite3-3.6.4?????? An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.9_2 Library that supports startup notification spec from freede sudo-1.6.9.17?????? Allow others to run commands as root swig-1.3.36???????? Simplified Wrapper and Interface Generator swt-3.1.1_3???????? Standard Widget Toolkit for Java system-tools-backends-2.6.0_1 Backend system admin scripts for gnome-system-tools t1lib-5.1.2,1?????? A Type 1 Rasterizer Library for UNIX/X11 tDOM-0.8.2????????? High performance XML data processing with Tcl (ARGS for Ope taglib-1.5????????? Library for manipulating ID3 tags and Ogg comments tcl-8.4.19,1??????? Tool Command Language tcl-8.5.5?????????? Tool Command Language tcl-threads-8.4.19,1 Tool Command Language tcl-wrapper-1.1???? Shell wrapper for tclsh (Tcl) tcllib-1.10_1?????? A collection of utility modules for Tcl tclthread-2.6.5???? Thread extension for Tcl tclwebtest-1.0_3??? Tool for issuing HTTP requests and dealing with the result teTeX-base-3.0_14?? Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_5?? Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9? Meta-port that creates a site-local $TEXMF directory texcm-ttf-20010117_3 TeX's Computer Modern Fonts texi2html-1.76_1,1? Texinfo to HTML converter texinfo-4.11??????? A typeset documentation system with multiple format output tiff-3.8.2_2??????? Tools and library routines for working with TIFF images tk-8.4.19,2???????? Graphical toolkit for TCL tk-8.5.5??????????? Graphical toolkit for TCL tomcat-5.5.27?????? Open-source Java web server by Apache, 5.5.x branch trapproto-3.4.3???? DEC-XTRAP extension headers ttmkfdir-3.0.9_2,1? Create fonts.scale file for use with TrueType font server twm-1.0.3_3???????? Tab Window Manager for the X Window System twolame-0.3.12????? MPEG Audio Layer 2 encoder unarj-2.65_2??????? Allows files to be extracted from ARJ archives unix2dos-1.3??????? Translate ASCII files from DOS (cr/lf) to UNIX (lf) unrar-3.80,5??????? Extract, view & test RAR archives unzip-5.52_5??????? List, test and extract compressed files in a ZIP archive unzoo-4.4_2???????? A zoo archive extractor urwfonts-ttf-1.0.7b18_2 Unicode TrueType fonts from URW extended by Valek Filippov v4l_compat-1.0.20060801 Video4Linux compatibility header vcdimager-0.7.23_5? GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping videoproto-2.2.2??? Video extension headers viewres-1.0.1?????? Graphical class browser for Xt vlc-0.8.6.i_2,2???? Multimedia streaming server and player for various audio/vi vte-0.16.14_1?????? Terminal widget with improved accessibility and I18N suppor wavpack-4.41.0????? Compress (and restore) both 16 and 24-bit audio files in .w weblint-1.020?????? HTML validator and sanity checker weka-3.4.13???????? Data Mining Software in Java wget-1.11.2_1?????? Retrieve files from the Net via HTTP(S) and FTP wv2-0.2.3_2???????? A library providing routines to access Microsoft Word files wxgtk2-2.4.2_16???? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-2.6.3_5????? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-2.8.9??????? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-common-2.6.3_4 The wxWidgets GUI toolkit (common files) wxgtk2-common-2.8.9 The wxWidgets GUI toolkit (common files) wxgtk2-contrib-common-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (common fil wxgtk2-contrib-common-2.8.9 The wxWidgets GUI toolkit contributed libraries (common fil wxgtk2-unicode-2.6.3_5 The wxWidgets GUI toolkit (Unicode) wxgtk2-unicode-2.8.9 The wxWidgets GUI toolkit (Unicode) wxgtk2-unicode-contrib-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (Unicode) wxgtk2-unicode-contrib-2.8.9 The wxWidgets GUI toolkit contributed libraries (Unicode) wxsvg-1.0.b7.2_2??? C++ library to create, manipulate, and render SVG files x11perf-1.4.1?????? X11 server performance test program x264-0.0.20080409_2 Multimedia library and tool for encoding H.264/AVC video st xalan-j-2.7.0_2???? Apache XSLT processor for transforming XML documents xauth-1.0.2???????? X authority file utility xbacklight-1.1????? Program to adjust backlight brightness xbiff-1.0.1???????? Mailbox flag for X xbitmaps-1.0.1????? X.Org bitmaps data xcalc-1.0.2???????? Scientific calculator for X xcb-proto-1.2?????? The X protocol C-language Binding (XCB) protocol xcb-util-0.2.1????? A module with libxcb/libX11 extension/replacement libraries xclipboard-1.0.1??? X clipboard client xclock-1.0.3??????? Analog and digital clock for X xcmiscproto-1.1.2?? XCMisc extension headers xcmsdb-1.0.1??????? Device Color Characterization utility for X xconsole-1.0.3????? Monitor system console messages with X xcursor-themes-1.0.1_1 X.org cursors themes xcursorgen-1.0.2??? Create an X cursor file from a collection of PNG images xdbedizzy-1.0.2???? Demo of DBE creating a double buffered spinning scene xditview-1.0.1????? Display ditroff output xdm-1.1.6_3???????? X.Org X display manager xdpyinfo-1.0.2_1??? Display information utility for X xdriinfo-1.0.2????? Query configuration information of DRI drivers xdvik-tetex-22.84.10_2 DVI Previewer(kpathsearch) for X xedit-1.0.2???????? Simple text editor for X xev-1.0.2?????????? Print contents of X events xextproto-7.0.2???? XExt extension headers xeyes-1.0.1???????? A follow the mouse X demo xf86-input-acecad-1.2.1_1 X.Org acecad input driver xf86-input-calcomp-1.1.1_1 X.Org calcomp input driver xf86-input-citron-2.2.1_1 X.Org citron input driver xf86-input-digitaledge-1.1.0_1 X.Org digitaledge input driver xf86-input-dmc-1.1.1_1 X.Org dmc input driver xf86-input-dynapro-1.1.1_1 X.Org dynapro input driver xf86-input-elo2300-1.1.1_1 X.Org elo2300 input driver xf86-input-elographics-1.1.0_1 X.Org elographics input driver xf86-input-fpit-1.1.0_1 X.Org fpit input driver xf86-input-hyperpen-1.1.0_1 X.Org hyperpen input driver xf86-input-jamstudio-1.1.0_1 X.Org jamstudio input driver xf86-input-joystick-1.2.3_1 X.Org joystick input driver xf86-input-keyboard-1.2.2_2 X.Org keyboard input driver xf86-input-magellan-1.1.1_1 X.Org magellan input driver xf86-input-magictouch-1.0.0.5_2 X.Org magictouch input driver xf86-input-microtouch-1.1.1_1 X.Org microtouch input driver xf86-input-mouse-1.2.3_2 X.Org mouse input driver xf86-input-mutouch-1.1.0_1 X.Org mutouch input driver xf86-input-palmax-1.1.0_1 X.Org palmax input driver xf86-input-penmount-1.2.1_1 X.Org penmount input driver xf86-input-spaceorb-1.1.1_1 X.Org spaceorb input driver xf86-input-summa-1.1.0_1 X.Org summa input driver xf86-input-tek4957-1.1.0_1 X.Org tek4957 input driver xf86-input-void-1.1.1_1 X.Org void input driver xf86-video-apm-1.1.1_2 X.Org apm display driver xf86-video-ark-0.6.0_2 X.Org ark display driver xf86-video-ati-6.9.0 X.Org ati display driver xf86-video-chips-1.1.1_2 X.Org chips display driver xf86-video-cirrus-1.1.0_2 X.Org cirrus display driver xf86-video-cyrix-1.1.0_2 X.Org cyrix display driver xf86-video-dummy-0.2.0_2 X.Org dummy display driver xf86-video-fbdev-0.3.1_2 X.Org fbdev display driver xf86-video-glint-1.1.1_4 X.Org glint display driver xf86-video-i128-1.2.1_2 X.Org i128 display driver xf86-video-i740-1.1.0_2 X.Org i740 display driver xf86-video-i810-1.7.4 X.Org i810 display driver xf86-video-imstt-1.1.0_2 X.Org imstt display driver xf86-video-mach64-6.8.0 X.Org mach64 display driver xf86-video-mga-1.4.9,1 X.Org mga display driver xf86-video-neomagic-1.1.1_2 X.Org neomagic display driver xf86-video-newport-0.2.1_2 X.Org newport display driver xf86-video-nsc-2.8.3_1 X.Org nsc display driver xf86-video-nv-2.1.12 X.Org nv display driver xf86-video-r128-6.8.0 X.Org r128 display driver xf86-video-rendition-4.1.3_2 X.Org rendition display driver xf86-video-s3-0.5.0_2 X.Org s3 display driver xf86-video-s3virge-1.9.1_2 X.Org s3virge display driver xf86-video-savage-2.1.3_1 X.Org savage display driver xf86-video-siliconmotion-1.5.1_1 X.Org siliconmotion display driver xf86-video-sis-0.10.0 X.Org sis display driver xf86-video-tdfx-1.3.0_3 X.Org tdfx display driver xf86-video-tga-1.1.0_2 X.Org tga display driver xf86-video-trident-1.2.3_2 X.Org trident display driver xf86-video-tseng-1.1.1_2 X.Org tseng display driver xf86-video-vesa-1.3.0_2 X.Org vesa display driver xf86-video-vga-4.1.0_2 X.Org vga display driver xf86-video-via-0.2.2_3 X.Org via display driver xf86-video-vmware-10.15.2_1 X.Org vmware display driver xf86-video-voodoo-1.1.1_2 X.Org voodoo display driver xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers xf86dga-1.0.2?????? Test program for the XFree86-DGA extension xf86dgaproto-2.0.3? XFree86-DGA extension headers xf86driproto-2.0.3? XFree86-DRI extension headers xf86miscproto-0.9.2 XFree86-Misc extension headers xf86rushproto-1.1.2 XFree86-Rush extension headers xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers xfce-4.4.3????????? The "meta-port" for the XFce 4 desktop environment xfce4-appfinder-4.4.3 Find application in the system supporting Desktop entry for xfce4-desktop-4.4.3 XFce 4 desktop background manager and root menu xfce4-icon-theme-4.4.3 Icon themes for XFce 4 xfce4-mcs-manager-4.4.3 XFce 4 settings manager xfce4-mcs-plugins-4.4.3 XFce 4 settings manager plugins xfce4-mixer-4.4.3?? XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.4.3?? XFce 4 panel module xfce4-print-4.4.3?? XFce 4 graphical frontend for printing xfce4-session-4.4.3 Session manager for the Xfce 4 desktop environment xfce4-utils-4.4.3?? XFce 4 essential utilities and scripts xfce4-wm-4.4.3????? XFce 4 window manager xfce4-wm-themes-4.4.3 XFce 4 window decoration themes for xfwm4 xfd-1.0.1?????????? Display all characters in an X font xfindproxy-1.0.1??? Locate available proxy services xfontsel-1.0.2????? Point and click selection of X11 font names xforms-1.0_4,1????? A graphical user interface toolkit for X Window System xfs-1.0.5_1,1?????? X.Org font server xfsinfo-1.0.1?????? X font server information utility xfwp-1.0.1????????? X firewall proxy xgamma-1.0.2??????? Gamma correction through the X server. xgc-1.0.1?????????? X graphics demo xhost-1.0.2???????? Server access control program for X xineramaproto-1.1.2 Xinerama extension headers xinit-1.0.7???????? X Window System initializer xkbcomp-1.0.3?????? Compile XKB keyboard description xkbevd-1.0.2??????? XKB event daemon xkbprint-1.0.1????? Utility for printing an XKB keyboard description xkbutils-1.0.1_1??? XKB utility demos xkeyboard-config-1.4 X Keyboard Configuration Database xkill-1.0.1???????? Utility for killing a client by its X resource xload-1.0.2???????? System load average display for X xlogo-1.0.1???????? Displays the X Window System logo. xlsatoms-1.0.1????? List interned atoms defined on a server xlsclients-1.0.1??? List client applications running on a display xlsfonts-1.0.2????? Server font list displayer for X xmag-1.0.2????????? X application for screen magnifying xman-1.0.3????????? Manual page display program for X xmessage-1.0.2????? Display message or query in a X window xmh-1.0.1?????????? Send and read mail with an X interface to MH xmlcatmgr-2.2?????? SGML and XML catalog manager xmodmap-1.0.3?????? Utility for modifying keymaps and pointer button mappings i xmore-1.0.1???????? Plain text display program for X xorg-7.3_2????????? X.Org complete distribution metaport xorg-apps-7.3?????? X.org apps meta-port xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-docs-1.4,1???? X.org documentation files xorg-drivers-7.3_3? X.org drivers meta-port xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts xorg-fonts-7.3_1??? X.org fonts meta-port xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.3 X.Org TrueType fonts xorg-fonts-type1-7.3 X.Org Type1 fonts xorg-libraries-7.3_2 X.org libraries meta-port xorg-nestserver-1.4_1,1 Nesting X server from X.Org xorg-protos-7.3_2?? X.org protos meta-port xorg-server-1.4.2,1 X.Org X server and related programs xorg-vfbserver-1.4_1,1 X virtual framebuffer server from X.Org xotcl-1.6.2???????? Object-oriented scripting language based on Tcl xpdf-3.02_10??????? Display PDF files, and convert them to other formats xphelloworld-1.0.1_1 Sends a test page to an Xprint printer xplsprinters-1.0.1? Shows a list of Xprint printers xpr-1.0.2?????????? Utility for printing an X window dump xprehashprinterlist-1.0.1 Recomputes the list of available printers. xprop-1.0.3???????? Property displayer for X xproto-7.0.10_1???? X11 protocol headers xproxymanagementprotocol-1.0.2 X Proxy Management Protocol headers xrandr-1.2.2??????? Primitive command line interface to the RandR extension xrdb-1.0.4????????? X server resource database utility xrefresh-1.0.2????? Refresh all or part of an X screen xrx-1.0.1_1???????? RX helper program xset-1.0.3????????? User preference utility for X xsetmode-1.0.0????? Set the mode for an X Input Device xsetpointer-1.0.1?? Set an X Input device as the main pointer xsetroot-1.0.2????? root window parameter setting utility for X xsm-1.0.1?????????? X Session Manager xstdcmap-1.0.1????? X standard colormap utility xterm-237?????????? Terminal emulator for the X Window System xtrans-1.0.4??????? Abstract network code for X xtrap-1.0.2???????? XTrap sample clients for X xvid-1.1.3_1,1????? An opensource MPEG-4 codec, based on OpenDivx xvidtune-1.0.1????? Video mode tuner for X xvinfo-1.0.2??????? Print out X-Video extension adaptor information xwd-1.0.1?????????? Dump an image of an X window xwininfo-1.0.3????? Window information utility for X xwud-1.0.1????????? Image displayer for X yasm-0.7.2????????? A complete rewrite of the NASM assembler zenity-2.22.1_1???? Display GNOME dialogs from the command line zip-3.0???????????? Create/update ZIP files compatible with pkzip zoo-2.10.1_2??????? Manipulate archives of files in compressed form My Build environment is: SSH_AGENT_PID=1401 SHELL=/bin/sh TERM=screen CATALINA_HOME=/usr/local/tomcat5.5 XALAN_HOME=usr/local/share/java/classes/ WINDOWID=25165838 ANT_HOME=/usr/local USER=rgilaard ENV=/home/rgilaard/.shrc TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ ??? :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ ??? :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ ??? :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ ??? :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ ??? :li#24:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ ??? :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ ??? :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ ??? :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ ??? :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ ??? :se=\E[23m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\ ??? :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ ??? :as=\E(0:ae=\E(B:\ ??? :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ ??? :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ ??? :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ ??? :F1=\E[23~:F2=\E[24~:kb=^H:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ ??? :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ ??? :kd=\EOB:kr=\EOC:kl=\EOD:km: SSH_AUTH_SOCK=/tmp/ssh-NbbsUShYIM/agent.1400 GNOME_KEYRING_SOCKET=/var/tmp/keyring-fmGjI1/socket SESSION_MANAGER=local/zouk.telfort.nl:/tmp/.ICE-unix/1409 USERNAME=rgilaard PAGER=more FTP_PASSIVE_MODE=YES PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/local/share/java/weka:/home/rgilaard/bin DESKTOP_SESSION=XFce4 MAIL=/var/mail/rgilaard STY=6413.ttyp0.zouk BLOCKSIZE=K GDM_XSERVER_LOCATION=local PWD=/usr/ports/x11/yelp EDITOR=vi LANG=C GNOME_KEYRING_PID=1376 GDMSESSION=XFce4 JUNIT_HOME=usr/local/share/java/classes/ HOME=/root SHLVL=3 LOGNAME=rgilaard WINDOW=0 XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/local/share/gdm/:/usr/local/share CLASSPATH=/usr/local/share/java/weka/weka.jar:. DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-dixnyk5RKE,guid=dd2834947f2e6860c3111c2b4921a8fa WINDOWPATH=10 DISPLAY=:0.0 XAUTHORITY=/home/rgilaard/.Xauthority COLORTERM=Terminal _=/usr/bin/env OLDPWD=/ I have updated my ports tree frequently and it's up to date now. The build log info is in this mail and on: http://freebsd-gnome.pastebin.com/f3e4b622e I hope someone can help me with this, because otherwise I will have to start contemplating on reinstalling m whole OS from scratch, a route I'm reluctant to take Thanks in advanced, Dino From dino_vliet at yahoo.com Sat Nov 22 02:29:29 2008 From: dino_vliet at yahoo.com (Dino Vliet) Date: Sat Nov 22 05:19:06 2008 Subject: Error installing usr/ports/x11/yelp & gnomelogalyzer.sh ouput Message-ID: <66259.16807.qm@web51112.mail.re2.yahoo.com> Hi gnome folks, When running gnomelogalyzer.sh in the yelp port directory which will not install properly I get this info: Generating build log. Please wait... done. The cause of your build failure is not known to gnomelogalyzer.sh.? Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, TRY EACH OF THE FOLLOWING: ? * If you are generating your own logfile, make sure to generate it with ??? something similar to: ????????? "make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or ????????? "make |& tee /path/to/logfile" (csh/tcsh) ??????? * Make sure your cvsup(1) configuration file specifies the 'ports-all' ????????? collection ??????? * Run cvsup(1) and attempt the build again ??????? * Check /usr/ports/UPDATING for information pertinent to your build ????????? failure ??????? * 99% of the commonly reported build failures can be solved by ????????? running "portupgrade -a" ??????? * Read the FAQs at http://www.FreeBSD.org/gnome/ ??????? * Search the archives of freebsd-gnome@FreeBSD.org.? Archives can be ????????? searched at http://www.freebsd.org/gnome/index.html#search If you have not performed each of the above suggestions, don't bother asking for help.? The chances are good that you'll simply be told to perform one of the aforementioned steps. The output of the first suggestion above, make 2>&1 | tee /path/to/logfile, gives: ?yelp is using firefox for gecko support, but you can ?change that by defining WITH_GECKO to the following values: ?? firefox ?? xulrunner => yelp-2.22.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/yelp/2.22/. yelp-2.22.1.tar.bz2??????????????????????????????????? 972 kB? 966 kBps ===>? Extracting for yelp-2.22.1_1 => MD5 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. => SHA256 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. ===>? Patching for yelp-2.22.1_1 ===>? Applying FreeBSD patches for yelp-2.22.1_1 ===>?? yelp-2.22.1_1 depends on file: /usr/local/lib/firefox/libgtkembedmoz.so - found ===>?? yelp-2.22.1_1 depends on executable: gmake - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/bin/intltool-extract - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===>?? yelp-2.22.1_1 depends on executable: pkg-config - found ===>?? yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===>?? yelp-2.22.1_1 depends on shared library: dbus-glib-1.2 - found ===>?? yelp-2.22.1_1 depends on shared library: rarian.0 - found ===>?? yelp-2.22.1_1 depends on shared library: intl - found ===>?? yelp-2.22.1_1 depends on shared library: esd.2 - found ===>?? yelp-2.22.1_1 depends on shared library: atk-1.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gailutil.18 - found ===>?? yelp-2.22.1_1 depends on shared library: gconf-2.4 - found ===>?? yelp-2.22.1_1 depends on shared library: glib-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomevfs-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gtk-x11-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: art_lgpl_2.5 - found ===>?? yelp-2.22.1_1 depends on shared library: bonobo-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: bonoboui-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: glade-2.0.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnome-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomecanvas-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: gnomeui-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: IDL-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: xml2.5 - found ===>?? yelp-2.22.1_1 depends on shared library: xslt.2 - found ===>?? yelp-2.22.1_1 depends on shared library: ORBit-2.0 - found ===>?? yelp-2.22.1_1 depends on shared library: pango-1.0.0 - found ===>? Configuring for yelp-2.22.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.35.0... 0.35.0 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for gconftool-2... /usr/local/bin/gconftool-2 Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking whether ln -s works... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 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 dependency style of cc... (cached) gcc3 checking for strerror in -lcposix... no checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... amd64-portbld-freebsd6.3 checking host system type... amd64-portbld-freebsd6.3 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.0.0... yes (version 2.16.5) checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused checking what language compliance flags to pass to the C++ compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for YELP... yes checking for gsed... /usr/bin/sed checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for YELP_SEARCH... no checking for gawk... (cached) gawk checking which gecko to use... firefox checking for compiler -fshort-wchar option... yes checking whether to enable C++ RTTI... no checking whether we have a gtk 2 gecko build... yes checking whether we have a gecko debug build... no checking for gecko version... 1.8.1 checking for MOZILLA_COMPONENT... yes checking for gzopen in -lz... yes checking for lzmadec_open in -llzmadec... yes checking for bzread in -lbz2... no checking for BZ2_bzread in -lbz2... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating stylesheets/Makefile config.status: creating stylesheets/db2html.xsl config.status: creating stylesheets/db-title.xsl config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/ui/Makefile config.status: creating po/Makefile.in config.status: creating yelp.desktop.in config.status: creating config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands yelp-2.22.1: ??? prefix:?????????????????? /usr/local ??? source code location:??? ? . ??? compiler:??? ??? ? cc ??? Debug enabled:??????????? no ??? Search backend:?????????? auto - basic ??? Mozilla version:????????? firefox ===>? Building for yelp-2.22.1_1 gmake? all-recursive gmake[1]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1' Making all in src gmake[2]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake? all-am gmake[3]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-Yelper.o -MD -MP -MF ".deps/yelp-Yelper.Tpo" -c -o yelp-Yelper.o `test -f 'Yelper.cpp' || echo './'`Yelper.cpp; \ ??? then mv -f ".deps/yelp-Yelper.Tpo" ".deps/yelp-Yelper.Po"; else rm -f ".deps/yelp-Yelper.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-base.o -MD -MP -MF ".deps/yelp-yelp-base.Tpo" -c -o yelp-yelp-base.o `test -f 'yelp-base.c' || echo './'`yelp-base.c; \ ??? then mv -f ".deps/yelp-yelp-base.Tpo" ".deps/yelp-yelp-base.Po"; else rm -f ".deps/yelp-yelp-base.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-bookmarks.o -MD -MP -MF ".deps/yelp-yelp-bookmarks.Tpo" -c -o yelp-yelp-bookmarks.o `test -f 'yelp-bookmarks.c' || echo './'`yelp-bookmarks.c; \ ??? then mv -f ".deps/yelp-yelp-bookmarks.Tpo" ".deps/yelp-yelp-bookmarks.Po"; else rm -f ".deps/yelp-yelp-bookmarks.Tpo"; exit 1; fi yelp-bookmarks.c: In function `yelp_bookmarks_add': yelp-bookmarks.c:310: warning: null format string if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-debug.o -MD -MP -MF ".deps/yelp-yelp-debug.Tpo" -c -o yelp-yelp-debug.o `test -f 'yelp-debug.c' || echo './'`yelp-debug.c; \ ??? then mv -f ".deps/yelp-yelp-debug.Tpo" ".deps/yelp-yelp-debug.Po"; else rm -f ".deps/yelp-yelp-debug.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-error.o -MD -MP -MF ".deps/yelp-yelp-error.Tpo" -c -o yelp-yelp-error.o `test -f 'yelp-error.c' || echo './'`yelp-error.c; \ ??? then mv -f ".deps/yelp-yelp-error.Tpo" ".deps/yelp-yelp-error.Po"; else rm -f ".deps/yelp-yelp-error.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-utils.o -MD -MP -MF ".deps/yelp-yelp-gecko-utils.Tpo" -c -o yelp-yelp-gecko-utils.o `test -f 'yelp-gecko-utils.cpp' || echo './'`yelp-gecko-utils.cpp; \ ??? then mv -f ".deps/yelp-yelp-gecko-utils.Tpo" ".deps/yelp-yelp-gecko-utils.Po"; else rm -f ".deps/yelp-yelp-gecko-utils.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-html.o -MD -MP -MF ".deps/yelp-yelp-html.Tpo" -c -o yelp-yelp-html.o `test -f 'yelp-html.cpp' || echo './'`yelp-html.cpp; \ ??? then mv -f ".deps/yelp-yelp-html.Tpo" ".deps/yelp-yelp-html.Po"; else rm -f ".deps/yelp-yelp-html.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-io-channel.o -MD -MP -MF ".deps/yelp-yelp-io-channel.Tpo" -c -o yelp-yelp-io-channel.o `test -f 'yelp-io-channel.c' || echo './'`yelp-io-channel.c; \ ??? then mv -f ".deps/yelp-yelp-io-channel.Tpo" ".deps/yelp-yelp-io-channel.Po"; else rm -f ".deps/yelp-yelp-io-channel.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-settings.o -MD -MP -MF ".deps/yelp-yelp-settings.Tpo" -c -o yelp-yelp-settings.o `test -f 'yelp-settings.c' || echo './'`yelp-settings.c; \ ??? then mv -f ".deps/yelp-yelp-settings.Tpo" ".deps/yelp-yelp-settings.Po"; else rm -f ".deps/yelp-yelp-settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-utils.o -MD -MP -MF ".deps/yelp-yelp-utils.Tpo" -c -o yelp-yelp-utils.o `test -f 'yelp-utils.c' || echo './'`yelp-utils.c; \ ??? then mv -f ".deps/yelp-yelp-utils.Tpo" ".deps/yelp-yelp-utils.Po"; else rm -f ".deps/yelp-yelp-utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-window.o -MD -MP -MF ".deps/yelp-yelp-window.Tpo" -c -o yelp-yelp-window.o `test -f 'yelp-window.c' || echo './'`yelp-window.c; \ ??? then mv -f ".deps/yelp-yelp-window.Tpo" ".deps/yelp-yelp-window.Po"; else rm -f ".deps/yelp-yelp-window.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-marshal.o -MD -MP -MF ".deps/yelp-yelp-marshal.Tpo" -c -o yelp-yelp-marshal.o `test -f 'yelp-marshal.c' || echo './'`yelp-marshal.c; \ ??? then mv -f ".deps/yelp-yelp-marshal.Tpo" ".deps/yelp-yelp-marshal.Po"; else rm -f ".deps/yelp-yelp-marshal.Tpo"; exit 1; fi yelp-marshal.c:58: warning: no previous prototype for 'yelp_marshal_VOID__POINTER_BOOLEAN' yelp-marshal.c:99: warning: no previous prototype for 'yelp_marshal_VOID__STRING_INT' yelp-marshal.c:138: warning: no previous prototype for 'yelp_marshal_BOOLEAN__POINTER_BOOLEAN' if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-main.o -MD -MP -MF ".deps/yelp-yelp-main.Tpo" -c -o yelp-yelp-main.o `test -f 'yelp-main.c' || echo './'`yelp-main.c; \ ??? then mv -f ".deps/yelp-yelp-main.Tpo" ".deps/yelp-yelp-main.Po"; else rm -f ".deps/yelp-yelp-main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-print.o -MD -MP -MF ".deps/yelp-yelp-print.Tpo" -c -o yelp-yelp-print.o `test -f 'yelp-print.c' || echo './'`yelp-print.c; \ ??? then mv -f ".deps/yelp-yelp-print.Tpo" ".deps/yelp-yelp-print.Po"; else rm -f ".deps/yelp-yelp-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-page.o -MD -MP -MF ".deps/yelp-yelp-page.Tpo" -c -o yelp-yelp-page.o `test -f 'yelp-page.c' || echo './'`yelp-page.c; \ ??? then mv -f ".deps/yelp-yelp-page.Tpo" ".deps/yelp-yelp-page.Po"; else rm -f ".deps/yelp-yelp-page.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-transform.o -MD -MP -MF ".deps/yelp-yelp-transform.Tpo" -c -o yelp-yelp-transform.o `test -f 'yelp-transform.c' || echo './'`yelp-transform.c; \ ??? then mv -f ".deps/yelp-yelp-transform.Tpo" ".deps/yelp-yelp-transform.Po"; else rm -f ".deps/yelp-yelp-transform.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz?? -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-services.o -MD -MP -MF ".deps/yelp-yelp-gecko-services.Tpo" -c -o yelp-yelp-gecko-services.o `test -f 'yelp-gecko-services.cpp' || echo './'`yelp-gecko-services.cpp; \ ??? then mv -f ".deps/yelp-yelp-gecko-services.Tpo" ".deps/yelp-yelp-gecko-services.Po"; else rm -f ".deps/yelp-yelp-gecko-services.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-document.o -MD -MP -MF ".deps/yelp-yelp-document.Tpo" -c -o yelp-yelp-document.o `test -f 'yelp-document.c' || echo './'`yelp-document.c; \ ??? then mv -f ".deps/yelp-yelp-document.Tpo" ".deps/yelp-yelp-document.Po"; else rm -f ".deps/yelp-yelp-document.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-toc.o -MD -MP -MF ".deps/yelp-yelp-toc.Tpo" -c -o yelp-yelp-toc.o `test -f 'yelp-toc.c' || echo './'`yelp-toc.c; \ ??? then mv -f ".deps/yelp-yelp-toc.Tpo" ".deps/yelp-yelp-toc.Po"; else rm -f ".deps/yelp-yelp-toc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-docbook.o -MD -MP -MF ".deps/yelp-yelp-docbook.Tpo" -c -o yelp-yelp-docbook.o `test -f 'yelp-docbook.c' || echo './'`yelp-docbook.c; \ ??? then mv -f ".deps/yelp-yelp-docbook.Tpo" ".deps/yelp-yelp-docbook.Po"; else rm -f ".deps/yelp-yelp-docbook.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-db-print.o -MD -MP -MF ".deps/yelp-yelp-db-print.Tpo" -c -o yelp-yelp-db-print.o `test -f 'yelp-db-print.c' || echo './'`yelp-db-print.c; \ ??? then mv -f ".deps/yelp-yelp-db-print.Tpo" ".deps/yelp-yelp-db-print.Po"; else rm -f ".deps/yelp-yelp-db-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man-parser.o -MD -MP -MF ".deps/yelp-yelp-man-parser.Tpo" -c -o yelp-yelp-man-parser.o `test -f 'yelp-man-parser.c' || echo './'`yelp-man-parser.c; \ ??? then mv -f ".deps/yelp-yelp-man-parser.Tpo" ".deps/yelp-yelp-man-parser.Po"; else rm -f ".deps/yelp-yelp-man-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man.o -MD -MP -MF ".deps/yelp-yelp-man.Tpo" -c -o yelp-yelp-man.o `test -f 'yelp-man.c' || echo './'`yelp-man.c; \ ??? then mv -f ".deps/yelp-yelp-man.Tpo" ".deps/yelp-yelp-man.Po"; else rm -f ".deps/yelp-yelp-man.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info.o -MD -MP -MF ".deps/yelp-yelp-info.Tpo" -c -o yelp-yelp-info.o `test -f 'yelp-info.c' || echo './'`yelp-info.c; \ ??? then mv -f ".deps/yelp-yelp-info.Tpo" ".deps/yelp-yelp-info.Po"; else rm -f ".deps/yelp-yelp-info.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info-parser.o -MD -MP -MF ".deps/yelp-yelp-info-parser.Tpo" -c -o yelp-yelp-info-parser.o `test -f 'yelp-info-parser.c' || echo './'`yelp-info-parser.c; \ ??? then mv -f ".deps/yelp-yelp-info-parser.Tpo" ".deps/yelp-yelp-info-parser.Po"; else rm -f ".deps/yelp-yelp-info-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-gtkentryaction.o -MD -MP -MF ".deps/yelp-gtkentryaction.Tpo" -c -o yelp-gtkentryaction.o `test -f 'gtkentryaction.c' || echo './'`gtkentryaction.c; \ ??? then mv -f ".deps/yelp-gtkentryaction.Tpo" ".deps/yelp-gtkentryaction.Po"; else rm -f ".deps/yelp-gtkentryaction.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search.o -MD -MP -MF ".deps/yelp-yelp-search.Tpo" -c -o yelp-yelp-search.o `test -f 'yelp-search.c' || echo './'`yelp-search.c; \ ??? then mv -f ".deps/yelp-yelp-search.Tpo" ".deps/yelp-yelp-search.Po"; else rm -f ".deps/yelp-yelp-search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I..? -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\"? -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -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/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian??? -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare?? -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search-parser.o -MD -MP -MF ".deps/yelp-yelp-search-parser.Tpo" -c -o yelp-yelp-search-parser.o `test -f 'yelp-search-parser.c' || echo './'`yelp-search-parser.c; \ ??? then mv -f ".deps/yelp-yelp-search-parser.Tpo" ".deps/yelp-yelp-search-parser.Po"; else rm -f ".deps/yelp-yelp-search-parser.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link c++ -fno-rtti? -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused? -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe? -L/usr/local/lib -o yelp -R/usr/local/lib/firefox? yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -L/usr/local/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lX11 -lXfixes -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lexslt -lxslt -lz -lm -lgcrypt -lgpg-error -lxml2 -lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv -lrarian???? -lz -lbz2 -llzmadec -lSM -lICE? -L/usr/local/lib -lX11? -Wl,-rpath,/usr/local/lib/firefox -pthread -L/usr/local/lib/firefox -L/usr/local/lib -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4???? mkdir .libs c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -o yelp yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -Wl,-rpath -Wl,/usr/local/lib/firefox -pthread? -L/usr/local/lib /usr/local/lib/libglade-2.0.so /usr/local/lib/libgnomeui-2.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libgnome-keyring.so /usr/local/lib/libjpeg.so /usr/local/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgailutil.so /usr/local/lib/libgnome-2.so /usr/local/lib/libgnomevfs-2.so -lssl -lcrypto -lutil /usr/local/lib/libesd.so /usr/local/lib/libaudiofile.so /usr/local/lib/libpopt.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libglitz.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libxcb.so /usr/local/lib/libpthread-stubs.so /usr/local/lib/libXrender.so /usr/local/lib/libpixman-1.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/libexpat.so /usr/local/lib/libXfixes.so /usr/local/lib/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libexslt.so /usr/local/lib/libxslt.so /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libxml2.so -lm /usr/local/lib/libstartup-notification-1.so /usr/local/lib/libdbus-glib-1.so /usr/local/lib/libdbus-1.so -pthread /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libintl.so /usr/local/lib/libpcre.so /usr/local/lib/libiconv.so /usr/local/lib/librarian.so -lz -lbz2 /usr/local/lib/liblzmadec.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc -L/usr/local/lib/firefox -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4?? -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/firefox yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x631): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_StringContainerInit2' yelp-yelp-gecko-services.o(.text+0x6f4): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x8fd): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x9cf): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa1e): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa6d): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to `NS_CStringContainerInit2' follow /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' gmake[3]: *** [yelp] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/yelp. My ports tree is up to date (portsnap fetch update). I've checked /usr/portsUPDATING but didn't find anything relevent. I've already done a portupgrade -fa, which takes 3 days on my system. I've already searched the archives of both http://www.FreeBSD.org/gnome/ and http://www.freebsd.org/gnome/index.html#search. My Operating System is: uname -a FreeBSD zouk.telfort.nl 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #21: Wed Oct? 1 08:07:27 CEST 2008???? rgilaard@amd_desktop:/usr/obj/usr/src/sys/MYKERNEL? amd64 The list of my installed applications: ImageMagick-6.4.5.5 Image processing tools ORBit-0.5.17_4????? High-performance CORBA ORB with support for the C language ORBit2-2.14.14????? High-performance CORBA ORB with support for the C language OpenEXR-1.6.1_1???? A high dynamic-range (HDR) image file format OpenSP-1.5.2_1????? This package is a collection of SGML/XML tools called OpenS R-2.7.1???????????? A language for statistical computing and graphics Terminal-0.2.8.3??? Terminal emulator for the X windowing system Thunar-0.9.3??????? XFce 4 file manager Xaw3d-1.5E_2??????? A 3-D Athena Widget set that looks like Motif a2ps-a4-4.13b_4???? Formats an ascii file for printing on a postscript printer aalib-1.4.r5_4????? An ascii art library aiksaurus-1.2.1_2?? A set of libraries and applications which provide a thesaur amspsfnt-1.0_5????? AMSFonts PostScript Fonts (Adobe Type 1 format) antlr-2.7.6_2?????? ANother Tool for Language Recognition aolserver-4.5.0_5?? A multithreaded web server with embedded TCL interpreter aolserver-nscache-1.5_2 Tcl interface to AOLserver's caching API aolserver-nsencrypt-0.4_2 OpenSSL data encryption module for AOLserver aolserver-nsgd-2.0_4 Graphics module for AOLserver aolserver-nsmhash-1.1_1 AOLserver interface to mhash library aolserver-nsopenssl-3.0.b26_1 OpenSSL socket encryption module for AOLserver aolserver-nspostgres-4.1_3 Internal PostgreSQL driver for AOLserver aolserver-nssha1-0.1_1 AOLserver module to perform SHA1 hashes aolserver-nszlib-1.1_2 Zlib library interface for AOLserver aolserver-xotcl-1.6.2 Object-oriented scripting language based on Tcl apache-ant-1.7.0_2? Java- and XML-based build tool, conceptually similar to mak appres-1.0.1??????? Program to list application's resources arc-5.21o_1???????? Create & extract files from DOS .ARC files arj-3.10.22_1?????? Open-source ARJ arts-1.5.10,1?????? Audio system for the KDE integrated X11 desktop aspell-0.60.6_2???? Spelling checker with better suggestion logic than ispell at-spi-1.22.1_2???? An Assistive Technology Service Provider Interface atk-1.22.0_1??????? A GNOME accessibility toolkit (ATK) atlas-3.8.2,1?????? Automatically Tuned Linear Algebra Software (ATLAS) autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.62?????? Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.5_5,1??? GNU Standards-compliant Makefile generator (1.5) automake-1.6.3_1??? GNU Standards-compliant Makefile generator (1.6) automake-1.9.6_3??? GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake avahi-0.6.23??????? The "meta-port" for the Avahi service discovery suite avahi-app-0.6.23??? Service discovery on a local network axis-1.4_4????????? Java SOAP implementation by Apache bash-3.2.39_1?????? The GNU Project's Bourne Again SHell bdftopcf-1.0.1????? Convert X font from BDF to PCF beforelight-1.0.2?? A sample screen saver for X bigreqsproto-1.0.2? BigReqs extension headers bison-2.3_4,1?????? A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.3??????? Bitmap editor and converter utilities for X bitstream-vera-1.10_4 Bitstream Vera TrueType font collection blas-1.0_2????????? Basic Linear Algebra, level 1, 2, and 3 bluefish-1.0.7_5??? HTML editor designed for the experienced web designer boehm-gc-6.8??????? Garbage collection and memory leak detection for C and C++ bonobo-1.0.22_7???? The component and compound document system for GNOME boost-1.34.1??????? Free peer-reviewed portable C++ source libraries bsdstats-5.4_2????? Monthly script for reporting anonymous statistics about you cairo-1.6.4_3,1???? Vector graphics library with cross-device output support cairomm-1.6.4?????? C++ interface to cairo cclient-2006j_1,1?? Mark Crispin's C-client mail access routines ccrtp-1.6.0???????? Implementation of the real-time transport protocol cdparanoia-3.9.8_8? A CDDA extraction tool (also known as ripper) cdrtools-2.01_7???? CD/CD-R[W] and ISO-9660 image creation and extraction tools chkrootkit-0.48???? A tool to locally check for signs of a rootkit clamav-0.94.1?????? Command line virus scanner written entirely in C claws-mail-3.5.0_1? A lightweight and very featureful GTK+ based e-mail and new cm-super-0.3.3_1??? Computer Modern Font Families in Type 1 Fonts cmake-2.6.1_1?????? A cross-platform make cmpsfont-1.0_6????? Computer Modern PostScript Fonts (Adobe Type 1 format) commoncpp-1.6.1,2?? GNU project portable class framework for C++ compositeproto-0.4? Composite extension headers consolekit-0.2.10_3 Framework for defining and tracking users coreutils-6.9_3???? The Free Software Foundation's core utilities cups-base-1.3.9???? Common UNIX Printing System curl-7.18.0???????? Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h_4 File distribution system optimized for CVS (non-GUI version cyrus-sasl-2.1.22_2 RFC 2222 SASL (Simple Authentication and Security Layer) damageproto-1.1.0_2 Damage extension headers db4-4.0.14_1,1????? The Berkeley DB package, revision 4 db41-4.1.25_4?????? The Berkeley DB package, revision 4.1 db42-4.2.52_5?????? The Berkeley DB package, revision 4.2 dbus-1.2.1????????? A message bus system for inter-application communication dbus-glib-0.76????? GLib bindings for the D-BUS messaging system desktop-file-utils-0.15_1 A couple of command line utilities for working with desktop dia-gnome-0.96.1_6,1 Diagram creation program, similar to Visio diablo-jdk-1.5.0.07.01_12 Java Development Kit 1.5.0_07.01 dirmngr-1.0.2?????? A client for managing and downloading certificate revocatio djbfft-0.76_2?????? An extremely fast library for floating-point convolution dmidecode-2.9?????? A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.2.2????? DMX extension headers docbook-3.1_4?????? V3.1 of the DocBook DTD, designed for technical documentati docbook-4.1_3?????? V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_4? XML version of the DocBook DTD version controlled for Scrol docbook-to-man-1.0_1 A DocBook SGML DTD into nroff/troff -man macros converter docbook-xml-4.2_1?? XML version of the DocBook DTD docbook-xml-4.3???? DocBook/XML DTD V4.3, designed for technical documentation docbook-xml-4.4???? DocBook/XML DTD V4.4, designed for technical documentation docbook-xsl-1.74.0? XSL DocBook stylesheets dri-7.0.3_1,2?????? OpenGL hardware acceleration drivers for the DRI dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1??? DVD burning software dvipsk-tetex-5.95a_2 Convert a TeX DVI file to PostScript editres-1.0.3?????? Dynamic resource editor for X Toolkit Applications enchant-1.4.0_1???? Dictionary/spellchecking framework encodings-1.0.2,1?? X.Org Encoding fonts esound-0.2.40?????? A sound library for enlightenment package evieext-1.0.2?????? XEVIE extension headers evolution-2.22.3.1? An integrated mail, calendar and address book distributed s evolution-data-server-2.22.3_1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.22.3 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.21.92_2 Webcal(endar) handler for gnome expat-2.0.1???????? XML 1.0 parser written in C ezm3-1.1_2????????? Easier, more portable Modula-3 distribution for building CV f-prot-4.6.8??????? F-Prot Antivirus for BSD Workstations f-prot-sig-20071027 F-Prot Antivirus Signatures f2c-20060810_2????? Fortran-to-C converter and its run-time libraries faac-1.26_1???????? MPEG-2 and MPEG-4 AAC audio encoder faad2-2.6.1_1,1???? MPEG-2 and MPEG-4 AAC audio decoder faces-1.7.7_9?????? Visual mail, user and print face server ffmpeg-2008.07.27_7 Hyper fast realtime audio/video encoder/converter, streamin fftw3-3.1.3???????? Fast C routines to compute the Discrete Fourier Transform firefox-2.0.0.18,1? Web browser based on the browser portion of Mozilla fixesproto-4.0????? Fixes extension headers flac-1.2.1????????? Free lossless audio codec flex-2.5.35???????? Fast lexical analyzer generator font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font font-alias-1.0.1??? X.Org Font aliases font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.0?? X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.0 X.Org IBM Type1 font font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts font-util-1.0.1???? Create an index of X font files in a directory font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font fontcacheproto-0.1.2 Fontcache extension headers fontconfig-2.5.0,1? An XML-based font configuration API for X Windows fontsproto-2.0.2??? Fonts extension headers fonttosfnt-1.0.3??? Wrap a bitmap font in a sftn wrapper freetype2-2.3.7???? A free and portable TrueType font rendering engine fslsfonts-1.0.1???? List fonts served by the X font server fstobdf-1.0.2?????? Generate BDF font from X font server fusefs-kmod-0.3.9.p1.20080208_4 Kernel module for fuse fusefs-libs-2.7.3?? FUSE allows filesystem implementation in userspace g-wrap-1.9.6_4,1??? A tool for exporting C libraries into Scheme interpreters gail-1.22.3???????? An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9_2?????? A file and directory monitoring system ganttproject-2.1.m2_1 Plan projects using a Gantt chart gawk-3.1.6_1??????? The GNU version of Awk gcc-4.2.5_20080702? GNU Compiler Collection 4.2 gccmakedep-1.0.2??? Create dependencies in makefiles using 'gcc -M' gconf-1.0.9_15????? A configuration database system for GNOME gconf2-2.22.0_1???? A configuration database system for GNOME gd-2.0.35,1???????? A graphics library for fast creation of images gdbm-1.8.3_3??????? The GNU database manager gdk-pixbuf-0.22.0_8 A graphic library for GTK+ gdl-0.7.11_2??????? Components intended to be shared between GNOME development gdm-2.20.8????????? GNOME 2 version of xdm display manager gdvrecv-1.2_4?????? DV Tools for FreeBSD getopt-1.1.4_1????? A getopt(1) replacement that supports GNU-style long option gettext-0.17_1????? GNU gettext package ggz-client-libs-0.0.14.1_1 The GGZ Gaming Zone - Core Client Libraries ghostscript8-8.63?? Ghostscript 8.x PostScript interpreter gio-fam-backend-2.16.5 FAM backend for GLib's GIO library glib-1.2.10_12????? Some useful routines of C programming (previous stable vers glib-2.16.5???????? Some useful routines of C programming (current stable versi glitz-0.5.6_1?????? OpenGL image compositing library glproto-1.4.8?????? GLX extension headers gmake-3.81_3??????? GNU version of 'make' utility gnome-doc-utils-0.12.2_1 GNOME doc utils gnome-icon-theme-2.22.0_1 A collection of icons for the GNOME 2 desktop gnome-keyring-2.22.3_1 A program that keeps passwords and other secrets gnome-libs-1.4.2_12 Libraries for GNOME, a GNU desktop environment gnome-mime-data-2.18.0_3 A MIME and Application database for GNOME gnome-mount-0.8_2?? A front-end to mount, umount, and eject using HAL gnome-print-0.37_7? Gnome print support library gnome-spell-1.0.8_2 A GNOME/Bonobo component for spell checking gnome-vfs-2.22.0_2? GNOME Virtual File System gnome_subr-1.0????? Common startup and shutdown subroutines used by GNOME scrip gnomecanvas-0.22.0_8 A graphics library for GNOME gnomehier-2.3_10??? A utility port that creates the GNOME directory tree gnupg-1.4.9_1?????? The GNU Privacy Guard gnupg-2.0.9_2?????? The GNU Privacy Guard gnutls-2.4.1_1????? GNU Transport Layer Security library goffice-0.6.5?????? GLib/GTK+ set of document centric objects and utilities gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gperf-3.0.3???????? Generates perfect hash functions for sets of keywords graphviz-2.20.3???? Graph Visualization Software from AT&T and Bell Labs gsfonts-8.11_4????? Fonts used by GNU Ghostscript (or X) gsm-1.0.12_1??????? Audio converter and library for converting u-law to gsm enc gstreamer-0.10.21?? Development framework for creating media applications gstreamer-plugins-0.10.21,3 GStreamer written collection of plugins handling several me gtar-1.20_1???????? GNU version of the traditional tape archiver gtk-1.2.10_20?????? Gimp Toolkit for X11 GUI (previous stable version) gtk-2.12.11_1?????? Gimp Toolkit for X11 GUI (current stable version) gtk-doc-1.10_1????? Code documentation system, originally for GTK+ gtk-engines2-2.14.3 Theme engine for the gtk+-2.0 toolkit gtk-xfce-engine-2.4.3 An XFCE engine for GTK 2.0 gtkhtml3-3.18.3???? Lightweight HTML rendering/printing/editing engine gtksourceview2-2.2.2 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.14???? A GTK+ 2 spell checking component guile-1.8.5???????? GNU Ubiquitous Intelligent Language for Extension gv-3.6.5??????????? A PostScript and PDF previewer gvfs-0.2.5????????? GNOME virtual file system hal-0.5.11_1??????? Hardware Abstraction Layer for simplifying device access hdf5-1.6.7_1??????? Hierarchical Data Format library (from NCSA) help2man-1.36.4_2?? Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project html2ps-letter-1.0.b5_1,1 HTML to PostScript converter iceauth-1.0.2?????? ICE authority file utility for X ico-1.0.2?????????? Displays a wire-frame rotating plyhedron icon-naming-utils-0.8.6 Utilities of the Tango project icu-3.8.1_1???????? International Components for Unicode (from IBM) ilbc-r3951????????? Internet Low Bit Rate codec (RFC3951) ilmbase-1.0.1_1???? ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex imake-1.0.2_4,1???? Imake and other utilities from X.Org imlib-1.9.15_7????? A graphic library for enlightenment package imlib2-1.4.1.000,2? The next generation graphics library for Enlightenment inkscape-0.46_3???? A program seeks to become a full featured open source SVG e inputproto-1.4.2.1? Input extension headers intltool-0.37.1???? Tools to internationalize various kinds of data files iso-codes-3.2_1???? Lists of the country, language and currency iso names iso8879-1986_2????? Character entity sets from ISO 8879:1986 (SGML) ispell-3.3.02_4???? An interactive spelling checker for multiple languages jackit-0.109.2_1??? A low-latency audio server jade-1.2.1_9??????? An object-oriented SGML/XML parser toolkit and DSSSL engine jadetex-3.13_2????? A TeX backend for Jade, for typesetting SGML documents jasper-1.900.1_6??? An implementation of the codec specified in the JPEG-2000 s javavmwrapper-2.3.2 Wrapper script for various Java Virtual Machines jbigkit-1.6???????? Lossless compression for bi-level images such as scanned pa jdk-1.5.0.14p8_4,1? Java Development Kit 1.5.0 jedit-4.2_3???????? Powerful programmer\'s text editor written in Java jogl-1.1.1????????? Java bindings for OpenGL john-1.7.2_1??????? Featureful Unix password cracker jpeg-6b_7?????????? IJG's jpeg compression utilities junit-4.4_1???????? A regression testing utility for use with the Java(TM) Lang kbproto-1.0.3?????? KB extension headers kdehier-1.0_11????? Utility port which installs a hierarchy of shared KDE direc kdelibs-3.5.10????? Base set of libraries needed by KDE programs kmymoney2-0.8.9_2?? KDE-based personal finance assistant lame-3.97_1???????? ISO code based fast MP3 encoder kit lapack-3.1.1_1????? A library of Fortran 77 subroutines for linear algebra lcms-1.17,1???????? Light Color Management System -- a color management library lha-1.14i_6???????? Archive files using LZSS and Huffman compression (.lzh file libFS-1.0.0_1?????? The FS library libGL-7.0.3???????? OpenGL library that renders using GLX or DRI libGLU-7.0.3??????? OpenGL utility library libICE-1.0.4_1,1??? Inter Client Exchange library for X11 libIDL-0.8.11?????? A library for creating trees of CORBA IDL files libSM-1.0.3_1,1???? Session Management library for X11 libX11-1.1.3_1,1??? X11 library libXScrnSaver-1.1.2 The XScrnSaver library libXTrap-1.0.0????? The XTrap library libXau-1.0.3_2????? Authentication Protocol library for X11 libXaw-1.0.4_1,1??? X Athena Widgets library libXcomposite-0.4.0,1 X Composite extension library libXcursor-1.1.9_1? X client-side cursor loading library libXdamage-1.1.1??? X Damage extension library libXdmcp-1.0.2_1??? X Display Manager Control Protocol library libXevie-1.0.2????? The Xevie library libXext-1.0.3,1???? X11 Extension library libXfixes-4.0.3_1?? X Fixes extension library libXfont-1.3.1_3,1? X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.13?????? A client-sided font API for X applications libXi-1.1.3,1?????? X Input extension library libXinerama-1.0.2,1 X11 Xinerama library libXmu-1.0.3,1????? X Miscellaneous Utilities libraries libXp-1.0.0,1?????? X print library libXpm-3.5.7??????? X Pixmap library libXprintAppUtil-1.0.1 The XprintAppUtil library libXprintUtil-1.0.1 The XprintUtil library libXrandr-1.2.2_1?? X Resize and Rotate extension library libXrender-0.9.4_1? X Render extension library libXres-1.0.3_3???? X Resource usage library libXt-1.0.5_1?????? X Toolkit library libXtst-1.0.3_1???? X Test extension libXv-1.0.3_1,1???? X Video Extension library libXvMC-1.0.4_1???? X Video Extension Motion Compensation library libXxf86dga-1.0.2?? X DGA Extension libXxf86misc-1.0.1? X XF86-Misc Extension libXxf86vm-1.0.1??? X Vidmode Extension liba52-0.7.4_2????? A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl-2.3.20,1 Library for high-performance 2D graphics libassuan-1.0.4???? IPC library used by GnuPG and gpgme libaudiofile-0.2.6? A sound library for SGI audio file libbonobo-2.22.0_1? A component and compound document system for GNOME2 libbonoboui-2.22.0_2 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.3.0?????? A library to access data on a CDDB server libcdio-0.78.2_2??? Compact Disc Input and Control Library libcheck-0.9.5_1??? A unit test framework for C libcroco-0.6.1_1??? CSS2 parsing library libdaemon-0.12????? Lightweight C library that eases the writing of UNIX daemon libdca-0.0.5??????? Free DTS Coherent Acoustics decoder libdmx-1.0.2_1????? DMX extension library libdnet-1.11_2????? A simple interface to low level networking routines libdrm-2.3.1??????? Userspace interface to kernel Direct Rendering Module servi libdvbpsi-0.1.6???? A library for MPEG TS and DVB PSI tables decoding and gener libdvdcss-1.2.9_2?? Portable abstraction library for DVD decryption libdvdnav-0.1.10_3? The library for the xine-dvdnav plugin libdvdread-0.9.7_3? This is needed by ogle, which is a DVD player that supports libebml-0.7.8?????? EBML (Extensible Binary Meta Language), sort of binary vers libetpan-0.55?????? A mail library libexif-0.6.16????? Library to read digital camera file meta-data libexo-0.3.4_2????? Terminal library, extensions to Xfce by os-cillation libfame-0.9.1_2???? A video encoding library libfontenc-1.0.4??? The fontenc Library libfpx-1.2.0.12_1?? Library routines for working with Flashpix images libgcrypt-1.4.1_1?? General purpose crypto library based on code used in GnuPG libgda-0.2.96_10??? Provides uniform access to different kinds of data sources libgda3-3.0.4_1???? Provides uniform access to different kinds of data sources libggz-0.0.14.1_4?? The GGZ Gaming Zone - Base Library libgksu-1.3.8_3???? Library providing su and sudo functionality libgksuui-1.0.7_3?? A graphical fronted to su library libglade2-2.6.3???? GNOME glade library libgmp-4.2.4??????? A free library for arbitrary precision arithmetic libgnome-2.22.0_1?? Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1_2 A graphics library for GNOME libgnomecups-0.2.3_1,1 Support library for gnome cups admistration libgnomeprint-2.18.4_2 Gnome print support library libgnomeprintui-2.18.2_2 Gnome print support library libgnomeui-2.22.1_2 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.6_1? Common error values for all GnuPG components libgphoto2-2.4.3??? A universal digital camera picture control tool libgsf-1.14.8_2???? An extensible i/o abstraction for dealing with structured f libgsf-gnome-1.14.8_1 A GNOME wrapper for libgsf libgtkhtml-2.11.1_2 Lightweight HTML rendering/printing/editing engine libical-0.27??????? An implementation of the IETF's Calendaring and Scheduling libiconv-1.11_1???? A character set conversion library libid3tag-0.15.1b?? ID3 tags library (part of MAD project) libidn-1.9????????? Internationalized Domain Names command line tool libksba-1.0.4?????? KSBA is an X.509 Library libltdl-1.5.26????? System independent dlopen wrapper libmad-0.15.1b_2??? Libmad library (part of MAD project) libmatroska-0.8.1?? Extensible Multimedia Container Format libmng-1.0.10?????? Multiple-image Network Graphics (MNG) reference library libmodplug-0.8.4??? ModPlug mod-like music shared libraries libmpcdec-1.2.6???? High quality audio compression format libmpeg2-0.5.1????? A free library for decoding mpeg-2 and mpeg-1 video streams libmspack-0.0.20040308_3 A library for Microsoft compression formats libnotify-0.4.4_2?? A library for desktop notifications libofx-0.9.0_1????? OpenSource implementation of the OFX (Open Financial eXchan libogg-1.1.3,4????? Ogg bitstream library liboil-0.3.15?????? Library of optimized inner loops liboldX-1.0.1?????? Old X library liboobs-2.22.0_1??? Wrapping library to the System Tools Backends libopendaap-0.4.0_1 C lib used to connect to iTunes(R) music shares libpaper-1.1.21_3?? A library providing routines for paper size management libpthread-stubs-0.1 This library provides weak aliases for pthread functions librsvg2-2.22.3???? Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.4 Secret Rabbit Code: a Sample Rate Converter for audio libsexy-0.1.11_1??? Extension widgets for GTK+ libsigc++-2.2.3???? Callback Framework for C++ libsndfile-1.0.17_2 Reading and writing files containing sampled sound (like WA libsoup-2.2.105_3?? A SOAP (Simple Object Access Protocol) implementation in C libsoup-2.4.1_1???? A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.1??? A small library for rendering Postscript documents libssh2-0.18??????? A library implementing the SSH2 protocol libsvg-0.1.4_1????? A parser for SVG content in files or buffers libtasn1-1.5??????? ASN.1 structure parser library libthai-0.1.5_3???? Thai language support library libtheora-1.0.b2??? Theora video codec for the Ogg multimedia streaming system libtool-1.5.26????? Generic shared library support script libungif-4.1.4_5??? Tools and library routines for working with GIF images libunicode-0.4_9??? A library for manipulating Unicode characters and strings libusb-0.1.12_4???? Library giving userland programs access to USB devices libvolume_id-0.81.0 Library to provide file system type information libvorbis-1.2.0_2,3 Audio compression codec library libwmf-0.2.8.4_2??? Tools and library for converting Microsoft WMF (windows met libwnck-2.22.3????? Library used for writing pagers and taskslists libwpd-0.8.14_1???? Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_4????? The W3C Reference Library libxcb-1.1.90.1???? The X protocol C-language Binding (XCB) library libxfce4gui-4.4.3?? XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.4.3?? XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.4.3? XFce 4 library with non-graphical helper functions libxkbfile-1.0.4??? XKB file library libxkbui-1.0.2_1??? The xkbui library libxklavier-3.5_2,1 An utility library to make XKB stuff easier libxml++-1.0.5_1??? XML API for C++ libxml-1.8.17_4???? XML parser library for GNOME libxml2-2.6.32_1??? XML parser library for GNOME libxslt-1.1.24_1??? The XSLT C library for GNOME libzrtpcpp-1.0.0??? ZRTP extension for GNU ccRTP linc-1.0.3_7??????? A library for writing networked servers & clients listres-1.0.1?????? List resources in widgets liveMedia-2008.11.13,1 LIVE.COM Streaming Media lsof-4.81_1,3?????? Lists information about open files (similar to fstat(1)) lua-5.1.3_3???????? Small, compilable scripting language providing easy access luit-1.0.2_2??????? Locale and ISO 2022 support for Unicode terminals lynx-2.8.6.5_4,1??? A non-graphical, text-based World-Wide Web client lyx-1.4.5.1_1?????? Document processor interfaced with LaTeX (nearly WYSIWYG) lzmautils-4.32.7??? LZMA compression and decompression tools m4-1.4.11,1???????? GNU m4 mDNSResponder-108?? Apple's mDNSResponder makedepend-1.0.1,1? A dependency generator for makefiles mhash-0.9.9???????? An easy-to-use library for strong hashes such as MD5 and SH mime-support-3.44.1 MIME Media Types list mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.3_1?? Create an index of X font files in a directory mkfontscale-1.0.3?? Creates an index of scalable font files for X mousepad-0.2.14???? Simple xfce editor mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip mpfr-2.3.2????????? A library for multiple-precision floating-point computation mpgtx-1.3.1_2?????? A command line MPEG audio/video/system file toolbox nas-1.9.1_2???????? Network Audio System nasm-2.05.01,1????? General-purpose multi-platform x86 and x86-64 assembler netbeans-6.1_2????? A full-featured integrated environment for Java netpbm-10.26.58???? A toolkit for conversion of images between different format nmap-4.76?????????? Port scanning utility for large networks nmh-1.2_2?????????? A cleaned up MH mailer suite notification-daemon-0.3.7_3 Send small notifications to your desktop nspr-4.7??????????? A platform-neutral API for system level and libc like funct nss-3.11.9_2??????? Libraries to support development of security-enabled applic nvu-1.0_7?????????? A complete Web Authoring System similar to Dreamweaver or F oaf-0.6.10_8??????? Object Activation Framework for GNOME oclock-1.0.1??????? Round clock application for X open-motif-2.2.3_5? Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openacs-5.4.3?????? A modular web application platform for communities openldap-client-2.3.43 Open source LDAP client implementation openoffice.org-3.0.0 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br openslp-1.2.1_3???? Open-source implementation of the Service Location Protocol openssl-0.9.8i????? SSL and crypto library opera-9.62.20081029 Blazingly fast, full-featured, standards-compliant browser, orage-4.4.3???????? A calendar application to manage your time with XFce 4 p5-Archive-Tar-1.40 Perl module for creation and manipulation of tar files p5-Archive-Zip-1.26 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.12 Perl5 module for SASL authentication p5-Compress-Raw-Bzip2-2.015 Low-Level Interface to bzip2 compression library p5-Compress-Raw-Zlib-2.015 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.015 Perl5 interface to zlib compression library p5-Crypt-OpenSSL-Bignum-0.04 OpenSSL's multiprecision integer arithmetic p5-Crypt-OpenSSL-RSA-0.25 Perl5 module to RSA encode and decode strings using OpenSSL p5-Crypt-OpenSSL-Random-0.04 Perl5 interface to the OpenSSL pseudo-random number generat p5-Crypt-SSLeay-0.57 Perl5 interface to allow p5-libwww LWP to make https connec p5-DBD-Pg-2.10.7??? Provides access to PostgreSQL databases through the DBI p5-DBI-1.60.4?????? The perl5 Database Interface.? Required for DBD::* modules p5-Date-Manip-5.54? Perl5 module containing date manipulation routines p5-Digest-1.15_1??? Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.38? Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-Email-Address-1.88.9 RFC 2822 Address Parsing and Creation p5-Encode-Detect-1.01 An Encode::Encoding subclass that detects the encoding of d p5-ExtUtils-CBuilder-0.24 Compile and link C code for Perl modules p5-ExtUtils-ParseXS-2.19 Converts Perl XS code into C code p5-File-Temp-0.20?? Perl5 module to generate temporary files or directories saf p5-File-Which-0.05? Portable implementation of `which' in Perl p5-Finance-Quote-1.15 Get stock and mutual fund quotes from various exchanges p5-Finance-QuoteHist-1.11_1 Perl module for fetching historical stock quotes p5-GSSAPI-0.26????? Perl extension providing access to the GSSAPIv2 library p5-HTML-Parser-3.58 Perl5 module for parsing HTML documents p5-HTML-TableExtract-2.10 Extract text contained in tables within an HTML document p5-HTML-Tagset-3.20 Some useful data table in parsing HTML p5-HTML-Tree-3.23?? A collection of modules to manupulate HTML syntax trees p5-IO-Compress-Base-2.015 Base Class for IO::Uncompress modules p5-IO-Compress-Bzip2-2.015 An interface to allow writing bzip2 compressed data to file p5-IO-Compress-Zlib-2.015 Perl5 interface for reading and writing of (g)zip files p5-IO-Socket-INET6-2.56 Perl module with object interface to AF_INET6 domain socket p5-IO-Socket-SSL-1.18 Perl5 interface to SSL sockets p5-IO-String-1.08?? Simplified Perl5 module to handle I/O on in-core strings p5-IO-Zlib-1.09???? IO:: style interface to Compress::Zlib p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-DomainKeys-1.0 Perl implementation of DomainKeys p5-Mail-SpamAssassin-3.2.5 A highly efficient mail filter for identifying spam p5-Mail-Tools-2.04? Perl5 modules for dealing with Internet e-mail messages p5-Math-BigInt-1.89 Math::BigInt - Arbitrary size integer math package p5-Module-Build-0.30 Build and install Perl modules p5-Net-1.22_1,1???? Perl5 modules to access and use network protocols p5-Net-CIDR-Lite-0.20 Perl extension for merging IPv4 or IPv6 CIDR addresses p5-Net-DBus-0.33.6? Perl extension for the DBus message system p5-Net-DNS-0.63???? Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IP-1.25????? Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.35? Perl5 interface to SSL p5-Package-Constants-0.01 List all constants declared in a package p5-Parse-Syslog-1.10 Perl5 routines that present a simple interface to parse sys p5-Parse-Yapp-1.05? Perl extension for generating and using LALR parsers p5-PathTools-3.2900 A Perl module for portably manipulating file specifications p5-SGMLSpm-1.03_1?? Perl module for postprocessing the output from sgmls and ns p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to have in the perl cor p5-Socket6-0.23???? IPv6 related part of the C socket.h defines and structure m p5-Spiffy-0.30????? Spiffy Perl Interface Framework For You p5-Storable-2.18??? Persistency for perl data structures p5-Test-Base-0.54_1 Test::Base - A Data Driven Testing Framework p5-Test-Harness-3.14 Run perl standard test scripts with statistics p5-Test-Simple-0.86 Basic utilities for writing tests in perl p5-Text-CSV_XS-0.54 Comma-separated values manipulation routines p5-Text-Iconv-1.7?? Perl interface to iconv() codeset conversion function p5-Text-ParseWords-3.1 Parse text into an array of tokens or array of arrays p5-Tie-IxHash-1.21? Perl module implementing ordered in-memory associative arra p5-Time-HiRes-1.9715,1 A perl5 module implementing High resolution time, sleep, an p5-TimeDate-1.16,1? Perl5 module containing a better/faster date parser for abs p5-URI-1.37???????? Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-DOM-1.44???? Perl module for building DOM Level 1 compliant document str p5-XML-Filter-BufferText-1.01 Filter to put all characters() in one event p5-XML-Grove-0.46.a Perl-style XML objects p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.36? Perl extension interface to James Clark's XML parser, expat p5-XML-RegExp-0.03? Regular expressions for XML tokens p5-XML-SAX-0.96???? Simple API for XML p5-XML-SAX-Expat-0.40 Simple API for XML p5-XML-SAX-Writer-0.50 SAX2 XML Writer p5-XML-Simple-2.18? Trivial API for reading and writing XML (esp config files) p5-XML-Twig-3.32??? Process huge XML documents by chunks via a tree interface p5-XML-XPath-1.13?? Modules for parsing and evaluating XPath statements p5-XML-XQL-0.68???? Perl module for querying XML tree structures with XQL p5-YAML-0.66??????? YAML implementation in Perl p5-gettext-1.05_2?? Message handling functions p5-libwww-5.820???? Perl5 library for WWW access p5-libxml-0.08????? Collection of Perl5 modules for working with XML p5-type1inst-0.6.1_5 A script that helps install Postscript fonts in X Window Sy p5-version-0.76???? Perl extension for Version Objects pango-1.20.5??????? An open-source framework for the layout and rendering of i1 patch-2.5.4???????? GNU patch utility pciids-20081012???? Database of all known ID's used in PCI devices pcre-7.8??????????? Perl Compatible Regular Expressions library pdflib-7.0.3??????? A C library for dynamically generating PDF perl-threaded-5.8.8_1 Practical Extraction and Report Language pftop-0.7_1???????? Utility for real-time display of statistics for pf pgadmin3-1.8.4????? PostgreSQL database design and management system pixman-0.10.0_2???? Low-level pixel manipulation library pkg-config-0.23_1?? A utility to retrieve information about installed libraries pkg_cutleaves-20080320 Interactive script for deinstalling 'leaf' packages plotutils-2.5.1???? A plotting library and toolkit png-1.2.33????????? Library for manipulating PNG images policykit-0.9_1???? Framework for controlling access to system-wide components policykit-gnome-0.9 GNOME frontend to the PolicKit framework poppler-0.8.7_1???? A PDF rendering library poppler-data-0.2.0? Poppler encoding data poppler-gtk-0.8.7?? Gtk bindings to poppler popt-1.7_5????????? A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2??? Portable cross-platform Audio API portaudit-0.5.12??? Checks installed ports against a list of security vulnerabi portdowngrade-0.6_1 Sets a port back to a previous version portupgrade-devel-2.4.6 FreeBSD ports/packages administration and management tool s postgresql-client-8.2.11 PostgreSQL database (client) postgresql-docs-8.2.11 The PostgreSQL documentation set postgresql-libpqxx-2.6.9_1 A new C++ interface for PostgreSQL postgresql-server-8.2.11 The most advanced open-source database available anywhere printproto-1.0.3??? Print extension headers procmail-3.22_6???? A local mail delivery agent pth-2.0.7?????????? GNU Portable Threads pvm-3.4.5_3???????? Parallel Virtual Machine libraries and environment pwlib-1.12.0_3,1??? A cross platform C++ library, used by OpenH323 py25-bsddb-2.5.2_2? Python bindings to the Berkeley DB library py25-cairo-1.6.4??? Python bindings for Cairo py25-dbus-0.83.0_1? Python bindings for the D-BUS messaging system py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-gdata-1.2.2??? GData Python Client Library py25-gobject-2.14.2_2 Python bindings for GObject py25-gstreamer-0.10.12 A set of Python bindings for gstreamer py25-gtk-2.12.1_1?? A set of Python bindings for GTK+ py25-imaging-1.1.6_2 The Python Imaging Library py25-libxml2-2.6.32 Python interface for XML parser library for GNOME py25-numeric-24.2_2 The Numeric Extension to Python py25-orbit-2.14.3_1 Python bindings for ORBit2 py25-pysqlite-2.3.5 A DB-API v2 Python library for the SQLite 3 embedded SQL en py25-tkinter-2.5.2_2 Python bindings to the Tk widget set py25-xml-0.8.4????? PyXML: Python XML library enhancements py25-zenmap-4.76??? GUI frontend for the nmap scanning utility pyrex-0.9.8.5?????? Programming Language for writing Python extension modules python-2.5,2??????? The "meta-port" for the default version of Python interpret python25-2.5.2_3??? An interpreted object-oriented programming language qmake-3.3.8_1?????? The build utility of the Qt project qt-3.3.8_9????????? Multiplatform C++ application framework randrproto-1.2.1??? Randr extension headers rarian-0.8.1??????? An OMF help system based on the Freedesktop specification recordproto-1.13.2? RECORD extension headers renderproto-0.9.3?? RenderProto protocol headers resourceproto-1.0.2 Resource extension headers rgb-1.0.1?????????? Uncompile an rgb corl-name database rkhunter-1.3.2_1??? Rootkit detection tool rstart-1.0.2??????? Sample implementation of a Remote Start client rsync-3.0.4???????? A network file distribution/synchronization utility ruby-1.8.6.287,1??? An object-oriented interpreted scripting language ruby18-bdb-0.6.4??? Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-deplate-0.8.4 Ruby tool for converting wiki-like markup ruby18-gems-1.2.0_1 Package management framework for the Ruby language rubygem-postgres-0.7.9.2008.01.28_1 Ruby interface to PostgreSQL library samba-libsmbclient-3.0.32_1 Shared libs from the samba package screen-4.0.3_5????? A multi-screen window manager scribus-1.3.3.11_1? A comprehensive desktop publishing program scripts-1.0.1?????? Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdl-1.2.13_2,2????? Cross-platform multimedia development API sdl_image-1.2.6_1?? A simple library to load images of various formats as SDL s sdocbook-xml-1.1,1? "Simplified" DocBook XML DTD seq2-0.2_1????????? A clone of the UNIX(tm) program called seq sessreg-1.0.3?????? Manage utmp/wtmp entries for non-init X clients setxkbmap-1.0.4???? Set the keyboard using the X Keyboard Extension shared-mime-info-0.51 A MIME type database from the FreeDesktop project shc-3.8.6?????????? A shell script "encoder" showfont-1.0.1_1??? Font dumper for the X font server slib-3a4_1????????? A portable scheme library slib-guile-3a4_2??? SLIB installation for Guile smartmontools-5.38? S.M.A.R.T. disk monitoring tools smproxy-1.0.2?????? Session Manager Proxy speex-1.2.r1_1,1??? An open-source patent-free voice codec sqlite3-3.6.4?????? An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.9_2 Library that supports startup notification spec from freede sudo-1.6.9.17?????? Allow others to run commands as root swig-1.3.36???????? Simplified Wrapper and Interface Generator swt-3.1.1_3???????? Standard Widget Toolkit for Java system-tools-backends-2.6.0_1 Backend system admin scripts for gnome-system-tools t1lib-5.1.2,1?????? A Type 1 Rasterizer Library for UNIX/X11 tDOM-0.8.2????????? High performance XML data processing with Tcl (ARGS for Ope taglib-1.5????????? Library for manipulating ID3 tags and Ogg comments tcl-8.4.19,1??????? Tool Command Language tcl-8.5.5?????????? Tool Command Language tcl-threads-8.4.19,1 Tool Command Language tcl-wrapper-1.1???? Shell wrapper for tclsh (Tcl) tcllib-1.10_1?????? A collection of utility modules for Tcl tclthread-2.6.5???? Thread extension for Tcl tclwebtest-1.0_3??? Tool for issuing HTTP requests and dealing with the result teTeX-base-3.0_14?? Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_5?? Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9? Meta-port that creates a site-local $TEXMF directory texcm-ttf-20010117_3 TeX's Computer Modern Fonts texi2html-1.76_1,1? Texinfo to HTML converter texinfo-4.11??????? A typeset documentation system with multiple format output tiff-3.8.2_2??????? Tools and library routines for working with TIFF images tk-8.4.19,2???????? Graphical toolkit for TCL tk-8.5.5??????????? Graphical toolkit for TCL tomcat-5.5.27?????? Open-source Java web server by Apache, 5.5.x branch trapproto-3.4.3???? DEC-XTRAP extension headers ttmkfdir-3.0.9_2,1? Create fonts.scale file for use with TrueType font server twm-1.0.3_3???????? Tab Window Manager for the X Window System twolame-0.3.12????? MPEG Audio Layer 2 encoder unarj-2.65_2??????? Allows files to be extracted from ARJ archives unix2dos-1.3??????? Translate ASCII files from DOS (cr/lf) to UNIX (lf) unrar-3.80,5??????? Extract, view & test RAR archives unzip-5.52_5??????? List, test and extract compressed files in a ZIP archive unzoo-4.4_2???????? A zoo archive extractor urwfonts-ttf-1.0.7b18_2 Unicode TrueType fonts from URW extended by Valek Filippov v4l_compat-1.0.20060801 Video4Linux compatibility header vcdimager-0.7.23_5? GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping videoproto-2.2.2??? Video extension headers viewres-1.0.1?????? Graphical class browser for Xt vlc-0.8.6.i_2,2???? Multimedia streaming server and player for various audio/vi vte-0.16.14_1?????? Terminal widget with improved accessibility and I18N suppor wavpack-4.41.0????? Compress (and restore) both 16 and 24-bit audio files in .w weblint-1.020?????? HTML validator and sanity checker weka-3.4.13???????? Data Mining Software in Java wget-1.11.2_1?????? Retrieve files from the Net via HTTP(S) and FTP wv2-0.2.3_2???????? A library providing routines to access Microsoft Word files wxgtk2-2.4.2_16???? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-2.6.3_5????? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-2.8.9??????? The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-common-2.6.3_4 The wxWidgets GUI toolkit (common files) wxgtk2-common-2.8.9 The wxWidgets GUI toolkit (common files) wxgtk2-contrib-common-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (common fil wxgtk2-contrib-common-2.8.9 The wxWidgets GUI toolkit contributed libraries (common fil wxgtk2-unicode-2.6.3_5 The wxWidgets GUI toolkit (Unicode) wxgtk2-unicode-2.8.9 The wxWidgets GUI toolkit (Unicode) wxgtk2-unicode-contrib-2.6.3_3 The wxWidgets GUI toolkit contributed libraries (Unicode) wxgtk2-unicode-contrib-2.8.9 The wxWidgets GUI toolkit contributed libraries (Unicode) wxsvg-1.0.b7.2_2??? C++ library to create, manipulate, and render SVG files x11perf-1.4.1?????? X11 server performance test program x264-0.0.20080409_2 Multimedia library and tool for encoding H.264/AVC video st xalan-j-2.7.0_2???? Apache XSLT processor for transforming XML documents xauth-1.0.2???????? X authority file utility xbacklight-1.1????? Program to adjust backlight brightness xbiff-1.0.1???????? Mailbox flag for X xbitmaps-1.0.1????? X.Org bitmaps data xcalc-1.0.2???????? Scientific calculator for X xcb-proto-1.2?????? The X protocol C-language Binding (XCB) protocol xcb-util-0.2.1????? A module with libxcb/libX11 extension/replacement libraries xclipboard-1.0.1??? X clipboard client xclock-1.0.3??????? Analog and digital clock for X xcmiscproto-1.1.2?? XCMisc extension headers xcmsdb-1.0.1??????? Device Color Characterization utility for X xconsole-1.0.3????? Monitor system console messages with X xcursor-themes-1.0.1_1 X.org cursors themes xcursorgen-1.0.2??? Create an X cursor file from a collection of PNG images xdbedizzy-1.0.2???? Demo of DBE creating a double buffered spinning scene xditview-1.0.1????? Display ditroff output xdm-1.1.6_3???????? X.Org X display manager xdpyinfo-1.0.2_1??? Display information utility for X xdriinfo-1.0.2????? Query configuration information of DRI drivers xdvik-tetex-22.84.10_2 DVI Previewer(kpathsearch) for X xedit-1.0.2???????? Simple text editor for X xev-1.0.2?????????? Print contents of X events xextproto-7.0.2???? XExt extension headers xeyes-1.0.1???????? A follow the mouse X demo xf86-input-acecad-1.2.1_1 X.Org acecad input driver xf86-input-calcomp-1.1.1_1 X.Org calcomp input driver xf86-input-citron-2.2.1_1 X.Org citron input driver xf86-input-digitaledge-1.1.0_1 X.Org digitaledge input driver xf86-input-dmc-1.1.1_1 X.Org dmc input driver xf86-input-dynapro-1.1.1_1 X.Org dynapro input driver xf86-input-elo2300-1.1.1_1 X.Org elo2300 input driver xf86-input-elographics-1.1.0_1 X.Org elographics input driver xf86-input-fpit-1.1.0_1 X.Org fpit input driver xf86-input-hyperpen-1.1.0_1 X.Org hyperpen input driver xf86-input-jamstudio-1.1.0_1 X.Org jamstudio input driver xf86-input-joystick-1.2.3_1 X.Org joystick input driver xf86-input-keyboard-1.2.2_2 X.Org keyboard input driver xf86-input-magellan-1.1.1_1 X.Org magellan input driver xf86-input-magictouch-1.0.0.5_2 X.Org magictouch input driver xf86-input-microtouch-1.1.1_1 X.Org microtouch input driver xf86-input-mouse-1.2.3_2 X.Org mouse input driver xf86-input-mutouch-1.1.0_1 X.Org mutouch input driver xf86-input-palmax-1.1.0_1 X.Org palmax input driver xf86-input-penmount-1.2.1_1 X.Org penmount input driver xf86-input-spaceorb-1.1.1_1 X.Org spaceorb input driver xf86-input-summa-1.1.0_1 X.Org summa input driver xf86-input-tek4957-1.1.0_1 X.Org tek4957 input driver xf86-input-void-1.1.1_1 X.Org void input driver xf86-video-apm-1.1.1_2 X.Org apm display driver xf86-video-ark-0.6.0_2 X.Org ark display driver xf86-video-ati-6.9.0 X.Org ati display driver xf86-video-chips-1.1.1_2 X.Org chips display driver xf86-video-cirrus-1.1.0_2 X.Org cirrus display driver xf86-video-cyrix-1.1.0_2 X.Org cyrix display driver xf86-video-dummy-0.2.0_2 X.Org dummy display driver xf86-video-fbdev-0.3.1_2 X.Org fbdev display driver xf86-video-glint-1.1.1_4 X.Org glint display driver xf86-video-i128-1.2.1_2 X.Org i128 display driver xf86-video-i740-1.1.0_2 X.Org i740 display driver xf86-video-i810-1.7.4 X.Org i810 display driver xf86-video-imstt-1.1.0_2 X.Org imstt display driver xf86-video-mach64-6.8.0 X.Org mach64 display driver xf86-video-mga-1.4.9,1 X.Org mga display driver xf86-video-neomagic-1.1.1_2 X.Org neomagic display driver xf86-video-newport-0.2.1_2 X.Org newport display driver xf86-video-nsc-2.8.3_1 X.Org nsc display driver xf86-video-nv-2.1.12 X.Org nv display driver xf86-video-r128-6.8.0 X.Org r128 display driver xf86-video-rendition-4.1.3_2 X.Org rendition display driver xf86-video-s3-0.5.0_2 X.Org s3 display driver xf86-video-s3virge-1.9.1_2 X.Org s3virge display driver xf86-video-savage-2.1.3_1 X.Org savage display driver xf86-video-siliconmotion-1.5.1_1 X.Org siliconmotion display driver xf86-video-sis-0.10.0 X.Org sis display driver xf86-video-tdfx-1.3.0_3 X.Org tdfx display driver xf86-video-tga-1.1.0_2 X.Org tga display driver xf86-video-trident-1.2.3_2 X.Org trident display driver xf86-video-tseng-1.1.1_2 X.Org tseng display driver xf86-video-vesa-1.3.0_2 X.Org vesa display driver xf86-video-vga-4.1.0_2 X.Org vga display driver xf86-video-via-0.2.2_3 X.Org via display driver xf86-video-vmware-10.15.2_1 X.Org vmware display driver xf86-video-voodoo-1.1.1_2 X.Org voodoo display driver xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers xf86dga-1.0.2?????? Test program for the XFree86-DGA extension xf86dgaproto-2.0.3? XFree86-DGA extension headers xf86driproto-2.0.3? XFree86-DRI extension headers xf86miscproto-0.9.2 XFree86-Misc extension headers xf86rushproto-1.1.2 XFree86-Rush extension headers xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers xfce-4.4.3????????? The "meta-port" for the XFce 4 desktop environment xfce4-appfinder-4.4.3 Find application in the system supporting Desktop entry for xfce4-desktop-4.4.3 XFce 4 desktop background manager and root menu xfce4-icon-theme-4.4.3 Icon themes for XFce 4 xfce4-mcs-manager-4.4.3 XFce 4 settings manager xfce4-mcs-plugins-4.4.3 XFce 4 settings manager plugins xfce4-mixer-4.4.3?? XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.4.3?? XFce 4 panel module xfce4-print-4.4.3?? XFce 4 graphical frontend for printing xfce4-session-4.4.3 Session manager for the Xfce 4 desktop environment xfce4-utils-4.4.3?? XFce 4 essential utilities and scripts xfce4-wm-4.4.3????? XFce 4 window manager xfce4-wm-themes-4.4.3 XFce 4 window decoration themes for xfwm4 xfd-1.0.1?????????? Display all characters in an X font xfindproxy-1.0.1??? Locate available proxy services xfontsel-1.0.2????? Point and click selection of X11 font names xforms-1.0_4,1????? A graphical user interface toolkit for X Window System xfs-1.0.5_1,1?????? X.Org font server xfsinfo-1.0.1?????? X font server information utility xfwp-1.0.1????????? X firewall proxy xgamma-1.0.2??????? Gamma correction through the X server. xgc-1.0.1?????????? X graphics demo xhost-1.0.2???????? Server access control program for X xineramaproto-1.1.2 Xinerama extension headers xinit-1.0.7???????? X Window System initializer xkbcomp-1.0.3?????? Compile XKB keyboard description xkbevd-1.0.2??????? XKB event daemon xkbprint-1.0.1????? Utility for printing an XKB keyboard description xkbutils-1.0.1_1??? XKB utility demos xkeyboard-config-1.4 X Keyboard Configuration Database xkill-1.0.1???????? Utility for killing a client by its X resource xload-1.0.2???????? System load average display for X xlogo-1.0.1???????? Displays the X Window System logo. xlsatoms-1.0.1????? List interned atoms defined on a server xlsclients-1.0.1??? List client applications running on a display xlsfonts-1.0.2????? Server font list displayer for X xmag-1.0.2????????? X application for screen magnifying xman-1.0.3????????? Manual page display program for X xmessage-1.0.2????? Display message or query in a X window xmh-1.0.1?????????? Send and read mail with an X interface to MH xmlcatmgr-2.2?????? SGML and XML catalog manager xmodmap-1.0.3?????? Utility for modifying keymaps and pointer button mappings i xmore-1.0.1???????? Plain text display program for X xorg-7.3_2????????? X.Org complete distribution metaport xorg-apps-7.3?????? X.org apps meta-port xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-docs-1.4,1???? X.org documentation files xorg-drivers-7.3_3? X.org drivers meta-port xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts xorg-fonts-7.3_1??? X.org fonts meta-port xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.3 X.Org TrueType fonts xorg-fonts-type1-7.3 X.Org Type1 fonts xorg-libraries-7.3_2 X.org libraries meta-port xorg-nestserver-1.4_1,1 Nesting X server from X.Org xorg-protos-7.3_2?? X.org protos meta-port xorg-server-1.4.2,1 X.Org X server and related programs xorg-vfbserver-1.4_1,1 X virtual framebuffer server from X.Org xotcl-1.6.2???????? Object-oriented scripting language based on Tcl xpdf-3.02_10??????? Display PDF files, and convert them to other formats xphelloworld-1.0.1_1 Sends a test page to an Xprint printer xplsprinters-1.0.1? Shows a list of Xprint printers xpr-1.0.2?????????? Utility for printing an X window dump xprehashprinterlist-1.0.1 Recomputes the list of available printers. xprop-1.0.3???????? Property displayer for X xproto-7.0.10_1???? X11 protocol headers xproxymanagementprotocol-1.0.2 X Proxy Management Protocol headers xrandr-1.2.2??????? Primitive command line interface to the RandR extension xrdb-1.0.4????????? X server resource database utility xrefresh-1.0.2????? Refresh all or part of an X screen xrx-1.0.1_1???????? RX helper program xset-1.0.3????????? User preference utility for X xsetmode-1.0.0????? Set the mode for an X Input Device xsetpointer-1.0.1?? Set an X Input device as the main pointer xsetroot-1.0.2????? root window parameter setting utility for X xsm-1.0.1?????????? X Session Manager xstdcmap-1.0.1????? X standard colormap utility xterm-237?????????? Terminal emulator for the X Window System xtrans-1.0.4??????? Abstract network code for X xtrap-1.0.2???????? XTrap sample clients for X xvid-1.1.3_1,1????? An opensource MPEG-4 codec, based on OpenDivx xvidtune-1.0.1????? Video mode tuner for X xvinfo-1.0.2??????? Print out X-Video extension adaptor information xwd-1.0.1?????????? Dump an image of an X window xwininfo-1.0.3????? Window information utility for X xwud-1.0.1????????? Image displayer for X yasm-0.7.2????????? A complete rewrite of the NASM assembler zenity-2.22.1_1???? Display GNOME dialogs from the command line zip-3.0???????????? Create/update ZIP files compatible with pkzip zoo-2.10.1_2??????? Manipulate archives of files in compressed form My Build environment is: SSH_AGENT_PID=1401 SHELL=/bin/sh TERM=screen CATALINA_HOME=/usr/local/tomcat5.5 XALAN_HOME=usr/local/share/java/classes/ WINDOWID=25165838 ANT_HOME=/usr/local USER=rgilaard ENV=/home/rgilaard/.shrc TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ ??? :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ ??? :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ ??? :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ ??? :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ ??? :li#24:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ ??? :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ ??? :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ ??? :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ ??? :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ ??? :se=\E[23m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\ ??? :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ ??? :as=\E(0:ae=\E(B:\ ??? :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ ??? :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ ??? :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ ??? :F1=\E[23~:F2=\E[24~:kb=^H:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ ??? :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ ??? :kd=\EOB:kr=\EOC:kl=\EOD:km: SSH_AUTH_SOCK=/tmp/ssh-NbbsUShYIM/agent.1400 GNOME_KEYRING_SOCKET=/var/tmp/keyring-fmGjI1/socket SESSION_MANAGER=local/zouk.telfort.nl:/tmp/.ICE-unix/1409 USERNAME=rgilaard PAGER=more FTP_PASSIVE_MODE=YES PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/local/share/java/weka:/home/rgilaard/bin DESKTOP_SESSION=XFce4 MAIL=/var/mail/rgilaard STY=6413.ttyp0.zouk BLOCKSIZE=K GDM_XSERVER_LOCATION=local PWD=/usr/ports/x11/yelp EDITOR=vi LANG=C GNOME_KEYRING_PID=1376 GDMSESSION=XFce4 JUNIT_HOME=usr/local/share/java/classes/ HOME=/root SHLVL=3 LOGNAME=rgilaard WINDOW=0 XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/local/share/gdm/:/usr/local/share CLASSPATH=/usr/local/share/java/weka/weka.jar:. DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-dixnyk5RKE,guid=dd2834947f2e6860c3111c2b4921a8fa WINDOWPATH=10 DISPLAY=:0.0 XAUTHORITY=/home/rgilaard/.Xauthority COLORTERM=Terminal _=/usr/bin/env OLDPWD=/ I have updated my ports tree frequently and it's up to date now. The build log info is in this mail and on: http://freebsd-gnome.pastebin.com/f3e4b622e I hope someone can help me with this, because otherwise I will have to start contemplating on reinstalling m whole OS from scratch, a route I'm reluctant to take Thanks in advanced, Dino From QAT at FreeBSD.org Sat Nov 22 10:01:29 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Nov 22 10:01:50 2008 Subject: cvs commit: ports/print/system-config-printer Makefile distinfo pkg-plist ports/print/system-config-printer/files patch-applet.py patch-system-config-printer.py In-Reply-To: <200811221752.mAMHqF90070017@repoman.freebsd.org> References: In-Reply-To: <200811221752.mAMHqF90070017@repoman.freebsd.org> Message-ID: <20081122180126.E5F8612E452B@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/system-config-printer-1.0.11.log : building system-config-printer-1.0.11 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/print/system-config-printer Makefile ident: $FreeBSD: ports/print/system-config-printer/Makefile,v 1.9 2008/11/22 17:52:15 ahze Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Nov 22 17:59:51 UTC 2008 ................................................... /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/ErrorLogCheckpoint.py' '/usr/local/share/system-config-printer/troubleshoot/ErrorLogCheckpoint.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/ErrorLogFetch.py' '/usr/local/share/system-config-printer/troubleshoot/ErrorLogFetch.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/ErrorLogParse.py' '/usr/local/share/system-config-printer/troubleshoot/ErrorLogParse.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/Locale.py' '/usr/local/share/system-config-printer/troubleshoot/Locale.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/LocalOrRemote.py' '/usr/local/share/system-config-printer/troubleshoot/LocalOrRemote.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/NetworkCUPSPrinterShared.py' '/usr/local/share/system-config-printer/troubleshoot/NetworkCUPSPrinterShared.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/PrinterStateReasons.py' '/usr/local/share/system-config-printer/troubleshoot/PrinterStateReasons.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/PrintTestPage.py' '/usr/local/share/system-config-printer/troubleshoot/PrintTestPage.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/QueueNotEnabled.py' '/usr/local/share/system-config-printer/troubleshoot/QueueNotEnabled.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/QueueRejectingJobs.py' '/usr/local/share/system-config-printer/troubleshoot/QueueRejectingJobs.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/RemoteAddress.py' '/usr/local/share/system-config-printer/troubleshoot/RemoteAddress.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/SchedulerNotRunning.py' '/usr/local/share/system-config-printer/troubleshoot/SchedulerNotRunning.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/ServerFirewalled.py' '/usr/local/share/system-config-printer/troubleshoot/ServerFirewalled.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/Shrug.py' '/usr/local/share/system-config-printer/troubleshoot/Shrug.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'troubleshoot/Welcome.py' '/usr/local/share/system-config-printer/troubleshoot/Welcome.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c -m 644 'applet.glade' '/usr/local/share/system-config-printer/applet.glade' test -z "/usr/local/share/system-config-printer" || ./install-sh -c -d "/usr/local/share/system-config-printer" /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c 'my-default-printer.py' '/usr/local/share/system-config-printer/my-default-printer.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c 'pysmb.py' '/usr/local/share/system-config-printer/pysmb.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c 'system-config-printer.py' '/usr/local/share/system-config-printer/system-config-printer.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c 'troubleshoot/__init__.py' '/usr/local/share/system-config-printer/troubleshoot/__init__.py' /bin/sh /work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11/install-sh -c 'applet.py' '/usr/local/share/system-config-printer/applet.py' gmake[2]: Leaving directory `/work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11' gmake[1]: Leaving directory `/work/a/ports/print/system-config-printer/work/system-config-printer-1.0.11' ===> Compressing manual pages for system-config-printer-1.0.11 ===> Registering installation for system-config-printer-1.0.11 ================================================================ ======================================== ===> Building package for system-config-printer-1.0.11 tar: share/elocale/ar/LC_MESSAGES/system-config-printer.mo: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/system-config-printer-1.0.11.tbz Registering depends: py25-notify-0.1.1_4 libnotify-0.4.4_2 py25-gtk-2.12.1_1 libglade2-2.6.3 gtk-2.12.11_1 atk-1.22.0_1 py25-cups-1.9.43 cups-base-1.3.9 gnutls-2.4.2_1 libgcrypt-1.4.1_1 libgpg-error-1.6_1 shared-mime-info-0.51 pango-1.20.5 py25-dbus-0.83.0_1 dbus-glib-0.76 py25-gobject-2.14.2_2 gio-fam-backend-2.16.5 gamin-0.1.9_2 glib-2.16.5 gettext-0.17_1 dbus-1.2.1 libxml2-2.6.32_2 libiconv-1.11_1 py25-cairo-1.6.4 cairo-1.6.4_3,1 xcb-util-0.2.1 libxcb-1.1.90.1 libpthread-stubs-0.1 pcre-7.8 xorg-fonts-truetype-7.3 bitstream-vera-1.10_4 font-bh-ttf-1.0.0 font-misc-meltho-1.0.0_1 font-misc-ethiopic-1.0.0 libXft-2.1.13 fontconfig-2.5.0,1 mkfontdir-1.0.3_1 mkfontscale-1.0.3 freetype2-2.3.7 pixman-0.10.0_2 libfontenc-1.0.4 libXdamage-1.1.1 libXcomposite-0.4.0,1 libXcursor-1.1.9_1 libXfixes-4.0.3_1 libXi-1.1.3,1 libXinerama-1.0.2,1 libXrandr-1.2.2_1 libXext-1.0.3,1 libXrender-0.9.4_1 libX11-1.1.3_1,1 libXau-1.0.3_2 libXdmcp-1.0.2_1 xproto-7.0.10_1 pkg-config-0.23_1 tiff-3.8.2_2 j peg-6b_7 png-1.2.33 perl-5.8.8_1 xcb-proto-1.2 py25-numeric-24.2_2 py25-xml-0.8.4 python25-2.5.2_3 hicolor-icon-theme-0.10_2 gnome_subr-1.0 expat-2.0.1 xmlcatmgr-2.2 encodings-1.0.2,1 font-util-1.0.1 compositeproto-0.4 damageproto-1.1.0_2 fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 randrproto-1.2.1 renderproto-0.9.3 xextproto-7.0.2 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/system-config-printer-1.0.11.tbz' *** Error code 1 Stop in /a/ports/print/system-config-printer. ================================================================ build of /usr/ports/print/system-config-printer ended at Sat Nov 22 18:01:25 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From edwin at FreeBSD.org Sun Nov 23 03:17:14 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 23 03:17:26 2008 Subject: ports/129080: www/firefox3 - Building Firefox 3.0.4 (port epoch 1) fails. Message-ID: <200811231117.mANBHELs098335@freefall.freebsd.org> Synopsis: www/firefox3 - Building Firefox 3.0.4 (port epoch 1) fails. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 23 11:17:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129080 From edwin at FreeBSD.org Sun Nov 23 06:50:10 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 23 06:50:17 2008 Subject: ports/129089: mail/thunderbird upgrade to 2.0.0.18 Message-ID: <200811231450.mANEoAOw060775@freefall.freebsd.org> Synopsis: mail/thunderbird upgrade to 2.0.0.18 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 23 14:50:09 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129089 From miwi at FreeBSD.org Sun Nov 23 08:07:24 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Nov 23 08:07:30 2008 Subject: ports/129089: mail/thunderbird upgrade to 2.0.0.18 Message-ID: <200811231607.mANG7Opj019251@freefall.freebsd.org> Synopsis: mail/thunderbird upgrade to 2.0.0.18 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Nov 23 16:07:23 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=129089 From dfilter at FreeBSD.ORG Sun Nov 23 08:10:10 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun Nov 23 08:10:16 2008 Subject: ports/129089: commit references a PR Message-ID: <200811231610.mANGAAYd019389@freefall.freebsd.org> The following reply was made to PR ports/129089; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/129089: commit references a PR Date: Sun, 23 Nov 2008 16:07:07 +0000 (UTC) miwi 2008-11-23 16:06:53 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo Log: - Update to 2.0.0.18 PR: 129089 Submitted by: Gary Palmer Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html Revision Changes Path 1.97 +1 -1 ports/mail/thunderbird/Makefile 1.38 +3 -3 ports/mail/thunderbird/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Sun Nov 23 10:02:32 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Nov 23 10:02:44 2008 Subject: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Message-ID: <200811231802.mANI2WVm011303@freefall.freebsd.org> Old Synopsis: glib gets compiled with mutex-based implementation of atomic ops. New Synopsis: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 23 18:02:06 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=129088 From bugmaster at FreeBSD.org Mon Nov 24 03:07:38 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 24 03:09:53 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200811241107.mAOB7aF6020252@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/129088 gnome devel/glib20 gets compiled with mutex-based implementa o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/129023 gnome graphics/gimp: URI plugin doesn't work in GIMP - GNOME o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve o ports/128853 gnome [PATCH]textproc/enchant: update to 1.4.2 a ports/128826 gnome sysutils/hal: hald-addon-mouse-sysmouse runs fstat to f ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f p ports/127661 gnome [PATCH]textproc/libxml2: update to 2.7.1, which includ p ports/127399 gnome [UPDATE] security/gnome-keyring: add option to disable o ports/127298 gnome ports/www/xulrunner coredumps p ports/125857 gnome sysutils/gnome-settings-daemon ignores draw_background o ports/125306 gnome www/firefox3 gtk-gnash thread error p ports/124302 gnome [PATCH] www/webkit-gtk2: make video support optional p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 p ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 18 problems total. From stevan-tiefert at arcor.de Mon Nov 24 06:32:01 2008 From: stevan-tiefert at arcor.de (Stevan Tiefert) Date: Mon Nov 24 06:32:12 2008 Subject: ekiga Message-ID: <1227535091.1051.8.camel@rose.search.b.superkabel.de> Hello, I have installed ekiga-2.0.11_4 today. I registered myself at ekiga.net and finished the echo-test sucessfully. Even a small telephone-call was successfully. But after a reboot ekiga doesn't want to start anymore! No error message is appearing. Can somebody hit me in the right direction to debug this problem? With regards Stevan Tiefert -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081124/bb7bc202/attachment.pgp From edwin at FreeBSD.org Mon Nov 24 12:20:12 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 24 12:20:25 2008 Subject: ports/129147: can't use deskutils/lightning-xpi under current amd64 Message-ID: <200811242020.mAOKKCvX048045@freefall.freebsd.org> Synopsis: can't use deskutils/lightning-xpi under current amd64 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 24 20:20:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129147 From ivan at serezhkin.com Mon Nov 24 13:20:04 2008 From: ivan at serezhkin.com (Ivan B. Serezhkin) Date: Mon Nov 24 13:20:10 2008 Subject: ports/129147: can't use deskutils/lightning-xpi under current amd64 Message-ID: <200811242120.mAOLK40k092265@freefall.freebsd.org> The following reply was made to PR ports/129147; it has been noted by GNATS. From: "Ivan B. Serezhkin" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/129147: can't use deskutils/lightning-xpi under current amd64 Date: Tue, 25 Nov 2008 00:03:54 +0300 After all this port works =) I rebuild thunderbird with this changes : --- mail/thunderbird/work/mozilla/configure.origin 2008-11-25 00:01:11.000000000 +0300 +++ mail/thunderbird/work/mozilla/configure 2008-11-25 00:01:50.000000000 +0300 @@ -5408,7 +5408,7 @@ CPU_ARCH=sparc ;; -x86_64 | sparc | ppc | ia64) +amd64 | x86_64 | sparc | ppc | ia64) CPU_ARCH="$OS_TEST" ;; esac And lightning attachs to thunderbird from port. -- Ivan B. Serezhkin Spamooborona, Yandex. http://so.yandex.ru/ From ahze at freebsd.org Mon Nov 24 16:30:06 2008 From: ahze at freebsd.org (Michael Johnson) Date: Mon Nov 24 16:30:13 2008 Subject: ports/129147: can't use deskutils/lightning-xpi under current amd64 Message-ID: <200811250030.mAP0U6Om033430@freefall.freebsd.org> The following reply was made to PR ports/129147; it has been noted by GNATS. From: "Michael Johnson" To: "Vany B. Serezhkin" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/129147: can't use deskutils/lightning-xpi under current amd64 Date: Mon, 24 Nov 2008 18:24:27 -0600 ------=_Part_112604_11208187.1227572667905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Nov 24, 2008 at 11:22 AM, Vany B. Serezhkin wrote: > > >Number: 129147 > >Category: ports > >Synopsis: can't use deskutils/lightning-xpi under current amd64 > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-ports-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Nov 24 20:20:01 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Vany B. Serezhkin > >Release: FreeBSD 8.0-CURRENT amd64 > >Organization: > Yandex > >Environment: > System: FreeBSD vany.yandex.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Mon Nov > 24 11:36:04 MSK 2008 root@VANY:/opt/obj/opt/src/sys/VWN amd64 > >Description: > This is not a port - this is a binary package. > It simple not works under my build of FreeBSD. > make install simple unzips distfile and copy it to thunderbird's lib dir. > And nothing happens - there no manual and no correct pkg-message and no > useability. > Currently there is no binary built for 8.0-CURRENT, it is just installing the 7.0 package which might not work in 8.0. > > >How-To-Repeat: > install amd64 8.0-CURRENT =) > intall xorg, thunderbird from ports. > install lightning. > >Fix: > I have no idea. > > >Release-Note: > >Audit-Trail: > >Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to " > freebsd-ports-bugs-unsubscribe@freebsd.org" > ------=_Part_112604_11208187.1227572667905 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Mon, Nov 24, 2008 at 11:22 AM, Vany B. Serezhkin <ivan@serezhkin.com> wrote:

>Number:         129147
>Category:       ports
>Synopsis:       can't use deskutils/lightning-xpi under current amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 24 20:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vany B. Serezhkin
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
Yandex
>Environment:
System: FreeBSD vany.yandex.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Mon Nov 24 11:36:04 MSK 2008 root@VANY:/opt/obj/opt/src/sys/VWN amd64
>Description:
This is not a port - this is a binary package.
It simple not works under my build of FreeBSD.
make install simple unzips distfile and copy it to thunderbird's lib dir.
And nothing happens - there no manual and no correct pkg-message and no useability.

Currently there is no binary built for 8.0-CURRENT, it is just installing the 7.0 package which might not work in 8.0.
 

>How-To-Repeat:
install amd64 8.0-CURRENT =)
intall xorg, thunderbird from ports.
install lightning.
>Fix:
I have no idea.

>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"

------=_Part_112604_11208187.1227572667905-- From ivan at serezhkin.com Mon Nov 24 16:50:05 2008 From: ivan at serezhkin.com (Ivan B. Serezhkin) Date: Mon Nov 24 16:50:12 2008 Subject: ports/129147: can't use deskutils/lightning-xpi under current amd64 Message-ID: <200811250050.mAP0o41l049202@freefall.freebsd.org> The following reply was made to PR ports/129147; it has been noted by GNATS. From: "Ivan B. Serezhkin" To: bug-followup@FreeBSD.org Cc: Michael Johnson Subject: Re: ports/129147: can't use deskutils/lightning-xpi under current amd64 Date: Tue, 25 Nov 2008 03:48:09 +0300 There is sources in mozilla tree. Is it possible to build lightning fromsources, not binary distribution? Or it can be build only after thunderbird ? Also all people who need lightning has builded thunderbird and mozilla in distfiles =) it large =) -- Ivan B. Serezhkin Spamooborona, Yandex. http://so.yandex.ru/ From mezz7 at cox.net Tue Nov 25 10:22:37 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue Nov 25 10:22:44 2008 Subject: ekiga In-Reply-To: <1227535091.1051.8.camel@rose.search.b.superkabel.de> References: <1227535091.1051.8.camel@rose.search.b.superkabel.de> Message-ID: On Mon, 24 Nov 2008 07:58:11 -0600, Stevan Tiefert wrote: > Hello, > > I have installed ekiga-2.0.11_4 today. I registered myself at ekiga.net > and finished the echo-test sucessfully. Even a small telephone-call was > successfully. But after a reboot ekiga doesn't want to start anymore! No > error message is appearing. > > Can somebody hit me in the right direction to debug this problem? You will get better result if you send an email to the maintainer. Also, even better to ask Ekiga team or check their website. Cheers, Mezz > With regards > Stevan Tiefert -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Tue Nov 25 10:29:16 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue Nov 25 10:29:24 2008 Subject: Error installing usr/ports/x11/yelp & gnomelogalyzer.sh ouput In-Reply-To: <66259.16807.qm@web51112.mail.re2.yahoo.com> References: <66259.16807.qm@web51112.mail.re2.yahoo.com> Message-ID: On Sat, 22 Nov 2008 04:02:45 -0600, Dino Vliet wrote: > Hi gnome folks, > > When running gnomelogalyzer.sh in the yelp port directory which will not > install properly I get this info: > > yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x631): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_StringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x6f4): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x8fd): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x9cf): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xa1e): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xa6d): In function > `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, > nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to > `NS_CStringContainerInit2' follow > /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' > gmake[3]: *** [yelp] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11/yelp. > > > My ports tree is up to date (portsnap fetch update). > I've checked /usr/portsUPDATING but didn't find anything relevent. > I've already done a portupgrade -fa, which takes 3 days on my system. > I've already searched the archives of both http://www.FreeBSD.org/gnome/ > and http://www.freebsd.org/gnome/index.html#search. > > My Operating System is: > uname -a > FreeBSD zouk.telfort.nl 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #21: Wed > Oct? 1 08:07:27 CEST 2008???? > rgilaard@amd_desktop:/usr/obj/usr/src/sys/MYKERNEL? amd64 > >I hope someone can help me with this, because otherwise I will have to > start contemplating on reinstalling m whole OS from scratch, a route I'm > reluctant to take Try to remove nspr, nss, firefox and yelp then install yelp (be sure to run 'make clean' first). If not help then I don't know. BTW: gnome@FreeBSD.org and freebsd-gnome@FreeBSD.org are same, which we get your two emails. Cheers, Mezz > Thanks in advanced, > Dino -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Tue Nov 25 10:30:05 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue Nov 25 10:30:12 2008 Subject: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Message-ID: <200811251830.mAPIU58L086393@freefall.freebsd.org> The following reply was made to PR ports/129088; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, trasz@freebsd.org Cc: Subject: Re: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Date: Tue, 25 Nov 2008 12:20:36 -0600 FYI: We don't have to worry about i386, since it's not support by FreeBSD. As for gets it compiled with mutex-based implementation of atomic ops, I can't comment on it. I don't know anything about it. Although it does sound good. I will let marcus, bland or whomever to take care of it. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From marcus at FreeBSD.org Tue Nov 25 10:53:08 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Tue Nov 25 10:53:15 2008 Subject: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Message-ID: <200811251853.mAPIr8A6008734@freefall.freebsd.org> Synopsis: devel/glib20 gets compiled with mutex-based implementation of atomic ops. State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Nov 25 18:52:56 UTC 2008 State-Changed-Why: Functionality has been restored. http://www.freebsd.org/cgi/query-pr.cgi?pr=129088 From dfilter at FreeBSD.ORG Tue Nov 25 11:00:15 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Tue Nov 25 11:00:23 2008 Subject: ports/129088: commit references a PR Message-ID: <200811251900.mAPJ0FGs008969@freefall.freebsd.org> The following reply was made to PR ports/129088; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/129088: commit references a PR Date: Tue, 25 Nov 2008 18:53:00 +0000 (UTC) marcus 2008-11-25 18:52:50 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile Log: Restore the ability to compile with optimized assembler code. PR: 129088 Revision Changes Path 1.154 +2 -1 ports/devel/glib20/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From trasz at freebsd.org Wed Nov 26 02:00:17 2008 From: trasz at freebsd.org (Edward Tomasz Napierala) Date: Wed Nov 26 02:00:24 2008 Subject: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Message-ID: <200811261000.mAQA0HLD021102@freefall.freebsd.org> The following reply was made to PR ports/129088; it has been noted by GNATS. From: Edward Tomasz Napierala To: Jeremy Messenger Cc: bug-followup@freebsd.org Subject: Re: ports/129088: devel/glib20 gets compiled with mutex-based implementation of atomic ops. Date: Wed, 26 Nov 2008 10:36:56 +0100 On 1125T1220, Jeremy Messenger wrote: > FYI: We don't have to worry about i386, since it's not support by FreeBSD. > > As for gets it compiled with mutex-based implementation of atomic ops, I > can't comment on it. I don't know anything about it. Although it does > sound good. I will let marcus, bland or whomever to take care of it. Thank you; fix works just fine. -- If you cut off my head, what would I say? Me and my head, or me and my body? From salvataha1 at live.co.za Wed Nov 26 04:40:40 2008 From: salvataha1 at live.co.za (Col. Salva Taha) Date: Wed Nov 26 04:40:47 2008 Subject: PROPERTIES. Message-ID: <200811261212.mAQCCbko007394@vulcan.highspd.net> Good Day, I wish to introduce myself to you.I am Col.Salva Taha a top Sudanese Goverment official who opposed the war in Dafur in my country Sudan.Due to my oppostion to the war,the goverment of my country has been persecuting me.Consequently my wife,children and I managed to enter a red cross airplane that was evacuating foreigners and we are presently in Cape Town,South Africa. We wish to invest in properties in your country with your assistance and cooperation.If you are in a good position to help my family, please send an email to the email address below indicating your desire to help my family invest the funds in your country and beyond. I await your email. best regards. God bless, Col. Salva Taha Email:salvataha1@live.co.za From edwin at FreeBSD.org Wed Nov 26 09:00:29 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 26 09:00:40 2008 Subject: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Message-ID: <200811261700.mAQH0TU0037368@freefall.freebsd.org> Synopsis: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 26 17:00:28 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129211 From rannumgen at globaleyes.net Wed Nov 26 09:40:09 2008 From: rannumgen at globaleyes.net (RandomUser) Date: Wed Nov 26 09:40:15 2008 Subject: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Message-ID: <200811261740.mAQHe8M3066757@freefall.freebsd.org> The following reply was made to PR ports/129211; it has been noted by GNATS. From: RandomUser To: bug-followup@FreeBSD.org, rannumgen@globaleyes.net Cc: Subject: Re: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Date: Wed, 26 Nov 2008 11:32:43 -0600 Hmmm - apparently removing the "extraneous" dollar sign now introduces another error message, sed: 1: "s|^.*%{\!pg: %{pthread: ...": unescaped newline inside substitute pattern which does NOT occur when doing the command manually (tcsh or sh). Even after retyping the entire line from scratch (in the Makefile). Examining the original Makefile via GHEX2 verifies that that is no NEWLINE character in the original GECKO_PTHREAD_LIBS statement. From mezz7 at cox.net Wed Nov 26 10:00:17 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed Nov 26 10:00:23 2008 Subject: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Message-ID: <200811261800.mAQI0HQV080752@freefall.freebsd.org> The following reply was made to PR ports/129211; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, rannumgen@globaleyes.net Cc: Subject: Re: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Date: Wed, 26 Nov 2008 11:56:49 -0600 I think I am blind. I don't see any error here. In your log shows: ------------------------------------------------ [...] ===> Applying FreeBSD patches for firefox-2.0.0.18,1 pkg_info: no packages match pattern(s) /usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%|-lpthread|' /da0/usrports/www/firefox/work/mozilla/storage/build/Makefile.in ------------------------------------------------ Where is error? The 's|%%PTHREAD_LIBS%%|-lpthread|' is a correct behavior. Can you explain more about what error you are seeing? Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Wed Nov 26 11:02:22 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed Nov 26 11:02:28 2008 Subject: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script In-Reply-To: <492D9AC2.5060304@globaleyes.net> References: <492D9AC2.5060304@globaleyes.net> Message-ID: On Wed, 26 Nov 2008 12:51:46 -0600, RandomUser wrote: > I was reacting to the emitted "no packages match pattern(s)" message and > the display of the SED script. Normally, I consider an unexpected > emitted message an "error". This was come from /usr/ports/Mk/bsd.gecko.mk at 526 line. It's harmless and you don't have to worry about anything. > I replaced the modified Makefile with the original, after encountering a > "real" SED error message, recompiled and ignored the whatever message > below, and the compilation completed successfully. > > Since FF-2.0.0.18_1 does successfully compile, inspite of the emitted > message, you can CLOSE the PR, though it would be nice to avoid the > message. I shall close it when I get back. Thanks. Cheers, Mezz > Jeremy Messenger wrote: >> I think I am blind. I don't see any error here. In your log shows: >> >> ------------------------------------------------ >> [...] >> ===> Applying FreeBSD patches for firefox-2.0.0.18,1 >> pkg_info: no packages match pattern(s) >> /usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%|-lpthread|' >> /da0/usrports/www/firefox/work/mozilla/storage/build/Makefile.in >> ------------------------------------------------ >> >> Where is error? The 's|%%PTHREAD_LIBS%%|-lpthread|' is a correct >> behavior. Can you explain more about what error you are seeing? -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From emil at Update.UU.SE Wed Nov 26 15:27:19 2008 From: emil at Update.UU.SE (Emil Holmstr|m) Date: Wed Nov 26 15:27:26 2008 Subject: gvfs-client Message-ID: <20081126232715.GA41061@Amanita.Update.UU.SE> Hello again! Now the devel/gvfs package fails the problem is solved by creating the directory: ${LOCALBASE}/include/gvfs-client/gvfs and ${LOCALBASE}/share/gvfs/mounts/. Thanks, Emil From emil at Update.UU.SE Wed Nov 26 15:31:40 2008 From: emil at Update.UU.SE (Emil Holmstr|m) Date: Wed Nov 26 15:31:47 2008 Subject: gnome-mount and policykit-gnome Message-ID: <20081126231249.GA69405@Amanita.Update.UU.SE> Hi! I tried to install sysutils/policykit-gnome and sysutils/gnome-mount from ports, with portinstall(1). Both failed. policykit-gnome failed because ${LOCALBASE}/include/PolicyKit/polkit-gnome was non-existent, this problem was resolved by creating the directory. gnome-mount failed because ${LOCALBASE}/share/gnome-mount was non-existent, also this problem was resolved in creating the named directory. Kind regards, Emil From emil at Update.UU.SE Wed Nov 26 16:44:45 2008 From: emil at Update.UU.SE (Emil Holmstr|m) Date: Wed Nov 26 16:44:52 2008 Subject: x11/libgnome with friends Message-ID: <20081127004441.GB41061@Amanita.Update.UU.SE> x11/libgnome fails with the non-existent dependency gnomehack and the non-existent directories: ${LOCALBASE}/include/libgnome-2.0/libgnome ${LOCALBASE}/lib/bonobo/servers/ ${LOCALBASE}/share/pixmaps/backgrounds/gnome ${LOCALBASE}/share/gnome-background-properties Creating bzip'd tar ball in '/usr/ports/packages/All/libgnome-2.22.0_1.tbz' tar: libdata/bonobo/servers/GNOME_Moniker_std.server: Cannot stat: No such file or directory tar: libdata/pkgconfig/libgnome-2.0.pc: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 # find /usr/ports/x11/libgnome | \ grep -E '(GNOME_Moniker_std.server|libgnome-2.0.pc)$' /usr/ports/x11/libgnome/work/libgnome-2.22.0/monikers/GNOME_Moniker_std.server /usr/ports/x11/libgnome/work/libgnome-2.22.0/libgnome/libgnome-2.0.pc However they cannot be found in ${LOCALBASE}/libdata/bonobo/servers/ nor in ${LOCALBASE}/libdata/pkgconfig/. Also..... The x11-toolkits/libbonoboui port fails................ The ${LOCALBASE}/include/libbonoboui-2.0 and ${LOCALBASE}/include/libbonoboui-2.0/bonobo directories does not exists or is not created. So like for every shiny gnome port you have to do it yourself. >:( I guess you are not surprised, but the terror does not stop here. x11-toolkits/libgnomeui is a failkit and therefor fails.... # mkdir ${LOCALBASE}/include/libgnomeui-2.0 # mkdir ${LOCALBASE}/include/libgnomeui-2.0/libgnomeui # mkdir ${LOCALBASE}/lib/gtk-2.0/2.10.0/filesystems And all I wanted was games/gtetrinet, at least all dependencies installs now. :P Thanks for an entertaining night, Emil From marcus at marcuscom.com Wed Nov 26 17:26:27 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed Nov 26 17:26:34 2008 Subject: gvfs-client In-Reply-To: <20081126232715.GA41061@Amanita.Update.UU.SE> References: <20081126232715.GA41061@Amanita.Update.UU.SE> Message-ID: <1227749197.76020.3.camel@shumai.marcuscom.com> On Thu, 2008-11-27 at 00:27 +0100, Emil Holmstr|m wrote: > Hello again! > > Now the devel/gvfs package fails the problem is solved by creating the > directory: ${LOCALBASE}/include/gvfs-client/gvfs and > ${LOCALBASE}/share/gvfs/mounts/. Fails how? These directories should be created automatically as both contain files which are listed in the gvfs pkg-plist. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081127/a763e947/attachment.pgp From marcus at marcuscom.com Wed Nov 26 17:26:50 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed Nov 26 17:26:56 2008 Subject: gnome-mount and policykit-gnome In-Reply-To: <20081126231249.GA69405@Amanita.Update.UU.SE> References: <20081126231249.GA69405@Amanita.Update.UU.SE> Message-ID: <1227749232.76020.5.camel@shumai.marcuscom.com> On Thu, 2008-11-27 at 00:12 +0100, Emil Holmstr|m wrote: > Hi! > > I tried to install sysutils/policykit-gnome and sysutils/gnome-mount > from ports, with portinstall(1). > Both failed. Again, what errors did you get? Joe > > policykit-gnome failed because > ${LOCALBASE}/include/PolicyKit/polkit-gnome was non-existent, this > problem was resolved by creating the directory. > > gnome-mount failed because > ${LOCALBASE}/share/gnome-mount was non-existent, also this problem was > resolved in creating the named directory. > > Kind regards, > Emil > _______________________________________________ > 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" > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081127/dc9f29c5/attachment.pgp From mezz at FreeBSD.org Wed Nov 26 19:10:45 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Wed Nov 26 19:10:50 2008 Subject: ports/129211: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script Message-ID: <200811270310.mAR3AiBN098173@freefall.freebsd.org> Synopsis: www/firefox V2.0.18 error in GECKO_PTHREAD_LIBS sed script State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Thu Nov 27 03:10:13 UTC 2008 State-Changed-Why: There is no error and is harmless. http://www.freebsd.org/cgi/query-pr.cgi?pr=129211 From edwin at FreeBSD.org Thu Nov 27 04:50:11 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 27 04:50:18 2008 Subject: ports/129229: [PATCH] deskutils/sunbird update to 0.9 Message-ID: <200811271250.mARCoBUl069243@freefall.freebsd.org> Synopsis: [PATCH] deskutils/sunbird update to 0.9 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 27 12:50:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129229 From dino_vliet at yahoo.com Thu Nov 27 06:24:58 2008 From: dino_vliet at yahoo.com (Dino Vliet) Date: Thu Nov 27 06:31:09 2008 Subject: Error installing usr/ports/x11/yelp & gnomelogalyzer.sh ouput In-Reply-To: Message-ID: <538581.86904.qm@web51105.mail.re2.yahoo.com> --- On Tue, 11/25/08, Jeremy Messenger wrote: From: Jeremy Messenger Subject: Re: Error installing usr/ports/x11/yelp & gnomelogalyzer.sh ouput To: dino_vliet@yahoo.com Cc: gnome@freebsd.org Date: Tuesday, November 25, 2008, 7:28 PM On Sat, 22 Nov 2008 04:02:45 -0600, Dino Vliet wrote: > Hi gnome folks, > > When running gnomelogalyzer.sh in the yelp port directory which will not install properly I get this info: > > yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x631): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_StringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x6f4): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x8fd): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0x9cf): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xa1e): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xa6d): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': > : undefined reference to `NS_CStringContainerInit2' > yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to `NS_CStringContainerInit2' follow > /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' > gmake[3]: *** [yelp] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11/yelp. > > > My ports tree is up to date (portsnap fetch update). > I've checked /usr/portsUPDATING but didn't find anything relevent. > I've already done a portupgrade -fa, which takes 3 days on my system. > I've already searched the archives of both http://www.FreeBSD.org/gnome/ and http://www.freebsd.org/gnome/index.html#search. > > My Operating System is: > uname -a > FreeBSD zouk.telfort.nl 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #21: Wed Oct? 1 08:07:27 CEST 2008???? rgilaard@amd_desktop:/usr/obj/usr/src/sys/MYKERNEL? amd64 > > I hope someone can help me with this, because otherwise I will have to start contemplating on reinstalling m whole OS from scratch, a route I'm reluctant to take Try to remove nspr, nss, firefox and yelp then install yelp (be sure to run 'make clean' first). If not help then I don't know. BTW: gnome@FreeBSD.org and freebsd-gnome@FreeBSD.org are same, which we get your two emails. Cheers, Mezz > Thanks in advanced, > Dino --mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org Thanks Jeremy, I'm doing this right now. I have upgraded freebsd to releng_7_0 and hope everything will be solved now. However, the start of installing yelp showed this: [root@zouk /usr/ports/x11/yelp]# make install clean ===> yelp-2.22.1_1 depends on file: /usr/local/lib/firefox/libgtkembedmoz.so - not found ===> Verifying install for /usr/local/lib/firefox/libgtkembedmoz.so in /usr/ports/www/firefox ===> Found saved configuration for firefox-1.0.7_4,1 But it tries to download firefox2, which is what I'd installed in the past. Is that strange, that the port yelp complains about finding a very old saved configuration of firefox (1.0.7_4,1) while I got the 2.0.0.18 version in the ports tree I will posst the results when I have them. Thanks in advanced, Dino From mezz7 at cox.net Fri Nov 28 12:50:08 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri Nov 28 12:50:15 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811282050.mASKo6C4044115@freefall.freebsd.org> The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, lars.stokholm@gmail.com Cc: Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Fri, 28 Nov 2008 14:45:23 -0600 I don't have gimp installed, but what did you entered the URI? Skip the details aren't going to help us. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From lars.stokholm at gmail.com Sat Nov 29 00:20:09 2008 From: lars.stokholm at gmail.com (Lars Stokholm) Date: Sat Nov 29 00:20:15 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811290820.mAT8K83n054300@freefall.freebsd.org> The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Lars Stokholm" To: "Jeremy Messenger" Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sat, 29 Nov 2008 09:05:20 +0100 You can enter any URI for an image - it won't matter. Use http://www.freebsd.org/layout/images/logo-red.png for example: http://img399.imageshack.us/img399/9327/shot1it4.png http://img243.imageshack.us/img243/8299/shot2rd6.png I wasn't giving more details, because I thought there was no need. If you think I'm missing other details, I'll be more than happy to clarify. Cheers, Lars From jau at iki.fi Sat Nov 29 02:20:07 2008 From: jau at iki.fi (Jukka A. Ukkonen) Date: Sat Nov 29 02:20:13 2008 Subject: ports/129080: Building Firefox 3.0.4 (port epoch 1) fails. Message-ID: <200811291020.mATAK7jL046062@freefall.freebsd.org> The following reply was made to PR ports/129080; it has been noted by GNATS. From: jau@iki.fi (Jukka A. Ukkonen) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/129080: Building Firefox 3.0.4 (port epoch 1) fails. Date: Sat, 29 Nov 2008 11:57:24 +0200 (EET) Apparently this might be to somehow incomplete dependency specifications or something similar. After a couple of rounds of csup and "pkg_replace -a" over the whole ports tree Firefox-3 suddenly compiled again. Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Oxit Ltd, Finland /__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671 / Internet: Jukka.Ukkonen(a)Oxit.Fi (Home) +358-9-6215-280 / Internet: jau(a)iki.fi v .--- .- ..- ...-.- .. -.- .. .-.-.- ..-. .. + + + + My opinions are mine and mine alone, not my employers. + + + + From ca.indie at gmail.com Sat Nov 29 10:46:41 2008 From: ca.indie at gmail.com (caindie) Date: Sat Nov 29 10:46:48 2008 Subject: usb flash drive insertion causes hal to die Message-ID: <20749904.post@talk.nabble.com> freebsd 7.1 pre release 1- cvs upgrade from 7.0 beta 2 (don't ask) - gnome2-lite and all dependencies, except below, installed from ports portinstall -R gnome2-lite ORBIit2, gstreamer-ffmpeg failed compile or configure - installed 7.0 stable packages with pkg_add -r etc - did pkgdb -F for dependencies on earlier - minor number- versions of installed ports. enabled dbus and hal in /etc/rc.conf edited /etc/fstab to add proc and comment out /cdrom hal and dbus are running on boot. cd automounted by hal - ok insert usb flash drive - no response no messages in gnome /var/log/messages (just turned over) has the following after usb removed Nov 29 10:05:55 venice kernel: (da0:umass-sim0:0:0:0): lost device Nov 29 10:05:55 venice kernel: (da0:umass-sim0:G0:E0O:M0_)L:A BrEeLmo:v iLnagb edle vmiscdeo sefnst/r y r Nov 29 10:05:55 venice kernel: emoved. Nov 29 10:05:55 venice kernel: umass0: detached I was able to mount -t msdosfs /dev/da0 /mnt for drive within gnome after I determined hal was not running though dbus was running. small problem - but should work -- View this message in context: http://www.nabble.com/usb-flash-drive-insertion-causes-hal-to-die-tp20749904p20749904.html Sent from the freebsd-gnome mailing list archive at Nabble.com. From marcus at marcuscom.com Sat Nov 29 11:03:51 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat Nov 29 11:03:58 2008 Subject: usb flash drive insertion causes hal to die In-Reply-To: <20749904.post@talk.nabble.com> References: <20749904.post@talk.nabble.com> Message-ID: <1227985450.9137.0.camel@shumai.marcuscom.com> On Sat, 2008-11-29 at 10:30 -0800, caindie wrote: > freebsd 7.1 pre release 1- cvs upgrade from 7.0 beta 2 (don't ask) - > > gnome2-lite and all dependencies, except below, installed from ports > portinstall -R gnome2-lite > > ORBIit2, gstreamer-ffmpeg failed compile or configure - installed 7.0 stable > packages > with pkg_add -r etc - did pkgdb -F for dependencies on earlier - minor > number- versions of installed ports. > > enabled dbus and hal in /etc/rc.conf > edited /etc/fstab to add proc and comment out /cdrom > > hal and dbus are running on boot. > > cd automounted by hal - ok > > insert usb flash drive - no response > > no messages in gnome > > /var/log/messages (just turned over) has the following after usb removed > > Nov 29 10:05:55 venice kernel: (da0:umass-sim0:0:0:0): lost device > Nov 29 10:05:55 venice kernel: (da0:umass-sim0:G0:E0O:M0_)L:A BrEeLmo:v > iLnagb edle vmiscdeo sefnst/r y r > Nov 29 10:05:55 venice kernel: emoved. > Nov 29 10:05:55 venice kernel: umass0: detached > > I was able to mount -t msdosfs /dev/da0 /mnt for drive within gnome after I > determined hal was not running though dbus was running. See http://www.freebsd.org/gnome/docs/halfaq.html#q4 on how to report problems with hal. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20081129/276c2e83/attachment.pgp From linimon at FreeBSD.org Sat Nov 29 13:16:18 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Nov 29 13:16:24 2008 Subject: ports/129275: Re: Building Firefox 3.0.4 (port epoch 1) fails. Message-ID: <200811292116.mATLGH4U098314@freefall.freebsd.org> Synopsis: Re: Building Firefox 3.0.4 (port epoch 1) fails. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Nov 29 21:15:33 UTC 2008 State-Changed-Why: Misfiled followup to ports/129080; content migrated. Responsible-Changed-From-To: gnats-admin->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 21:15:33 UTC 2008 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=129275 From bobf at mrp3.com Sat Nov 29 14:22:03 2008 From: bobf at mrp3.com (Bob Frazier) Date: Sat Nov 29 14:22:09 2008 Subject: gnome upgrade 2.20 to 2.22, circular dependencies Message-ID: <4931A841.1020801@mrp3.com> upgrading from gnome 2.20 to gnome 2.22 (using recent ports + FBSD 7.1-PRERELEASE) initially excluded firefox, thunderbird, openoffice, gstreamer-related ports, and followed directions in 'UPDATING' for the upgrade for gettext (i.e. in effect 'portupgrade -rR gettext'). Several ports failed to build. On 2 different machines running the same OS and using the same ports tree, following a series of failed upgrades [due to varying reasons] the package database contained a number of circular dependencies which ultimately caused a series of hangs and/or crashes and serious problems cleaning up afterwards. The problem appeared to be centered around dependencies for gnome-desktop, ligbnomeui, eel, and gvfs which ultimately began to point at one another (in particular, eel and libgnomeui had each other listed as dependencies). Deleting these 4 ports (difficult after hangs + corruption) and then re-installing them later (using 'FORCE_PKG_REGISTER') plus _HOURS_ of interactive pkgdb -F etc. seems to have alleviated the problem by correcting the circular dependencies. the main symptoms are an extremely long period of time running pkg_create to create '+CONTENTS', which ultimately ends up in an infinite loop on a number of related ports (let's say 'eog' as an example). From bobf at mrp3.com Sun Nov 30 00:38:55 2008 From: bobf at mrp3.com (Bob Frazier) Date: Sun Nov 30 00:39:01 2008 Subject: conflict between gnome-applets 2.20 and libgweather 2.22 Message-ID: <4932522A.5060702@mrp3.com> there is an installation conflict between gnome-applets 2.20 and libgweather 2.22 . in the process of trying to 'pkgdb -F' on my system (due to a number of problems doing the 2.20 to 2.22 upgrade) I installed libgweather to satisfy the new dependencies. Unfortunately this causes trouble when you deinstall gnome-applets 2.20 since libgweather components get de-installed. One recommended update procedure might be to pkg_deinstall gnome-applets before doing any gnome upgrade from earlier versions (including one involving a portupgrade of gettext which is where it started affecting me). This is independent of the 'nautilus' issue already in the 'UPDATING' file. This might also help prevent some of the cyclic depenencies that other packages were causing (mentioned in my previous e-mail). once everything is upgraded, gnome-applets should end up being re-installed as a dependency of gnome2-2.20 and libgweather as a dependency of that. From mezz7 at cox.net Sun Nov 30 08:15:08 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 30 08:15:15 2008 Subject: conflict between gnome-applets 2.20 and libgweather 2.22 In-Reply-To: <4932522A.5060702@mrp3.com> References: <4932522A.5060702@mrp3.com> Message-ID: On Sun, 30 Nov 2008 02:43:22 -0600, Bob Frazier wrote: > there is an installation conflict between gnome-applets 2.20 and > libgweather 2.22 . in the process of trying to 'pkgdb -F' on my system > (due to a number of problems doing the 2.20 to 2.22 upgrade) I installed > libgweather to satisfy the new dependencies. Unfortunately this causes > trouble when you deinstall gnome-applets 2.20 since libgweather > components get de-installed. > > One recommended update procedure might be to pkg_deinstall gnome-applets > before doing any gnome upgrade from earlier versions (including one > involving a portupgrade of gettext which is where it started affecting > me). This is independent of the 'nautilus' issue already in the > 'UPDATING' file. This might also help prevent some of the cyclic > depenencies that other packages were causing (mentioned in my previous > e-mail). once everything is upgraded, gnome-applets should end up being > re-installed as a dependency of gnome2-2.20 and libgweather as a > dependency of that. It is already documented in /usr/ports/UPDATING (20080323). Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz at FreeBSD.org Sun Nov 30 10:07:07 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun Nov 30 10:07:13 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811301807.mAUI77Wp041794@freefall.freebsd.org> Synopsis: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" State-Changed-From-To: open->feedback State-Changed-By: mezz State-Changed-When: Sun Nov 30 18:06:52 UTC 2008 State-Changed-Why: Marks it as feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=129023 From mezz7 at cox.net Sun Nov 30 10:10:04 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 30 10:10:10 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811301810.mAUIA4jZ042573@freefall.freebsd.org> The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Jeremy Messenger" To: "Lars Stokholm" Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sun, 30 Nov 2008 12:05:38 -0600 On Sat, 29 Nov 2008 02:05:20 -0600, Lars Stokholm wrote: > You can enter any URI for an image - it won't matter. Use > http://www.freebsd.org/layout/images/logo-red.png for example: > http://img399.imageshack.us/img399/9327/shot1it4.png > http://img243.imageshack.us/img243/8299/shot2rd6.png Thanks! I can't reproduce your problem. But only thing that I did different from your is disable HELPBROWSER and it shouldn't be make any difference as it's only for help browser. I have installed gimp-app today. ----------------------------------------- # pkg_info -IX gimp gimp-app-2.6.1_3,1 A GNU Image Manipulation Program ----------------------------------------- > I wasn't giving more details, because I thought there was no need. If > you think I'm missing other details, I'll be more than happy to > clarify. It does matter, because URI can be more than just entry URL like samba URI and etc tha way we can location what problem. ;-) I think I might have a good idea what your problem is. Do you have ftp/curl installed by any chance? If no then can you install curl and reinstall gimp-app to see if it will helping with your issue? I have curl installed here in my system and I noticed that gimp will find curl by autocheck then use it. I will add ftp/curl dependency in graphics/gimp-app by default with maybe provide optional to turn off. Cheers, Mezz > Cheers, > Lars -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Sun Nov 30 10:20:07 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 30 10:20:16 2008 Subject: ports/129080: www/firefox3 - Building Firefox 3.0.4 (port epoch 1) fails. Message-ID: <200811301820.mAUIK7aq052957@freefall.freebsd.org> The following reply was made to PR ports/129080; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, jau@iki.fi Cc: Subject: Re: ports/129080: www/firefox3 - Building Firefox 3.0.4 (port epoch 1) fails. Date: Sun, 30 Nov 2008 12:19:14 -0600 Even thought if you don't have this problem anymore. I rather to keep this PR open until we fix bsd.gecko.mk correct for firefox3 since it does not install *.pc files. It needs some check on if it is firefox3 then do not try to copy the *.pc files. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From lars.stokholm at gmail.com Sun Nov 30 12:00:07 2008 From: lars.stokholm at gmail.com (Lars Stokholm) Date: Sun Nov 30 12:00:13 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200811302000.mAUK07oH030210@freefall.freebsd.org> The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Lars Stokholm" To: "Jeremy Messenger" Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sun, 30 Nov 2008 20:57:37 +0100 On Sun, Nov 30, 2008 at 7:05 PM, Jeremy Messenger wrote: > It does matter, because URI can be more than just entry URL like samba URI > and etc tha way we can location what problem. ;-) I think I might have a > good idea what your problem is. Do you have ftp/curl installed by any > chance? If no then can you install curl and reinstall gimp-app to see if it > will helping with your issue? I have curl installed here in my system and I > noticed that gimp will find curl by autocheck then use it. I will add > ftp/curl dependency in graphics/gimp-app by default with maybe provide > optional to turn off. I made sure curl was installed, deinstalled gimp-app, deleted /var/db/ports/gimp-app/options and reinstalled gimp-app. I even removed ~/.gimp-2.6. Still it doesn't work. :( %pkg_info -Ex curl curl-7.18.0 %pkg_info -Ex gimp gimp-app-2.6.1_2,1 Cheers, Lars From mezz7 at cox.net Sun Nov 30 21:30:08 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Nov 30 21:30:18 2008 Subject: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Message-ID: <200812010530.mB15U8Op062579@freefall.freebsd.org> The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Jeremy Messenger" To: "Lars Stokholm" Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sun, 30 Nov 2008 23:26:05 -0600 On Sun, 30 Nov 2008 13:57:37 -0600, Lars Stokholm wrote: > On Sun, Nov 30, 2008 at 7:05 PM, Jeremy Messenger wrote: >> It does matter, because URI can be more than just entry URL like samba >> URI >> and etc tha way we can location what problem. ;-) I think I might have a >> good idea what your problem is. Do you have ftp/curl installed by any >> chance? If no then can you install curl and reinstall gimp-app to see >> if it >> will helping with your issue? I have curl installed here in my system >> and I >> noticed that gimp will find curl by autocheck then use it. I will add >> ftp/curl dependency in graphics/gimp-app by default with maybe provide >> optional to turn off. > > I made sure curl was installed, deinstalled gimp-app, deleted > /var/db/ports/gimp-app/options and reinstalled gimp-app. I even > removed ~/.gimp-2.6. Still it doesn't work. :( > > %pkg_info -Ex curl > curl-7.18.0 > %pkg_info -Ex gimp > gimp-app-2.6.1_2,1 I might be wrong with curl... I have finally read in configure.in and it shows: ---------------------------------------------------- if test "x$with_gvfs" != xno; then uri_plugin="yes (using GIO/GVfs)" elif test "x$have_gnomevfs" = xyes; then uri_plugin="yes (using gnome-vfs)" elif test "x$have_libcurl" = xyes; then uri_plugin="yes (using libcurl)" elif test "x$os_win32" = xno; then uri_plugin="yes (using wget)" fi ---------------------------------------------------- I have re-ran the 'make configure' and I see output like this: ---------------------------------------------------- Optional Plug-Ins: Ascii Art: yes Help Browser: no (WebKit support disabled) [...] URI: yes (using GIO/GVfs) ---------------------------------------------------- Can you show me output of 'make configure' and attach the config.log too for I can compare with mine? If we have same, then maybe it's gvfs/gio stuff that I don't know. Do you have any error in console and ~/..xsession-errors from gimp? Cheers, Mezz > Cheers, > Lars -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org