From marcus at marcuscom.com Thu May 1 01:00:20 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu May 1 01:00:23 2008 Subject: Question about noexec flag in HAL In-Reply-To: <481771DD.7010007@pcbsd.com> References: <481771DD.7010007@pcbsd.com> Message-ID: <1209603618.68071.28.camel@shumai.marcuscom.com> On Tue, 2008-04-29 at 15:07 -0400, Kris Moore wrote: > Hopefully just a quick question. In the past I've had to compile HAL > with a patch to disable the noexec flag from being used when mounting > CD's. The lines in question are below: > > tools/hal-storage-mount.c > #ifdef __FreeBSD__ > #define MOUNT "/sbin/mount" > -#define MOUNT_OPTIONS "noexec,nosuid" > +#define MOUNT_OPTIONS "nosuid" > #define MOUNT_TYPE_OPT "-t" > > This has been rather of a pain, since I don't want to keep making a > custom patch to remove this flag. Is there some other easy way to remove > the noexec flag from being used in CD mounting? I've tried by putting > this in my /usr/local/etc/hal/fdi/policy/preferences.fdi file: > > > > type="bool">false > > > > However, it doesn't seem to make a difference :( > > > Any other hints? Or am I stuck patching HAL itself? I have removed noexec from the list of hardcoded options. Any file systems applications needing this will have to pass noexec to hal when requesting the mount. 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/20080501/3af77f41/attachment.pgp From delphij at delphij.net Fri May 2 21:06:28 2008 From: delphij at delphij.net (Xin LI) Date: Fri May 2 21:06:32 2008 Subject: [PATCH] Update mail/thunderbird to 2.0.0.14 Message-ID: <481B8249.6000507@delphij.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This is a trivial update. May I commit it? Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgbgkgACgkQi+vbBBjt66CBJwCeIFe+I9sASPNDECR4dDjsfhSM +QUAoJCIVUvatLZcHSz6Zp54ePKa+EY2 =ihx/ -----END PGP SIGNATURE----- -------------- next part -------------- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/thunderbird/Makefile,v retrieving revision 1.91 diff -u -p -r1.91 Makefile --- Makefile 22 Apr 2008 05:32:58 -0000 1.91 +++ Makefile 2 May 2008 19:20:36 -0000 @@ -7,8 +7,8 @@ # PORTNAME= thunderbird -DISTVERSION= 2.0.0.12 -PORTREVISION= 3 +DISTVERSION= 2.0.0.14 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/thunderbird/distinfo,v retrieving revision 1.34 diff -u -p -r1.34 distinfo --- distinfo 28 Feb 2008 23:35:57 -0000 1.34 +++ distinfo 2 May 2008 19:24:45 -0000 @@ -1,3 +1,3 @@ -MD5 (thunderbird-2.0.0.12-source.tar.bz2) = c23f576a8fd0ceee5135829c8ae5168b -SHA256 (thunderbird-2.0.0.12-source.tar.bz2) = a7ed39bcac6357687f9758f0b1282e9f0545e12277b4fc44c70506659c25a7b6 -SIZE (thunderbird-2.0.0.12-source.tar.bz2) = 37485204 +MD5 (thunderbird-2.0.0.14-source.tar.bz2) = e304510d08f7e226bbfff8e7e549232f +SHA256 (thunderbird-2.0.0.14-source.tar.bz2) = deae3f00be4734c8a4dd6480639d253f0606bd0df6ef3e4432210d449d789730 +SIZE (thunderbird-2.0.0.14-source.tar.bz2) = 37473129 From mezz7 at cox.net Fri May 2 22:51:47 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 2 22:51:52 2008 Subject: [PATCH] Update mail/thunderbird to 2.0.0.14 In-Reply-To: <481B8249.6000507@delphij.net> References: <481B8249.6000507@delphij.net> Message-ID: On Fri, 02 May 2008 16:06:17 -0500, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > This is a trivial update. May I commit it? Yes and please remove that 'PORTREVISION=0'. Thanks! Cheers, Mezz > Cheers, > - -- > Xin LI http://www.delphij.net/ > FreeBSD - The Power to Serve! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkgbgkgACgkQi+vbBBjt66CBJwCeIFe+I9sASPNDECR4dDjsfhSM > +QUAoJCIVUvatLZcHSz6Zp54ePKa+EY2 > =ihx/ > -----END PGP SIGNATURE----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From marcus at marcuscom.com Fri May 2 22:52:09 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Fri May 2 22:52:11 2008 Subject: [PATCH] Update mail/thunderbird to 2.0.0.14 In-Reply-To: <481B8249.6000507@delphij.net> References: <481B8249.6000507@delphij.net> Message-ID: <1209768727.87051.131.camel@shumai.marcuscom.com> On Fri, 2008-05-02 at 14:06 -0700, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > This is a trivial update. May I commit it? Sure. 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/20080502/4a168e6c/attachment.pgp From edwin at FreeBSD.org Fri May 2 23:46:10 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri May 2 23:46:13 2008 Subject: ports/123282: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp) Message-ID: <200805022346.m42Nk9ov024524@freefall.freebsd.org> Synopsis: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp) Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 2 23:46:09 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=123282 From goaengel at gmx.net Sat May 3 01:06:45 2008 From: goaengel at gmx.net (Goaengel) Date: Sat May 3 01:06:48 2008 Subject: GNOME hangs on startup when using "advanced" themes Message-ID: <481BB4BB.8010705@gmx.net> Dear FreeBSD-GNOME members, I experience a problem as follows: On gnome 2.22.1which is basically running fine I experience hangs at startup, when I choose a more advanced theme (basically anything else than Clearlooks or Mist). This only happens when exiting GNOME back to gdm an reentering it from there. After a reboot it works fine. Also starting it via an XTERM does not help, neither displays error messages that help (only error that trackerd is already running and cannot replace) I am running RELENG_7 with a custom kernel, ports are up to date. I recall this being a very old problem, I have experienced it about 3-4 years ago on Debian, too. Being unable to "tweak" my DM as I want, I switched to KDE. Now I am giving the GNOME a shot again, but still this annoying behavior. Any hints would be appreciated. Please let me know when you need any kind of log or similar. Please keep me on cc, since I am not subscribed to the list. Regards, Tino From edwin at FreeBSD.org Sun May 4 09:40:13 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun May 4 09:40:17 2008 Subject: ports/123390: x11-toolkits/gtk20 records xdamge Message-ID: <200805040940.m449eDLm009584@freefall.freebsd.org> Synopsis: x11-toolkits/gtk20 records xdamge Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 4 09:40:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=123390 From marcus at FreeBSD.org Sun May 4 20:17:48 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 4 20:17:50 2008 Subject: ports/123282: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp) Message-ID: <200805042017.m44KHmkn066284@freefall.freebsd.org> Synopsis: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp) State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 4 20:16:30 UTC 2008 State-Changed-Why: Firefox is at 2.0.0.14, and the patch patch-content__canvas__src__nsCanvasRenderingContext2D.cpp no longer exists in the tree. Update your ports tree, and remove this file if it remains. http://www.freebsd.org/cgi/query-pr.cgi?pr=123282 From marcus at FreeBSD.org Sun May 4 20:21:08 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 4 20:21:10 2008 Subject: ports/119050: audio/gnome-media 2.20.1 gnome-cd player widgets look greyed-out; won't autoplay beyond track #2 Message-ID: <200805042021.m44KL75V066580@freefall.freebsd.org> Synopsis: audio/gnome-media 2.20.1 gnome-cd player widgets look greyed-out; won't autoplay beyond track #2 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 4 20:19:15 UTC 2008 State-Changed-Why: The problem not playing beyond the first track should be fixed now. However, gnome-cd is deprecated, and won't appear in GNOME 2.24. If you don't like the UI, I suggest you look at other CD players like rhythmbox, sound-juicer, etc. to play your CDs. http://www.freebsd.org/cgi/query-pr.cgi?pr=119050 From marcus at FreeBSD.org Sun May 4 20:23:37 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 4 20:23:38 2008 Subject: ports/123390: x11-toolkits/gtk20 records xdamge Message-ID: <200805042023.m44KNaAm066686@freefall.freebsd.org> Synopsis: x11-toolkits/gtk20 records xdamge State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 4 20:23:27 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=123390 From marcus at FreeBSD.org Sun May 4 20:26:14 2008 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 4 20:26:16 2008 Subject: ports/121462: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1 Message-ID: <200805042026.m44KQDj6066771@freefall.freebsd.org> Synopsis: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1 Responsible-Changed-From-To: gnome->freebsd-ports-bugs Responsible-Changed-By: marcus Responsible-Changed-When: Sun May 4 20:25:55 UTC 2008 Responsible-Changed-Why: The new patch is for print/ghostscript-gpl. http://www.freebsd.org/cgi/query-pr.cgi?pr=121462 From dfilter at FreeBSD.ORG Sun May 4 20:30:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 4 20:30:08 2008 Subject: ports/123390: commit references a PR Message-ID: <200805042030.m44KU5Mj067186@freefall.freebsd.org> The following reply was made to PR ports/123390; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/123390: commit references a PR Date: Sun, 4 May 2008 20:23:28 +0000 (UTC) marcus 2008-05-04 20:23:23 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Add a missing dependency on xdamage. PR: 123390 Submitted by: dinoex Revision Changes Path 1.217 +2 -2 ports/x11-toolkits/gtk20/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 gabor at zahemszky.hu Mon May 5 10:26:34 2008 From: gabor at zahemszky.hu (Zahemszky Gabor) Date: Mon May 5 10:26:37 2008 Subject: Brasero evolution-data-server dependency Message-ID: <20080505095951.21679.qmail@mail.integrity.hu> Hi! I'd like to install a decent CD/DVD-burner app to my laptop (which uses FreeBSD-7_p1 with XFCE4). I've found sysutils/brasero. After installing it, I've found, that it has evolution-data-sever dependency (via totem-pl-parser). Does a CD-burner app really need a mail/pim database backend or is it a wrong dependency? (Does totem-pl-parser need it?) Thanks, Gabor < Gabor at Zahemszky dot HU > From edwin at FreeBSD.org Mon May 5 10:50:09 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon May 5 10:50:13 2008 Subject: ports/123417: Missing dependency of graphics/poppler on fontconfig Message-ID: <200805051050.m45Ao9KG069470@freefall.freebsd.org> Synopsis: Missing dependency of graphics/poppler on fontconfig Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 5 10: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=123417 From bugmaster at FreeBSD.org Mon May 5 11:07:24 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 5 11:07:39 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200805051107.m45B7NMD071034@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr f ports/123079 gnome Firefox keeps on crashing on amd64 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/123417 gnome Missing dependency of graphics/poppler on fontconfig 7 problems total. From mezz at FreeBSD.org Mon May 5 19:24:12 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon May 5 19:24:13 2008 Subject: ports/123417: Missing dependency of graphics/poppler on fontconfig Message-ID: <200805051924.m45JOBZ0012082@freefall.freebsd.org> Synopsis: Missing dependency of graphics/poppler on fontconfig State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon May 5 19:23:41 UTC 2008 State-Changed-Why: Yeah when you disable cairo support. Fixed and thanks for report! http://www.freebsd.org/cgi/query-pr.cgi?pr=123417 From mezz7 at cox.net Mon May 5 19:25:08 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 5 19:25:11 2008 Subject: Brasero evolution-data-server dependency In-Reply-To: <20080505095951.21679.qmail@mail.integrity.hu> References: <20080505095951.21679.qmail@mail.integrity.hu> Message-ID: On Mon, 05 May 2008 04:59:51 -0500, Zahemszky Gabor wrote: > Hi! I'd like to install a decent CD/DVD-burner app to my laptop (which > uses FreeBSD-7_p1 with XFCE4). I've found sysutils/brasero. After > installing it, I've found, that it has evolution-data-sever dependency > (via totem-pl-parser). Does a CD-burner app really need a mail/pim > database backend or is it a wrong dependency? (Does totem-pl-parser need > it?) Yes, totem-pl-parser required camel (comes with e-d-s). Cheers, Mezz > Thanks, Gabor < Gabor at Zahemszky dot HU > -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From dfilter at FreeBSD.ORG Mon May 5 19:30:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon May 5 19:30:10 2008 Subject: ports/123417: commit references a PR Message-ID: <200805051930.m45JU40X012391@freefall.freebsd.org> The following reply was made to PR ports/123417; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/123417: commit references a PR Date: Mon, 5 May 2008 19:23:07 +0000 (UTC) mezz 2008-05-05 19:23:02 UTC FreeBSD ports repository Modified files: graphics/poppler Makefile Log: Add a missing dependency, fontconfig, when disables ciaro support. Bump the PORTREVISION. PR: ports/123417 Reported by: Michael Moll Revision Changes Path 1.39 +2 -1 ports/graphics/poppler/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 peter.thoenen at yahoo.com Mon May 5 19:30:20 2008 From: peter.thoenen at yahoo.com (Peter Thoenen) Date: Mon May 5 19:30:23 2008 Subject: Evolution MAPI Message-ID: <481F59F8.3020805@yahoo.com> Afternoon all, Is anybody working on the Evolution MAPI branch ... see: http://mail.gnome.org/archives/evolution-hackers/2008-January/msg00035.html Cheers, -Peter From mezz7 at cox.net Mon May 5 19:36:59 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 5 19:37:03 2008 Subject: Evolution MAPI In-Reply-To: <481F59F8.3020805@yahoo.com> References: <481F59F8.3020805@yahoo.com> Message-ID: On Mon, 05 May 2008 14:03:20 -0500, Peter Thoenen wrote: > Afternoon all, > > Is anybody working on the Evolution MAPI branch ... see: > > http://mail.gnome.org/archives/evolution-hackers/2008-January/msg00035.html Not that I know of. There is a problem with it, we do not have libmapi and Samba4 in our ports tree. Cheers, Mezz > Cheers, > -Peter -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Mon May 5 19:40:04 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 5 19:40:16 2008 Subject: ports/123079: Firefox keeps on crashing on amd64 Message-ID: <200805051940.m45Je4m6014188@freefall.freebsd.org> The following reply was made to PR ports/123079; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, beefree@slingshot.co.nz Cc: Subject: Re: ports/123079: Firefox keeps on crashing on amd64 Date: Mon, 05 May 2008 14:33:04 -0500 Also, please follow this URL: http://www.freebsd.org/gnome/docs/bugging.html From ade at FreeBSD.org Tue May 6 07:13:42 2008 From: ade at FreeBSD.org (Ade Lovett) Date: Tue May 6 07:14:08 2008 Subject: USE_BDB=41 and evolution / evolution-exchange Message-ID: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org> Hi Folks, Is there any particular reason both evolution and evolution-exchange hard code the berkeleydb version to 41? I've been running it with 4.4 for quite some time now with no ill effects, so perhaps changing: USE_BDB_VER= 41 to USE_BDB_VER= 41+ in the respective Makefiles is in order? Cheers, -aDe From eoakes at comcast.net Tue May 6 17:20:13 2008 From: eoakes at comcast.net (etoakes) Date: Tue May 6 17:20:17 2008 Subject: gio-fam-backend cannot find -lgio-2.0 Message-ID: <48208F8E.8010802@comcast.net> hello, I am trying to install openoffice on a fresh freebsd 7.0 install with kde, apache, and mysql among others already installed. I installed my ports collection a few days ago. make of openoffice.org-2-RC fails with the following error: /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 I have tried a make directly in /usr/ports/devel/gio-fam-backend and get the same error. A ls of gio-fam-backend/ work has a gio directory returns: configure_done.gio-fam-backend._usr_local .patch_done.gio-fam-backend._usr_local .extract_done.gio-fam-backend._usr_local glib-2.16.3 A ls -F of glib-2.16.3 returns in part: gio/ gio-2.0-uninstalled.pc gio-2.0-uninstalled.pc.in gio-2.0.pc gio-unix-2.0-uninstalled.pc gio-unix-2.0-uninstalled.pc.in gio-unix-2.0.pc gio-unix-2.0.pc.in I searched the freebsd-gnome Archives for "gio" and "gio fam' and did not find any reference to this problem. A google also did not return anything usefull. I have looked at the makefile but I am unable to find how it needs to be modified to correct this error. thank you for any help you can give in working around this problem. Edwin Oakes (eoakes@comcast.net) From hydec66 at yahoo.com.tw Wed May 7 08:35:38 2008 From: hydec66 at yahoo.com.tw (hyde) Date: Wed May 7 08:35:42 2008 Subject: gconf schema files are too big Message-ID: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com> Hi, I installed GNOME2 in my 7.0-R box, and I found that files in /usr/local/etc/gconf/schemas are too big. because there are too many locale message in it. How can I setup it to generate only "C" locale message in schemas files? From miwi at FreeBSD.org Wed May 7 10:59:58 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed May 7 11:00:02 2008 Subject: gio-fam-backend cannot find -lgio-2.0 In-Reply-To: <48208F8E.8010802@comcast.net> References: <48208F8E.8010802@comcast.net> Message-ID: <20080507105956.GC75456@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, May 06, 2008 at 11:04:14AM -0600, etoakes wrote: > hello, > > I am trying to install openoffice on a fresh freebsd 7.0 install with kde, > apache, and mysql among others already installed. > > I installed my ports collection a few days ago. > > make of openoffice.org-2-RC fails with the following error: > /usr/bin/ld: cannot find -lgio-2.0 > gmake: *** [libgiofam.la] Error 1 > Hi, You need first to update devel/glib20. - - Martin > I have tried a make directly in /usr/ports/devel/gio-fam-backend and get > the same error. > > A ls of gio-fam-backend/ work has a gio directory returns: > configure_done.gio-fam-backend._usr_local > .patch_done.gio-fam-backend._usr_local > .extract_done.gio-fam-backend._usr_local glib-2.16.3 > > A ls -F of glib-2.16.3 returns in part: > > > gio/ > gio-2.0-uninstalled.pc > gio-2.0-uninstalled.pc.in > gio-2.0.pc > gio-unix-2.0-uninstalled.pc > gio-unix-2.0-uninstalled.pc.in > gio-unix-2.0.pc > gio-unix-2.0.pc.in > > I searched the freebsd-gnome Archives for "gio" and "gio fam' and did not > find any reference to this problem. A google also did not return anything > usefull. > > I have looked at the makefile but I am unable to find how it needs to be > modified to correct this error. > > thank you for any help you can give in working around this problem. > > Edwin Oakes (eoakes@comcast.net) > _______________________________________________ > 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 : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIIYusFwpycAVoI1MRAiO7AJ9louLdG31kRP6myEwaNbv3SROBzwCeJki5 usAYvHuByzd9EDAyOz0P6D0= =q+91 -----END PGP SIGNATURE----- From mezz7 at cox.net Wed May 7 19:18:29 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 7 19:18:33 2008 Subject: gconf schema files are too big In-Reply-To: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com> References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com> Message-ID: On Wed, 07 May 2008 03:10:25 -0500, hyde wrote: > Hi, > I installed GNOME2 in my 7.0-R box, > and I found that files in /usr/local/etc/gconf/schemas are too big. It's not too big, I have over 140 files and it's only 28MB. > because there are too many locale message in it. > How can I setup it to generate only "C" locale message in schemas files? You can't other than edit file(s) by yourself. I personal don't know if it will causing any problem, so it's your own risk. ;-) Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From hydec66 at yahoo.com.tw Wed May 7 23:55:17 2008 From: hydec66 at yahoo.com.tw (hyde) Date: Wed May 7 23:55:20 2008 Subject: gconf schema files are too big In-Reply-To: References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com> Message-ID: <860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com> On Thu, May 8, 2008 at 3:20 AM, Jeremy Messenger wrote: > > because there are too many locale message in it. > > How can I setup it to generate only "C" locale message in schemas files? > > > > You can't other than edit file(s) by yourself. I personal don't know if it > will causing any problem, so it's your own risk. ;-) > Thanks for your respond. I means that can I add some knobs when make install ports to generate only "C" locale message in schemas file? (not to edit after file generated) Sorry for my poor english. From freebsdworld at gmail.com Thu May 8 01:17:04 2008 From: freebsdworld at gmail.com (Benjamin Adams) Date: Thu May 8 01:17:06 2008 Subject: dbus problem Message-ID: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com> I'm on FreeBSD 8-current but laptop has the same problem running 7 I was getting this error all the time desktop was running very slow. May 7 16:01:04 desktop gnome-keyring-daemon[1127]: Scheduling hal init retry May 7 16:01:34 desktop gnome-keyring-daemon[1127]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory to fix after reading online: /etc/rc.conf dbus_enable="YES" now I get the error: May 7 20:49:37 desktop gnome-keyring-daemon[1108]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk May 7 20:49:37 desktop gnome-keyring-daemon[1108]: failed to initialize a HAL context: (null) May 7 20:49:37 desktop gnome-keyring-daemon[1108]: Scheduling hal init retry May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed May 7 20:50:08 desktop gnome-keyring-daemon[1108]: failed to initialize a HAL context: (null) May 7 20:50:08 desktop kernel: pid 1108 (gnome-keyring-daemo), uid 1001: exited on signal 10 (core dumped) Could connection speed also slow this down. Sometimes lookups don't work but that that is my router. Ben Adams http://www.FreeBSD-World.com From linimon at FreeBSD.org Thu May 8 18:54:08 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu May 8 18:54:10 2008 Subject: ports/123522: Invalid checksum in textproc/libxml2 Message-ID: <200805081854.m48Is7Gw053372@freefall.freebsd.org> Old Synopsis: Invalid checksum in xml port New Synopsis: Invalid checksum in textproc/libxml2 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Thu May 8 18:52:37 UTC 2008 Responsible-Changed-Why: assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=123522 From mezz at FreeBSD.org Thu May 8 19:03:09 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Thu May 8 19:03:11 2008 Subject: ports/123522: Invalid checksum in textproc/libxml2 Message-ID: <200805081903.m48J38PE053742@freefall.freebsd.org> Synopsis: Invalid checksum in textproc/libxml2 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Thu May 8 19:02:18 UTC 2008 State-Changed-Why: I have no problem here. # cd /usr/ports/textproc/libxml2 # make distclean ; make checksum ===> Cleaning for libxml2-2.6.31 ===> Deleting distfiles for libxml2-2.6.31 => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://xmlsoft.org/libxml2/. libxml2-2.6.31.tar.gz 100% of 4623 kB 351 kBps 00m00s => MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. http://www.freebsd.org/cgi/query-pr.cgi?pr=123522 From mezz7 at cox.net Thu May 8 21:25:04 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu May 8 21:25:08 2008 Subject: [PATCH] convert USE_GNOME=yes to current way in your ports. Message-ID: Hello guys, The USE_GNOME=yes has been deprecated for five years. There are only three ports left that need to be convert to the current way. The bsd.gnome.mk has a backward compatibility for "USE_GNOME=yes" -> "USE_GNOME+=gnomeprefix gnomehack gtkhtml". I have converted three of your ports to current way, "USE_GNOME+=gnomeprefix gnomehack gtkhtml". There is no function change. If one of your port don't need gtkhtml, only need gtk12 or so then please let me know and I shall tweak it for you or you can do it by yourself. comms/ghfaxviewer : domi@saargate.de http://people.freebsd.org/~mezz/diff/ghfaxviewer.diff sysutils/ipsc : beech@FreeBSD.org http://people.freebsd.org/~mezz/diff/ipsc.diff devel/pharmacy : tabthorpe@FreeBSD.org http://people.freebsd.org/~mezz/diff/pharmacy.diff I am going to give you two weeks before I commit as result of maintainer timeout. After all of that, it will allowing me to remove the USE_GNOME=yes backward compatibility from bsd.gnome.mk. Thanks, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Fri May 9 01:27:18 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 9 01:27:22 2008 Subject: [PATCH] convert USE_GNOME=yes to current way in your ports. In-Reply-To: <200805082116.07117.tabthorpe@freebsd.org> References: <200805082116.07117.tabthorpe@freebsd.org> Message-ID: On Thu, 08 May 2008 20:15:53 -0500, Thomas Abthorpe wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 08 May 2008 17:27:13 Jeremy Messenger wrote: >> devel/pharmacy : tabthorpe@FreeBSD.org >> http://people.freebsd.org/~mezz/diff/pharmacy.diff >> >> I am going to give you two weeks before I commit as result of >> maintainer ? >> timeout. After all of that, it will allowing me to remove the ? >> USE_GNOME=yes backward compatibility from bsd.gnome.mk. > > Thanks for the kick in the pants, Mezz. > > I will have this dealt with in the next couple of days. Cool, thanks! Cheers, Mezz > Thomas > > - -- > Thomas Abthorpe | FreeBSD Committer > tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > > iEUEARECAAYFAkgjpdcACgkQ5Gm/jNBp8qDAgQCY+3Aq2AHu7OdosljetH8ZOHkp > cQCfUHq5oOe62Kk005F2FGBYh8BhDvE= > =zaiw > -----END PGP SIGNATURE----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From tabthorpe at freebsd.org Fri May 9 01:31:12 2008 From: tabthorpe at freebsd.org (Thomas Abthorpe) Date: Fri May 9 01:31:16 2008 Subject: [PATCH] convert USE_GNOME=yes to current way in your ports. In-Reply-To: References: Message-ID: <200805082116.07117.tabthorpe@freebsd.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 08 May 2008 17:27:13 Jeremy Messenger wrote: > devel/pharmacy : tabthorpe@FreeBSD.org > http://people.freebsd.org/~mezz/diff/pharmacy.diff > > I am going to give you two weeks before I commit as result of maintainer ? > timeout. After all of that, it will allowing me to remove the ? > USE_GNOME=yes backward compatibility from bsd.gnome.mk. Thanks for the kick in the pants, Mezz. I will have this dealt with in the next couple of days. Thomas - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEUEARECAAYFAkgjpdcACgkQ5Gm/jNBp8qDAgQCY+3Aq2AHu7OdosljetH8ZOHkp cQCfUHq5oOe62Kk005F2FGBYh8BhDvE= =zaiw -----END PGP SIGNATURE----- From caelian at gmail.com Fri May 9 06:52:35 2008 From: caelian at gmail.com (Pascal Hofstee) Date: Fri May 9 06:52:39 2008 Subject: gnome-vfs 2.22.0_1 build failure on 8.0-CURRENT/amd64 Message-ID: <20080509085231.5f8f9dd0@nebuchadnezzar> Hi, Last night i decided to go ahead and do a fresh reinstall of my system and switch from i386 to amd64 in the process ... this morning i noticed while trying to install GNOME that the gnome-vfs port seems to cause buildfailure as seen below. ===> Building for gnome-vfs-2.22.0_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0' Making all in imported gmake[2]: Entering directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported' Making all in neon gmake[3]: Entering directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported/neon' if /bin/sh /usr/ports/devel/gnome-vfs/work/gnome-libtool --tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -DNE_HAVE_DAV -DNE_HAVE_SSL -O2 -pipe -march=athlon64 -fno-strict-aliasing -I.. -I../.. -I./imported/neon -I/usr/local/include/libxml2 -I/usr/local/include -D_REENTRANT -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include @INCLUDE_hcrypto@ -I../.. -I../.. -I../../libgnomevfs -I../../libgnomevfs -I/usr/local/include -DPTHREAD_LIB="-pthread" -O2 -pipe -march=athlon64 -fno-strict-aliasing -MT ne_request.lo -MD -MP -MF ".deps/ne_request.Tpo" -c -o ne_request.lo ne_request.c; \ then mv -f ".deps/ne_request.Tpo" ".deps/ne_request.Plo"; else rm -f ".deps/ne_request.Tpo"; exit 1; fi cc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -DNE_HAVE_DAV -DNE_HAVE_SSL -O2 -pipe -march=athlon64 -fno-strict-aliasing -I.. -I../.. -I./imported/neon -I/usr/local/include/libxml2 -I/usr/local/include -D_REENTRANT -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include @INCLUDE_hcrypto@ -I../.. -I../.. -I../../libgnomevfs -I../../libgnomevfs -I/usr/local/include -DPTHREAD_LIB=-pthread -O2 -pipe -march=athlon64 -fno-strict-aliasing -MT ne_request.lo -MD -MP -MF .deps/ne_request.Tpo -c ne_request.c -fPIC -DPIC -o .libs/ne_request.o cc: @INCLUDE_hcrypto@: No such file or directory gmake[3]: *** [ne_request.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported/neon' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 Stop in /usr/ports/devel/gnome-vfs. If anyone has any ideas how to go about fixing this let me know and i'll gladly test patches. -- Pascal Hofstee From caelian at gmail.com Fri May 9 10:28:28 2008 From: caelian at gmail.com (Pascal Hofstee) Date: Fri May 9 10:28:33 2008 Subject: gnome-vfs 2.22.0_1 build failure on 8.0-CURRENT/amd64 In-Reply-To: <20080509085231.5f8f9dd0@nebuchadnezzar> References: <20080509085231.5f8f9dd0@nebuchadnezzar> Message-ID: <20080509122819.477d50da@nebuchadnezzar> On Fri, 9 May 2008 08:52:31 +0200 Pascal Hofstee wrote: > Hi, > > Last night i decided to go ahead and do a fresh reinstall of my system > and switch from i386 to amd64 in the process ... this morning i > noticed while trying to install GNOME that the gnome-vfs port seems > to cause buildfailure as seen below. [snip] Ok .. it looks like this problem is caused by the recent Heimdal import which seems to have broken the output of "krb5-config --cflags" and "krb5-config --libs" which seems to break anything that wishes to include GSSAPI support. -- Pascal Hofstee From laa at laa.zp.ua Fri May 9 16:14:52 2008 From: laa at laa.zp.ua (Lystopad Oleksandr) Date: Fri May 9 16:14:56 2008 Subject: ports/123522: Invalid checksum in textproc/libxml2 In-Reply-To: <200805081903.m48J38PE053742@freefall.freebsd.org> References: <200805081903.m48J38PE053742@freefall.freebsd.org> Message-ID: <20080509153355.GI42394@laa.zp.ua> Hello, mezz@FreeBSD.org! On Thu, May 08, 2008 at 07:03:08PM +0000 mezz@FreeBSD.org wrote about "Re: ports/123522: Invalid checksum in textproc/libxml2": > Synopsis: Invalid checksum in textproc/libxml2 > > State-Changed-From-To: open->closed > State-Changed-By: mezz > State-Changed-When: Thu May 8 19:02:18 UTC 2008 > State-Changed-Why: > I have no problem here. Hm. I have tested today and no problem with ftp://xmlsoft.org/libxml2/ too. All chesksums are OK. Please, close PR. > # cd /usr/ports/textproc/libxml2 > # make distclean ; make checksum > ===> Cleaning for libxml2-2.6.31 > ===> Deleting distfiles for libxml2-2.6.31 > => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2. > => Attempting to fetch from ftp://xmlsoft.org/libxml2/. > libxml2-2.6.31.tar.gz 100% of 4623 kB 351 kBps 00m00s > => MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. > => SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=123522 -- Oleksandr Lystopad From marcus at marcuscom.com Fri May 9 19:46:30 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Fri May 9 19:46:32 2008 Subject: USE_BDB=41 and evolution / evolution-exchange In-Reply-To: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org> References: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org> Message-ID: <1210362395.74326.31.camel@shumai.marcuscom.com> On Mon, 2008-05-05 at 23:42 -0700, Ade Lovett wrote: > Hi Folks, > > Is there any particular reason both evolution and evolution-exchange > hard code the berkeleydb version to 41? > > I've been running it with 4.4 for quite some time now with no ill > effects, so perhaps changing: > > USE_BDB_VER= 41 > > to > USE_BDB_VER= 41+ > > in the respective Makefiles is in order? There is an issue about compatibility. That is, if one starts using 4.1, then moves to 4.4, the underlying database may not work properly as no conversion steps are taken. Historically, e-d-s always used 3.x (and internal copy). But we found we could move to 4.1, and link dynamically. If we were to relax the DB dependency, we would need confirmation that we can move from 4.1 to 4.4 safely. 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/20080509/7f4be993/attachment.pgp From marcus at marcuscom.com Fri May 9 19:48:08 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Fri May 9 19:48:11 2008 Subject: dbus problem In-Reply-To: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com> References: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com> Message-ID: <1210362493.74326.33.camel@shumai.marcuscom.com> On Wed, 2008-05-07 at 20:50 -0400, Benjamin Adams wrote: > I'm on FreeBSD 8-current but laptop has the same problem running 7 > > I was getting this error all the time desktop was running very slow. > > May 7 16:01:04 desktop gnome-keyring-daemon[1127]: Scheduling hal init > retry > May 7 16:01:34 desktop gnome-keyring-daemon[1127]: error connecting to > D-BUS system bus: Failed to connect to socket > /var/run/dbus/system_bus_socket: No such file or directory > > to fix after reading online: > /etc/rc.conf > dbus_enable="YES" > > now I get the error: > May 7 20:49:37 desktop gnome-keyring-daemon[1108]: couldn't allocate secure > memory to keep passwords and or keys from being written to the disk > May 7 20:49:37 desktop gnome-keyring-daemon[1108]: failed to initialize a > HAL context: (null) > May 7 20:49:37 desktop gnome-keyring-daemon[1108]: Scheduling hal init > retry > May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL: > g_hash_table_lookup: assertion `hash_table != NULL' failed > May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL: > g_hash_table_destroy: assertion `hash_table != NULL' failed > May 7 20:50:08 desktop gnome-keyring-daemon[1108]: failed to initialize a > HAL context: (null) > May 7 20:50:08 desktop kernel: pid 1108 (gnome-keyring-daemo), uid 1001: > exited on signal 10 (core dumped) > > > Could connection speed also slow this down. Sometimes lookups don't work > but that that is my router. Try adding: dbus_enable="YES" hald_enable="YES" That should fix the gnome-keyring-daemon problem, but slowness might be caused by http://www.freebsd.org/gnome/docs/faq2.html#q20 . 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/20080509/118eda74/attachment.pgp From mezz7 at cox.net Fri May 9 21:01:33 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 9 21:01:38 2008 Subject: gconf schema files are too big In-Reply-To: <860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com> References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com> <860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com> Message-ID: On Wed, 07 May 2008 18:55:15 -0500, hyde wrote: > On Thu, May 8, 2008 at 3:20 AM, Jeremy Messenger wrote: >> > because there are too many locale message in it. >> > How can I setup it to generate only "C" locale message in schemas >> files? >> > >> >> You can't other than edit file(s) by yourself. I personal don't know >> if it >> will causing any problem, so it's your own risk. ;-) >> > > Thanks for your respond. > I means that can I add some knobs when make install ports to generate > only "C" locale message in schemas file? (not to edit after file > generated) > Sorry for my poor english. You can create a hack of knob in your ports tree. I am not sure if we will accept your patch. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From eoakes at comcast.net Fri May 9 23:34:58 2008 From: eoakes at comcast.net (etoakes) Date: Fri May 9 23:35:02 2008 Subject: gio-fam-backend cannot find -lgio-2.0 In-Reply-To: <20080507105956.GC75456@bsdcrew.de> References: <48208F8E.8010802@comcast.net> <20080507105956.GC75456@bsdcrew.de> Message-ID: <4824DBEC.8020508@comcast.net> Thank you for your help. After several false starts, I ran make for 26 hours and now appear to have OpenOffice running correctly. Edwin Oakes Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tue, May 06, 2008 at 11:04:14AM -0600, etoakes wrote: >> hello, >> >> I am trying to install openoffice on a fresh freebsd 7.0 install with kde, >> apache, and mysql among others already installed. >> >> I installed my ports collection a few days ago. >> >> make of openoffice.org-2-RC fails with the following error: >> /usr/bin/ld: cannot find -lgio-2.0 >> gmake: *** [libgiofam.la] Error 1 >> > > Hi, > > You need first to update devel/glib20. > > - - Martin > >> I have tried a make directly in /usr/ports/devel/gio-fam-backend and get >> the same error. >> >> A ls of gio-fam-backend/ work has a gio directory returns: >> configure_done.gio-fam-backend._usr_local >> .patch_done.gio-fam-backend._usr_local >> .extract_done.gio-fam-backend._usr_local glib-2.16.3 >> >> A ls -F of glib-2.16.3 returns in part: >> >> >> gio/ >> gio-2.0-uninstalled.pc >> gio-2.0-uninstalled.pc.in >> gio-2.0.pc >> gio-unix-2.0-uninstalled.pc >> gio-unix-2.0-uninstalled.pc.in >> gio-unix-2.0.pc >> gio-unix-2.0.pc.in >> >> I searched the freebsd-gnome Archives for "gio" and "gio fam' and did not >> find any reference to this problem. A google also did not return anything >> usefull. >> >> I have looked at the makefile but I am unable to find how it needs to be >> modified to correct this error. >> >> thank you for any help you can give in working around this problem. >> >> Edwin Oakes (eoakes@comcast.net) >> _______________________________________________ >> 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 : 0x05682353 | Jabber : miwi(at)BSDCrew.de | > | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | > +-----------------------+-------------------------------+ > | Mess with the Best, Die like the Rest! | > +-----------------------+-------------------------------+ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > > iD8DBQFIIYusFwpycAVoI1MRAiO7AJ9louLdG31kRP6myEwaNbv3SROBzwCeJki5 > usAYvHuByzd9EDAyOz0P6D0= > =q+91 > -----END PGP SIGNATURE----- > From ade at freebsd.org Sat May 10 03:15:11 2008 From: ade at freebsd.org (Ade Lovett) Date: Sat May 10 03:15:15 2008 Subject: USE_BDB=41 and evolution / evolution-exchange In-Reply-To: <1210362395.74326.31.camel@shumai.marcuscom.com> References: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org> <1210362395.74326.31.camel@shumai.marcuscom.com> Message-ID: <2A5EF999-0889-405B-8FF5-49961A99EBC7@freebsd.org> On May 9, 2008, at 12:46 , Joe Marcus Clarke wrote: > There is an issue about compatibility. That is, if one starts using > 4.1, then moves to 4.4, the underlying database may not work > properly as > no conversion steps are taken. Historically, e-d-s always used 3.x > (and > internal copy). But we found we could move to 4.1, and link > dynamically. If we were to relax the DB dependency, we would need > confirmation that we can move from 4.1 to 4.4 safely. How about a compromise? Change it to USE_BDB?=41+ and have a pre-everything target that looks at the computed BDB_VER, and pops up a "you might hose yourself" message if it's something other than 41? I understand the backwards-compat issues, but it seems a little odd to have a specific BDB dependency for this when most other BDB-using ports can at least have the option to try alternatives. -aDe From caelian at gmail.com Sat May 10 06:37:20 2008 From: caelian at gmail.com (Pascal Hofstee) Date: Sat May 10 06:37:23 2008 Subject: evolution-datas-server fails configure due to Kerberos changes Message-ID: <20080510083713.7a510597@nebuchadnezzar> Hi, After the recent Heimdal import (and Doug Rabson's quick fix regarding the krb5-config script) on 8.0-CURRENT, i now noticed evolution-dataserver fails its configure stage due to problems in its detection of Kerberos support. configure:28051: checking for Kerberos 5 configure:28079: cc -o conftest -O2 -pipe -march=athlon64 -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41 -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto When one looks further in config.log one notices loads of missing hx509_* symbols. That's where i noticed that the link line above was missing the -lhx509 that was added to "krb5-config --libs". This leads me to believe the evolution-data-server port uses its own home-grown Kerberos 5 configure check instead of depending on krb5-config. I'll happily test suggested patches. -- Pascal Hofstee From mezz7 at cox.net Sat May 10 20:01:41 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat May 10 20:01:46 2008 Subject: evolution-datas-server fails configure due to Kerberos changes In-Reply-To: <20080510083713.7a510597@nebuchadnezzar> References: <20080510083713.7a510597@nebuchadnezzar> Message-ID: On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee wrote: > Hi, > > After the recent Heimdal import (and Doug Rabson's quick fix regarding > the krb5-config script) on 8.0-CURRENT, i now noticed > evolution-dataserver fails its configure stage due to problems in its > detection of Kerberos support. > > configure:28051: checking for Kerberos 5 > configure:28079: cc -o conftest -O2 -pipe -march=athlon64 > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41 > -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err > -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto > > > When one looks further in config.log one notices loads of missing > hx509_* symbols. That's where i noticed that the link line above was > missing the -lhx509 that was added to "krb5-config --libs". > > This leads me to believe the evolution-data-server port uses its own > home-grown Kerberos 5 configure check instead of depending on > krb5-config. Yep. > I'll happily test suggested patches. Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff Thanks, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From oberman at es.net Sat May 10 20:19:27 2008 From: oberman at es.net (Kevin Oberman) Date: Sat May 10 20:19:28 2008 Subject: evolution-datas-server fails configure due to Kerberos changes In-Reply-To: Your message of "Sat, 10 May 2008 15:04:00 CDT." Message-ID: <20080510201925.7770E4500E@ptavv.es.net> > Date: Sat, 10 May 2008 15:04:00 -0500 > From: "Jeremy Messenger" > Sender: owner-freebsd-gnome@freebsd.org > > On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee > wrote: > > > Hi, > > > > After the recent Heimdal import (and Doug Rabson's quick fix regarding > > the krb5-config script) on 8.0-CURRENT, i now noticed > > evolution-dataserver fails its configure stage due to problems in its > > detection of Kerberos support. > > > > configure:28051: checking for Kerberos 5 > > configure:28079: cc -o conftest -O2 -pipe -march=athlon64 > > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41 > > -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err > > -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto > > > > > > When one looks further in config.log one notices loads of missing > > hx509_* symbols. That's where i noticed that the link line above was > > missing the -lhx509 that was added to "krb5-config --libs". > > > > This leads me to believe the evolution-data-server port uses its own > > home-grown Kerberos 5 configure check instead of depending on > > krb5-config. > > Yep. > > > I'll happily test suggested patches. > > Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff Just in case you don't follow freebsd-current@, Doug R. has checked in fixes for MOST of the problems from the update of heimdal in current. These may fix the problems, but he says that he won't have it all fixed until tomorrow. (A test patch for the last problem has been posted, though, if you just can't wait.) In any case, it's probably not worth spending too much time fixing failing ports when they won't be broken long for those willing to update heimdal. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 224 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080510/76cb5cd1/attachment.pgp From mezz7 at cox.net Sat May 10 20:29:10 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat May 10 20:29:14 2008 Subject: evolution-datas-server fails configure due to Kerberos changes In-Reply-To: <20080510201925.7770E4500E@ptavv.es.net> References: <20080510201925.7770E4500E@ptavv.es.net> Message-ID: On Sat, 10 May 2008 15:19:25 -0500, Kevin Oberman wrote: >> Date: Sat, 10 May 2008 15:04:00 -0500 >> From: "Jeremy Messenger" >> Sender: owner-freebsd-gnome@freebsd.org >> >> On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee >> wrote: >> >> > Hi, >> > >> > After the recent Heimdal import (and Doug Rabson's quick fix regarding >> > the krb5-config script) on 8.0-CURRENT, i now noticed >> > evolution-dataserver fails its configure stage due to problems in its >> > detection of Kerberos support. >> > >> > configure:28051: checking for Kerberos 5 >> > configure:28079: cc -o conftest -O2 -pipe -march=athlon64 >> > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41 >> > -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err >> > -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto >> > >> > >> > When one looks further in config.log one notices loads of missing >> > hx509_* symbols. That's where i noticed that the link line above was >> > missing the -lhx509 that was added to "krb5-config --libs". >> > >> > This leads me to believe the evolution-data-server port uses its own >> > home-grown Kerberos 5 configure check instead of depending on >> > krb5-config. >> >> Yep. >> >> > I'll happily test suggested patches. >> >> Try here: >> http://people.freebsd.org/~mezz/diff/evolution-data-server.diff > > Just in case you don't follow freebsd-current@, Doug R. has checked in > fixes for MOST of the problems from the update of heimdal in > current. These may fix the problems, but he says that he won't have it > all fixed until tomorrow. (A test patch for the last problem has been > posted, though, if you just can't wait.) > > In any case, it's probably not worth spending too much time fixing > failing ports when they won't be broken long for those willing to update > heimdal. I do follow up in the current@, this problem is different. dfr (Doug) already has committed fix, but it's unrelated with this. Even thought if dfr believes that this is also another bug and going to do another commit, I still would like to see my patch goes in to get e-d-s to use krb5-config instead of hardcore. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Sat May 10 21:21:40 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat May 10 21:21:44 2008 Subject: FreeBSD Port: libxml2-2.6.31 In-Reply-To: References: Message-ID: On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire wrote: > Hello there is a mismatch with the checksum for this port since you > change > mirrors order can you please update this I have tested on all mirrors before I have committed this change. I still can't reproduce it here. # make distclean ; make checksum ===> Cleaning for libxml2-2.6.31 ===> Deleting distfiles for libxml2-2.6.31 => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://fr.rpmfind.net/pub/libxml/. libxml2-2.6.31.tar.gz 100% of 4623 kB 346 kBps 00m00s => MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. => SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz. Cheers, Mezz > Thanks -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From yayien at gmail.com Sat May 10 21:38:26 2008 From: yayien at gmail.com (Fabien Debuire) Date: Sat May 10 21:38:30 2008 Subject: FreeBSD Port: libxml2-2.6.31 Message-ID: Hello there is a mismatch with the checksum for this port since you change mirrors order can you please update this Thanks -- Fabien DEBUIRE yayien@gmail.com www.debuire.net From freebsdworld at gmail.com Sat May 10 21:46:14 2008 From: freebsdworld at gmail.com (freebsdworld) Date: Sat May 10 21:46:18 2008 Subject: libxml2 Checksum Message-ID: <482649E4.2020009@gmail.com> I have a problem with libxml2 checksum can someone check it out for me thanks Ben From mezz7 at cox.net Sat May 10 21:50:31 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat May 10 21:50:35 2008 Subject: FreeBSD Port: libxml2-2.6.31 In-Reply-To: <20080510214056.GA9593@night.db.net> References: <20080510214056.GA9593@night.db.net> Message-ID: On Sat, 10 May 2008 16:40:56 -0500, Diane Bruce wrote: > On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote: >> On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire >> wrote: >> >> >Hello there is a mismatch with the checksum for this port since you >> >change >> >mirrors order can you please update this >> >> I have tested on all mirrors before I have committed this change. I >> still >> can't reproduce it here. > > This is probably one of the bugs that stalks the ports system. > It is possible you got a html text message saying the server was too > busy stored into libxml2-2.6.31.tar.gz; the ports system at present does > not use file to check that the file it has fetched matches what it > was expecting. This is one of the cases where manual intervention is > necessary and you have to remove the file downloaded and try again. > > It's not that easy a bug to fix unfortunately. He has sent me in private, he didn't let CVSup mirror to catch up so he doesn't has my change. Cheers, Mezz > - Diane > -- > - db@FreeBSD.org db@db.net http://www.db.net/~db -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From db at db.net Sat May 10 22:06:54 2008 From: db at db.net (Diane Bruce) Date: Sat May 10 22:06:57 2008 Subject: FreeBSD Port: libxml2-2.6.31 In-Reply-To: References: Message-ID: <20080510214056.GA9593@night.db.net> On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote: > On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire > wrote: > > >Hello there is a mismatch with the checksum for this port since you > >change > >mirrors order can you please update this > > I have tested on all mirrors before I have committed this change. I still > can't reproduce it here. This is probably one of the bugs that stalks the ports system. It is possible you got a html text message saying the server was too busy stored into libxml2-2.6.31.tar.gz; the ports system at present does not use file to check that the file it has fetched matches what it was expecting. This is one of the cases where manual intervention is necessary and you have to remove the file downloaded and try again. It's not that easy a bug to fix unfortunately. - Diane -- - db@FreeBSD.org db@db.net http://www.db.net/~db From kysd at po.harenet.ne.jp Sat May 10 22:09:20 2008 From: kysd at po.harenet.ne.jp (Yasuda Keisuke) Date: Sat May 10 22:09:24 2008 Subject: evolution-datas-server fails configure due to Kerberos changes In-Reply-To: References: <20080510083713.7a510597@nebuchadnezzar> Message-ID: <20080511.064055.1300483598.kysd@po.harenet.ne.jp> mezz7> Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff Thanks! Seems to build successfully, now using /usr/bin/krb5-config FreeBSD thunder.amadeus.or.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #29: Fri May 9 19:54:43 JST 2008 kysd@thunder.amadeus.or.jp:/usr/obj/var/FreeBSD/8/sys/THUNDER amd64 --- YASUDA Keisuke From aragon at phat.za.net Sun May 11 07:32:00 2008 From: aragon at phat.za.net (Aragon Gouveia) Date: Sun May 11 07:32:03 2008 Subject: New policykit/consolekit/hald problem(s) Message-ID: <20080511071119.GA77668@phat.za.net> Hi, I've recently installed a new workstation with 7.0-STABLE and the new GNOME 2.22 stuff. I'm running: XFCE 4.4.2 dbus 1.2.1 ConsoleKit 0.2.10 PolicyKit 0.8 hald 0.5.11.r2 I'm booting Xorg with XDM and logging in from there. First question... In the past when I wanted to get removable storage devices mountable via the GUI I'd just have to add my user to the operator group. This no longer works. I've edited my PolicyKit.conf file according to the HAL FAQ and got it working that way, but my question is, is it possible to get the old behaviour back? >From what I've read GDM creates a session with ConsoleKit when a user logs in, and the existance of that session alleviates the need for PolicyKit.conf editting. Is it possible to get that happening with XDM? (ie. maybe calling cmd line tools from .xsession?) Second question... My hald doesn't seem to pick up my optical drive when it starts up. If I insert a disc nothing happens, and lshal shows no trace of any acd devices (despite them being present and working). I've attached my hald startup log. There's an error about hald-addon-acpi failing to load, and there is no trace of that binary in /usr/local/libexec. I tried recompiling the port but the build does not create it either. Any suggestions? Thanks, Aragon -------------- next part -------------- Script started on Sun May 11 07:35:02 2008 [root@igor ~]# cdvi Xresources cd /usr/local/lib/X11/xdm [root@igor ~]# kill -1 1vi /etc/ttysps ax |grep pol/usr/local/sbin/hald --daemon=no --verbose=yes 07:35:15.257 [I] hald.c:669: hal 0.5.11rc2 07:35:15.258 [I] hald.c:734: Will not daemonize 07:35:15.259 [I] hald_dbus.c:5381: local server is listening at unix:path=/var/run/hald/dbus-9vvOCZcdiX,guid=771bdd43ad56413e11f3493948268593 07:35:15.268 [I] ck-tracker.c:387: got seat '/org/freedesktop/ConsoleKit/Seat1' 07:35:15.269 [I] ck-tracker.c:338: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1' 07:35:15.269 [I] ck-tracker.c:414: Got seats 07:35:15.269 [I] ck-tracker.c:796: Got seats and sessions 07:35:15.283 [I] hald_runner.c:301: Runner has pid 1912 Runner started - allowed paths are '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin' 07:35:15.289 [I] hald_runner.c:182: runner connection is 0x615800 07:35:15.300 [I] mmap_cache.c:279: cache mtime is 1209618220 07:35:15.302 [I] mmap_cache.c:83: preprobe: offset=00000014, size=0 07:35:15.302 [I] mmap_cache.c:85: information: offset=00000014, size=852 07:35:15.302 [I] mmap_cache.c:87: policy: offset=00000368, size=32524 Run started hald-probe-smbios (10000) (0) ! full path is '/usr/local/libexec/hald-probe-smbios', program_dir is '/usr/local/libexec' 07:35:15.338 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.vendor hald-probe-smbios info: Setting system.firmware.vendor='Intel Corp.' 07:35:15.339 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.version hald-probe-smbios info: Setting system.firmware.version='DPP3510J.86A.0413.2008.0306.2218' 07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.release_date hald-probe-smbios info: Setting system.firmware.release_date='03/06/2008' 07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.vendor hald-probe-smbios info: Setting system.hardware.vendor='' 07:35:15.341 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.product hald-probe-smbios info: Setting system.hardware.product='' 07:35:15.342 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.version hald-probe-smbios info: Setting system.hardware.version='' 07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.serial hald-probe-smbios info: Setting system.hardware.serial='' 07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.uuid hald-probe-smbios info: Setting system.hardware.uuid='93CC8490-EC38-11DC-8547-0019D159B7C5' 07:35:15.344 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.manufacturer hald-probe-smbios info: Setting system.chassis.manufacturer='' 07:35:15.345 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.type hald-probe-smbios info: Setting system.chassis.type='Desktop' pid 1913: rc=0 signaled=0: /usr/local/libexec/hald-probe-smbios 07:35:15.348 [I] util.c:1070: Add callouts for udi=/org/freedesktop/Hal/devices/computer Run started hal-storage-cleanup-all-mountpoints (10000) (0) ! full path is '/usr/local/libexec/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/local/libexec' in hal-storage-cleanup-all-mountpoints hal_mtab = '' pid 1915: rc=0 signaled=0: /usr/local/libexec/hal-storage-cleanup-all-mountpoints 07:35:15.387 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/computer Run started hald-addon-acpi (0) (0) ! full path is 'hald-addon-acpi', program_dir is '(null)' 07:35:15.389 [E] hald_runner.c:671: Error running 'hald-addon-acpi': org.freedesktop.HalRunner.Failed: Start request failed 07:35:15.389 [E] hald.c:124: Cannot start addon hald-addon-acpi for udi /org/freedesktop/Hal/devices/computer 07:35:15.396 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2930 07:35:15.403 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922 07:35:15.409 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2912 07:35:15.416 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_244e 07:35:15.422 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_104c_8023 07:35:15.429 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293a 07:35:15.435 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2936 07:35:15.443 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2935 07:35:15.450 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2934 07:35:15.458 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2948 07:35:15.464 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2946 07:35:15.471 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2944 07:35:15.479 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2942 07:35:15.486 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_11ab_6101 07:35:15.493 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2940 07:35:15.500 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e 07:35:15.507 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293c 07:35:15.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2939 07:35:15.522 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2938 07:35:15.529 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2937 07:35:15.536 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_294c 07:35:15.543 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c4 07:35:15.551 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c1 07:35:15.558 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28 07:35:15.566 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_95c5 07:35:15.573 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c0 07:35:15.576 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_1 07:35:15.580 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_0 07:35:15.582 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbdc_0 07:35:15.584 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbd_0 07:35:15.586 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/acpi_button_0 07:35:15.589 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial 07:35:15.591 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0 07:35:15.593 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0 07:35:15.595 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0 07:35:15.598 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1 07:35:15.600 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0 07:35:15.636 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial Run started hald-addon-mouse-sysmouse (0) (0) ! full path is '/usr/local/libexec/hald-addon-mouse-sysmouse', program_dir is '/usr/local/libexec' 07:35:15.650 [I] hald_runner.c:659: running_processes 0x67fe60, num = 1 07:35:15.650 [I] hald.c:120: Started addon hald-addon-mouse-sysmouse for udi /org/freedesktop/Hal/devices/usb_device_45e_724_noserial 07:35:15.665 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0 07:35:15.688 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2 07:35:15.689 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0 07:35:15.690 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial 07:35:15.691 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_if0 07:35:15.698 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial 07:35:15.702 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0 07:35:15.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7 07:35:15.705 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0 07:35:15.707 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0_if0 07:35:15.712 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3 07:35:15.713 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0 07:35:15.715 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4 07:35:15.716 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0 07:35:15.718 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5 07:35:15.719 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0 07:35:15.726 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial 07:35:15.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0 07:35:15.737 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6 07:35:15.738 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0 Run started hald-probe-storage (10000) (0) ! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec' 07:35:15.741 [D] hald_dbus.c:3294: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial 07:35:15.741 [I] hald_dbus.c:3320: AddonIsReady on udi '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' pid 1917: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.754 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial, key=input.device 07:35:15.760 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=info.category 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.number 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.scheme 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.type 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.media_size 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.start 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_disc 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_partition 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.ignore 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fsusage 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fstype 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.label 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.uuid 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.block_size 07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.size 07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.num_blocks pid 1919: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.767 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1920: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.777 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1921: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.787 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1922: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.797 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_1 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1923: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.807 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_2 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1924: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.817 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_3 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1925: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.826 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_4 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1926: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.837 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_5 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=info.category 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_disc 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_partition 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.ignore 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fsusage 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fstype 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.label 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.uuid 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.block_size 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.size 07:35:15.850 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.num_blocks pid 1927: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.852 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_704371852288 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.869 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=info.category 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_disc 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_partition 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.ignore 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsusage 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fstype 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsversion 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.label 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.uuid 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.block_size 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.size 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.num_blocks pid 1928: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.875 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_678604832768 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.976 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=info.category 07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_disc 07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_partition 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.ignore 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsusage 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fstype 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsversion 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.label 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.uuid 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.block_size 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.size 07:35:15.980 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.num_blocks pid 1929: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.982 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4294967296 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=info.category 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_disc 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_partition 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.ignore 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsusage 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fstype 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsversion 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.label 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.uuid 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.block_size 07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.size 07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.num_blocks pid 1930: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.134 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_12884901888 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.295 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=info.category 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_disc 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_partition 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.ignore 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsusage 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fstype 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsversion 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.label 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.uuid 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.block_size 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.size 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.num_blocks pid 1931: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.301 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_2147483648 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=info.category 07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_disc 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_partition 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.ignore 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsusage 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fstype 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsversion 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.label 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.uuid 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.block_size 07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.size 07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.num_blocks pid 1932: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.337 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_1073741824 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.404 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=info.category 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_disc 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_partition 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.ignore 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsusage 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fstype 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsversion 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.label 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.uuid 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.block_size 07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.size 07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.num_blocks pid 1933: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.411 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4963263488 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.508 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=info.category 07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_disc 07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_partition 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.ignore 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsusage 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fstype 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsversion 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.label 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.uuid 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.block_size 07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.size 07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.num_blocks pid 1934: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_402653184 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1935: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_block 07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage Run started hald-probe-storage (10000) (0) ! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec' pid 1936: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.687 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=info.category 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.number 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.scheme 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.type 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.media_size 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.start 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_disc 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_partition 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.ignore 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fsusage 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fstype 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.label 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.uuid 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.block_size 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.size 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.num_blocks pid 1937: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.693 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1938: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1939: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.714 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1940: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.724 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1941: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1942: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.745 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1943: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.756 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1944: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.766 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:17.096 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=info.category 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.number 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.scheme 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.type 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.media_size 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.start 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_disc 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_partition 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.ignore 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsusage 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fstype 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsversion 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.label 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.uuid 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.block_size 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.size 07:35:17.101 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.num_blocks pid 1945: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:17.103 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE 07:35:17.104 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_0 07:35:17.118 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91 07:35:17.121 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_pcm_1 07:35:17.123 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_mixer_1 07:35:17.125 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_pcm_0 07:35:17.127 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_mixer_0 07:35:17.127 [I] hald.c:864: Device probing completed 07:35:17.127 [I] hald_dbus.c:5834: entering ^C [root@igor ~]# exit Script done on Sun May 11 07:35:23 2008 From mi+kde at aldan.algebra.com Sun May 11 15:46:13 2008 From: mi+kde at aldan.algebra.com (Mikhail Teterin) Date: Sun May 11 15:46:16 2008 Subject: heads up: updating GraphicsMagick Message-ID: <200805111146.11559@aldan> Hello! I intend to update the GraphicsMagick port with the attached diff in a few days. Among other things, it ups the shared-library versions and may otherwise affect your ports. Please, let me know, if anything is blatantly wrong or forever hold your peace. Thanks! Yours, -mi P.S. Gnome and KDE teams! It seems, your ports require /both/ ImageMagick and GraphicsMagick. Considering, that the two packages are two prongs of the same fork, you may wish to look into making your stuff use only one of them... -------------- next part -------------- A non-text attachment was scrubbed... Name: GM-update.diff Type: text/x-diff Size: 11517 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080511/8b753035/GM-update.bin From bfriesen at simple.dallas.tx.us Sun May 11 16:28:41 2008 From: bfriesen at simple.dallas.tx.us (Bob Friesenhahn) Date: Sun May 11 16:28:46 2008 Subject: heads up: updating GraphicsMagick In-Reply-To: <200805111146.11559@aldan> References: <200805111146.11559@aldan> Message-ID: > > P.S. Gnome and KDE teams! It seems, your ports require /both/ ImageMagick and > GraphicsMagick. Considering, that the two packages are two prongs of the same > fork, you may wish to look into making your stuff use only one of them... I do know that Krita (part of Kdesktop) will require some minor source code updates to compile with GraphicsMagick 1.2. While GraphicsMagick 1.2 is almost entirely API compatible with previous releases, some long deprecated interfaces were removed and one previously non-deprecated interface (related to attached 'profiles') was removed that necessitates that applications depending on that interface make code modifications. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ From marcus at marcuscom.com Sun May 11 18:46:41 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 11 18:46:43 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <20080511071119.GA77668@phat.za.net> References: <20080511071119.GA77668@phat.za.net> Message-ID: <1210531604.49665.9.camel@shumai.marcuscom.com> On Sun, 2008-05-11 at 09:11 +0200, Aragon Gouveia wrote: > Hi, > > I've recently installed a new workstation with 7.0-STABLE and the new GNOME > 2.22 stuff. I'm running: > > XFCE 4.4.2 > dbus 1.2.1 > ConsoleKit 0.2.10 > PolicyKit 0.8 > hald 0.5.11.r2 > > I'm booting Xorg with XDM and logging in from there. > > First question... > > In the past when I wanted to get removable storage devices mountable via the > GUI I'd just have to add my user to the operator group. This no longer > works. I've edited my PolicyKit.conf file according to the HAL FAQ and got > it working that way, but my question is, is it possible to get the old > behaviour back? > > >From what I've read GDM creates a session with ConsoleKit when a user logs > in, and the existance of that session alleviates the need for PolicyKit.conf > editting. Is it possible to get that happening with XDM? (ie. maybe calling > cmd line tools from .xsession?) You're free to look at the code GDM uses, and adapt it for other DMs. This is also ck-launch-session. You should have a look at https://bugs.launchpad.net/xinit/+bug/199486 . > > Second question... > > My hald doesn't seem to pick up my optical drive when it starts up. If I > insert a disc nothing happens, and lshal shows no trace of any acd devices > (despite them being present and working). I've attached my hald startup > log. There's an error about hald-addon-acpi failing to load, and there is > no trace of that binary in /usr/local/libexec. I tried recompiling the > port but the build does not create it either. Any suggestions? You're missing a lot of detail. Re-read the FAQ, and post all the required information. 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/20080511/ba55e93f/attachment.pgp From aragon at phat.za.net Sun May 11 19:56:03 2008 From: aragon at phat.za.net (Aragon Gouveia) Date: Sun May 11 19:56:10 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <1210531604.49665.9.camel@shumai.marcuscom.com> References: <20080511071119.GA77668@phat.za.net> <1210531604.49665.9.camel@shumai.marcuscom.com> Message-ID: <20080511195559.GA29942@phat.za.net> | By Joe Marcus Clarke | [ 2008-05-11 20:46 +0200 ] > You're free to look at the code GDM uses, and adapt it for other DMs. > This is also ck-launch-session. You should have a look at > https://bugs.launchpad.net/xinit/+bug/199486 . Thanks. Will check it out! > You're missing a lot of detail. Re-read the FAQ, and post all the > required information. Sorry about that. * lshal attached * hald startup attached * kern.geom.conftxt attached * fstab attached * dmesg attached * output of mount N/A - don't get that far * output of gnome-mount N/A - same reason as above Thanks! Regards, Aragon -------------- next part -------------- Dumping 84 device(s) from the Global Device List: ------------------------------------------------- udi = '/org/freedesktop/Hal/devices/computer' info.addons = {'hald-addon-acpi'} (string list) info.callouts.add = {'hal-storage-cleanup-all-mountpoints'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.SystemPowerManagement'} (string list) info.product = 'Computer' (string) info.subsystem = 'unknown' (string) info.udi = '/org/freedesktop/Hal/devices/computer' (string) org.freedesktop.Hal.Device.SystemPowerManagement.method_argnames = {'num_seconds_to_sleep', 'num_seconds_to_sleep', '', '', '', 'enable_power_save'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths = {'hal-system-power-suspend', 'hal-system-power-suspend-hybrid', 'hal-system-power-hibernate', 'hal-system-power-shutdown', 'hal-system-power-reboot', 'hal-system-power-set-power-save'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_names = {'Suspend', 'SuspendHybrid', 'Hibernate', 'Shutdown', 'Reboot', 'SetPowerSave'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures = {'i', 'i', '', '', '', 'b'} (string list) power_management.can_hibernate = true (bool) power_management.can_suspend = true (bool) power_management.can_suspend_to_disk = true (bool) power_management.can_suspend_to_ram = true (bool) power_management.is_powersave_set = false (bool) power_management.type = 'acpi' (string) system.chassis.manufacturer = '' (string) system.chassis.type = 'Desktop' (string) system.firmware.release_date = '03/06/2008' (string) system.firmware.vendor = 'Intel Corp.' (string) system.firmware.version = 'DPP3510J.86A.0413.2008.0306.2218' (string) system.formfactor = 'desktop' (string) system.hardware.product = '' (string) system.hardware.serial = '' (string) system.hardware.uuid = '93CC8490-EC38-11DC-8547-0019D159B7C5' (string) system.hardware.vendor = '' (string) system.hardware.version = '' (string) system.kernel.machine = 'amd64' (string) system.kernel.name = 'FreeBSD' (string) system.kernel.version = '7.0-STABLE' (string) system.product = ' ' (string) udi = '/org/freedesktop/Hal/devices/acpi_button_0' button.type = 'sleep' (string) freebsd.driver = 'acpi_button' (string) freebsd.unit = 0 (0x0) (int) info.capabilities = {'button'} (string list) info.category = 'button' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = 'Sleep Button' (string) info.subsystem = 'platform' (string) info.udi = '/org/freedesktop/Hal/devices/acpi_button_0' (string) platform.id = 'acpi_button.0' (string) pnp.description = 'ACPI sleep button device' (string) pnp.id = 'PNP0C0E' (string) udi = '/org/freedesktop/Hal/devices/cpu_0' freebsd.driver = 'cpu' (string) freebsd.unit = 0 (0x0) (int) info.capabilities = {'processor'} (string list) info.category = 'processor' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = 'ACPI CPU' (string) info.subsystem = 'platform' (string) info.udi = '/org/freedesktop/Hal/devices/cpu_0' (string) platform.id = 'cpu.0' (string) processor.can_throttle = true (bool) processor.maximum_speed = 3163 (0xc5b) (int) processor.number = 0 (0x0) (int) udi = '/org/freedesktop/Hal/devices/cpu_1' freebsd.driver = 'cpu' (string) freebsd.unit = 1 (0x1) (int) info.capabilities = {'processor'} (string list) info.category = 'processor' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = 'ACPI CPU' (string) info.subsystem = 'platform' (string) info.udi = '/org/freedesktop/Hal/devices/cpu_1' (string) platform.id = 'cpu.1' (string) processor.can_throttle = false (bool) processor.number = 1 (0x1) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_29c0' freebsd.driver = 'hostb' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82G33/G31/P35/P31 Express DRAM Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c0' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82G33/G31/P35/P31 Express DRAM Controller' (string) pci.product_id = 10688 (0x29c0) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_29c1' freebsd.driver = 'pcib' (string) freebsd.unit = 1 (0x1) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82G33/G31/P35/P31 Express PCI Express Root Port' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 1 (0x1) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 1 (0x1) (int) pci.product = '82G33/G31/P35/P31 Express PCI Express Root Port' (string) pci.product_id = 10689 (0x29c1) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_1002_95c5' freebsd.driver = 'vgapci' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string) info.product = 'Mobilitiy Radeon HD 3450' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_1002_95c5' (string) info.vendor = 'ATI Technologies Inc' (string) pci.device_class = 3 (0x3) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.freebsd.bus = 1 (0x1) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = 'Mobilitiy Radeon HD 3450' (string) pci.product_id = 38341 (0x95c5) (int) pci.subsys_product_id = 4480 (0x1180) (int) pci.subsys_vendor = 'Micro-Star International Co., Ltd.' (string) pci.subsys_vendor_id = 5218 (0x1462) (int) pci.vendor = 'ATI Technologies Inc' (string) pci.vendor_id = 4098 (0x1002) (int) udi = '/org/freedesktop/Hal/devices/pci_1002_aa28' info.parent = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string) info.product = 'RV620 Audio device [Radeon HD 34xx Series]' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_1002_aa28' (string) info.vendor = 'ATI Technologies Inc' (string) pci.device_class = 4 (0x4) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 1 (0x1) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = 'RV620 Audio device [Radeon HD 34xx Series]' (string) pci.product_id = 43560 (0xaa28) (int) pci.subsys_product_id = 43560 (0xaa28) (int) pci.subsys_vendor = 'Micro-Star International Co., Ltd.' (string) pci.subsys_vendor_id = 5218 (0x1462) (int) pci.vendor = 'ATI Technologies Inc' (string) pci.vendor_id = 4098 (0x1002) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_29c4' info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82G33/G31/P35/P31 Express MEI Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c4' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 7 (0x7) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 128 (0x80) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 3 (0x3) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82G33/G31/P35/P31 Express MEI Controller' (string) pci.product_id = 10692 (0x29c4) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_294c' freebsd.driver = 'em' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82566DC-2 Gigabit Network Connection' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_294c' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 2 (0x2) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 25 (0x19) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 52 (0x34) (int) pci.product = '82566DC-2 Gigabit Network Connection' (string) pci.product_id = 10572 (0x294c) (int) pci.subsys_product_id = 1 (0x1) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91' info.capabilities = {'net', 'net.80203', 'wake_on_lan'} (string list) info.category = 'net.80203' (string) info.interfaces = {'org.freedesktop.Hal.Device.WakeOnLan'} (string list) info.parent = '/org/freedesktop/Hal/devices/pci_8086_294c' (string) info.product = 'Networking Interface' (string) info.udi = '/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91' (string) net.80203.link = true (bool) net.80203.mac_address = 123483495313 (0x1cc0309b91) (uint64) net.80203.rate = 100000000 (0x5f5e100) (uint64) net.address = '00:1c:c0:30:9b:91' (string) net.arp_proto_hw_id = 1 (0x1) (int) net.freebsd.ifindex = 1 (0x1) (int) net.interface = 'em0' (string) net.interface_up = true (bool) net.media = 'Ethernet autoselect (100baseTX )' (string) net.originating_device = '/org/freedesktop/Hal/devices/pci_8086_294c' (string) net.physical_device = '/org/freedesktop/Hal/devices/pci_8086_294c' (string) org.freedesktop.Hal.Device.WakeOnLan.method_argnames = {'', '', 'enable'} (string list) org.freedesktop.Hal.Device.WakeOnLan.method_execpaths = {'hal-system-wol-supported', 'hal-system-wol-enabled', 'hal-system-wol-enable'} (string list) org.freedesktop.Hal.Device.WakeOnLan.method_names = {'GetSupported', 'GetEnabled', 'SetEnabled'} (string list) org.freedesktop.Hal.Device.WakeOnLan.method_signatures = {'', '', 'b'} (string list) udi = '/org/freedesktop/Hal/devices/pci_8086_2937' freebsd.driver = 'uhci' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #4' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2937' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 26 (0x1a) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #4' (string) pci.product_id = 10551 (0x2937) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' freebsd.driver = 'uhub' (string) freebsd.unit = 0 (0x0) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2937' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 0 (0x0) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0' (string) usb.bus_number = 0 (0x0) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2938' freebsd.driver = 'uhci' (string) freebsd.unit = 1 (0x1) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #5' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2938' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 26 (0x1a) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #5' (string) pci.product_id = 10552 (0x2938) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' freebsd.driver = 'uhub' (string) freebsd.unit = 1 (0x1) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2938' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 1 (0x1) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.freebsd.ports = {'2'} (string list) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' freebsd.device_file = '/dev/ukbd0' (string) freebsd.driver = 'ukbd' (string) freebsd.unit = 0 (0x0) (int) info.bus = 'usb_device' (string) info.capabilities = {'input', 'input.keyboard'} (string list) info.category = 'input.keyboard' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string) info.product = 'USB Multimedia Keyboard' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string) info.vendor = 'Logitech' (string) input.device = '/dev/ukbd0' (string) usb_device.bus_number = 1 (0x1) (int) usb_device.can_wake_up = true (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 112 (0x70) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = false (bool) usb_device.max_power = 70 (0x46) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 2 (0x2) (int) usb_device.num_ports = 0 (0x0) (int) usb_device.port_number = 2 (0x2) (int) usb_device.product = 'USB Multimedia Keyboard' (string) usb_device.product_id = 49943 (0xc317) (int) usb_device.speed_bcd = 336 (0x150) (int) usb_device.vendor = 'Logitech' (string) usb_device.vendor_id = 1133 (0x46d) (int) usb_device.version_bcd = 272 (0x110) (int) udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string) info.product = 'USB HID Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7' (string) usb.bus_number = 1 (0x1) (int) usb.can_wake_up = true (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 112 (0x70) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 3 (0x3) (int) usb.interface.number = 7 (0x7) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 8 (0x8) (int) usb.is_self_powered = false (bool) usb.max_power = 70 (0x46) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 2 (0x2) (int) usb.num_ports = 0 (0x0) (int) usb.port_number = 2 (0x2) (int) usb.product = 'USB HID Interface' (string) usb.product_id = 49943 (0xc317) (int) usb.speed_bcd = 336 (0x150) (int) usb.vendor = 'Logitech' (string) usb.vendor_id = 1133 (0x46d) (int) usb.version_bcd = 272 (0x110) (int) udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string) info.product = 'USB HID Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0' (string) usb.bus_number = 1 (0x1) (int) usb.can_wake_up = true (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 112 (0x70) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 3 (0x3) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 1 (0x1) (int) usb.interface.subclass = 1 (0x1) (int) usb.is_self_powered = false (bool) usb.max_power = 70 (0x46) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 2 (0x2) (int) usb.num_ports = 0 (0x0) (int) usb.port_number = 2 (0x2) (int) usb.product = 'USB HID Interface' (string) usb.product_id = 49943 (0xc317) (int) usb.speed_bcd = 336 (0x150) (int) usb.vendor = 'Logitech' (string) usb.vendor_id = 1133 (0x46d) (int) usb.version_bcd = 272 (0x110) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0' (string) usb.bus_number = 1 (0x1) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.freebsd.ports = {'2'} (string list) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2939' freebsd.driver = 'uhci' (string) freebsd.unit = 2 (0x2) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #6' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2939' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 26 (0x1a) (int) pci.freebsd.function = 2 (0x2) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #6' (string) pci.product_id = 10553 (0x2939) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' freebsd.driver = 'uhub' (string) freebsd.unit = 2 (0x2) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2939' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 2 (0x2) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.freebsd.ports = {'2'} (string list) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' freebsd.device_file = '/dev/ums0' (string) freebsd.driver = 'ums' (string) freebsd.unit = 0 (0x0) (int) info.addons = {'hald-addon-mouse-sysmouse'} (string list) info.bus = 'usb_device' (string) info.capabilities = {'input', 'input.mouse'} (string list) info.category = 'input.mouse' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string) info.product = 'SideWinder? Mouse' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' (string) info.vendor = 'Microsoft' (string) input.device = '/dev/sysmouse' (string) usb_device.bus_number = 2 (0x2) (int) usb_device.can_wake_up = true (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 549 (0x225) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = false (bool) usb_device.max_power = 500 (0x1f4) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 0 (0x0) (int) usb_device.port_number = 2 (0x2) (int) usb_device.product = 'SideWinder? Mouse' (string) usb_device.product_id = 1828 (0x724) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Microsoft' (string) usb_device.vendor_id = 1118 (0x45e) (int) usb_device.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' (string) info.product = 'USB HID Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0' (string) usb.bus_number = 2 (0x2) (int) usb.can_wake_up = true (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 549 (0x225) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 3 (0x3) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 2 (0x2) (int) usb.interface.subclass = 1 (0x1) (int) usb.is_self_powered = false (bool) usb.max_power = 500 (0x1f4) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 0 (0x0) (int) usb.port_number = 2 (0x2) (int) usb.product = 'USB HID Interface' (string) usb.product_id = 1828 (0x724) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Microsoft' (string) usb.vendor_id = 1118 (0x45e) (int) usb.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0' (string) usb.bus_number = 2 (0x2) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.freebsd.ports = {'2'} (string list) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_293c' freebsd.driver = 'ehci' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB2 EHCI Controller #2' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_293c' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 32 (0x20) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 26 (0x1a) (int) pci.freebsd.function = 7 (0x7) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB2 EHCI Controller #2' (string) pci.product_id = 10556 (0x293c) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2' freebsd.driver = 'uhub' (string) freebsd.unit = 3 (0x3) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_293c' (string) info.product = 'EHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 3 (0x3) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 1 (0x1) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 6 (0x6) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'EHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 294912 (0x48000) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0' (string) usb.bus_number = 3 (0x3) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 1 (0x1) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 6 (0x6) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 294912 (0x48000) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_293e' info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) HD Audio Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_293e' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 4 (0x4) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 27 (0x1b) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) HD Audio Controller' (string) pci.product_id = 10558 (0x293e) (int) pci.subsys_product_id = 1 (0x1) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2940' freebsd.driver = 'pcib' (string) freebsd.unit = 2 (0x2) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) PCI Express Port 1' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2940' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 28 (0x1c) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 2 (0x2) (int) pci.product = '82801I (ICH9 Family) PCI Express Port 1' (string) pci.product_id = 10560 (0x2940) (int) pci.subsys_product = 'Optiplex 755' (string) pci.subsys_product_id = 10560 (0x2940) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2942' freebsd.driver = 'pcib' (string) freebsd.unit = 3 (0x3) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) PCI Express Port 2' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2942' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 28 (0x1c) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.secondary_bus = 3 (0x3) (int) pci.product = '82801I (ICH9 Family) PCI Express Port 2' (string) pci.product_id = 10562 (0x2942) (int) pci.subsys_product_id = 10562 (0x2942) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_11ab_6101' freebsd.driver = 'atapci' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2942' (string) info.product = '88SE6101 single-port PATA133 interface' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_11ab_6101' (string) info.vendor = 'Marvell Technology Group Ltd.' (string) pci.device_class = 1 (0x1) (int) pci.device_protocol = 143 (0x8f) (int) pci.device_subclass = 1 (0x1) (int) pci.freebsd.bus = 3 (0x3) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 16 (0x10) (int) pci.product = '88SE6101 single-port PATA133 interface' (string) pci.product_id = 24833 (0x6101) (int) pci.subsys_product_id = 24833 (0x6101) (int) pci.subsys_vendor = 'Marvell Technology Group Ltd.' (string) pci.subsys_vendor_id = 4523 (0x11ab) (int) pci.vendor = 'Marvell Technology Group Ltd.' (string) pci.vendor_id = 4523 (0x11ab) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2944' freebsd.driver = 'pcib' (string) freebsd.unit = 4 (0x4) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) PCI Express Port 3' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2944' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 28 (0x1c) (int) pci.freebsd.function = 2 (0x2) (int) pci.freebsd.secondary_bus = 4 (0x4) (int) pci.product = '82801I (ICH9 Family) PCI Express Port 3' (string) pci.product_id = 10564 (0x2944) (int) pci.subsys_product_id = 10564 (0x2944) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2946' freebsd.driver = 'pcib' (string) freebsd.unit = 5 (0x5) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) PCI Express Port 4' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2946' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 28 (0x1c) (int) pci.freebsd.function = 3 (0x3) (int) pci.freebsd.secondary_bus = 5 (0x5) (int) pci.product = '82801I (ICH9 Family) PCI Express Port 4' (string) pci.product_id = 10566 (0x2946) (int) pci.subsys_product_id = 10566 (0x2946) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2948' freebsd.driver = 'pcib' (string) freebsd.unit = 6 (0x6) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) PCI Express Port 5' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2948' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 28 (0x1c) (int) pci.freebsd.function = 4 (0x4) (int) pci.freebsd.secondary_bus = 6 (0x6) (int) pci.product = '82801I (ICH9 Family) PCI Express Port 5' (string) pci.product_id = 10568 (0x2948) (int) pci.subsys_product_id = 10568 (0x2948) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2934' freebsd.driver = 'uhci' (string) freebsd.unit = 3 (0x3) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #1' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2934' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 29 (0x1d) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #1' (string) pci.product_id = 10548 (0x2934) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3' freebsd.driver = 'uhub' (string) freebsd.unit = 4 (0x4) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2934' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 4 (0x4) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0' (string) usb.bus_number = 4 (0x4) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2935' freebsd.driver = 'uhci' (string) freebsd.unit = 4 (0x4) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #2' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2935' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 29 (0x1d) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #2' (string) pci.product_id = 10549 (0x2935) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4' freebsd.driver = 'uhub' (string) freebsd.unit = 5 (0x5) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2935' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 5 (0x5) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0' (string) usb.bus_number = 5 (0x5) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2936' freebsd.driver = 'uhci' (string) freebsd.unit = 5 (0x5) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB UHCI Controller #3' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2936' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 29 (0x1d) (int) pci.freebsd.function = 2 (0x2) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB UHCI Controller #3' (string) pci.product_id = 10550 (0x2936) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' freebsd.driver = 'uhub' (string) freebsd.unit = 6 (0x6) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2936' (string) info.product = 'UHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 6 (0x6) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.freebsd.ports = {'2'} (string list) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'UHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial' freebsd.device_file = '/dev/ugen0' (string) freebsd.driver = 'ugen' (string) freebsd.unit = 0 (0x0) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string) info.product = 'product 0x8001' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial' (string) info.vendor = 'vendor 0x0aa8' (string) usb_device.bus_number = 6 (0x6) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 514 (0x202) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = false (bool) usb_device.max_power = 100 (0x64) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 0 (0x0) (int) usb_device.port_number = 2 (0x2) (int) usb_device.product = 'product 0x8001' (string) usb_device.product_id = 32769 (0x8001) (int) usb_device.speed_bcd = 336 (0x150) (int) usb_device.vendor = 'vendor 0x0aa8' (string) usb_device.vendor_id = 2728 (0xaa8) (int) usb_device.version_bcd = 272 (0x110) (int) udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial' (string) info.product = 'USB Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0' (string) usb.bus_number = 6 (0x6) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 514 (0x202) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 0 (0x0) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = false (bool) usb.max_power = 100 (0x64) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 0 (0x0) (int) usb.port_number = 2 (0x2) (int) usb.product = 'USB Interface' (string) usb.product_id = 32769 (0x8001) (int) usb.speed_bcd = 336 (0x150) (int) usb.vendor = 'vendor 0x0aa8' (string) usb.vendor_id = 2728 (0xaa8) (int) usb.version_bcd = 272 (0x110) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0' (string) usb.bus_number = 6 (0x6) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.freebsd.ports = {'2'} (string list) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 256 (0x100) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_293a' freebsd.driver = 'ehci' (string) freebsd.unit = 1 (0x1) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) USB2 EHCI Controller #1' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_293a' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 32 (0x20) (int) pci.device_subclass = 3 (0x3) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 29 (0x1d) (int) pci.freebsd.function = 7 (0x7) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) USB2 EHCI Controller #1' (string) pci.product_id = 10554 (0x293a) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6' freebsd.driver = 'uhub' (string) freebsd.unit = 7 (0x7) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_293a' (string) info.product = 'EHCI root hub' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6' (string) info.vendor = 'Intel' (string) usb_device.bus_number = 7 (0x7) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 9 (0x9) (int) usb_device.device_protocol = 1 (0x1) (int) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.max_power = 0 (0x0) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 6 (0x6) (int) usb_device.port_number = 1 (0x1) (int) usb_device.product = 'EHCI root hub' (string) usb_device.product_id = 0 (0x0) (int) usb_device.speed_bcd = 294912 (0x48000) (int) usb_device.vendor = 'Intel' (string) usb_device.vendor_id = 0 (0x0) (int) usb_device.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0' info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6' (string) info.product = 'USB Hub Interface' (string) info.subsystem = 'usb' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0' (string) usb.bus_number = 7 (0x7) (int) usb.can_wake_up = false (bool) usb.configuration_value = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_protocol = 1 (0x1) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.device_subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.num_ports = 6 (0x6) (int) usb.port_number = 1 (0x1) (int) usb.product = 'USB Hub Interface' (string) usb.product_id = 0 (0x0) (int) usb.speed_bcd = 294912 (0x48000) (int) usb.vendor = 'Intel' (string) usb.vendor_id = 0 (0x0) (int) usb.version_bcd = 512 (0x200) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_244e' freebsd.driver = 'pcib' (string) freebsd.unit = 7 (0x7) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801 PCI Bridge' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_244e' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 1 (0x1) (int) pci.device_subclass = 4 (0x4) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 30 (0x1e) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 7 (0x7) (int) pci.product = '82801 PCI Bridge' (string) pci.product_id = 9294 (0x244e) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_104c_8023' info.parent = '/org/freedesktop/Hal/devices/pci_8086_244e' (string) info.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_104c_8023' (string) info.vendor = 'Texas Instruments' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 16 (0x10) (int) pci.device_subclass = 0 (0x0) (int) pci.freebsd.bus = 7 (0x7) (int) pci.freebsd.device = 3 (0x3) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)' (string) pci.product_id = 32803 (0x8023) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Texas Instruments' (string) pci.vendor_id = 4172 (0x104c) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2912' freebsd.driver = 'isab' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801IH (ICH9DH) LPC Interface Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2912' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 6 (0x6) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 1 (0x1) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 31 (0x1f) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801IH (ICH9DH) LPC Interface Controller' (string) pci.product_id = 10514 (0x2912) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/atkbdc_0' freebsd.driver = 'atkbdc' (string) freebsd.unit = 0 (0x0) (int) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2912' (string) info.product = 'Keyboard controller (i8042)' (string) info.subsystem = 'platform' (string) info.udi = '/org/freedesktop/Hal/devices/atkbdc_0' (string) platform.id = 'atkbdc.0' (string) udi = '/org/freedesktop/Hal/devices/atkbd_0' freebsd.device_file = '/dev/atkbd0' (string) freebsd.driver = 'atkbd' (string) freebsd.unit = 0 (0x0) (int) info.capabilities = {'input', 'input.keyboard'} (string list) info.category = 'input.keyboard' (string) info.parent = '/org/freedesktop/Hal/devices/atkbdc_0' (string) info.product = 'AT Keyboard' (string) info.subsystem = 'platform' (string) info.udi = '/org/freedesktop/Hal/devices/atkbd_0' (string) input.device = '' (string) platform.id = 'atkbd.0' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_2922' freebsd.driver = 'atapci' (string) freebsd.unit = 1 (0x1) (int) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 1 (0x1) (int) pci.device_protocol = 1 (0x1) (int) pci.device_subclass = 6 (0x6) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 31 (0x1f) (int) pci.freebsd.function = 2 (0x2) (int) pci.freebsd.secondary_bus = 52 (0x34) (int) pci.product = '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller' (string) pci.product_id = 10530 (0x2922) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' block.device = '/dev/ad6' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 71 (0x47) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) freebsd.device_file = '/dev/ad6' (string) freebsd.driver = 'ad' (string) freebsd.unit = 6 (0x6) (int) info.capabilities = {'block', 'storage'} (string list) info.category = 'storage' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922' (string) info.product = 'Storage Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) storage.automount_enabled_hint = true (bool) storage.bus = 'platform' (string) storage.drive_type = 'disk' (string) storage.hotpluggable = false (bool) storage.media_check_enabled = false (bool) storage.model = '' (string) storage.no_partitions_hint = false (bool) storage.originating_device = '' (string) storage.removable = false (bool) storage.removable.support_async_notification = false (bool) storage.requires_eject = false (bool) storage.vendor = '' (string) udi = '/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE' block.device = '/dev/ad6s1' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 73 (0x49) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.product = 'Volume (vfat)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'vfat' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = 'FAT32' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = true (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime', 'longnames', 'shortnames', 'nowin95', '-u=', '-g=', '-m=', '-M=', '-L=', '-D=', 'large'} (string list) volume.mount_point = '' (string) volume.num_blocks = 16787862 (0x1002996) (uint64) volume.partition.media_size = 8595385344 (0x200532c00) (uint64) volume.partition.number = 1 (0x1) (int) volume.partition.scheme = 'mbr' (string) volume.partition.start = 32256 (0x7e00) (uint64) volume.partition.type = '0xc' (string) volume.size = 8595385344 (0x200532c00) (uint64) volume.uuid = '28FF-E5AE' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' block.device = '/dev/ad6s2' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 74 (0x4a) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.product = 'Volume' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) volume.block_size = 512 (0x200) (uint64) volume.fstype = '' (string) volume.fsusage = 'partitiontable' (string) volume.ignore = true (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = true (bool) volume.label = '' (string) volume.mount_point = '' (string) volume.num_blocks = 1375726275 (0x51ffeac3) (uint64) volume.partition.media_size = 704371852800 (0xa3ffd58600) (uint64) volume.partition.number = 2 (0x2) (int) volume.partition.scheme = 'mbr' (string) volume.partition.start = 8595417600 (0x20053aa00) (uint64) volume.partition.type = '0xa5' (string) volume.size = 704371852800 (0xa3ffd58600) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_704371852288' block.device = '/dev/mirror/gm0' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 85 (0x55) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Volume' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) volume.block_size = 512 (0x200) (uint64) volume.fstype = '' (string) volume.fsusage = 'partitiontable' (string) volume.ignore = true (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount_point = '' (string) volume.num_blocks = 1375726274 (0x51ffeac2) (uint64) volume.size = 704371852288 (0xa3ffd58400) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_402653184_0' block.device = '/dev/mirror/gm0a' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 94 (0x5e) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_402653184_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '/' (string) volume.num_blocks = 786432 (0xc0000) (uint64) volume.size = 402653184 (0x18000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_4963263488_0' block.device = '/dev/mirror/gm0b' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 95 (0x5f) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_4963263488_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '/usr/local' (string) volume.num_blocks = 9693874 (0x93eab2) (uint64) volume.size = 4963263488 (0x127d56400) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_1073741824_0' block.device = '/dev/mirror/gm0d' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 97 (0x61) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_1073741824_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 2097152 (0x200000) (uint64) volume.size = 1073741824 (0x40000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_2147483648_0' block.device = '/dev/mirror/gm0e' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 98 (0x62) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_2147483648_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '/export/var' (string) volume.num_blocks = 4194304 (0x400000) (uint64) volume.size = 2147483648 (0x80000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_12884901888_0' block.device = '/dev/mirror/gm0f' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 99 (0x63) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_12884901888_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '/usr' (string) volume.num_blocks = 25165824 (0x1800000) (uint64) volume.size = 12884901888 (0x300000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_4294967296_0' block.device = '/dev/mirror/gm0g' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 100 (0x64) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_4294967296_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '/usr/ports' (string) volume.num_blocks = 8388608 (0x800000) (uint64) volume.size = 4294967296 (0x100000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_678604832768_0' block.device = '/dev/mirror/gm0h' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 101 (0x65) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_678604832768_0' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 1325400064 (0x4f000000) (uint64) volume.size = 678604832768 (0x9e00000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5' block.device = '/dev/ad6s2a' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 77 (0x4d) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4' block.device = '/dev/ad6s2b' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 78 (0x4e) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3' block.device = '/dev/ad6s2d' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 80 (0x50) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2' block.device = '/dev/ad6s2e' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 81 (0x51) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1' block.device = '/dev/ad6s2f' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 82 (0x52) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0' block.device = '/dev/ad6s2g' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 83 (0x53) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block' block.device = '/dev/ad6s2h' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 84 (0x54) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' block.device = '/dev/ad8' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 72 (0x48) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) freebsd.device_file = '/dev/ad8' (string) freebsd.driver = 'ad' (string) freebsd.unit = 8 (0x8) (int) info.capabilities = {'block', 'storage'} (string list) info.category = 'storage' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922' (string) info.product = 'Storage Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) storage.automount_enabled_hint = true (bool) storage.bus = 'platform' (string) storage.drive_type = 'disk' (string) storage.hotpluggable = false (bool) storage.media_check_enabled = false (bool) storage.model = '' (string) storage.no_partitions_hint = false (bool) storage.originating_device = '' (string) storage.removable = false (bool) storage.removable.support_async_notification = false (bool) storage.requires_eject = false (bool) storage.vendor = '' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_block' block.device = '/dev/ad8s1' (string) block.is_volume = false (bool) block.major = 0 (0x0) (int) block.minor = 75 (0x4b) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block'} (string list) info.category = 'block' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.product = 'Block Device' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_block' (string) udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' block.device = '/dev/ad8s2' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 76 (0x4c) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.product = 'Volume' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) volume.block_size = 512 (0x200) (uint64) volume.fstype = '' (string) volume.fsusage = 'partitiontable' (string) volume.ignore = true (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = true (bool) volume.label = '' (string) volume.mount_point = '' (string) volume.num_blocks = 1375726275 (0x51ffeac3) (uint64) volume.partition.media_size = 704371852800 (0xa3ffd58600) (uint64) volume.partition.number = 2 (0x2) (int) volume.partition.scheme = 'mbr' (string) volume.partition.start = 8595417600 (0x20053aa00) (uint64) volume.partition.type = '0xa5' (string) volume.size = 704371852800 (0xa3ffd58600) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_402653184' block.device = '/dev/ad8s2a' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 86 (0x56) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_402653184' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 786432 (0xc0000) (uint64) volume.size = 402653184 (0x18000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_4963263488' block.device = '/dev/ad8s2b' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 87 (0x57) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_4963263488' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 9693874 (0x93eab2) (uint64) volume.size = 4963263488 (0x127d56400) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_1073741824' block.device = '/dev/ad8s2d' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 89 (0x59) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_1073741824' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 2097152 (0x200000) (uint64) volume.size = 1073741824 (0x40000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_2147483648' block.device = '/dev/ad8s2e' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 90 (0x5a) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_2147483648' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 4194304 (0x400000) (uint64) volume.size = 2147483648 (0x80000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_12884901888' block.device = '/dev/ad8s2f' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 91 (0x5b) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_12884901888' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 25165824 (0x1800000) (uint64) volume.size = 12884901888 (0x300000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_4294967296' block.device = '/dev/ad8s2g' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 92 (0x5c) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_4294967296' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 8388608 (0x800000) (uint64) volume.size = 4294967296 (0x100000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/volume_size_678604832768' block.device = '/dev/ad8s2h' (string) block.is_volume = true (bool) block.major = 0 (0x0) (int) block.minor = 93 (0x5d) (int) block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string) info.capabilities = {'block', 'volume'} (string list) info.category = 'volume' (string) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string) info.product = 'Volume (ufs)' (string) info.subsystem = 'block' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_678604832768' (string) org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) volume.block_size = 512 (0x200) (uint64) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.fsversion = '2' (string) volume.ignore = false (bool) volume.is_disc = false (bool) volume.is_mounted = false (bool) volume.is_mounted_read_only = false (bool) volume.is_partition = false (bool) volume.label = '' (string) volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list) volume.mount_point = '' (string) volume.num_blocks = 1325400064 (0x4f000000) (uint64) volume.size = 678604832768 (0x9e00000000) (uint64) volume.uuid = '' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_2930' info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = '82801I (ICH9 Family) SMBus Controller' (string) info.subsystem = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_2930' (string) info.vendor = 'Intel Corporation' (string) pci.device_class = 12 (0xc) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 5 (0x5) (int) pci.freebsd.bus = 0 (0x0) (int) pci.freebsd.device = 31 (0x1f) (int) pci.freebsd.function = 3 (0x3) (int) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.product = '82801I (ICH9 Family) SMBus Controller' (string) pci.product_id = 10544 (0x2930) (int) pci.subsys_product_id = 20548 (0x5044) (int) pci.subsys_vendor = 'Intel Corporation' (string) pci.subsys_vendor_id = 32902 (0x8086) (int) pci.vendor = 'Intel Corporation' (string) pci.vendor_id = 32902 (0x8086) (int) Dumped 84 device(s) from the Global Device List. ------------------------------------------------ -------------- next part -------------- Script started on Sun May 11 07:35:02 2008 [root@igor ~]# cdvi Xresources cd /usr/local/lib/X11/xdm [root@igor ~]# kill -1 1vi /etc/ttysps ax |grep pol/usr/local/sbin/hald --daemon=no --verbose=yes 07:35:15.257 [I] hald.c:669: hal 0.5.11rc2 07:35:15.258 [I] hald.c:734: Will not daemonize 07:35:15.259 [I] hald_dbus.c:5381: local server is listening at unix:path=/var/run/hald/dbus-9vvOCZcdiX,guid=771bdd43ad56413e11f3493948268593 07:35:15.268 [I] ck-tracker.c:387: got seat '/org/freedesktop/ConsoleKit/Seat1' 07:35:15.269 [I] ck-tracker.c:338: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1' 07:35:15.269 [I] ck-tracker.c:414: Got seats 07:35:15.269 [I] ck-tracker.c:796: Got seats and sessions 07:35:15.283 [I] hald_runner.c:301: Runner has pid 1912 Runner started - allowed paths are '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin' 07:35:15.289 [I] hald_runner.c:182: runner connection is 0x615800 07:35:15.300 [I] mmap_cache.c:279: cache mtime is 1209618220 07:35:15.302 [I] mmap_cache.c:83: preprobe: offset=00000014, size=0 07:35:15.302 [I] mmap_cache.c:85: information: offset=00000014, size=852 07:35:15.302 [I] mmap_cache.c:87: policy: offset=00000368, size=32524 Run started hald-probe-smbios (10000) (0) ! full path is '/usr/local/libexec/hald-probe-smbios', program_dir is '/usr/local/libexec' 07:35:15.338 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.vendor hald-probe-smbios info: Setting system.firmware.vendor='Intel Corp.' 07:35:15.339 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.version hald-probe-smbios info: Setting system.firmware.version='DPP3510J.86A.0413.2008.0306.2218' 07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.release_date hald-probe-smbios info: Setting system.firmware.release_date='03/06/2008' 07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.vendor hald-probe-smbios info: Setting system.hardware.vendor='' 07:35:15.341 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.product hald-probe-smbios info: Setting system.hardware.product='' 07:35:15.342 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.version hald-probe-smbios info: Setting system.hardware.version='' 07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.serial hald-probe-smbios info: Setting system.hardware.serial='' 07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.uuid hald-probe-smbios info: Setting system.hardware.uuid='93CC8490-EC38-11DC-8547-0019D159B7C5' 07:35:15.344 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.manufacturer hald-probe-smbios info: Setting system.chassis.manufacturer='' 07:35:15.345 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.type hald-probe-smbios info: Setting system.chassis.type='Desktop' pid 1913: rc=0 signaled=0: /usr/local/libexec/hald-probe-smbios 07:35:15.348 [I] util.c:1070: Add callouts for udi=/org/freedesktop/Hal/devices/computer Run started hal-storage-cleanup-all-mountpoints (10000) (0) ! full path is '/usr/local/libexec/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/local/libexec' in hal-storage-cleanup-all-mountpoints hal_mtab = '' pid 1915: rc=0 signaled=0: /usr/local/libexec/hal-storage-cleanup-all-mountpoints 07:35:15.387 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/computer Run started hald-addon-acpi (0) (0) ! full path is 'hald-addon-acpi', program_dir is '(null)' 07:35:15.389 [E] hald_runner.c:671: Error running 'hald-addon-acpi': org.freedesktop.HalRunner.Failed: Start request failed 07:35:15.389 [E] hald.c:124: Cannot start addon hald-addon-acpi for udi /org/freedesktop/Hal/devices/computer 07:35:15.396 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2930 07:35:15.403 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922 07:35:15.409 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2912 07:35:15.416 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_244e 07:35:15.422 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_104c_8023 07:35:15.429 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293a 07:35:15.435 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2936 07:35:15.443 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2935 07:35:15.450 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2934 07:35:15.458 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2948 07:35:15.464 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2946 07:35:15.471 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2944 07:35:15.479 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2942 07:35:15.486 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_11ab_6101 07:35:15.493 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2940 07:35:15.500 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e 07:35:15.507 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293c 07:35:15.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2939 07:35:15.522 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2938 07:35:15.529 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2937 07:35:15.536 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_294c 07:35:15.543 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c4 07:35:15.551 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c1 07:35:15.558 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28 07:35:15.566 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_95c5 07:35:15.573 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c0 07:35:15.576 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_1 07:35:15.580 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_0 07:35:15.582 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbdc_0 07:35:15.584 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbd_0 07:35:15.586 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/acpi_button_0 07:35:15.589 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial 07:35:15.591 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0 07:35:15.593 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0 07:35:15.595 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0 07:35:15.598 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1 07:35:15.600 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0 07:35:15.636 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial Run started hald-addon-mouse-sysmouse (0) (0) ! full path is '/usr/local/libexec/hald-addon-mouse-sysmouse', program_dir is '/usr/local/libexec' 07:35:15.650 [I] hald_runner.c:659: running_processes 0x67fe60, num = 1 07:35:15.650 [I] hald.c:120: Started addon hald-addon-mouse-sysmouse for udi /org/freedesktop/Hal/devices/usb_device_45e_724_noserial 07:35:15.665 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0 07:35:15.688 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2 07:35:15.689 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0 07:35:15.690 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial 07:35:15.691 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_if0 07:35:15.698 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial 07:35:15.702 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0 07:35:15.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7 07:35:15.705 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0 07:35:15.707 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0_if0 07:35:15.712 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3 07:35:15.713 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0 07:35:15.715 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4 07:35:15.716 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0 07:35:15.718 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5 07:35:15.719 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0 07:35:15.726 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial 07:35:15.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0 07:35:15.737 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6 07:35:15.738 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0 Run started hald-probe-storage (10000) (0) ! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec' 07:35:15.741 [D] hald_dbus.c:3294: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial 07:35:15.741 [I] hald_dbus.c:3320: AddonIsReady on udi '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' pid 1917: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.754 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial, key=input.device 07:35:15.760 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=info.category 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.number 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.scheme 07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.type 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.media_size 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.start 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_disc 07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_partition 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.ignore 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fsusage 07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fstype 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.label 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.uuid 07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.block_size 07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.size 07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.num_blocks pid 1919: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.767 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1920: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.777 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1921: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.787 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1922: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.797 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_1 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1923: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.807 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_2 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1924: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.817 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_3 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1925: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.826 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_4 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1926: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.837 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_5 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=info.category 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_disc 07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_partition 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.ignore 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fsusage 07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fstype 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.label 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.uuid 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.block_size 07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.size 07:35:15.850 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.num_blocks pid 1927: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.852 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_704371852288 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.869 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=info.category 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_disc 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_partition 07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.ignore 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsusage 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fstype 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsversion 07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.label 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.uuid 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.block_size 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.size 07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.num_blocks pid 1928: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.875 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_678604832768 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:15.976 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=info.category 07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_disc 07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_partition 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.ignore 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsusage 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fstype 07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsversion 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.label 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.uuid 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.block_size 07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.size 07:35:15.980 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.num_blocks pid 1929: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:15.982 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4294967296 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=info.category 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_disc 07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_partition 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.ignore 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsusage 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fstype 07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsversion 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.label 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.uuid 07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.block_size 07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.size 07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.num_blocks pid 1930: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.134 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_12884901888 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.295 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=info.category 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_disc 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_partition 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.ignore 07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsusage 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fstype 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsversion 07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.label 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.uuid 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.block_size 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.size 07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.num_blocks pid 1931: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.301 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_2147483648 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=info.category 07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_disc 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_partition 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.ignore 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsusage 07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fstype 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsversion 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.label 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.uuid 07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.block_size 07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.size 07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.num_blocks pid 1932: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.337 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_1073741824 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.404 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=info.category 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_disc 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_partition 07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.ignore 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsusage 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fstype 07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsversion 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.label 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.uuid 07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.block_size 07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.size 07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.num_blocks pid 1933: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.411 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4963263488 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.508 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=info.category 07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_disc 07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_partition 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.ignore 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsusage 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fstype 07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsversion 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.label 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.uuid 07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.block_size 07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.size 07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.num_blocks pid 1934: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_402653184 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1935: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_block 07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage Run started hald-probe-storage (10000) (0) ! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec' pid 1936: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:16.687 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=info.category 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.number 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.scheme 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.type 07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.media_size 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.start 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_disc 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_partition 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.ignore 07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fsusage 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fstype 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.label 07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.uuid 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.block_size 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.size 07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.num_blocks pid 1937: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.693 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1938: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1939: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.714 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1940: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.724 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1941: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1942: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.745 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1943: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.756 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' pid 1944: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:16.766 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5 Run started hald-probe-volume (60000) (0) ! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec' 07:35:17.096 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=info.category 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.number 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.scheme 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.type 07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.media_size 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.start 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_disc 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_partition 07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.ignore 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsusage 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fstype 07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsversion 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.label 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.uuid 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.block_size 07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.size 07:35:17.101 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.num_blocks pid 1945: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume 07:35:17.103 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE 07:35:17.104 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_0 07:35:17.118 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91 07:35:17.121 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_pcm_1 07:35:17.123 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_mixer_1 07:35:17.125 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_pcm_0 07:35:17.127 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_mixer_0 07:35:17.127 [I] hald.c:864: Device probing completed 07:35:17.127 [I] hald_dbus.c:5834: entering ^C [root@igor ~]# exit Script done on Sun May 11 07:35:23 2008 -------------- next part -------------- 0 MD md1 1073741824 512 u 1 s 512 f 0 fs 0 l 1073741824 t swap 0 MD md0 2147483648 512 u 0 s 512 f 0 fs 0 l 2147483648 t swap 0 DISK ad8 750156374016 512 hd 16 sc 63 1 MBR ad8s2 704371852800 512 i 1 o 8595417600 ty 165 2 BSD ad8s2h 678604832768 512 i 7 o 20803756032 ty 7 2 BSD ad8s2g 4294967296 512 i 6 o 16508788736 ty 7 2 BSD ad8s2f 12884901888 512 i 5 o 3623886848 ty 7 2 BSD ad8s2e 2147483648 512 i 4 o 1476403200 ty 7 2 BSD ad8s2d 1073741824 512 i 3 o 402661376 ty 7 2 BSD ad8s2c 704371852288 512 i 2 o 0 ty 0 2 BSD ad8s2b 4963263488 512 i 1 o 699408588800 ty 7 2 BSD ad8s2a 402653184 512 i 0 o 8192 ty 7 1 MBR ad8s1 8595385344 512 i 0 o 32256 ty 12 0 DISK ad6 750156374016 512 hd 16 sc 63 1 MBR ad6s2 704371852800 512 i 1 o 8595417600 ty 165 2 BSD ad6s2h 678604832768 512 i 7 o 20803756032 ty 7 2 BSD ad6s2g 4294967296 512 i 6 o 16508788736 ty 7 2 BSD ad6s2f 12884901888 512 i 5 o 3623886848 ty 7 2 BSD ad6s2e 2147483648 512 i 4 o 1476403200 ty 7 2 BSD ad6s2d 1073741824 512 i 3 o 402661376 ty 7 2 BSD ad6s2c 704371852288 512 i 2 o 0 ty 0 2 BSD ad6s2b 4963263488 512 i 1 o 699408588800 ty 7 2 BSD ad6s2a 402653184 512 i 0 o 8192 ty 7 2 MIRROR mirror/gm0 704371852288 512 3 BSD mirror/gm0h 678604832768 512 i 7 o 20803756032 ty 7 3 BSD mirror/gm0g 4294967296 512 i 6 o 16508788736 ty 7 3 BSD mirror/gm0f 12884901888 512 i 5 o 3623886848 ty 7 3 BSD mirror/gm0e 2147483648 512 i 4 o 1476403200 ty 7 3 BSD mirror/gm0d 1073741824 512 i 3 o 402661376 ty 7 3 BSD mirror/gm0c 704371852288 512 i 2 o 0 ty 0 3 BSD mirror/gm0b 4963263488 512 i 1 o 699408588800 ty 7 3 BSD mirror/gm0a 402653184 512 i 0 o 8192 ty 7 1 MBR ad6s1 8595385344 512 i 0 o 32256 ty 12 -------------- next part -------------- # Device Mountpoint FStype Options Dump Pass# #/dev/ad6s1b none swap sw 0 0 /dev/mirror/gm0a / ufs rw,noatime 1 1 #/dev/mirror/gm0d /tmp ufs rw,noatime 2 2 /dev/mirror/gm0e /export/var ufs rw,noatime 2 2 /dev/mirror/gm0f /usr ufs rw,noatime 2 2 /dev/mirror/gm0b /usr/local ufs rw,noatime 2 2 /dev/mirror/gm0g /usr/ports ufs rw,noatime 2 2 /dev/mirror/gm0h /data ufs rw,noatime,noauto 2 2 proc /proc procfs rw 0 0 -------------- next part -------------- Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-STABLE #0: Wed Apr 30 21:19:17 UTC 2008 root@igor.geek.sh:/usr/obj/usr/src/sys/IGOR Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz (3185.32-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 Features=0xbfebfbff Features2=0x8e3fd> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 usable memory = 6362230784 (6067 MB) avail memory = 6140489728 (5856 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 est0: on cpu0 est0: Setting 3163 MHz p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est1: Setting 3163 MHz p4tcc1: on cpu1 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x2000-0x20ff mem 0xd0000000-0xdfffffff,0xe0200000-0xe020ffff irq 16 at device 0.0 on pci1 pci1: at device 0.1 (no driver attached) pci0: at device 3.0 (no driver attached) em0: port 0x3400-0x341f mem 0xe0300000-0xe031ffff,0xe0324000-0xe0324fff irq 20 at device 25.0 on pci0 em0: Using MSI interrupt em0: Ethernet address: 00:1c:c0:30:9b:91 em0: [FILTER] uhci0: port 0x30e0-0x30ff irq 18 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x30c0-0x30df irq 21 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x30a0-0x30bf irq 17 at device 26.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xe0325c00-0xe0325fff irq 17 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pci0: at device 27.0 (no driver attached) pcib2: at device 28.0 on pci0 pci2: on pcib2 pcib3: at device 28.1 on pci0 pci3: on pcib3 atapci0: port 0x1018-0x101f,0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0xe0100000-0xe01001ff irq 17 at device 0.0 on pci3 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] pcib4: at device 28.2 on pci0 pci4: on pcib4 pcib5: at device 28.3 on pci0 pci5: on pcib5 pcib6: at device 28.4 on pci0 pci6: on pcib6 uhci3: port 0x3080-0x309f irq 23 at device 29.0 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb4: on uhci3 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x3060-0x307f irq 19 at device 29.1 on pci0 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] usb5: on uhci4 usb5: USB revision 1.0 uhub5: on usb5 uhub5: 2 ports with 2 removable, self powered uhci5: port 0x3040-0x305f irq 18 at device 29.2 on pci0 uhci5: [GIANT-LOCKED] uhci5: [ITHREAD] usb6: on uhci5 usb6: USB revision 1.0 uhub6: on usb6 uhub6: 2 ports with 2 removable, self powered ehci1: mem 0xe0325800-0xe0325bff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb7: EHCI version 1.0 usb7: companion controllers, 2 ports each: usb4 usb5 usb6 usb7: on ehci1 usb7: USB revision 2.0 uhub7: on usb7 uhub7: 6 ports with 6 removable, self powered pcib7: at device 30.0 on pci0 pci7: on pcib7 pci7: at device 3.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x3428-0x342f,0x3434-0x3437,0x3420-0x3427,0x3430-0x3433,0x3020-0x303f mem 0xe0325000-0xe03257ff irq 21 at device 31.2 on pci0 atapci1: [ITHREAD] atapci1: AHCI Version 01.20 controller with 6 ports detected ata3: on atapci1 ata3: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] ata5: on atapci1 ata5: [ITHREAD] ata6: on atapci1 ata6: [ITHREAD] ata7: on atapci1 ata7: [ITHREAD] ata8: on atapci1 ata8: [ITHREAD] pci0: at device 31.3 (no driver attached) atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: on uhub1 kbd2 at ukbd0 ums0: on uhub2 ums0: 5 buttons and Z dir. ugen0: on uhub6 Timecounters tick every 1.000 msec acd0: DMA limited to UDMA33, device found non-ATA66 cable acd0: DVDR at ata2-master UDMA33 ad6: 715404MB at ata3-master SATA300 ad8: 715404MB at ata4-master SATA300 SMP: AP CPU #1 Launched! GEOM_MIRROR: Component ad8s2 (device gm0) broken, skipping. GEOM_MIRROR: Device mirror/gm0 launched (1/2). Trying to mount root from ufs:/dev/mirror/gm0a From marcus at marcuscom.com Sun May 11 20:08:21 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 11 20:08:23 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <20080511195559.GA29942@phat.za.net> References: <20080511071119.GA77668@phat.za.net> <1210531604.49665.9.camel@shumai.marcuscom.com> <20080511195559.GA29942@phat.za.net> Message-ID: <1210536509.49665.18.camel@shumai.marcuscom.com> On Sun, 2008-05-11 at 21:55 +0200, Aragon Gouveia wrote: > | By Joe Marcus Clarke > | [ 2008-05-11 20:46 +0200 ] > > You're free to look at the code GDM uses, and adapt it for other DMs. > > This is also ck-launch-session. You should have a look at > > https://bugs.launchpad.net/xinit/+bug/199486 . > > Thanks. Will check it out! > > > > You're missing a lot of detail. Re-read the FAQ, and post all the > > required information. > > Sorry about that. > > * lshal attached > * hald startup attached > * kern.geom.conftxt attached > * fstab attached > * dmesg attached > * output of mount N/A - don't get that far > * output of gnome-mount N/A - same reason as above It appears you have a problem with your ATA controller. Hal isn't picking up any children on atapci0. What does atacontrol list report? 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/20080511/18012949/attachment.pgp From aragon at phat.za.net Sun May 11 20:42:37 2008 From: aragon at phat.za.net (Aragon Gouveia) Date: Sun May 11 20:42:40 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <1210536509.49665.18.camel@shumai.marcuscom.com> References: <20080511071119.GA77668@phat.za.net> <1210531604.49665.9.camel@shumai.marcuscom.com> <20080511195559.GA29942@phat.za.net> <1210536509.49665.18.camel@shumai.marcuscom.com> Message-ID: <20080511204235.GA35607@phat.za.net> | By Joe Marcus Clarke | [ 2008-05-11 22:08 +0200 ] > It appears you have a problem with your ATA controller. Hal isn't > picking up any children on atapci0. What does atacontrol list report? # atacontrol list atacontrol: ioctl(IOCATADEVICES): Device not configured The system has an ICH9 controller and a Marvell 88SX6101 controller onboard. The optical drive is connected to the Marvell controller (PATA). Thanks, Aragon From aragon at phat.za.net Sun May 11 20:58:59 2008 From: aragon at phat.za.net (Aragon Gouveia) Date: Sun May 11 20:59:01 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <20080511204235.GA35607@phat.za.net> References: <20080511071119.GA77668@phat.za.net> <1210531604.49665.9.camel@shumai.marcuscom.com> <20080511195559.GA29942@phat.za.net> <1210536509.49665.18.camel@shumai.marcuscom.com> <20080511204235.GA35607@phat.za.net> Message-ID: <20080511205857.GA37397@phat.za.net> | By Aragon Gouveia | [ 2008-05-11 22:42 +0200 ] > | By Joe Marcus Clarke > | [ 2008-05-11 22:08 +0200 ] > > It appears you have a problem with your ATA controller. Hal isn't > > picking up any children on atapci0. What does atacontrol list report? > > # atacontrol list > atacontrol: ioctl(IOCATADEVICES): Device not configured > > The system has an ICH9 controller and a Marvell 88SX6101 controller onboard. > The optical drive is connected to the Marvell controller (PATA). I think I see what the problem is in the atacontrol utility. It assumes ata channels start from zero, but that is not the case for my system which starts from 2. if (!strcmp(argv[1], "list") && argc == 2) { int maxchannel; if (ioctl(fd, IOCATAGMAXCHANNEL, &maxchannel) < 0) err(1, "ioctl(IOCATAGMAXCHANNEL)"); for (channel = 0; channel < maxchannel; channel++) info_print(fd, channel, 1); exit(EX_OK); } I edited the for loop to initialise channel to 2 and the output looks more sane now: # atacontrol list ATA channel 2: Master: acd0 ATA/ATAPI revision 5 Slave: no device present ATA channel 3: Master: ad6 Serial ATA II Slave: no device present ATA channel 4: Master: ad8 Serial ATA II Slave: no device present ATA channel 5: Master: no device present Slave: no device present ATA channel 6: Master: no device present Slave: no device present ATA channel 7: Master: no device present Slave: no device present ATA channel 8: Master: no device present Slave: no device present atacontrol: ioctl(IOCATADEVICES): Device not configured However, this hasn't fixed hald. Maybe it is making a similar mistake as atacontrol? Thanks, Aragon From marcus at marcuscom.com Sun May 11 22:04:19 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 11 22:04:22 2008 Subject: New policykit/consolekit/hald problem(s) In-Reply-To: <20080511205857.GA37397@phat.za.net> References: <20080511071119.GA77668@phat.za.net> <1210531604.49665.9.camel@shumai.marcuscom.com> <20080511195559.GA29942@phat.za.net> <1210536509.49665.18.camel@shumai.marcuscom.com> <20080511204235.GA35607@phat.za.net> <20080511205857.GA37397@phat.za.net> Message-ID: <1210543462.49665.20.camel@shumai.marcuscom.com> On Sun, 2008-05-11 at 22:58 +0200, Aragon Gouveia wrote: > | By Aragon Gouveia > | [ 2008-05-11 22:42 +0200 ] > > | By Joe Marcus Clarke > > | [ 2008-05-11 22:08 +0200 ] > > > It appears you have a problem with your ATA controller. Hal isn't > > > picking up any children on atapci0. What does atacontrol list report? > > > > # atacontrol list > > atacontrol: ioctl(IOCATADEVICES): Device not configured > > > > The system has an ICH9 controller and a Marvell 88SX6101 controller onboard. > > The optical drive is connected to the Marvell controller (PATA). > > I think I see what the problem is in the atacontrol utility. It assumes ata > channels start from zero, but that is not the case for my system which > starts from 2. > > if (!strcmp(argv[1], "list") && argc == 2) { > int maxchannel; > > if (ioctl(fd, IOCATAGMAXCHANNEL, &maxchannel) < 0) > err(1, "ioctl(IOCATAGMAXCHANNEL)"); > for (channel = 0; channel < maxchannel; channel++) > info_print(fd, channel, 1); > exit(EX_OK); > } > > I edited the for loop to initialise channel to 2 and the output looks more > sane now: > > # atacontrol list > ATA channel 2: > Master: acd0 ATA/ATAPI revision 5 > Slave: no device present > ATA channel 3: > Master: ad6 Serial ATA II > Slave: no device present > ATA channel 4: > Master: ad8 Serial ATA II > Slave: no device present > ATA channel 5: > Master: no device present > Slave: no device present > ATA channel 6: > Master: no device present > Slave: no device present > ATA channel 7: > Master: no device present > Slave: no device present > ATA channel 8: > Master: no device present > Slave: no device present > atacontrol: ioctl(IOCATADEVICES): Device not configured > > > However, this hasn't fixed hald. Maybe it is making a similar mistake as > atacontrol? I think you need to bring this up with Soren (sos@). If atacontrol is making this assumption, it's probably doing so for a reason. Maybe there's a deeper kernel bug that needs to be fixed. 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/20080511/ad4d3970/attachment.pgp From bugmaster at FreeBSD.org Mon May 12 11:07:15 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 12 11:07:28 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200805121107.m4CB7Eqo038327@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr f ports/123079 gnome Firefox keeps on crashing on amd64 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 6 problems total. From mi+mill at aldan.algebra.com Mon May 12 18:12:11 2008 From: mi+mill at aldan.algebra.com (Mikhail Teterin) Date: Mon May 12 18:12:16 2008 Subject: heads up: updating GraphicsMagick In-Reply-To: <20080512180406.GN9229@droso.net> References: <200805111146.11559@aldan> <200805121342.16352.mteterin@mlp.com> <20080512180406.GN9229@droso.net> Message-ID: <200805121412.03570.mi+mill@aldan.algebra.com> ????????? 12 ??????? 2008 02:04 ??, Erwin Lansing ?? ????????: > On Mon, May 12, 2008 at 01:42:16PM -0400, Mikhail Teterin wrote: > > ????????? 12 ??????? 2008 01:36 ??, Erwin Lansing ?? ????????: > > > > I intend to update the GraphicsMagick port with the attached diff in > > > > a few days. Among other things, it ups the shared-library versions > > > > and may otherwise affect your ports. > > > > > > I don't see any of the dependent ports that need changes. ?Can you send > > > the full patch? > > > > I was not planning to touch any dependant ports. Just notifying the > > maintainers. > > In that case, your patch is incomplete and cannot be committed. Please > provide a full patch including the necessary changes to the dependent > ports. I'll take your opinion on whether or not I can commit an upgrade to a port I maintain under advisement. Thank you. Yours sincerely, -mi From mezz7 at cox.net Mon May 12 22:04:07 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 12 22:04:10 2008 Subject: heads up: updating GraphicsMagick In-Reply-To: <200805121412.03570.mi+mill@aldan.algebra.com> References: <200805111146.11559@aldan> <200805121342.16352.mteterin@mlp.com> <20080512180406.GN9229@droso.net> <200805121412.03570.mi+mill@aldan.algebra.com> Message-ID: On Mon, 12 May 2008 13:12:02 -0500, Mikhail Teterin wrote: > ????????? 12 ??????? 2008 02:04 ??, Erwin Lansing ?? ????????: >> On Mon, May 12, 2008 at 01:42:16PM -0400, Mikhail Teterin wrote: >> > ????????? 12 ??????? 2008 01:36 ??, Erwin Lansing ?? ????????: >> > > > I intend to update the GraphicsMagick port with the attached diff >> in >> > > > a few days. Among other things, it ups the shared-library versions >> > > > and may otherwise affect your ports. >> > > >> > > I don't see any of the dependent ports that need changes. ?Can you >> send >> > > the full patch? >> > >> > I was not planning to touch any dependant ports. Just notifying the >> > maintainers. >> >> In that case, your patch is incomplete and cannot be committed. Please >> provide a full patch including the necessary changes to the dependent >> ports. > > I'll take your opinion on whether This isn't option. It's a common rule/practice. Cheers, Mezz > or not I can commit an upgrade to a port I > maintain under advisement. Thank you. Yours sincerely, > > -mi -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From edwin at FreeBSD.org Tue May 13 07:25:57 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue May 13 07:26:00 2008 Subject: ports/123623: print/libspectre can't install port Message-ID: <200805130725.m4D7PvKE070113@freefall.freebsd.org> Synopsis: print/libspectre can't install port Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 13 07:25:56 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=123623 From ilgiz at cpok.ru Tue May 13 07:37:03 2008 From: ilgiz at cpok.ru (Ilgiz Yanuzakov) Date: Tue May 13 07:37:28 2008 Subject: bug in install gnome2-2.22.1 Message-ID: <482995D7.50005@cpok.ru> Sorry, I'm very bad in english. io# uname -a FreeBSD io.cp.reid.ru 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Mon May 5 08:54:19 UTC 2008 root@io.cp.reid.ru:/usr/src/sys/i386/compile/IO_BSD i386 -------------------------------- a) in attach (config.log); b) in attach (make_output); c) io# /usr/ports/print/libspectre/gnomalizer.sh Generating build log. Please wait... done. The cause of your build failure is not known to gnomalizer.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. -- ?????? ????????, ????????? ????????????? ??? "??????????? ?????", e-mail: ilgiz@cpok.ru ???.: (347) 267-0000; ????.: (347) 267-4000; ??. ?????: 190; ???.???. 8-927-08-53-923. -------------- next part -------------- io# cd /usr/ports/x11/gnome2;make clean install ===> Cleaning for evince-2.22.1.1_1 ===> Cleaning for libspectre-0.2.0 ===> Cleaning for gnome2-2.22.1 ===> Vulnerability check disabled, database not found ===> Found saved configuration for gnome2-2.22.1 ===> Extracting for gnome2-2.22.1 ===> Patching for gnome2-2.22.1 ===> gnome2-2.22.1 depends on file: /usr/local/bin/python2.5 - found ===> Configuring for gnome2-2.22.1 ===> Installing for gnome2-2.22.1 ===> gnome2-2.22.1 depends on file: /usr/local/libexec/gweather-applet-2 - found ===> gnome2-2.22.1 depends on executable: gnome-cd - found ===> gnome2-2.22.1 depends on executable: gnome-dictionary - found ===> gnome2-2.22.1 depends on executable: eog - found ===> gnome2-2.22.1 depends on executable: gconf-editor - found ===> gnome2-2.22.1 depends on executable: gnect - found ===> gnome2-2.22.1 depends on executable: gedit - found ===> gnome2-2.22.1 depends on executable: gnome-terminal - found ===> gnome2-2.22.1 depends on executable: gnome-session - found ===> gnome2-2.22.1 depends on executable: bug-buddy - found ===> gnome2-2.22.1 depends on executable: gnome-system-monitor - found ===> gnome2-2.22.1 depends on executable: nautilus - found ===> gnome2-2.22.1 depends on file: /usr/local/sbin/gdm - found ===> gnome2-2.22.1 depends on file: /usr/local/share/gnome/help/user-guide/C/user-guide.xml - found ===> gnome2-2.22.1 depends on file: /usr/local/share/sounds/question.wav - found ===> gnome2-2.22.1 depends on file: /usr/local/libdata/pkgconfig/libgail-gnome.pc - found ===> gnome2-2.22.1 depends on executable: file-roller - found ===> gnome2-2.22.1 depends on file: /usr/local/share/themes/HighContrast/gtk-2.0/gtkrc - found ===> gnome2-2.22.1 depends on executable: gok - found ===> gnome2-2.22.1 depends on executable: nautilus-cd-burner - found ===> gnome2-2.22.1 depends on executable: gcalctool - found ===> gnome2-2.22.1 depends on executable: gucharmap - found ===> gnome2-2.22.1 depends on executable: zenity - found ===> gnome2-2.22.1 depends on file: /usr/local/lib/X11/fonts/bitstream-vera/Vera.ttf - found ===> gnome2-2.22.1 depends on file: /usr/local/libexec/gnome-netstatus-applet - found ===> gnome2-2.22.1 depends on executable: dasher - found ===> gnome2-2.22.1 depends on executable: evolution - found ===> gnome2-2.22.1 depends on file: /usr/local/libexec/evolution-webcal - found ===> gnome2-2.22.1 depends on executable: network-admin - found ===> gnome2-2.22.1 depends on executable: gnome-nettool - found ===> gnome2-2.22.1 depends on executable: vino-session - found ===> gnome2-2.22.1 depends on executable: exchange-connector-setup-2.22 - found ===> gnome2-2.22.1 depends on file: /usr/local/lib/gstreamer-0.10/.gstreamer-plugins-core.keep - found ===> gnome2-2.22.1 depends on file: /usr/local/lib/gstreamer-0.10/libgstgconfelements.so - found ===> gnome2-2.22.1 depends on executable: totem - found ===> gnome2-2.22.1 depends on executable: gnome-control-center - found ===> gnome2-2.22.1 depends on file: /usr/local/share/gnome-background-properties/gnome-branded.xml - found ===> gnome2-2.22.1 depends on executable: sound-juicer - found ===> gnome2-2.22.1 depends on file: /usr/local/libdata/pkgconfig/libgtkhtml-2.0.pc - found ===> gnome2-2.22.1 depends on executable: evince - not found ===> Verifying install for evince in /usr/ports/graphics/evince ===> Vulnerability check disabled, database not found ===> Extracting for evince-2.22.1.1_1 => MD5 Checksum OK for gnome2/evince-2.22.1.1.tar.bz2. => SHA256 Checksum OK for gnome2/evince-2.22.1.1.tar.bz2. ===> Patching for evince-2.22.1.1_1 ===> evince-2.22.1.1_1 depends on file: /usr/local/bin/libtool - found ===> evince-2.22.1.1_1 depends on executable: gmake - found ===> evince-2.22.1.1_1 depends on file: /usr/local/bin/libtool - found ===> evince-2.22.1.1_1 depends on file: /usr/local/bin/intltool-extract - found ===> evince-2.22.1.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> evince-2.22.1.1_1 depends on executable: pkg-config - found ===> evince-2.22.1.1_1 depends on executable: update-desktop-database - found ===> evince-2.22.1.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===> evince-2.22.1.1_1 depends on shared library: poppler-glib.2 - found ===> evince-2.22.1.1_1 depends on shared library: spectre.1 - not found ===> Verifying install for spectre.1 in /usr/ports/print/libspectre ===> Vulnerability check disabled, database not found ===> Extracting for libspectre-0.2.0 => MD5 Checksum OK for libspectre-0.2.0.tar.gz. => SHA256 Checksum OK for libspectre-0.2.0.tar.gz. ===> Patching for libspectre-0.2.0 ===> libspectre-0.2.0 depends on file: /usr/local/bin/libtool - found ===> libspectre-0.2.0 depends on file: /usr/local/bin/libtool - found ===> libspectre-0.2.0 depends on executable: gs - found ===> libspectre-0.2.0 depends on shared library: cairo.2 - found ===> Configuring for libspectre-0.2.0 pkg_info: no packages match pattern(s) configure: WARNING: you should use --build, --host, --target 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 make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd7.0 checking host system type... i386-portbld-freebsd7.0 checking for style of include used by make... GNU checking for i386-portbld-freebsd7.0-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 ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for i386-portbld-freebsd7.0-g77... no checking for i386-portbld-freebsd7.0-f77... no checking for i386-portbld-freebsd7.0-xlf... no checking for i386-portbld-freebsd7.0-frt... no checking for i386-portbld-freebsd7.0-pgf77... no checking for i386-portbld-freebsd7.0-cf77... no checking for i386-portbld-freebsd7.0-fort77... no checking for i386-portbld-freebsd7.0-fl32... no checking for i386-portbld-freebsd7.0-af77... no checking for i386-portbld-freebsd7.0-f90... no checking for i386-portbld-freebsd7.0-xlf90... no checking for i386-portbld-freebsd7.0-pgf90... no checking for i386-portbld-freebsd7.0-pghpf... no checking for i386-portbld-freebsd7.0-epcf90... no checking for i386-portbld-freebsd7.0-gfortran... no checking for i386-portbld-freebsd7.0-g95... no checking for i386-portbld-freebsd7.0-f95... no checking for i386-portbld-freebsd7.0-fort... no checking for i386-portbld-freebsd7.0-xlf95... no checking for i386-portbld-freebsd7.0-ifort... no checking for i386-portbld-freebsd7.0-ifc... no checking for i386-portbld-freebsd7.0-efc... no checking for i386-portbld-freebsd7.0-pgf95... no checking for i386-portbld-freebsd7.0-lf95... no checking for i386-portbld-freebsd7.0-ftn... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no 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 i386-portbld-freebsd7.0-ar... no checking for ar... ar checking for i386-portbld-freebsd7.0-ranlib... no checking for ranlib... ranlib checking for i386-portbld-freebsd7.0-strip... no 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... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ 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... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for i386-portbld-freebsd7.0-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for strerror in -lcposix... no checking for cc option to accept ISO C99... -std=gnu99 checking for cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for ANSI C header files... (cached) yes checking for gsapi_new_instance in -lgs... yes checking for libgs >= 8.61... no configure: error: You need libgs >= 8.61 in order to compile libspectre ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/print/libspectre/work/libspectre-0.2.0/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/print/libspectre. *** Error code 1 Stop in /usr/ports/graphics/evince. *** Error code 1 Stop in /usr/ports/x11/gnome2. *** Error code 1 Stop in /usr/ports/x11/gnome2. io# From bsam at ipt.ru Tue May 13 08:32:57 2008 From: bsam at ipt.ru (Boris Samorodov) Date: Tue May 13 08:33:00 2008 Subject: bug in install gnome2-2.22.1 In-Reply-To: <482995D7.50005@cpok.ru> (Ilgiz Yanuzakov's message of "Tue\, 13 May 2008 13\:21\:27 +0000") References: <482995D7.50005@cpok.ru> Message-ID: <04543724@ipt.ru> On Tue, 13 May 2008 13:21:27 +0000 Ilgiz Yanuzakov wrote: >From your configure script: ----- > checking for libgs >= 8.61... no > configure: error: You need libgs >= 8.61 in order to compile libspectre ----- You have an old ghostscript port. Please, check your port version: % pkg_info -xI '^ghost' ghostscript-gpl-8.61_3 GPL Postscript interpreter -- WBR, bsam From James8ball at gmail.com Tue May 13 11:31:13 2008 From: James8ball at gmail.com (James) Date: Tue May 13 11:31:16 2008 Subject: Less than 1/2 a Penny a Lead! Message-ID: <6bpm1d$5nicki@toip4.srvr.bell.ca> Hi, Because of advances in Database Technology "Harrison Business Directory" is now able to pass more savings to you. We are offering Contact Lists for LESS THAN 1/2 A PENNY A LEAD!! Predominantly, other companies are charging $0.10 -$0.30 a lead. As sales is a Numbers Game, you'll immediately increase your closing opportunities with the following: Up to 15 Million US Business Contacts No limits on Exporting/Printing to Excel etc. Includes Company Name, Address, County, Phone, Fax, Contact Name, Title, Number of Employee, Annual Sales, SIC (Standard Industry Code) and Industry! For more information, reply to this E-mail and if you want one of our List Specialists to help you by phone, include phone # on the reply. Best, James HARRISON BUSINESS DIRECTORY Sales PS: If you would like to be removed from this list, please reply with "REMOVE" and we will gladly do so This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom are addressed. If you have received this email in error please notify the system manager. This message contains confidential information of Harrison Business Directory 2540 Corporate Place Suite B206 Monterey Park, CA 91754 and is intended only for the individual addressed. If you are not the addressee, please notify the sender immediately by e-mail if you have received this e-mail in error. From bsam at ipt.ru Tue May 13 13:10:59 2008 From: bsam at ipt.ru (Boris Samorodov) Date: Tue May 13 13:11:05 2008 Subject: bug in install gnome2-2.22.1 In-Reply-To: <4829A78E.206@cpok.ru> (Ilgiz Yanuzakov's message of "Tue, 13 May 2008 14:37:02 +0000") References: <482995D7.50005@cpok.ru> <04543724@ipt.ru> <4829A78E.206@cpok.ru> Message-ID: <04547292@serv3.int.kfs.ru> Please, keep CC: to the list as more people (and faster!) may help you. On Tue, 13 May 2008 14:37:02 +0000 Ilgiz Yanuzakov wrote: > Boris Samorodov wrote: > > On Tue, 13 May 2008 13:21:27 +0000 Ilgiz Yanuzakov wrote: > > > > From your configure script: > > ----- > >> checking for libgs >= 8.61... no > >> configure: error: You need libgs >= 8.61 in order to compile libspectre > > ----- > > > > You have an old ghostscript port. Please, check your port version: > > % pkg_info -xI '^ghost' > > ghostscript-gpl-8.61_3 GPL Postscript interpreter > > > $ pkg_info -xI '^ghost' > ghostscript-gpl-8.62_2 GPL Postscript interpreter Please, give an output of those commands: ----- % ls -l /usr/local/include/ghostscript/ % ls -l /usr/local/lib/libgs.* ----- WBR, bsam -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From sales at computerwide.net Tue May 13 14:31:45 2008 From: sales at computerwide.net (ComputerWide) Date: Tue May 13 14:31:48 2008 Subject: [ A D V ] New Models, New Prices... Message-ID: <01539891.20080513073142@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 2 x CISCO1841-SEC/K9 $1,250 1 x CISCO2801 $1,000 9 x CISCO2811-DC $1,450 1 x CISCO2821-AC-IP $2,250 1 x CISCO2821-SEC/K9 $2,400 5 x CISCO2821-HSEC/K9 $2,750 2 x CISCO2821-V/K9 $2,350 1 x CISCO2851 $3,250 2 x CISCO3825-SEC/K9 $5,450 38 x WS-C2960-24TC-L $1,250 5 x WS-C2960-48TC-L $2,250 2 x WS-C3560-24PS-E $2,900 1 x WS-C3560G-24PS-S $2,800 2 x WS-C3560E-24PD-E $5,400 2 x WS-C3560E-24TD-E $5,000 2 x WS-C3560E-48TD-E $8,000 1 x WS-C3560E-48TD-S $6,000 10 x WS-C3560G-48PS-S $4,750 1 x WS-C3750-24TS-E $3,000 1 x WS-C3750E-48PD-E $14,250 1 x WS-C3750E-48TD-E $13,500 2 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-12S-S $4,000 2 x WS-C3750G-24PS-E $5,900 3 x WS-C3750G-24TS-E $5,750 10 x WS-C3750G-48PS-S $7,750 1 x WS-C3750G-48TS-E $11,000 3 x WS-C3750G-48TS-S $7,000 1 x WS-C4510R-E $6,250 ******** CISCO OEM SPECIAL ******** We have the following OEM Cisco: Part Number Brand Price ----------- ----- ----- CWDM-GBIC-**** Agilestar $750 CWDM-SFP-**** Agilestar $750 15454-GBIC-SX Agilent $120 15454-GBIC-LX Agilestar $220 15454-GBIC-ZX Agilestar $750 GLC-T Agilestar $170 GLC-SX-MM? Finisar $120 GLC-SX-MM Agilent $120 GLC-SX-MM? Stratos $120 GLC-SX-MM Infineon $120 GLC-SX-MM Agilestar $120 GLC-SX-MM? JDS $120 GLC-LH-SM Agilent $220 GLC-LH-SM? Finisar $220 GLC-ZX-SM Agilestar $550 SFP-FCGE-S JDS $220 SFP-GE-S JDS $220 SFP-FCGE-L Agilestar $220 SFP-GE-L? Agilestar $240 SFP-GE-Z? Agilestar $775 WS-G5482 Agilestar $180 WS-G5483? Agilestar $180 WS-G5484? Finisar $120 WS-G5484 Agilent? $120 WS-G5484? Agilestar $120 WS-G5486? Agilestar $220 WS-G5486? Fiberxon $220 WS-G5487 Agilestar $550 WS-G5487 Finisar $550 10G-XFP-SR? Intel? $1,000 10G-XFP-SR? Agilestar $1,800 10G-XFP-LR? Agilestar $2,500 XFP-10GLR-OC192SR Agilestar $2,500 XENPAK-10GB-LR Agilent $1,800 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 2 * WS-G5484 New OEM 12 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RB models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 4 notebooks required per order. 3 years Onsite US Warranty is at $120 per NoteBook. Part Number Model Price ----------- ----- ----- HP NEW GY787US#ABA 6510B BUSINESS NOTEBOOK $870 NEW RB519UA#ABA NC6400 BUSINESS NOTEBOOK $1,915 NEW RB552UA#ABA NW9440 MOBILE WORKSTATION $1,140 NEW RH244AV-CTO 6910P BUSINESS NOTEBOOK $1,045 NEW RL880AW#ABA NC4400 BUSINESS NOTEBOOK $880 NEW RM119UT#ABA NX6325 BUSINESS NOTEBOOK $645 REF RM237UAR#ABA 6910P BUSINESS NOTEBOOK $1,020 REF GA508UAR#ABA PAVILION DV2550SE $825 REF GA650UAR#ABA PAVILION TX1217CL $1,020 REF GS720UAR#ABA PAVILION DV9628NR $750 REF GS754UAR#ABA PAVILION DV9644CA $810 REF GS798UAR#ABA PAVILION DV6623CL $720 REF GS805UAR#ABA PAVILION DV6604CL $590 REF GS866UAR#ABA PAVILION TX1305US $810 REF GS867UAR#ABA PAVILION TX1308NR $810 REF KC463UAR#ABA PAVILION DV2718US $790 NEW KC489UA#ABA PRESARIO F750US $630 REF KC493UAR#ABA PRESARIO F759WM $535 REF KC590UAR#ABA PRESARIO F751NR $510 Sony REF VGNAR570EA-R DIGITAL STUDIO AR570EA $1,320 REF VGNAR670N1-R DIGITAL STUDIO AR670N $1,175 REF VGNBX760PS5-R VAIO BX-SERIES BX760PS5 $950 REF VGNCR120E/P-R VAIO CR-SERIES CR120E $1,015 REF VGNCR192E/R-R VAIO CR-SERIES CR120E $1,015 REF VGNCR220E/L-R VAIO CR-SERIES CR220E $1,015 REF VGNCR220E/N-R VAIO CR-SERIES CR220E $1,045 REF VGNCR220E/P-R VAIO CR-SERIES CR220E $1,055 REF VGNCR220E/R-R VAIO CR-SERIES CR220E $1,060 REF VGNCR220E/W-R VAIO CR-SERIES CR220E $1,055 REF VGNFZ240E/B-R VAIO FZ-SERIES FZ240E $955 REF VGNN325E/B-R VAIO N-SERIES N325E $655 REF VGNN365E/B-R VAIO N-SERIES N365E $715 REF VGNNR110E/S-R VAIO NR-SERIES NR110E $625 REF VGNNR120E/S-R VAIO NR-SERIES NR120E $660 REF VGNNR123E/S-R VAIO NR-SERIES NR123E $680 REF VGNNR160E/S-R VAIO NR-SERIES NR160E $725 REF VGNNR160E/T-R VAIO NR-SERIES NR160E $720 REF VGNNR180E/W-R VAIO NR-SERIES NR180E $745 REF VGNSZ640N/B-R VAIO SZ-SERIES SZ640N $1,450 REF VGNSZ660N/C-R VAIO SZ-SERIES SZ660N $1,690 TOSHIBA REF PPM20U00PW94Z PORTEGE M200 $380 REF PQF43U-007004B QOSMIO F45-AV411 $775 REF PQF43U-009007B QOSMIO F45-AV413 $775 NEW PSAF3U-0NQ015 SATELLITE PRO A205-S5800 $635 NEW PSAF3U-0PD00V SATELLITE PRO A205-S5812 $735 NEW PSAF3U-0SL021 SATELLITE PRO A205-S5813 $775 REF PSAFHU-00Y001 SATELLITE PRO A210-EZ2201 $615 NEW PSU31C-RW70BC SATELLITE PRO U300-RW7 $895 NEW PTM60U-07U00F TECRA M6-EZ6612 $1,085 NEW PTS53U-01P00S TECRA A9-S9016X $1,380 IBM/LENOVO NEW 170263U THINKPAD X60S $805 ACER REF LX.AJA0X.004-R ASPIRE 5520-5912 $630 REF LX.AJA0X.018-R ASPIRE 5520-5147 $655 REF LX.AJA0X.019-R ASPIRE 5520-5334 $615 REF LX.AKV0X.379-R ASPIRE 5920-6864 $690 REF LX.ALC0Y.079-R ASPIRE 5315-2153 $450 REF LX.AML0X.086-R ASPIRE 7720-6155 $735 REF LX.AMV0X.003-R ASPIRE 4520-5803 $560 REF LX.AMV0X.129-R ASPIRE 4520-5950 $585 REF LX.AV40Y.034-R ASPIRE 5050-3371 $500 REF LX.AWE0X.009-R ASPIRE 9410-2028 $620 REF LX.AWE0X.016-R ASPIRE 9410-2457 $625 REF LX.AX90X.322-R ASPIRE 5100-5674 $565 REF LX.AXK0X.173-R ASPIRE 5610-2762 $665 REF LX.AYA0X.039-R ASPIRE 5570-2977 $535 REF LX.AZ90X.034-R ASPIRE 9410-4933 $670 Fujitsu NEW FPCR32373 LIFEBOOK A6110 $810 Motion Computing NEW EB342223252 MOTION LE1700 $1,185 ******************************** All Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 30% off GPL. Any Refurbished item can be supplied at 47% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 89 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, HP, Juniper, and Watchguard products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 ACS-1841-RM-19= $60 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-AC-IP $1,737 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-AC-IP $4,257 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-AC-IP $8,160 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/HPII-PLUS $2,100 AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1ADSL= $450 HWIC-1FE= $840 HWIC-2FE= $1,500 HWIC-1GE-SFP $2,100 HWIC-4A/S $720 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-AP-AG-A $420 HWIC-AP-G-A $300 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 ILPM-4 $90 ILPM-8 $168 NM-1FE2W-V2 $1,380 NM-2FE2W-V2 $1,920 NM-1T3/E3 $5,100 NM-16ESW= $897 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2E/M $240 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-S/T-V3= $300 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2A/S= $300 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4900M $9,600 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X45-SUP6-E= $11,997 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4606-X2-E= $9,000 WS-X4648-RJ45V-E= $5,697 WS-X4904-10GE= $3,000 WS-X4908-10GE= $4,500 WS-X4920-GB-RJ45= $2,100 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SUP720-3BXL= $24,000 WS-SVC-CMM $5,997 WS-SVC-CMM-6T1 $7,197 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SEC-PL= $720 ASA5510-SSL50-K9 $4,497 ASA5510-SSL100-K9 $6,897 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 ASA5520-CSC10-K9 $6,717 ASA-SSM-AIP-10-K9 $3,600 ASA-SSM-AIP-20-K9 $6,000 SSM-4GE= $3,000 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7937-PWR-SPL= $36 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7941G-GE= $261 CP-7941G-GE-CH1 $381 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7961G-GE= $339 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7970G $384 CP-7970G-CH1 $534 CP-7971G-GE $474 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 CP-PWR-INJ= $75 CP-DOUBLFOOTSTAND $22 CP-LCKNGWALLMOUNT $18 CP-LCKNGWALLMNT2 $18 CP-SINGLFOOTSTAND $19 CP-WALLMOUNTKIT $15 CUVA-V2= $96 ATA-186-I1-A= $90 ATA186-I1-1P-CH1-A $126 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT1729 $131 AIR-ANT2422DG-R $11 AIR-ANT2430V-R= $149 AIR-ANT2460P-R $131 AIR-ANT2465P-R $239 AIR-ANT2485P-R $143 AIR-ANT2506 $95 AIR-ANT4941 $11 AIR-ANT5135D-R $11 AIR-ANT5140V-R= $149 AIR-ANT5145V-R= $167 AIR-ANT5160V-R= $125 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1010-A-K9 $359 AIR-AP1030-A-K9 $539 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWR-A= $23 AIR-PWR-SPLY1= $35 AIR-PWRINJ3= $36 AIR-PWRINJ4= $89 AIR-WLC2106-K9 $1,950 AIR-WLC526-K9 $1,079 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-C49M-1000AC= $600 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16472 $137 3C16475CS $148 3C16476CS $277 3C16477A $193 3C16478 $165 3C16479 $226 3C16491 $557 3C1670800A $61 3C1671600 $154 3C17222 $333 3C17227 $55 3C17260 $837 3C17263 $277 3C17268 $3,357 3C17300A $252 3C17302A $557 3C17304A $294 3C17666 $725 3C17766 $1677 3CBLSG16 $198 3CBLSG24 $277 3CBLSG24PWR $669 3CBLSG48 $557 3CGSU05 $28 3CGSU08 $45 3CR17152-91 $1,677 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17331-91 $252 3CR17332-91 $280 3CR17333-91 $252 3CR17334-91 $557 3CR17341-91 $445 3CR17342-91 $613 3CR17343-91 $725 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CR17761-91 $1,845 3CR17762-91 $2,797 3CR17771-91 $2,237 3CR17772-91 $3,917 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 3CXFP92 $1,957 3CXFP94 $1,117 3CXFP96 $5,597 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1499 J4904A#ABA $2639 J8164A#ABA $1379 J8165A#ABA $2639 J8168A $1019 J8436A $1799 J8699A#ABA $4198 J8700A#ABA $8397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1055 J9022A#ABA $1895 J9028A#ABA $311 J9029A#ABA $125 J9030A#ABA $2879 J9049A#ABA $2159 J9050A#ABA $3299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1619 WatchGuard (NEW) WG50750 $1,841 WG51250 $2,501 WGSSL05 $1,841 *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From mezz7 at cox.net Tue May 13 21:00:13 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue May 13 21:00:18 2008 Subject: ports/123623: print/libspectre can't install port Message-ID: <200805132100.m4DL0Bnp043812@freefall.freebsd.org> The following reply was made to PR ports/123623; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, ilgiz@cpok.ru Cc: Subject: Re: ports/123623: print/libspectre can't install port Date: Tue, 13 May 2008 15:59:29 -0500 I am not sure what's wrong with it. Can you attach the config.log? Also, try to test something for us. Thanks. ---------------------------- # fetch http://people.freebsd.org/~mezz/gs_test.c # cc -o gs_test -I/usr/local/include -L/usr/local/lib -lgs gs_test.c # ./gs_test ---------------------------- Let us know what the output looks like. Mine looks like this: ---------------------------- % ./gs_test REV: 862 DATE: 20080229 ---------------------------- Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From andy at neu.net Tue May 13 23:05:04 2008 From: andy at neu.net (AN) Date: Tue May 13 23:05:11 2008 Subject: portupgrade question Message-ID: <20080513230238.K92248@neu.net> I installed openoffice 2.4.0 from ports with: make -DWITHOUT_MOZILLA install clean Now, when I do a portupgrade it tries to install mozilla: To build OOo, you should have a lot of free diskspace (~ 11GB) and memory (~ 2GB). If you want SDK and/or solver, please type make sdk and/or make solver => mozilla-source-1.7.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/openoffice.org2. => Attempting to fetch from http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C fetch: transfer interrupted How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA option from the command line? What is the correct way to do this? TIA From andy at neu.net Tue May 13 23:11:44 2008 From: andy at neu.net (AN) Date: Tue May 13 23:11:46 2008 Subject: portupgrade question Message-ID: <20080513224353.F92248@neu.net> I installed openoffice 2.4.0 from ports with: make -DWITHOUT_MOZILLA install clean Now, when I do a portupgrade it tries to install mozilla: To build OOo, you should have a lot of free diskspace (~ 11GB) and memory (~ 2GB). If you want SDK and/or solver, please type make sdk and/or make solver => mozilla-source-1.7.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/openoffice.org2. => Attempting to fetch from http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C fetch: transfer interrupted How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA option from the command line? What is the correct way to do this? TIA From mezz at FreeBSD.org Wed May 14 02:43:12 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Wed May 14 02:43:14 2008 Subject: ports/123623: print/libspectre can't install port Message-ID: <200805140243.m4E2hBaP073782@freefall.freebsd.org> Synopsis: print/libspectre can't install port State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Wed May 14 02:42:50 UTC 2008 State-Changed-Why: Thanks for attach your config.log. In your config.log shows: ------------------------------------------------------ configure:21345: checking for gsapi_new_instance in -lgs configure:21380: cc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lgs >&5 /usr/bin/ld: warning: libgnutls.so.13, needed by /usr/local/lib/libcupsimage.so.2, not found (try using -rpath or -rpath-link) configure:21386: $? = 0 configure:21393: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:21396: $? = 0 configure:21403: test -s conftest configure:21406: $? = 0 configure:21420: result: yes configure:21438: checking for libgs >= 8.61 configure:21474: cc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lgs >&5 /usr/bin/ld: warning: libgnutls.so.13, needed by /usr/local/lib/libcupsimage.so.2, not found (try using -rpath or -rpath-link) configure:21477: $? = 0 configure:21483: ./conftest /libexec/ld-elf.so.1: Shared object "libgnutls.so.13" not found, required by "libcupsimage.so.2" configure:21486: $? = 1 ------------------------------------------------------ You need to follow in /usr/ports/UPDATING (20080303) to solve your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=123623 From frase at frase.id.au Wed May 14 02:46:53 2008 From: frase at frase.id.au (Fraser Tweedale) Date: Wed May 14 02:46:58 2008 Subject: portupgrade question In-Reply-To: <20080513224353.F92248@neu.net> References: <20080513224353.F92248@neu.net> Message-ID: <482A4FD7.1030506@frase.id.au> AN wrote: > I installed openoffice 2.4.0 from ports with: > make -DWITHOUT_MOZILLA install clean > > Now, when I do a portupgrade it tries to install mozilla: > > To build OOo, you should have a lot > of free diskspace (~ 11GB) and memory (~ 2GB). > If you want SDK and/or solver, please type make sdk and/or make solver > => mozilla-source-1.7.5.tar.gz doesn't seem to exist in > /usr/ports/distfiles/openoffice.org2. > => Attempting to fetch from > http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. > > mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C > fetch: transfer interrupted > > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA > option from the command line? What is the correct way to do this? > > TIA > _______________________________________________ > 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" Set the following in /usr/local/etc/pkgtools.conf: MAKE_ARGS = { 'editors/openoffice.org-2' => 'WITHOUT_MOZILLA=1', } frase -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080514/61049064/signature.pgp From jonc at chen.org.nz Wed May 14 02:47:04 2008 From: jonc at chen.org.nz (Jonathan Chen) Date: Wed May 14 02:47:08 2008 Subject: portupgrade question In-Reply-To: <20080513230238.K92248@neu.net> References: <20080513230238.K92248@neu.net> Message-ID: <20080514022831.GA56540@osiris.chen.org.nz> On Tue, May 13, 2008 at 11:05:02PM +0000, AN wrote: > I installed openoffice 2.4.0 from ports with: > make -DWITHOUT_MOZILLA install clean > > Now, when I do a portupgrade it tries to install mozilla: > > To build OOo, you should have a lot > of free diskspace (~ 11GB) and memory (~ 2GB). > If you want SDK and/or solver, please type make sdk and/or make solver > => mozilla-source-1.7.5.tar.gz doesn't seem to exist in > /usr/ports/distfiles/openoffice.org2. > => Attempting to fetch from > http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. > mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C > fetch: transfer interrupted > > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA > option from the command line? What is the correct way to do this? The way I prefer to do it is to install ports-mgmt/portconf, and then have an entry in /usr/local/etc/ports.conf of: editors/openoffice.org-*: WITHOUT_MOZILLA portconf will ensure that the WITHOUT_MOZILLA flag is passed to make(1) when you do a manual port install, or through portupgrade, or through portmaster. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. From mezz7 at cox.net Wed May 14 02:51:46 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 14 02:51:57 2008 Subject: portupgrade question In-Reply-To: <20080513224353.F92248@neu.net> References: <20080513224353.F92248@neu.net> Message-ID: On Tue, 13 May 2008 17:54:15 -0500, AN wrote: > I installed openoffice 2.4.0 from ports with: > make -DWITHOUT_MOZILLA install clean > > Now, when I do a portupgrade it tries to install mozilla: > > To build OOo, you should have a lot > of free diskspace (~ 11GB) and memory (~ 2GB). > If you want SDK and/or solver, please type make sdk and/or make solver > => mozilla-source-1.7.5.tar.gz doesn't seem to exist in > /usr/ports/distfiles/openoffice.org2. > => Attempting to fetch from > http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. > mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C > fetch: transfer interrupted > > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA > option from the command line? What is the correct way to do this? The portupgrade(1) is your best friend. ;-) # man portupgrade Cheers, Mezz > TIA -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From kmf at fischer.org.za Wed May 14 05:52:50 2008 From: kmf at fischer.org.za (Karl Fischer) Date: Wed May 14 05:52:52 2008 Subject: Feedback "How do I upgrade to GNOME 2.22?" on http://www.freebsd.org/gnome/docs/faq222.html Message-ID: Hi There, I was ready through this "How do I upgrade to GNOME 2.22?" on http://www.freebsd.org/gnome/docs/faq222.html and noticed something was missing, Comparing # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* with # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* gnome-keyring-manager\* I guess it should read : # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* gnome-keyring-manager\* This is missing " gnome-keyring-manager\* " Thanks Karl How do I upgrade to GNOME 2.22? The answer is relatively simple: 1. To build GNOME 2.22, you need to obtain the latest ports tree skeleton. This is most easily accomplished with portsnap(8) or CVSup. Simply obtain the latest ports tree, and you are ready to go. Then do the following: # pkgdb -Ff # portupgrade -f gstreamer-plugins-good # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* # portupgrade -aOW NOTE: it is recommended to run portupgrade -a to make sure you get all the necessary ports. If you are a portmaster(8) user, make sure you have least 1.9 version. Then do the following: # portmaster -a # portmaster gstreamer-plugins-good # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ gnome-keyring-manager\* # portmaster -a -- ----------------------------------------- Karl Fischer "Absence of evidence is not evidence of absence" Carl Sagan Email : kmf@fischer.org.za Jabber : kmf@jabber.org Personal Site : http://fischer.org.za ----------------------------------------- From mezz7 at cox.net Wed May 14 06:42:16 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 14 06:42:20 2008 Subject: Feedback "How do I upgrade to GNOME 2.22?" on http://www.freebsd.org/gnome/docs/faq222.html In-Reply-To: References: Message-ID: On Wed, 14 May 2008 00:23:57 -0500, Karl Fischer wrote: > Hi There, > > I was ready through this "How do I upgrade to GNOME 2.22?" on > http://www.freebsd.org/gnome/docs/faq222.html > and noticed something was missing, > Comparing > # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* > with > # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* > gnome-keyring-manager\* > > > I guess it should read : # pkg_deinstall -fO gnome-applets\* totem\* > gnome-control-center\* gnome-keyring-manager\* > > > This is missing " gnome-keyring-manager\* " The reason of that I had to add that for portmaster only is: The portmaster has a bug with MOVED stuff for not able to do gnome-keyring-manager -> seahorse. It's already fixed in current version of portmaster, but I rather to keep in there to be foolproof in case if users still have old portmaster. You can either do it by manual by pkg_deinstall or let portupgrade to take care of that by read in MOVED, they are same. Cheers, Mezz > Thanks > Karl > > > How do I upgrade to GNOME 2.22? > > The answer is relatively simple: > > 1. > > To build GNOME 2.22, you need to obtain the latest ports tree > skeleton. This is most easily accomplished with portsnap(8) or CVSup. > Simply obtain the latest ports tree, and you are ready to go. Then do > the following: > > # pkgdb -Ff > # portupgrade -f gstreamer-plugins-good > # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* > # portupgrade -aOW > > > NOTE: it is recommended to run portupgrade -a to make sure you > get all the necessary ports. > > If you are a portmaster(8) user, make sure you have least 1.9 > version. Then do the following: > > # portmaster -a > # portmaster gstreamer-plugins-good > # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ > gnome-keyring-manager\* > # portmaster -a -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From oberman at es.net Wed May 14 16:52:52 2008 From: oberman at es.net (Kevin Oberman) Date: Wed May 14 16:53:05 2008 Subject: portupgrade question In-Reply-To: Your message of "Wed, 14 May 2008 12:35:03 +1000." <482A4FD7.1030506@frase.id.au> Message-ID: <20080514165248.B4E8A4500E@ptavv.es.net> > Date: Wed, 14 May 2008 12:35:03 +1000 > From: Fraser Tweedale > Sender: owner-freebsd-gnome@freebsd.org > > AN wrote: > > I installed openoffice 2.4.0 from ports with: > > make -DWITHOUT_MOZILLA install clean > > > > Now, when I do a portupgrade it tries to install mozilla: > > > > To build OOo, you should have a lot > > of free diskspace (~ 11GB) and memory (~ 2GB). > > If you want SDK and/or solver, please type make sdk and/or make solver > > => mozilla-source-1.7.5.tar.gz doesn't seem to exist in > > /usr/ports/distfiles/openoffice.org2. > > => Attempting to fetch from > > http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/. > > > > mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C > > fetch: transfer interrupted > > > > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA > > option from the command line? What is the correct way to do this? > > > > TIA > > _______________________________________________ > > 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" > > Set the following in /usr/local/etc/pkgtools.conf: > > MAKE_ARGS = { > 'editors/openoffice.org-2' => 'WITHOUT_MOZILLA=1', > } > > frase > When I did this, I had to put in: 'editors/openoffice.org*' => '-DWITH_SYSTEM_FREETYPE -DWITHOUT_MOZILLA', to get it to build the way I wanted it to. Without the '-D', it simply didn't do anything. It's easy to tell if it is working because the 'make config' will not list the options that are defined. (This may be openoffice.org specific.) If you see it list WITHOUT_MOZILLA in the options, it means it will build with mozilla. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 224 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080514/4229fab7/attachment.pgp From edwin at FreeBSD.org Sun May 18 11:40:07 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun May 18 11:40:09 2008 Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561 Message-ID: <200805181140.m4IBe7gH058416@freefall.freebsd.org> Synopsis: Update port: www/webkit-gtk2 to 0.0.33561 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 18 11:40:06 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=123790 From miwi at FreeBSD.org Sun May 18 13:14:42 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun May 18 13:14:44 2008 Subject: ports/117327: devel/devhelp doesn't build with seamonkey Message-ID: <200805181314.m4IDEfgd065955@freefall.freebsd.org> Synopsis: devel/devhelp doesn't build with seamonkey State-Changed-From-To: closed->open State-Changed-By: miwi State-Changed-When: Sun May 18 13:11:16 UTC 2008 State-Changed-Why: feedback received. Responsible-Changed-From-To: miwi->gnome Responsible-Changed-By: miwi Responsible-Changed-When: Sun May 18 13:11:16 UTC 2008 Responsible-Changed-Why: Over to seamonkey maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=117327 From pcfxer at rogers.com Sun May 18 16:21:15 2008 From: pcfxer at rogers.com (Brodey Dover) Date: Sun May 18 16:21:22 2008 Subject: FreeBSD Port: policykit-gnome-0.8 Message-ID: <4830190F.5090104@rogers.com> Hello, In my attempt to configure policy kit I decided to make future edits to policy kit easier for me by installing policykit_gnome from the ports. I am running FreeBSD7.0/i386, here is the output from make: polkit-gnome-authorization.c: In function '_build_constraint_string': polkit-gnome-authorization.c:281: error: 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_EXE' undeclared (first use in this function) polkit-gnome-authorization.c:281: error: (Each undeclared identifier is reported only once polkit-gnome-authorization.c:281: error: for each function it appears in.) polkit-gnome-authorization.c:283: warning: implicit declaration of function 'polkit_authorization_constraint_get_exe' polkit-gnome-authorization.c:283: warning: nested extern declaration of 'polkit_authorization_constraint_get_exe' polkit-gnome-authorization.c:283: warning: format '%s' expects type 'char *', but argument 3 has type 'int' polkit-gnome-authorization.c:285: error: 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_SELINUX_CONTEXT' undeclared (first use in this function) polkit-gnome-authorization.c:287: warning: implicit declaration of function 'polkit_authorization_constraint_get_selinux_context' polkit-gnome-authorization.c:287: warning: nested extern declaration of 'polkit_authorization_constraint_get_selinux_context' polkit-gnome-authorization.c:287: warning: format '%s' expects type 'char *', but argument 3 has type 'int' gmake[3]: *** [polkit_gnome_authorization-polkit-gnome-authorization.o] Error 1 gmake[3]: Leaving directory `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/policykit-gnome. If more information is needed let me know what it is you need and I'll get it ASAP. Regards, Brodey Dover From marcus at freebsd.org Sun May 18 18:54:36 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Sun May 18 18:54:39 2008 Subject: FreeBSD Port: policykit-gnome-0.8 In-Reply-To: <4830190F.5090104@rogers.com> References: <4830190F.5090104@rogers.com> Message-ID: <48307B68.7090007@freebsd.org> Brodey Dover wrote: > Hello, > > In my attempt to configure policy kit I decided to make future edits to > policy kit easier for me by installing policykit_gnome from the ports. I > am running FreeBSD7.0/i386, here is the output from make: > > polkit-gnome-authorization.c: In function '_build_constraint_string': > polkit-gnome-authorization.c:281: error: > 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_EXE' undeclared (first use > in this function) > polkit-gnome-authorization.c:281: error: (Each undeclared identifier is > reported only once > polkit-gnome-authorization.c:281: error: for each function it appears in.) > polkit-gnome-authorization.c:283: warning: implicit declaration of > function 'polkit_authorization_constraint_get_exe' > polkit-gnome-authorization.c:283: warning: nested extern declaration of > 'polkit_authorization_constraint_get_exe' > polkit-gnome-authorization.c:283: warning: format '%s' expects type > 'char *', but argument 3 has type 'int' > polkit-gnome-authorization.c:285: error: > 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_SELINUX_CONTEXT' > undeclared (first use in this function) > polkit-gnome-authorization.c:287: warning: implicit declaration of > function 'polkit_authorization_constraint_get_selinux_context' > polkit-gnome-authorization.c:287: warning: nested extern declaration of > 'polkit_authorization_constraint_get_selinux_context' > polkit-gnome-authorization.c:287: warning: format '%s' expects type > 'char *', but argument 3 has type 'int' > gmake[3]: *** [polkit_gnome_authorization-polkit-gnome-authorization.o] > Error 1 > gmake[3]: Leaving directory > `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/sysutils/policykit-gnome. > > If more information is needed let me know what it is you need and I'll > get it ASAP. You need to provide the output of pkg_info. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From mezz at FreeBSD.org Sun May 18 19:54:14 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun May 18 19:54:17 2008 Subject: ports/117327: devel/devhelp doesn't build with seamonkey Message-ID: <200805181954.m4IJsDTO000414@freefall.freebsd.org> Synopsis: devel/devhelp doesn't build with seamonkey State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun May 18 19:53:34 UTC 2008 State-Changed-Why: Fixed, thanks for report. (removed seamonkey option) http://www.freebsd.org/cgi/query-pr.cgi?pr=117327 From dfilter at FreeBSD.ORG Sun May 18 20:00:07 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 18 20:00:12 2008 Subject: ports/117327: commit references a PR Message-ID: <200805182000.m4IK07YD000578@freefall.freebsd.org> The following reply was made to PR ports/117327; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/117327: commit references a PR Date: Sun, 18 May 2008 19:53:22 +0000 (UTC) mezz 2008-05-18 19:53:17 UTC FreeBSD ports repository Modified files: devel/devhelp Makefile Log: -Convert to current gecko framework (USE_GECKO). -Remove seamonkey option; it doesn't build. [1] -Correct the USE_LDCONFIG. (Unsure why it has lib/${MOZILLA}.) PR: ports/117327 [1] Reported by: Marat N.Afanasyev [1] Revision Changes Path 1.31 +5 -27 ports/devel/devhelp/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 mezz7 at cox.net Sun May 18 21:50:03 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun May 18 21:50:07 2008 Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561 Message-ID: <200805182150.m4ILo35t010457@freefall.freebsd.org> The following reply was made to PR ports/123790; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, nakal@web.de Cc: Subject: Re: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561 Date: Sun, 18 May 2008 16:51:20 -0500 Please don't use shar. The shar is only for new port. You need to use diff to create a patch. This might have to be wait for ahze to get back, right now he is very busy with move to different state and need to settle down. This will have to be test with a few ports (epiphany, kazehakase and maybe more) that depend on webkit-gtk2. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From pcfxer at rogers.com Sun May 18 22:43:48 2008 From: pcfxer at rogers.com (Brodey Dover) Date: Sun May 18 22:43:52 2008 Subject: pkg_info Message-ID: <483078FA.1030208@rogers.com> Hi Joe, Please bear with me, but pkg_info outputs: Brodey# pkg_info -v PolicyKit-gnome-0.8.tar.bz2 Requested space: 613959 bytes, free space: 2737960960 bytes in /var/tmp/instmp.s2RAU7 pkg_info: unable to open +CONTENTS file Regards, Brodey Dover From jonc at chen.org.nz Sun May 18 22:59:06 2008 From: jonc at chen.org.nz (Jonathan Chen) Date: Sun May 18 22:59:09 2008 Subject: gvfs-* directories in /var/tmp Message-ID: <20080518225904.GA61569@osiris.chen.org.nz> Hi, I'm running the latest version GNOME, and I'm noticing that there are a lot of dead(?) directories in /var/tmp that look like gvfs-${username}-randomstring, which contain a named-pipe named socket2 in them. Are these intended? The base-systems tmp cleanup script do not remove the named-pipds, so I am forced to periodically remove the directories. This does feel like a hack, though. Did I miss something in my installation of GNOME? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter From mezz7 at cox.net Mon May 19 00:18:44 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 00:18:48 2008 Subject: pkg_info In-Reply-To: <483078FA.1030208@rogers.com> References: <483078FA.1030208@rogers.com> Message-ID: On Sun, 18 May 2008 13:44:10 -0500, Brodey Dover wrote: > Hi Joe, > > Please bear with me, but pkg_info outputs: > > Brodey# pkg_info -v PolicyKit-gnome-0.8.tar.bz2 > Requested space: 613959 bytes, free space: 2737960960 bytes in > /var/tmp/instmp.s2RAU7 > pkg_info: unable to open +CONTENTS file Joe means that he needs you to run 'pkg_info' (that's it), which we need to see the full output of it. In future, please follow this URL: http://www.freebsd.org/gnome/docs/bugging.html Cheers, Mezz > Regards, > Brodey Dover -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Mon May 19 00:23:25 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 00:23:30 2008 Subject: gvfs-* directories in /var/tmp In-Reply-To: <20080518225904.GA61569@osiris.chen.org.nz> References: <20080518225904.GA61569@osiris.chen.org.nz> Message-ID: On Sun, 18 May 2008 17:59:04 -0500, Jonathan Chen wrote: > Hi, > > I'm running the latest version GNOME, and I'm noticing that there are > a lot of dead(?) directories in /var/tmp that look like > gvfs-${username}-randomstring, which contain a named-pipe named > socket2 in them. Are these intended? The base-systems tmp cleanup > script do not remove the named-pipds, so I am forced to periodically > remove the directories. This does feel like a hack, though. > > Did I miss something in my installation of GNOME? You didn't miss anything. I have a lot of that gvfs-* in /var/tmp too and clean out once a while. I was to ask about it in past, but I forgot to do it. # ls -l /var/tmp | grep gvfs | wc -l 100 Cheers, Mezz > Cheers. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From pcfxer at rogers.com Mon May 19 01:30:25 2008 From: pcfxer at rogers.com (Brodey Dover) Date: Mon May 19 01:30:30 2008 Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8 In-Reply-To: <48307B68.7090007@freebsd.org> References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org> Message-ID: <4830A007.5040209@rogers.com> pkg_info Output: ORBit2-2.14.12 High-performance CORBA ORB with support for the C language aalib-1.4.r5_4 An ascii art library acroread8-8.1.2 Adobe Reader for view, print, and search PDF documents (ENU acroreadwrapper-0.0.20080110 Wrapper script for Adobe Reader agg-2.5_5 A High Quality Rendering Engine for C++ apache-ant-1.7.0_1 Java- and XML-based build tool, conceptually similar to mak appres-1.0.1 Program to list application's resources arts-1.5.8,1 Audio system for the KDE integrated X11 desktop aspell-0.60.6_1 Spelling checker with better suggestion logic than ispell atk-1.22.0 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.61_2 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.4.6_4 GNU Standards-compliant Makefile generator (1.4) automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) automake-1.9.6_2 GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake avahi-app-0.6.22_4 Service discovery on a local network bash-3.2.33 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 bison-2.3_3,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 boost-1.34.1 Free peer-reviewed portable C++ source libraries cabextract-1.2 A program to extract Microsoft cabinet (.CAB) files cairo-1.4.14,1 Vector graphics library with cross-device output support cairomm-1.4.8_2 C++ interface to cairo ccsm-0.6.0 A Python/GTK based settings manager for CompizConfig cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools compat5x-i386-5.4.0.8_9 A convenience package to install the compat5x libraries compat6x-i386-6.3.603000.200801 A convenience package to install the compat6x libraries compiz-0.6.2 Compiz Composite/Window Manager compiz-bcop-0.6.0 Code generator for Compiz Fusion Plugins compiz-fusion-0.6.0 Metaport of compiz-fusion compiz-fusion-plugins-extra-0.6.0 Plugins for Compiz Composite Window Manager compiz-fusion-plugins-main-0.6.0 Plugins for Compiz Composite Window Manager compizconfig-backend-gconf-0.6.0_1 The gconf backend for CompizConfig compizconfig-python-0.6.0.1 Python bindings for the compizconfig library compositeproto-0.4 Composite extension headers consolekit-0.2.10 Framework for defining and tracking users coreutils-6.9_2 The Free Software Foundation's core utilities cups-base-1.3.7_2 Common UNIX Printing System curl-7.18.0 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) damageproto-1.1.0_2 Damage extension headers db41-4.1.25_4 The Berkeley DB package, revision 4.1 dbus-1.2.1 A message bus system for inter-application communication dbus-glib-0.74 GLib bindings for the D-BUS messaging system desktop-file-utils-0.15 A couple of command line utilities for working with desktop diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01 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-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-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.71.1_2 XSL DocBook stylesheets dri-7.0.1,2 OpenGL hardware acceleration drivers for the DRI dvd+rw-tools-7.1 DVD burning software editres-1.0.3 Dynamic resource editor for X Toolkit Applications eel-2.22.1 Generally useful classes and extensions to GNOME emerald-0.5.2_1 Emerald Window Decorator emerald-themes-0.5.2 Themes for the Emerald Window Decorator enchant-1.4.0 Dictionary/spellchecking framework encodings-1.0.2,1 X.Org Encoding fonts eog-2.22.1_1 The Eye Of Gnome image viewer epiphany-2.22.1.1_1 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.38 A sound library for enlightenment package evince-2.22.1.1_1 GNOME 2 multi-format document viewer evolution-data-server-2.22.1_1 The data backends for the Evolution integrated mail/PIM sui expat-2.0.0_1 XML 1.0 parser written in C faac-1.26_1 MPEG-2 and MPEG-4 AAC audio encoder faad2-2.6.1,1 MPEG-2 and MPEG-4 AAC audio decoder ffmpeg-2007.10.04_4 Hyper fast realtime audio/video encoder/converter, streamin file-roller-2.22.2_1,1 An archive manager for zip files, tar, etc firefox-2.0.0.14,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers flac-1.2.1 Free lossless audio codec 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.4.2_2,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.5 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_1 Kernel module for fuse fusefs-libs-2.7.2_1 FUSE allows filesystem implementation in userspace gTweakUI-0.4.0_6 A collection of simple dialogs as a front end to GConf gail-1.22.1_1 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9_1 A file and directory monitoring system gawk-3.1.5_1 The GNU version of Awk gcalctool-5.22.1_1,2 A GNOME 2 calculator tool based on the old calctool for Ope gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf-editor-2.22.0_1,1 A gconf database editor for the GNOME 2 environment gconf2-2.22.0 A configuration database system for GNOME gdbm-1.8.3_3 The GNU database manager gdm-2.20.5 GNOME 2 version of xdm display manager gedit-2.22.1_1 A small but powerful text editor for GNOME 2 Desktop Enviro getopt-1.1.4 A getopt(1) replacement that supports GNU-style long option gettext-0.16.1_3 GNU gettext package gftp-2.0.18_6 A free multithreaded GTK-based GUI ftp and sftp client ghostscript-gpl-8.61_5 GPL Postscript interpreter gio-fam-backend-2.16.3 FAM backend for GLib's GIO library gle-3.1.0_1 A GL Tubing and Extrusion Library glib-1.2.10_12 Some useful routines of C programming (previous stable vers glib-2.16.3 Some useful routines of C programming (current stable versi glibmm-2.16.2,1 C++ interfaces for glib2 glproto-1.4.8 GLX extension headers gmake-3.81_2 GNU version of 'make' utility gnome-applets-2.22.1_2 Applets components for the GNOME 2 Desktop Environment gnome-audio-2.22.1_1 Sound files for use with GNOME 2 gnome-control-center-2.22.1_2 Control center for GNOME 2 project gnome-desktop-2.22.1 Additional UI API for GNOME 2 gnome-doc-utils-0.12.2 GNOME doc utils gnome-icon-theme-2.22.0 A collection of icons for the GNOME 2 desktop gnome-keyring-2.22.1 A program that keeps passwords and other secrets gnome-media-2.22.0 Multimedia applications for the GNOME 2 desktop gnome-menu-editor-0.6_6 Simple menu editor for Gnome gnome-menus-2.22.1 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME gnome-mount-0.8_1 A front-end to mount, umount, and eject using HAL gnome-panel-2.22.1.3 Panel component for the GNOME 2 Desktop gnome-session-2.22.1.1 Session component for the GNOME 2 desktop gnome-settings-daemon-2.22.1 GNOME 2 settings daemon gnome-system-monitor-2.22.1_1 GNOME 2 system monitor program gnome-terminal-2.22.1_1 Terminal component for the GNOME 2 Desktop gnome-themes-2.22.0 A collection of themes and icons for GNOME2 gnome-user-docs-2.22.0_1 GNOME 2 users guide gnome-utils-2.20.0.1_1,1 GNOME 2 support utilities gnome-vfs-2.22.0_1 GNOME Virtual File System gnome2-lite-2.22.1 The "meta-port" of the GNOME desktop slimmed down for FreeB gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_10 A utility port that creates the GNOME directory tree gnutls-2.2.2 GNU Transport Layer Security library gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gstreamer-0.10.19 Development framework for creating media applications gstreamer-ffmpeg-0.10.3_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.19,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.7_2,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.7_2,3 Bad gstreamer-plugins gstreamer-plugins-cdparanoia-0.10.19,3 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_9 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.7_2,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.7_2,3 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.8_2,3 Gstreamer enlightenment sound library plugin gstreamer-plugins-gconf-0.10.8_2,3 Gstreamer gconf plugin gstreamer-plugins-gio-0.10.19,3 Gstreamer gio (Glib I/O) plugin gstreamer-plugins-good-0.10.8,3 Good gstreamer-plugins gstreamer-plugins-hal-0.10.8_2,3 Gstreamer hal plugin gstreamer-plugins-libpng-0.10.8_2,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.7_2,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-mpeg2dec-0.10.7_2,3 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.19,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.19,3 Gstreamer pango textoverlay plugin gstreamer-plugins-soup-0.10.8_2,3 Gstreamer soup http src plugin gstreamer-plugins-theora-0.10.19,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.7_3,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.19,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.7_2,3 Gstreamer xvid plugin gtar-1.20 GNU version of the traditional tape archiver gtk-1.2.10_19 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.12.9_2 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.14.1 Theme engine for the gtk+-2.0 toolkit gtkmm-2.12.7 C++ wrapper for Gtk+, Pango, Atk gtkpod-0.99.12_1 GUI for Apple iPods using GTK2 gtksourceview2-2.2.1_1 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.11_6 A GTK+ 2 spell checking component gucharmap-2.22.1_1 A Unicode/ISO10646 character map and font viewer gvfs-0.2.3_3 GNOME virtual file system hal-0.5.11.r2_7 Hardware Abstraction Layer for simplifying device access help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project 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) imake-1.0.2_4,1 Imake and other utilities from X.Org inputproto-1.4.2.1 Input extension headers intltool-0.37.1 Tools to internationalize various kinds of data files ircii-20060725_1 The 'Internet Relay Chat' and 'Internet Citizens Band' Clie iso-codes-2.0 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jackit-0.103.0_1 A low-latency audio server jakarta-commons-cli-1.0_1,1 Java library for command line arguments and options jakarta-commons-lang-2.3_1 Jakarta library with helper utilities for the java.lang API javavmwrapper-2.3.1 Wrapper script for various Java Virtual Machines jpeg-6b_4 IJG's jpeg compression utilities junit-3.8.2_1 A regression testing utility for use with the Java(TM) Lang k8temp-0.3.0 Athlon 64 and Opteron on-die temperature reader kbproto-1.0.3 KB extension headers lame-3.97_1 ISO code based fast MP3 encoder kit lcms-1.17,1 Light Color Management System -- a color management library libFS-1.0.0 The FS library libGL-7.0.1 OpenGL library that renders using GLX or DRI libGLU-7.0.1 OpenGL utility library libICE-1.0.4,1 Inter Client Exchange library for X11 libIDL-0.8.10 A library for creating trees of CORBA IDL files libSM-1.0.3,1 Session Management library for X11 libX11-1.1.3,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 X Athena Widgets library libXcomposite-0.4.0,1 X Composite extension library libXcursor-1.1.9 X client-side cursor loading library libXdamage-1.1.1 X Damage extension library libXdmcp-1.0.2 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 X Fixes extension library libXfont-1.3.1_2,1 X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.12 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 X Resize and Rotate extension library libXrender-0.9.4 X Render extension library libXres-1.0.3_2 X Resource usage library libXt-1.0.5 X Toolkit library libXtst-1.0.3 X Test extension libXv-1.0.3,1 X Video Extension library libXvMC-1.0.4 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_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-0.8.8_1 Portable audio output library libart_lgpl-2.3.20,1 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.22.0 A component and compound document system for GNOME2 libbonoboui-2.22.0_1 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_1 Compact Disc Input and Control Library libcompizconfig-0.6.0 An alternative configuration system for Compiz libcroco-0.6.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 DMX extension library libdrm-2.3.0 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 libexif-0.6.15 Library to read digital camera file meta-data libfontenc-1.0.4 The fontenc Library libgcrypt-1.4.0 General purpose crypto library based on code used in GnuPG libglade2-2.6.2 GNOME glade library libglut-7.0.1_1 OpenGL utility toolkit libgnome-2.22.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1_1 A graphics library for GNOME libgnomekbd-2.22.0_1 GNOME keyboard shared library libgnomeprint-2.18.4_1 Gnome print support library libgnomeprintui-2.18.2_1 Gnome print support library libgnomeui-2.22.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.6 Common error values for all GnuPG components libgphoto2-2.4.1 A universal digital camera picture control tool libgpod-0.6.0 A library for direct access of iPod's contents libgsf-1.14.8_1 An extensible i/o abstraction for dealing with structured f libgtop-2.22.1_1 GNOME 2 top library libgweather-2.22.1.2 Library to accessing online weather informations libiconv-1.11_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libltdl-1.5.24 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmatroska-0.8.1 Extensible Multimedia Container Format libmikmod-esound-3.1.11_2 MikMod Sound Library libmng-1.0.9 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.4.1_4 A free library for decoding mpeg-2 and mpeg-1 video streams libmspack-0.0.20040308_3 A library for Microsoft compression formats libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libnotify-0.4.4_1 A library for desktop notifications libogg-1.1.3,4 Ogg bitstream library liboil-0.3.14 Library of optimized inner loops liboldX-1.0.1 Old X library libopendaap-0.4.0_1 C lib used to connect to iTunes(R) music shares libpurple-2.4.1 Backend library for the Pidgin multi-protocol messaging cli librsvg2-2.22.2_1 Library for parsing and rendering SVG vector-graphic files libsexy-0.1.11 Extension widgets for GTK+ libsigc++-2.2.2 Callback Framework for C++ libsndfile-1.0.17_2 Reading and writing files containing sampled sound (like WA libsoup-2.4.1 A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.0 A small library for rendering Postscript documents libtasn1-1.3 ASN.1 structure parser library libtheora-1.0.b2 Theora video codec for the Ogg multimedia streaming system libtool-1.5.24 Generic shared library support script libungif-4.1.4_5 Tools and library routines for working with GIF images libusb-0.1.12_2 Library giving userland programs access to USB devices libvolume_id-0.81.0 Library to provide file system type information libvorbis-1.2.0_1,3 Audio compression codec library libwnck-2.22.1 Library used for writing pagers and taskslists libxkbfile-1.0.4 XKB file library libxkbui-1.0.2 The xkbui library libxklavier-3.5_1,1 An utility library to make XKB stuff easier libxml++-2.22.0 XML API for C++ libxml2-2.6.30 XML parser library for GNOME libxslt-1.1.22_1 The XSLT C library for GNOME linux-aspell-0.50.4.1_2 Spelling checker with better logic than ispell (linux versi linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary linux-blackdown-jdk-1.4.2_3 Blackdown Java Development Kit 1.4 for Linux linux-cairo-1.0.2 Linux cairo binary linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-7.0r73 Adobe Flash Player NPAPI Plugin linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary linux-hicolor-icon-theme-0.5_1 A high-color icon theme shell from the FreeDesktop project linux-jpeg-6b.34 RPM of the JPEG lib linux-nvu-1.0 A complete Web Authoring System linux-openssl-0.9.7f SSL and crypto library (Linux Version) linux-opera-9.27.20080331 A blazingly fast, full-featured, standards-compliant browse linux-pango-1.10.2 Linux pango binary linux-png-1.2.8_2 RPM of the PNG lib linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks linux-scim-libs-1.4.4 Smart Common Input Method platform, library part, Linux bin linux-tiff-3.7.1 TIFF library, Linux/i386 binary linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) listres-1.0.1 List resources in widgets liveMedia-2008.04.09,1 LIVE.COM Streaming Media localedata-5.4 Legacy locale data for FreeBSD 6+ log4j-1.2.15 A fast and flexible logging library for Java lsof-4.79,1 Lists information about open files (similar to fstat(1)) luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals lzmautils-4.32.5 LZMA compression and decompression tools m4-1.4.9,1 GNU m4 makedepend-1.0.1,1 A dependency generator for makefiles metacity-2.22.0_1 A window manager for the adult in you mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.3 Create an index of X font files in a directory mkfontscale-1.0.3 Creates an index of scalable font files for X mozilla-1.7.13_6,2 The open source, standards compliant web browser mp3gain-1.4.6 A tool to normalize the gain of MP3 files mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip mplayer-0.99.11_4 High performance media player supporting many formats mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-3.50_1 A Mozilla plugin for the MPlayer media player nas-1.8_1 Network Audio System nasm-2.02,1 General-purpose multi-platform x86 and x86-64 assembler nautilus-2.22.2_2 File manager for the GNOME desktop nautilus-cd-burner-2.22.1_1 CD burner view for Nautilus nspluginwrapper-0.9.91.5 A compatibility plugin for Netscape 4 (NPAPI) plugins 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 nvidia-driver-169.12 NVidia graphics card binary drivers for hardware OpenGL ren oclock-1.0.1 Round clock application for X open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.3.41 Open source LDAP client implementation openoffice.org-2.4.0_5 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br openslp-1.2.1_2 Open-source implementation of the Service Location Protocol oss-freebsd7-v4.0-1015-i386 Open Sound System for FreeBSD p5-Archive-Zip-1.23 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.11 Perl5 module for SASL authentication p5-Compress-Raw-Zlib-2.009 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.009 Perl5 interface to zlib compression library p5-Digest-1.15 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm 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-GSSAPI-0.26 Perl extension providing access to the GSSAPIv2 library p5-HTML-Parser-3.56_1 Perl5 module for parsing HTML documents 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.009 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.009 Perl5 interface for reading and writing of (g)zip files p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.22,1 Perl5 modules to access and use network protocols p5-Net-DBus-0.33.6 Perl extension for the DBus message system p5-PathTools-3.2701 A Perl module for portably manipulating file specifications p5-Text-Iconv-1.7 Perl interface to iconv() codeset conversion function p5-Tie-IxHash-1.21 Perl module implementing ordered in-memory associative arra p5-Time-HiRes-1.9712,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.36 Perl5 interface to Uniform Resource Identifier (URI) refere 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-SAX-0.16 Simple API for XML p5-XML-SAX-Expat-0.39 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-gettext-1.05_1 Message handling functions p5-libwww-5.805 Perl5 library for WWW access p5-libxml-0.08 Collection of Perl5 modules for working with XML pango-1.20.2 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pccts-1.33.33 The Purdue Compiler Construction Tool Set pciids-20071004 Database of all known ID's used in PCI devices pcre-7.4 Perl Compatible Regular Expressions library perl-5.8.8_1 Practical Extraction and Report Language pidgin-2.4.1 Pidgin multi-protocol messaging client (GTK+ UI) pixman-0.9.6 Low-level pixel manipulation library pkg-config-0.22_1 A utility to retrieve information about installed libraries png-1.2.22 Library for manipulating PNG images pokerth-0.6_1 A poker game written in C++/QT4 policykit-0.1.20060514_4 Framework for controlling access to system-wide components policykit-0.7_5 Framework for controlling access to system-wide components poppler-0.6.4 A PDF rendering library poppler-data-0.2.0 Poppler encoding data poppler-gtk-0.6.4 Gtk bindings to poppler popt-1.7_4 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API printproto-1.0.3 Print extension headers py25-cairo-1.4.0_1 Python bindings for Cairo py25-dbus-0.82.4 Python bindings for the D-BUS messaging system py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-gdata-1.0.11.1 GData Python Client Library py25-gnome-2.22.0 A set of Python bindings for GNOME 2 py25-gobject-2.14.1 Python bindings for GObject py25-gstreamer-0.10.11 A set of Python bindings for gstreamer py25-gtk-2.12.1 A set of Python bindings for GTK+ py25-libxml2-2.6.31 Python interface for XML parser library for GNOME py25-numeric-24.2 The Numeric Extension to Python py25-orbit-2.14.3 Python bindings for ORBit2 py25-xml-0.8.4 PyXML: Python XML library enhancements pyrex-0.9.6.4 Programming Language for writing Python extension modules python25-2.5.1_1 An interpreted object-oriented programming language qmake-3.3.8_1 The build utility of the Qt project qt-3.3.8_7 Multiplatform C++ application framework qt4-corelib-4.3.4 Qt core library qt4-gui-4.3.4_1 Qt graphical user interface library qt4-moc-4.3.4 Qt meta object compiler qt4-qmake-4.3.4 The build utility of the Qt project qt4-rcc-4.3.4 Qt resource compiler qt4-uic-4.3.4 Qt user interface compiler randrproto-1.2.1 Randr extension headers rarian-0.8.0 An OMF help system based on the Freedesktop specification recordproto-1.13.2 RECORD extension headers renderproto-0.9.3 RenderProto protocol headers rgb-1.0.1 Uncompile an rgb corl-name database rpm-3.0.6_13 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs rstart-1.0.2 Sample implementation of a Remote Start client rtc-2004.02.24.1_8 Kernel module which provides /dev/rtc device support ruby-1.8.6.111_2,1 An object-oriented interpreted scripting language ruby18-deplate-0.8.1 Ruby tool for converting wiki-like markup samba-libsmbclient-3.0.28 Shared libs from the samba package scripts-1.0.1 Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdl-1.2.13_1,2 Cross-platform multimedia development API sdl_image-1.2.6_1 A simple library to load images of various formats as SDL s sdl_mixer-1.2.8_1 A sample multi-channel audio mixer library sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD 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.23_1 A MIME type database from the FreeDesktop project showfont-1.0.1 Font dumper for the X font server smpeg-0.4.4_8 A free MPEG1 video player library with sound support smproxy-1.0.2 Session Manager Proxy speex-1.2.b2,1 An open-source patent-free voice codec sqlite3-3.5.6 An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.9_2 Library that supports startup notification spec from freede svgalib-1.4.3_5 A low level console graphics library swt-devel-3.4.m5,1 Standard Widget Toolkit for Java system-tools-backends-2.6.0 Backend system admin scripts for gnome-system-tools texi2html-1.76_1,1 Texinfo to HTML converter thunderbird-2.0.0.12_3 Mozilla Thunderbird is standalone mail and news that stands tiff-3.8.2_1 Tools and library routines for working with TIFF images totem-2.22.2 A gstreamer-based video player for the GNOME 2 Desktop totem-pl-parser-2.22.2 GObject-based library to parse a host of playlist formats trapproto-3.4.3 DEC-XTRAP extension headers twm-1.0.3_3 Tab Window Manager for the X Window System ubench-0.32 Unix Benchmark Utility for CPU(s) and memory unzip-5.52_5 List, test and extract compressed files in a ZIP archive v4l_compat-1.0.20060801 Video4Linux compatibility header vcdimager-0.7.23_4 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.f_3,2 Multimedia streaming server and player for various audio/vi vte-0.16.13_1 Terminal widget with improved accessibility and I18N suppor webfonts-0.30_4 TrueType core fonts for the Web win32-codecs-3.1.0.r1,1 Huge compilation of Win32 binary video codecs wxgtk2-common-2.8.7_1 The wxWidgets GUI toolkit (common files) wxgtk2-unicode-2.8.7_1 The wxWidgets GUI toolkit (Unicode) x11perf-1.4.1 X11 server performance test program x264-0.0.20080409_1 Multimedia library and tool for encoding H.264/AVC video st 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 xclipboard-1.0.1 X clipboard client xclock-1.0.3 Analog and digital clock for X 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_2 X.Org X display manager xdpyinfo-1.0.2 Display information utility for X xdriinfo-1.0.2 Query configuration information of DRI drivers 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-keyboard-1.2.2_1 X.Org keyboard input driver xf86-input-mouse-1.2.3 X.Org mouse input driver xf86-video-ati-6.7.195 X.Org ati display driver xf86-video-i810-1.6.5_3 X.Org i810 display driver xf86-video-nv-2.1.6 X.Org nv display driver xf86-video-vesa-1.3.0_1 X.Org vesa display driver xf86-video-vga-4.1.0_1 X.Org vga display driver xf86-video-via-0.2.2_2 X.Org via display driver xf86dga-1.0.2 Test program for the XFree86-DGA extension xf86dgaproto-2.0.3 XFree86-DGA extension headers xf86miscproto-0.9.2 XFree86-Misc extension headers xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers 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 xfs-1.0.5,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 XKB utility demos xkeyboard-config-1.0_1 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 xmlcatmgr-2.2 SGML and XML catalog manager xmms-1.2.11_2 X Multimedia System -- An audio player with Winamp GUI 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_1 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 X.org drivers meta-port xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts xorg-fonts-7.3 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_1 X.org libraries meta-port xorg-protos-7.3 X.org protos meta-port xorg-server-1.4_4,1 X.Org X server and related programs 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 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 RX helper program xscreensaver-gnome-4.24_7 Save your screen while you entertain your cat (for GNOME us 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-229 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 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.6.2 A complete rewrite of the NASM assembler yelp-2.22.1 A help browser for the GNOME 2 desktop zenity-2.22.1 Display GNOME dialogs from the command line zip-2.32 Create/update ZIP files compatible with pkzip From marcus at FreeBSD.org Mon May 19 04:22:29 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon May 19 04:22:33 2008 Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8 In-Reply-To: <4830A007.5040209@rogers.com> References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org> <4830A007.5040209@rogers.com> Message-ID: <1211170971.23315.3.camel@shumai.marcuscom.com> On Sun, 2008-05-18 at 17:30 -0400, Brodey Dover wrote: > pkg_info Output: > > policykit-0.1.20060514_4 Framework for controlling access to system-wide > components > policykit-0.7_5 Framework for controlling access to system-wide > components You need to remove these two packages, then reinstall sysutils/policykit. Then you'll be able to install policykit-gnome. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- 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/20080519/c0334cba/attachment.pgp From bugmaster at FreeBSD.org Mon May 19 11:07:09 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 19 11:08:11 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200805191107.m4JB78ZK011899@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr f ports/123079 gnome Firefox keeps on crashing on amd64 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 o ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 7 problems total. From pcfxer at rogers.com Mon May 19 15:08:26 2008 From: pcfxer at rogers.com (Brodey Dover) Date: Mon May 19 15:08:34 2008 Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8 In-Reply-To: <1211170971.23315.3.camel@shumai.marcuscom.com> References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org> <4830A007.5040209@rogers.com> <1211170971.23315.3.camel@shumai.marcuscom.com> Message-ID: <483197D8.3000401@rogers.com> Worked like a charm sir. Thank you, Brodey Dover From shawn.beasley at freenet.de Mon May 19 16:24:50 2008 From: shawn.beasley at freenet.de (Shawn Beasley) Date: Mon May 19 16:24:57 2008 Subject: nautilus consistently crashing Message-ID: <4831A991.4020007@freenet.de> I have seen this in the internet http://lists.freebsd.org/pipermail/freebsd-gnome/2004-September/008387.html I am having the same symptoms with a samba share, and I have traced it down. The crash happens as soon as a directory is found by Nautilus which has a Thumbs.db file created by a windows machine. If you delete this from teh server, you can then access the share. My question is why? I would like to have the Thumbs.db remain in the folder because of the caching function for windows. I would also not like to comment it out using the file hide opttion due to performance hits. Any one have a clue? nautilus: Installed: 2.20.0-3 Candidate: 2.20.0-3 Version table: *** 2.20.0-3 0 500 http://ftp.de.debian.org unstable/main Packages 500 http://ftp.de.debian.org testing/main Packages 100 /var/lib/dpkg/status Debian GNU/Linux lenny/sid --Shawn -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/61a1ec3c/signature.pgp From nork at FreeBSD.org Mon May 19 17:40:49 2008 From: nork at FreeBSD.org (Norikatsu Shigemura) Date: Mon May 19 17:40:55 2008 Subject: gvfs-* directories in /var/tmp In-Reply-To: References: <20080518225904.GA61569@osiris.chen.org.nz> Message-ID: <20080520024031.d3c5c24c.nork@FreeBSD.org> On Sun, 18 May 2008 19:25:30 -0500 "Jeremy Messenger" wrote: > > Did I miss something in my installation of GNOME? > You didn't miss anything. I have a lot of that gvfs-* in /var/tmp too and > clean out once a while. I was to ask about it in past, but I forgot to do > it. I'm using attached rcNG script, and every-reboot, I try to remove these directories like gvfs-*-*. From pcfxer at rogers.com Mon May 19 18:29:51 2008 From: pcfxer at rogers.com (Brodey Dover) Date: Mon May 19 18:29:55 2008 Subject: How to configure policykit In-Reply-To: <4831C20E.8070904@freebsd.org> References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org> <4830A007.5040209@rogers.com> <1211170971.23315.3.camel@shumai.marcuscom.com> <48319D11.405@rogers.com> <4831A60A.2020707@freebsd.org> <4831BCD6.9090205@rogers.com> <4831C20E.8070904@freebsd.org> Message-ID: <4831C714.70604@rogers.com> Okay this is what I have then : I start gnome using gdm via gnome_enable. Which then should mean I don't need to do any other configuration...but that is not the case so, I check to see if ck is working: %ck-list-sessions Session1: uid = '1001' realname = 'Brodey Dover' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/ttyv8' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2008-05-19T17:56:12Z' ck seems to be working fine. sysctl disk stuff: 0 DISK da1 1023934464 512 hd 64 sc 32 1 MBR da1s2 941681152 512 i 1 o 82252800 ty 11 2 LABEL msdosfs/IPOD 941681152 512 i 0 o 0 0 DISK ad4 320072933376 512 hd 16 sc 63 1 MBR ad4s2 266383434240 512 i 1 o 53686886400 ty 165 2 BSD ad4s2f 257849426432 512 i 5 o 8534007808 ty 7 2 BSD ad4s2e 536870912 512 i 4 o 7997136896 ty 7 2 BSD ad4s2d 3202351104 512 i 3 o 4794785792 ty 7 2 BSD ad4s2c 266383434240 512 i 2 o 0 ty 0 2 BSD ad4s2b 4257914880 512 i 1 o 536870912 ty 1 2 BSD ad4s2a 536870912 512 i 0 o 0 ty 7 1 MBR ad4s1 53686854144 512 i 0 o 32256 ty 7 FSTAB: %cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad4s2b none swap sw 0 0 /dev/ad4s2a / ufs rw 1 1 /dev/ad4s2e /tmp ufs rw 2 2 /dev/ad4s2f /usr ufs rw 2 2 /dev/ad4s2d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 Mounting using mount dock-applet: Error org.freedesktop.DBus.Error.AccessDenied. ...(rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal") DMESG: Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RELEASE #2: Tue Apr 29 16:11:18 EDT 2008 Brodey@Brodey.doverosx.com:/usr/obj/usr/src/sys/DOVER0 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2100.02-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x1f Cores per package: 2 real memory = 2146304000 (2046 MB) avail memory = 2082357248 (1985 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Apr 29 2008 16:11:01) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7fde0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 acpi_hpet0: iomem 0xfefff000-0xfefff3ff on acpi0 Timecounter "HPET" frequency 25000000 Hz quality 900 cpu0: on acpi0 powernow0: on cpu0 cpu1: on acpi0 powernow1: on cpu1 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) ohci0: mem 0xfe02f000-0xfe02ffff at device 2.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 10 ports with 10 removable, self powered ehci0: mem 0xfe02e000-0xfe02e0ff at device 2.1 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 10 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 10 ports with 10 removable, self powered umass0: on uhub1 umass1: on uhub1 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 4.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xdc00-0xdc0f mem 0xfe02d000-0xfe02dfff irq 20 at device 5.0 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] atapci2: port 0x9e0-0x9e7,0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0xc800-0xc80f mem 0xfe02c000-0xfe02cfff irq 21 at device 5.1 on pci0 atapci2: [ITHREAD] ata4: on atapci2 ata4: [ITHREAD] ata5: on atapci2 ata5: [ITHREAD] atapci3: port 0xc400-0xc407,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb40f mem 0xfe02b000-0xfe02bfff irq 22 at device 5.2 on pci0 atapci3: [ITHREAD] ata6: on atapci3 ata6: [ITHREAD] ata7: on atapci3 ata7: [ITHREAD] pcib1: at device 6.0 on pci0 pci1: on pcib1 pci1: at device 7.0 (no driver attached) rl0: port 0xa800-0xa8ff mem 0xfdeff000-0xfdeff0ff irq 18 at device 8.0 on pci1 miibus0: on rl0 rlphy0: PHY 0 on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:0e:2e:bd:d8:03 rl0: [ITHREAD] pcib2: at device 15.0 on pci0 pci2: on pcib2 nvidia0: port 0x9c00-0x9c7f mem 0xfa000000-0xfaffffff,0xe0000000-0xefffffff,0xfb000000-0xfbffffff irq 16 at device 0.0 on pci2 nvidia0: [GIANT-LOCKED] nvidia0: [ITHREAD] acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcdfff pnpid ORM0000 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: on uhub0 ums0: 8 buttons and Z dir. Timecounters tick every 1.000 msec hptrr: no controller detected. acd0: DMA limited to UDMA33, device found non-ATA66 cable acd0: DVDR at ata0-master UDMA33 ad4: 305245MB at ata2-master SATA300 GEOM_LABEL: Label for provider acd0 is iso9660/TDU. SMP: AP CPU #1 Launched! da1 at umass-sim1 bus 1 target 0 lun 0 da1: Removable Direct Access SCSI-0 device da1: 40.000MB/s transfers da1: 976MB (1999872 512 byte sectors: 64H 32S/T 976C) da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C) GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO. GEOM_LABEL: Label for provider da1s2 is msdosfs/IPOD. Trying to mount root from ufs:/dev/ad4s2a rl0: link state changed to UP sblive0: [ITHREAD] sblive0: port 0xac00-0xac3f irq 17 at device 7.0 on pci1 rl0: link state changed to DOWN rl0: link state changed to UP umass0: at uhub1 port 5 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry GEOM_LABEL: Label msdosfs/OPPO removed. umass0: detached umass0: on uhub1 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C) GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO. GNOME MOUNT: gnome-mount --block --no-ui --verbose --hal-udi /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 gnome-mount 0.8 ** (gnome-mount:2382): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 ** (gnome-mount:2382): DEBUG: read default option 'longnames' from gconf strlist key /system/storage/default_options/vfat/mount_options ** (gnome-mount:2382): DEBUG: read default option '-u=' from gconf strlist key /system/storage/default_options/vfat/mount_options ** (gnome-mount:2382): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 with mount_point='OPPO', fstype='', num_options=2 ** (gnome-mount:2382): DEBUG: option='longnames' ** (gnome-mount:2382): DEBUG: option='-u=1001' ** Message: Mount failed for /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 org.freedesktop.DBus.Error.AccessDenied : A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal") From marcus at freebsd.org Mon May 19 18:40:19 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Mon May 19 18:40:22 2008 Subject: How to configure policykit In-Reply-To: <4831C714.70604@rogers.com> References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org> <4830A007.5040209@rogers.com> <1211170971.23315.3.camel@shumai.marcuscom.com> <48319D11.405@rogers.com> <4831A60A.2020707@freebsd.org> <4831BCD6.9090205@rogers.com> <4831C20E.8070904@freebsd.org> <4831C714.70604@rogers.com> Message-ID: <4831C990.7090107@freebsd.org> Brodey Dover wrote: > Okay this is what I have then : > > I start gnome using gdm via gnome_enable. Which then should mean I don't > need to do any other configuration...but that is not the case so, I > check to see if ck is working: > > %ck-list-sessions > Session1: > uid = '1001' > realname = 'Brodey Dover' > seat = 'Seat1' > session-type = '' > active = TRUE > x11-display = ':0' > x11-display-device = '/dev/ttyv8' > display-device = '' > remote-host-name = '' > is-local = TRUE > on-since = '2008-05-19T17:56:12Z' > > ck seems to be working fine. sysctl disk stuff: > > 0 DISK da1 1023934464 512 hd 64 sc 32 > 1 MBR da1s2 941681152 512 i 1 o 82252800 ty 11 > 2 LABEL msdosfs/IPOD 941681152 512 i 0 o 0 > 0 DISK ad4 320072933376 512 hd 16 sc 63 > 1 MBR ad4s2 266383434240 512 i 1 o 53686886400 ty 165 > 2 BSD ad4s2f 257849426432 512 i 5 o 8534007808 ty 7 > 2 BSD ad4s2e 536870912 512 i 4 o 7997136896 ty 7 > 2 BSD ad4s2d 3202351104 512 i 3 o 4794785792 ty 7 > 2 BSD ad4s2c 266383434240 512 i 2 o 0 ty 0 > 2 BSD ad4s2b 4257914880 512 i 1 o 536870912 ty 1 > 2 BSD ad4s2a 536870912 512 i 0 o 0 ty 7 > 1 MBR ad4s1 53686854144 512 i 0 o 32256 ty 7 > > FSTAB: > > %cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ad4s2b none swap sw 0 0 > /dev/ad4s2a / ufs rw 1 1 > /dev/ad4s2e /tmp ufs rw 2 2 > /dev/ad4s2f /usr ufs rw 2 2 > /dev/ad4s2d /var ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > proc /proc procfs rw 0 0 > > Mounting using mount dock-applet: > > Error org.freedesktop.DBus.Error.AccessDenied. > ...(rejected message had interface "org.freedesktop.Hal.Device.Volume" > member "Mount" error name "(unset)" destination "org.freedesktop.Hal") > > DMESG: > > Copyright (c) 1992-2008 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 7.0-RELEASE #2: Tue Apr 29 16:11:18 EDT 2008 > Brodey@Brodey.doverosx.com:/usr/obj/usr/src/sys/DOVER0 > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2100.02-MHz > 686-class CPU) > Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2 > > Features=0x178bfbff > > Features2=0x2001 > AMD Features=0xea500800 > AMD Features2=0x1f > Cores per package: 2 > real memory = 2146304000 (2046 MB) > avail memory = 2082357248 (1985 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > ioapic0: Changing APIC ID to 4 > ioapic0 irqs 0-23 on motherboard > kbd1 at kbdmux0 > ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) > hptrr: HPT RocketRAID controller driver v1.1 (Apr 29 2008 16:11:01) > acpi0: on motherboard > acpi0: [ITHREAD] > acpi0: Power Button (fixed) > acpi0: reservation of 0, a0000 (3) failed > acpi0: reservation of 100000, 7fde0000 (3) failed > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 > acpi_hpet0: iomem 0xfefff000-0xfefff3ff on > acpi0 > Timecounter "HPET" frequency 25000000 Hz quality 900 > cpu0: on acpi0 > powernow0: on cpu0 > cpu1: on acpi0 > powernow1: on cpu1 > acpi_button0: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pci0: at device 0.0 (no driver attached) > isab0: at device 1.0 on pci0 > isa0: on isab0 > pci0: at device 1.1 (no driver attached) > ohci0: mem 0xfe02f000-0xfe02ffff at > device 2.0 on pci0 > ohci0: [GIANT-LOCKED] > ohci0: [ITHREAD] > usb0: OHCI version 1.0, legacy support > usb0: SMM does not respond, resetting > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: on usb0 > uhub0: 10 ports with 10 removable, self powered > ehci0: mem 0xfe02e000-0xfe02e0ff at > device 2.1 on pci0 > ehci0: [GIANT-LOCKED] > ehci0: [ITHREAD] > usb1: EHCI version 1.0 > usb1: companion controller, 10 ports each: usb0 > usb1: on ehci0 > usb1: USB revision 2.0 > uhub1: on usb1 > uhub1: 10 ports with 10 removable, self powered > umass0: on uhub1 > umass1: on uhub1 > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 4.0 on pci0 > ata0: on atapci0 > ata0: [ITHREAD] > ata1: on atapci0 > ata1: [ITHREAD] > atapci1: port > 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xdc00-0xdc0f mem > 0xfe02d000-0xfe02dfff irq 20 at device 5.0 on pci0 > atapci1: [ITHREAD] > ata2: on atapci1 > ata2: [ITHREAD] > ata3: on atapci1 > ata3: [ITHREAD] > atapci2: port > 0x9e0-0x9e7,0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0xc800-0xc80f mem > 0xfe02c000-0xfe02cfff irq 21 at device 5.1 on pci0 > atapci2: [ITHREAD] > ata4: on atapci2 > ata4: [ITHREAD] > ata5: on atapci2 > ata5: [ITHREAD] > atapci3: port > 0xc400-0xc407,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb40f > mem 0xfe02b000-0xfe02bfff irq 22 at device 5.2 on pci0 > atapci3: [ITHREAD] > ata6: on atapci3 > ata6: [ITHREAD] > ata7: on atapci3 > ata7: [ITHREAD] > pcib1: at device 6.0 on pci0 > pci1: on pcib1 > pci1: at device 7.0 (no driver attached) > rl0: port 0xa800-0xa8ff mem > 0xfdeff000-0xfdeff0ff irq 18 at device 8.0 on pci1 > miibus0: on rl0 > rlphy0: PHY 0 on miibus0 > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > rl0: Ethernet address: 00:0e:2e:bd:d8:03 > rl0: [ITHREAD] > pcib2: at device 15.0 on pci0 > pci2: on pcib2 > nvidia0: port 0x9c00-0x9c7f mem > 0xfa000000-0xfaffffff,0xe0000000-0xefffffff,0xfb000000-0xfbffffff irq 16 > at device 0.0 on pci2 > nvidia0: [GIANT-LOCKED] > nvidia0: [ITHREAD] > acpi_tz0: on acpi0 > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > atkbd0: [ITHREAD] > pmtimer0 on isa0 > orm0: at iomem 0xc0000-0xcdfff pnpid ORM0000 on isa0 > ppc0: parallel port not found. > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 8250 or not responding > sio0: [FILTER] > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > ums0: 2> on uhub0 > ums0: 8 buttons and Z dir. > Timecounters tick every 1.000 msec > hptrr: no controller detected. > acd0: DMA limited to UDMA33, device found non-ATA66 cable > acd0: DVDR at ata0-master UDMA33 > ad4: 305245MB at ata2-master SATA300 > GEOM_LABEL: Label for provider acd0 is iso9660/TDU. > SMP: AP CPU #1 Launched! > da1 at umass-sim1 bus 1 target 0 lun 0 > da1: Removable Direct Access SCSI-0 device > da1: 40.000MB/s transfers > da1: 976MB (1999872 512 byte sectors: 64H 32S/T 976C) > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C) > GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO. > GEOM_LABEL: Label for provider da1s2 is msdosfs/IPOD. > Trying to mount root from ufs:/dev/ad4s2a > rl0: link state changed to UP > sblive0: [ITHREAD] > sblive0: port 0xac00-0xac3f irq 17 at device 7.0 on pci1 > rl0: link state changed to DOWN > rl0: link state changed to UP > umass0: at uhub1 port 5 (addr 2) disconnected > (da0:umass-sim0:0:0:0): lost device > (da0:umass-sim0:0:0:0): removing device entry > GEOM_LABEL: Label msdosfs/OPPO removed. > umass0: detached > umass0: on uhub1 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C) > GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO. > > GNOME MOUNT: > > gnome-mount --block --no-ui --verbose --hal-udi > /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 > gnome-mount 0.8 > ** (gnome-mount:2382): DEBUG: Mounting > /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 > ** (gnome-mount:2382): DEBUG: read default option 'longnames' from gconf > strlist key /system/storage/default_options/vfat/mount_options > ** (gnome-mount:2382): DEBUG: read default option '-u=' from gconf > strlist key /system/storage/default_options/vfat/mount_options > ** (gnome-mount:2382): DEBUG: Mounting > /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 with > mount_point='OPPO', fstype='', num_options=2 > ** (gnome-mount:2382): DEBUG: option='longnames' > ** (gnome-mount:2382): DEBUG: option='-u=1001' > ** Message: Mount failed for > /org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 > org.freedesktop.DBus.Error.AccessDenied : A security policy in place > prevents this sender from sending this message to this recipient, see > message bus configuration file (rejected message had interface > "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" > destination "org.freedesktop.Hal") You didn't include the lshal nor did you grab the sysctl output when the da0 drive was inserted. Have you configured anything using policykit? Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From itetcu at FreeBSD.org Mon May 19 19:01:10 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 19:34:30 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined Message-ID: <20080519215010.68ce1dff@it.buh.tecnik93.com> Hi, If this problem is already fixed, please ignore this email. Out ports infrastructure provides a set of variables to control the installation of various types of documentation: NO_INSTALL_MANPAGES, NOPORTDOCS, NOPORTEXAMPLES, NOPORTDATA. A description for each of them can be found in ports/Mk/bsd.port.mk. They can be used to build stripped-down packages from our ports, a useful feature for systems where disk space is a premium (like embedded systems, etc.) In theory, for any port built with a NO* var defined the corresponding dirs and files shouldn't be installed. In practice we don't stress this, but at minimum we require is that the plist is correct - and this is what I tested. I will continue with the other categories, then I'll start testing for NO_INSTALL_MANPAGES. I'm also setting up an semi-automated system to test the ports as near to commit time as my available hardware permits. I have just finished a test build of devel/* ports and their dependencies on my amd64 tinderbox with: > m /usr/local/tinderbox/portstrees/FreeBSD/portstree.env export FORCE_PACKAGE=yes export NOPORTDOCS=yes export NOPORTEXAMPLES=yes export NOPORTDATA=yes The relevant version details: System FreeBSD 7 (RELENG_7) 2008-05-09 23:13:31 Ports Tree FreeBSD ports tree 2008-05-10 00:22:00 The build was done via: ./tc addPort -b ${_build} -r -d ${PORT} -o ./tinderbuild -noduds -nullfs -plistcheck -b ${_build} ${PORT} The following ports fail with 3 types of errors: - they install docs, examples or data files or dirs when they shouldn't because of above vars being defined and they don't list them in the plist. - they don't install some docs, examples or data files or dirs but they list them in the plist. - they confuse the meaning of one of the above NO* variables with an other or with NO_INSTALL_MANPAGES A common mistake seems to be the patting of portlint(1) by adding %%PORTDOCS%% without checking if those files are installed or not. Please try to make your port obey the NO* vars, not "fix" it by installing those files unconditionally. The build logs can be found at: http://t64.tecnik93.com/index.php?action=failed_buildports&build=7-STABLE-FTP If you commit a fix please let me know; if you submit a PR to fix your port please CC me on it and I'll commit it; also please let as know if you intend to work on the unmaintained ports so that we don't duplicate our efforts. This is the list of ports that fail and their maintianers: devel/vstr - ports@FreeBSD.org devel/tigcc - jaj@hcl-club.lu devel/templ - ports@FreeBSD.org devel/tclcheck - ports@FreeBSD.org devel/styx - ports@FreeBSD.org devel/avr-libc - joerg@freebsd.org devel/silc-toolkit - ports@FreeBSD.org devel/py-spark - ports@FreeBSD.org devel/ruby-rbprof - sean@chittenden.org graphics/ruby-cairo - mezz@FreeBSD.org graphics/cairomm - gnome@FreeBSD.org graphics/linux-png - freebsd-emulation@FreeBSD.org devel/quilt - doj@cubic.org devel/py-cxx - lwhsu@FreeBSD.org devel/py-turbojson - nivit@FreeBSD.org devel/py-pycallgraph - lwhsu@FreeBSD.org devel/ice - shoesoft@gmx.net devel/py-grouch - ports@FreeBSD.org www/apache20 - clement@FreeBSD.org devel/ppl - ports@FreeBSD.org dns/libidn - krion@FreeBSD.org devel/picasm - ports@FreeBSD.org devel/pcre++ - ports@FreeBSD.org x11-toolkits/xmhtml - ports@FreeBSD.org security/gnupg1 - kuriyama@FreeBSD.org devel/p5-Class-MOP - lbr@FreeBSD.org devel/cdk - MrL0Lz@gmail.com devel/ocaml-sem - argentoff@gmail.com devel/ipython - dryice@FreeBSD.org devel/ncurses - rafan@FreeBSD.org devel/ncc - vs@FreeBSD.org devel/naturaldocs - laszlof@FreeBSD.org devel/monotone - lapo@lapo.it devel/mercurial - roberto@FreeBSD.org devel/makeplus - sergei@FreeBSD.org devel/m17n-docs - ports@FreeBSD.org devel/libslang2 - garga@FreeBSD.org textproc/xerces-c2 - kenm@icarz.com devel/libdict - ports@FreeBSD.org devel/libcheck - mikeh@FreeBSD.org lang/ghc - haskell@FreeBSD.org devel/glibmm-reference - gnome@FreeBSD.org devel/gengetopt - laszlof@FreeBSD.org lang/gauche - erik@smluc.org devel/fpp - ports@FreeBSD.org devel/flatzebra - edwin@mavetju.org net/skstream - oliver@FreeBSD.org devel/epm - openoffice@FreeBSD.org devel/cvsmapfs - rip@pinetec.co.za devel/cons - rv@gnu.org devel/cogito - anholt@FreeBSD.org devel/c4 - araujo@FreeBSD.org 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/356ea0ce/signature.pgp From mezz7 at cox.net Mon May 19 20:15:19 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 20:15:26 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: <20080519215010.68ce1dff@it.buh.tecnik93.com> References: <20080519215010.68ce1dff@it.buh.tecnik93.com> Message-ID: On Mon, 19 May 2008 13:50:10 -0500, Ion-Mihai Tetcu wrote: > Hi, > > > The build logs can be found at: > http://t64.tecnik93.com/index.php?action=failed_buildports&build=7-STABLE-FTP > If you commit a fix please let me know; if you submit a PR to fix your > port please CC me on it and I'll commit it; also please let as know if > you intend to work on the unmaintained ports so that we don't duplicate > our efforts. > > > This is the list of ports that fail and their maintianers: > graphics/ruby-cairo - mezz@FreeBSD.org > graphics/cairomm - gnome@FreeBSD.org > devel/glibmm-reference - gnome@FreeBSD.org Fixed, thanks for setup tinderbox and report! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz7 at cox.net Mon May 19 20:15:26 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 20:15:32 2008 Subject: gvfs-* directories in /var/tmp In-Reply-To: <20080520024031.d3c5c24c.nork@FreeBSD.org> References: <20080518225904.GA61569@osiris.chen.org.nz> <20080520024031.d3c5c24c.nork@FreeBSD.org> Message-ID: On Mon, 19 May 2008 12:40:31 -0500, Norikatsu Shigemura wrote: > On Sun, 18 May 2008 19:25:30 -0500 > "Jeremy Messenger" wrote: >> > Did I miss something in my installation of GNOME? >> You didn't miss anything. I have a lot of that gvfs-* in /var/tmp too >> and >> clean out once a while. I was to ask about it in past, but I forgot to >> do >> it. > > I'm using attached rcNG script, and every-reboot, I try to > remove these directories like gvfs-*-*. Thanks, I have modified a bit like this below. I prefer it to check if stuff exist before use the 'rm'. ------------------------------------ local tmpd="/var/tmp/Tracker-*.* /var/tmp/gconfd-* /var/tmp/instmp.* \ /var/tmp/keyring-* /var/tmp/mapping-* /var/tmp/orbit-* \ /var/tmp/portupgrade* /var/tmp/virtual-*.* \ /var/tmp/gvfs-*-*" local tmpf="/var/tmp/dbus-* /var/tmp/gnome-system-monitor.*.*" if checkyesno ${rcvar1}; then echo "Clearing ${tmpd} ${tmpf}." for d in ${tmpd}; do if [ -d $d ]; then rm -rf $d fi done for f in ${tmpf}; do if [ -f $f ]; then rm -f $f fi done fi ------------------------------------ I don't know which is file or directory for Tracker, instmp, mapping and portupgrade as I don't have those. I haven't test the change yet, but it should work and I will find out when I reboot in someday. ;-) Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From itetcu at FreeBSD.org Mon May 19 20:32:11 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 20:32:19 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: References: <20080519215010.68ce1dff@it.buh.tecnik93.com> Message-ID: <20080519233159.274c9f42@it.buh.tecnik93.com> On Mon, 19 May 2008 15:17:28 -0500 "Jeremy Messenger" wrote: > On Mon, 19 May 2008 13:50:10 -0500, Ion-Mihai Tetcu > wrote: > > > Hi, > > > > > > > The build logs can be found at: > > http://t64.tecnik93.com/index.php?action=failed_buildports&build=7-STABLE-FTP > > If you commit a fix please let me know; if you submit a PR to fix your > > port please CC me on it and I'll commit it; also please let as know if > > you intend to work on the unmaintained ports so that we don't duplicate > > our efforts. > > > > > > This is the list of ports that fail and their maintianers: > > > graphics/ruby-cairo - mezz@FreeBSD.org > > graphics/cairomm - gnome@FreeBSD.org > > devel/glibmm-reference - gnome@FreeBSD.org > > Fixed, thanks for setup tinderbox and report! Thanks, you're the first, followed closely by garga@ (but you fixed 3 ports). The test (for all 4 NO* vars) is automated now after each commit, but the emails I'll be sending out manually to catch false positives. Let's hope my hardware can keep up with the commits :) (which I doubt for large commits, but I'm building an other tindy). -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/630c2748/signature.pgp From mezz7 at cox.net Mon May 19 20:47:33 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 20:47:45 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: <20080519233159.274c9f42@it.buh.tecnik93.com> References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> Message-ID: On Mon, 19 May 2008 15:31:59 -0500, Ion-Mihai Tetcu wrote: > On Mon, 19 May 2008 15:17:28 -0500 > "Jeremy Messenger" wrote: > >> On Mon, 19 May 2008 13:50:10 -0500, Ion-Mihai Tetcu >> wrote: >> >> > Hi, >> > >> > >> >> > The build logs can be found at: >> > >> http://t64.tecnik93.com/index.php?action=failed_buildports&build=7-STABLE-FTP >> > If you commit a fix please let me know; if you submit a PR to fix your >> > port please CC me on it and I'll commit it; also please let as know if >> > you intend to work on the unmaintained ports so that we don't >> duplicate >> > our efforts. >> > >> > >> > This is the list of ports that fail and their maintianers: >> >> > graphics/ruby-cairo - mezz@FreeBSD.org >> > graphics/cairomm - gnome@FreeBSD.org >> > devel/glibmm-reference - gnome@FreeBSD.org >> >> Fixed, thanks for setup tinderbox and report! > > Thanks, you're the first, followed closely by garga@ (but you fixed 3 > ports). I am hoping to modify or rewrite our (FreeBSD GNOME Team) reference framework in someday. > The test (for all 4 NO* vars) is automated now after each commit, but > the emails I'll be sending out manually to catch false positives. > > Let's hope my hardware can keep up with the commits :) > (which I doubt for large commits, but I'm building an other tindy). What are you planning to use another tinderbox? Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From itetcu at FreeBSD.org Mon May 19 21:08:08 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 21:08:10 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> Message-ID: <20080520000759.27ca8d20@it.buh.tecnik93.com> On Mon, 19 May 2008 15:49:42 -0500 "Jeremy Messenger" wrote: > On Mon, 19 May 2008 15:31:59 -0500, Ion-Mihai Tetcu > wrote: > > > On Mon, 19 May 2008 15:17:28 -0500 > > "Jeremy Messenger" wrote: > > > >> On Mon, 19 May 2008 13:50:10 -0500, Ion-Mihai Tetcu > >> wrote: [ .. ] > >> > This is the list of ports that fail and their maintianers: > >> > >> > graphics/ruby-cairo - mezz@FreeBSD.org > >> > graphics/cairomm - gnome@FreeBSD.org > >> > devel/glibmm-reference - gnome@FreeBSD.org > >> > >> Fixed, thanks for setup tinderbox and report! > > > > Thanks, you're the first, followed closely by garga@ (but you fixed 3 > > ports). > > I am hoping to modify or rewrite our (FreeBSD GNOME Team) reference > framework in someday. > > > The test (for all 4 NO* vars) is automated now after each commit, but > > the emails I'll be sending out manually to catch false positives. > > > > Let's hope my hardware can keep up with the commits :) > > (which I doubt for large commits, but I'm building an other tindy). > > What are you planning to use another tinderbox? I have now a i386 tindy and an amd64 one. The second one will be also an amd64, close enough to the first one I hope (if things go right and I can have a low-latency fiber between them) to be able to nfs-mount the pkg dir, to speed-up things. This devel/* build took almost a week (started with a fresh ports tree, nothing build in it). If things go right with the two deals we're negotiating @work maybe I can shanghai a third box and offer some cycles like droso's tindys. BTW, what's GNOME Team's infrastructure now? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/e5124602/signature.pgp From mezz7 at cox.net Mon May 19 21:43:23 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 21:43:27 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: <20080520000759.27ca8d20@it.buh.tecnik93.com> References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> Message-ID: On Mon, 19 May 2008 16:07:59 -0500, Ion-Mihai Tetcu wrote: > On Mon, 19 May 2008 15:49:42 -0500 > "Jeremy Messenger" wrote: > >> On Mon, 19 May 2008 15:31:59 -0500, Ion-Mihai Tetcu >> wrote: >> >> > On Mon, 19 May 2008 15:17:28 -0500 >> > "Jeremy Messenger" wrote: >> > >> >> On Mon, 19 May 2008 13:50:10 -0500, Ion-Mihai Tetcu >> >> >> wrote: > [ .. ] >> >> > This is the list of ports that fail and their maintianers: >> >> >> >> > graphics/ruby-cairo - mezz@FreeBSD.org >> >> > graphics/cairomm - gnome@FreeBSD.org >> >> > devel/glibmm-reference - gnome@FreeBSD.org >> >> >> >> Fixed, thanks for setup tinderbox and report! >> > >> > Thanks, you're the first, followed closely by garga@ (but you fixed 3 >> > ports). >> >> I am hoping to modify or rewrite our (FreeBSD GNOME Team) reference >> framework in someday. >> >> > The test (for all 4 NO* vars) is automated now after each commit, but >> > the emails I'll be sending out manually to catch false positives. >> > >> > Let's hope my hardware can keep up with the commits :) >> > (which I doubt for large commits, but I'm building an other tindy). >> >> What are you planning to use another tinderbox? > > I have now a i386 tindy and an amd64 one. The second one will be also an > amd64, close enough to the first one I hope (if things go right and I > can have a low-latency fiber between them) to be able to nfs-mount the > pkg dir, to speed-up things. This devel/* build took almost a week > (started with a fresh ports tree, nothing build in it). > > If things go right with the two deals we're negotiating @work maybe I > can shanghai a third box and offer some cycles like droso's tindys. > > BTW, what's GNOME Team's infrastructure now? If tarball has reference[1] then we sometime use reference framework (USE_GNOME=referencehack in master port and include devel/glib20-reference/bsd.gnome-reference.mk in slave port). I don't really like current reference framework because it's complicate than what it is supposed to be and portlint doesn't work with it. Also, the *-reference ports shouldn't have NOPORTDOCS option. Other than reference, we use normal like other ports. [1] The references contain the Application Programming Interface, list of functions, classes and methods of the GNOME platform libraries and the standards used within the GNOME platform. http://library.gnome.org/devel/references Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From itetcu at FreeBSD.org Mon May 19 21:46:26 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 21:46:32 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> Message-ID: <20080520004617.1264d9e5@it.buh.tecnik93.com> On Mon, 19 May 2008 16:45:32 -0500 "Jeremy Messenger" wrote: > > BTW, what's GNOME Team's infrastructure now? > > If tarball has reference[1] then we sometime use reference framework > (USE_GNOME=referencehack in master port and include > devel/glib20-reference/bsd.gnome-reference.mk in slave port). I don't > really like current reference framework because it's complicate than what > it is supposed to be and portlint doesn't work with it. Also, the > *-reference ports shouldn't have NOPORTDOCS option. Other than reference, > we use normal like other ports. And how are updates tested - except when you hijack pointyhat :) ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/4922773e/signature.pgp From mezz7 at cox.net Mon May 19 22:16:16 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 22:16:20 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: <20080520004617.1264d9e5@it.buh.tecnik93.com> References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> <20080520004617.1264d9e5@it.buh.tecnik93.com> Message-ID: On Mon, 19 May 2008 16:46:17 -0500, Ion-Mihai Tetcu wrote: > On Mon, 19 May 2008 16:45:32 -0500 > "Jeremy Messenger" wrote: > >> > BTW, what's GNOME Team's infrastructure now? >> >> If tarball has reference[1] then we sometime use reference framework >> (USE_GNOME=referencehack in master port and include >> devel/glib20-reference/bsd.gnome-reference.mk in slave port). I don't >> really like current reference framework because it's complicate than >> what >> it is supposed to be and portlint doesn't work with it. Also, the >> *-reference ports shouldn't have NOPORTDOCS option. Other than >> reference, >> we use normal like other ports. > > And how are updates tested - except when you hijack pointyhat :) ? I think, most of us don't test it until pointyhat complain it. ;-) It's very rare for *-reference ports to change with PORTDOCS=* unless they added something like sometime ago doxygen/devhelp were added in glibmm-reference and we got pointyhat error log for that. Well, also got your error log for different case in same port. If I modify or rewrite reference framework, I would use static plist instead of PORTDOCS=* and remove NOPORTDOCS option. It means that we will have to test *-reference ports' plist at the each update. I don't know if my team will like it, so I will have to ask if I am going to touch reference framework (don't have time for that right now). BTW/OT: I am against automatic dynamic pkg-plist: http://wiki.freebsd.org/PortsToDo#head-d39af25709360f5285b40c03255de7465fa717fa .. I perfer static plist, I use it awful a lot in offline. I wouldn't have done share/gnome/ -> share/ quick without that static plist. Also it helps a lot to notice if file(s) install in the wrong place. I use it a lot to know which file/directory come from port. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From itetcu at FreeBSD.org Mon May 19 22:23:14 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 22:23:16 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> <20080520004617.1264d9e5@it.buh.tecnik93.com> Message-ID: <20080520012300.45e74175@it.buh.tecnik93.com> On Mon, 19 May 2008 17:18:25 -0500 "Jeremy Messenger" wrote: > > And how are updates tested - except when you hijack pointyhat :) ? > > I think, most of us don't test it until pointyhat complain it. ;-) It's :-D > very rare for *-reference ports to change with PORTDOCS=* unless they > added something like sometime ago doxygen/devhelp were added in > glibmm-reference and we got pointyhat error log for that. Well, also got > your error log for different case in same port. > > If I modify or rewrite reference framework, I would use static plist > instead of PORTDOCS=* and remove NOPORTDOCS option. It means that we will > have to test *-reference ports' plist at the each update. I don't know if > my team will like it, so I will have to ask if I am going to touch > reference framework (don't have time for that right now). Not using PORTDOCS and not supporting NOPORTDOCS are different things, no? On my desktop /usr/local/shre/docs is about 400MB. I had to fit recently a pretty complex system on a small thingy. Had to go in and remove a lot of things by hand o have place for the base system and the port plus for some data. > BTW/OT: I am against automatic dynamic pkg-plist: > http://wiki.freebsd.org/PortsToDo#head-d39af25709360f5285b40c03255de7465fa717fa > .. I perfer static plist, I use it awful a lot in offline. I wouldn't have > done share/gnome/ -> share/ quick without that static plist. Also it helps > a lot to notice if file(s) install in the wrong place. I use it a lot to > know which file/directory come from port. Yeh, I'm all in favor of having all files listed in pkg-plist. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/aa31d059/signature.pgp From mezz7 at cox.net Mon May 19 22:51:22 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon May 19 22:51:30 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: <20080520012300.45e74175@it.buh.tecnik93.com> References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> <20080520004617.1264d9e5@it.buh.tecnik93.com> <20080520012300.45e74175@it.buh.tecnik93.com> Message-ID: On Mon, 19 May 2008 17:23:00 -0500, Ion-Mihai Tetcu wrote: > On Mon, 19 May 2008 17:18:25 -0500 > "Jeremy Messenger" wrote: > >> > And how are updates tested - except when you hijack pointyhat :) ? >> >> I think, most of us don't test it until pointyhat complain it. ;-) It's > > :-D > >> very rare for *-reference ports to change with PORTDOCS=* unless they >> added something like sometime ago doxygen/devhelp were added in >> glibmm-reference and we got pointyhat error log for that. Well, also got >> your error log for different case in same port. >> >> If I modify or rewrite reference framework, I would use static plist >> instead of PORTDOCS=* and remove NOPORTDOCS option. It means that we >> will >> have to test *-reference ports' plist at the each update. I don't know >> if >> my team will like it, so I will have to ask if I am going to touch >> reference framework (don't have time for that right now). > > Not using PORTDOCS and not supporting NOPORTDOCS are different things, > no? The reference framework has PORTDOCS=* and define NOPORTDOCS in post-install target. So, I mean by not use PORTDOCS (auto with/without @comment in plist) for avoid plist broke if users use NOPORTDOCS when remove NOPORTDOCS from post-install target. And don't use NOPORTDOCS in Makefile, so it will be always install. Also, I usually like to avoid use PORTDOCS for I can add more lines in static plist. > On my desktop /usr/local/shre/docs is about 400MB. > I had to fit recently a pretty complex system on a small thingy. Had to > go in and remove a lot of things by hand o have place for the base > system and the port plus for some data. The *-reference ports only install documents stuff, so it doesn't make any sense to provide NOPORTDOCS option support. If users install *-reference ports with NOPORTDOCS then these ports will be register with nothing stuff installed. ;-) It's one of reason we provide *-reference slave ports. >> BTW/OT: I am against automatic dynamic pkg-plist: >> http://wiki.freebsd.org/PortsToDo#head-d39af25709360f5285b40c03255de7465fa717fa >> .. I perfer static plist, I use it awful a lot in offline. I wouldn't >> have >> done share/gnome/ -> share/ quick without that static plist. Also it >> helps >> a lot to notice if file(s) install in the wrong place. I use it a lot to >> know which file/directory come from port. > > Yeh, I'm all in favor of having all files listed in pkg-plist. Good! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From itetcu at FreeBSD.org Mon May 19 22:59:44 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Mon May 19 22:59:50 2008 Subject: ports with bad plist when NO{DOCS,EXAMPLES,PORTDATA} defined In-Reply-To: References: <20080519215010.68ce1dff@it.buh.tecnik93.com> <20080519233159.274c9f42@it.buh.tecnik93.com> <20080520000759.27ca8d20@it.buh.tecnik93.com> <20080520004617.1264d9e5@it.buh.tecnik93.com> <20080520012300.45e74175@it.buh.tecnik93.com> Message-ID: <20080520015932.4f5a9b92@it.buh.tecnik93.com> On Mon, 19 May 2008 17:53:31 -0500 "Jeremy Messenger" wrote: [ .. ] > > On my desktop /usr/local/shre/docs is about 400MB. > > I had to fit recently a pretty complex system on a small thingy. Had to > > go in and remove a lot of things by hand o have place for the base > > system and the port plus for some data. > > The *-reference ports only install documents stuff, so it doesn't make any > sense to provide NOPORTDOCS option support. If users install *-reference > ports with NOPORTDOCS then these ports will be register with nothing stuff > installed. ;-) It's one of reason we provide *-reference slave ports. [ .. ] Yes, I was talking in general. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/2c7515aa/signature.pgp From kris at pcbsd.com Tue May 20 16:25:50 2008 From: kris at pcbsd.com (Kris Moore) Date: Tue May 20 16:25:55 2008 Subject: hal: port build fails at patching with FIXED_MOUNTPOINTS In-Reply-To: <4832FA41.4070901@icyb.net.ua> References: <4832FA41.4070901@icyb.net.ua> Message-ID: <4832FB8B.2040401@pcbsd.com> Ditto here, just had a failure on my ISO build server with 0.5.11, FIXED_MOUNTPOINTS is enabled also. -- Kris Moore PC-BSD Software http://www.pcbsd.com Andriy Gapon wrote: > ===> Found saved configuration for hal-0.5.11 > ===> Extracting for hal-0.5.11 > => MD5 Checksum OK for hal-0.5.11.tar.gz. > => SHA256 Checksum OK for hal-0.5.11.tar.gz. > ===> Patching for hal-0.5.11 > ===> hal-0.5.11 depends on file: /usr/local/bin/libtool - found > ===> Applying extra patch > /usr/ports/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c > 1 out of 1 hunks failed--saving rejects to tools/hal-storage-mount.c.rej > *** Error code 1 > > I have FIXED_MOUNTPOINTS enabled. > From avg at icyb.net.ua Tue May 20 16:52:26 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Tue May 20 16:52:29 2008 Subject: hal: port build fails at patching with FIXED_MOUNTPOINTS Message-ID: <4832FA41.4070901@icyb.net.ua> ===> Found saved configuration for hal-0.5.11 ===> Extracting for hal-0.5.11 => MD5 Checksum OK for hal-0.5.11.tar.gz. => SHA256 Checksum OK for hal-0.5.11.tar.gz. ===> Patching for hal-0.5.11 ===> hal-0.5.11 depends on file: /usr/local/bin/libtool - found ===> Applying extra patch /usr/ports/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c 1 out of 1 hunks failed--saving rejects to tools/hal-storage-mount.c.rej *** Error code 1 I have FIXED_MOUNTPOINTS enabled. -- Andriy Gapon From cvs-src at yandex.ru Tue May 20 17:01:40 2008 From: cvs-src at yandex.ru (R.Mahmatkhanov) Date: Tue May 20 17:01:55 2008 Subject: New sysutils/hal does not patches Message-ID: <4832F985.8050308@yandex.ru> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there! I've trying to update hal from 0.5.11.r2_8 to 0.5.11 and this process files on patch applying stage: - ---> Session started at: Tue, 20 May 2008 20:08:27 +0400 - ---> Upgrade of sysutils/hal started at: Tue, 20 May 2008 20:08:30 +0400 - ---> Upgrading 'hal-0.5.11.r2_8' to 'hal-0.5.11' (sysutils/hal) - ---> Build of sysutils/hal started at: Tue, 20 May 2008 20:08:30 +0400 - ---> Building '/usr/ports/sysutils/hal' ===> Cleaning for hal-0.5.11 ===> Found saved configuration for hal-0.5.8.20070403_2 ===> Extracting for hal-0.5.11 => MD5 Checksum OK for hal-0.5.11.tar.gz. => SHA256 Checksum OK for hal-0.5.11.tar.gz. ===> Patching for hal-0.5.11 ===> hal-0.5.11 depends on file: /usr/local/bin/libtool - found ===> Applying extra patch /usr/ports/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c 1 out of 1 hunks failed--saving rejects to tools/hal-storage-mount.c.rej *** Error code 1 Stop in /usr/ports/sysutils/hal. *** Error code 1 Reject file attached. Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgy+YQACgkQmY+KeAh7t3BxsgCg0ZYAzXuKqJexWJQ8E0DVEU7c hwoAoIkL59QXkACk3o5ONwli/Y9ubd6+ =8VRs -----END PGP SIGNATURE----- -------------- next part -------------- *************** *** 583,605 **** explicit_mount_point_given = FALSE; if (strlen (mount_point) == 0) { char *p; - const char *label; - if (volume != NULL) - label = libhal_volume_get_label (volume); - else - label = NULL; - - if (label != NULL) { - /* best - use label */ - g_strlcpy (mount_point, label, sizeof (mount_point)); - - /* TODO: use drive type */ - - } else { - /* fallback - use "disk" */ - g_snprintf (mount_point, sizeof (mount_point), "%s", "disk"); - } /* sanitize computed mount point name, e.g. replace invalid chars with '-' */ p = mount_point; --- 583,593 ---- explicit_mount_point_given = FALSE; if (strlen (mount_point) == 0) { char *p; + char *basename; + basename = g_path_get_basename (device); + g_strlcpy (mount_point, basename, sizeof (mount_point)); + g_free (basename); /* sanitize computed mount point name, e.g. replace invalid chars with '-' */ p = mount_point; From linimon at FreeBSD.org Wed May 21 13:53:58 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed May 21 13:54:06 2008 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20080521135358.020741CC81@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/flock broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=flock If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From caligula at primamail.de Wed May 21 18:18:55 2008 From: caligula at primamail.de (=?ISO-8859-1?Q?J=FCrgen?= Galonska) Date: Wed May 21 18:18:59 2008 Subject: FreeBSD Port: mail/evolution Message-ID: <1211392810.4852.12.camel@edgar1.server-king.de> Hello, after the last update of evolution, "evolution-exchange-storage" does not start any more because evolution-shell searches on the wrong place: (evolution:4852): evolution-shell-WARNING **: Cannot activate 'OAFIID:GNOME_Evolution_Exchange_Component:2.22': Es konnte kein neuer Prozess abgespalten werden:Kindprozess ?/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage? konnte nicht ausgef?hrt werden (No such file or directory) Is the path to evolution-exchange-storage hardcoded? The path "/home/jjohnny/src/..." seems to be the repository-path but not the program-path. On my machine evolution-exchange-storage can be found in /usr/local/libexec/evolution/2.22/. Could you fix this please because starting manually evolution-exchange-storage separately is kind of ... . Thank you. Nevertheless, great work. bye, juergen PS: output of uname: FreeBSD edgar1 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #25: Thu Apr 17 13:43:51 CEST 2008 -- J?rgen Galonska -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3947 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080521/a0ff7267/smime.bin From caligula at primamail.de Wed May 21 18:39:11 2008 From: caligula at primamail.de (=?ISO-8859-1?Q?J=FCrgen?= Galonska) Date: Wed May 21 18:39:15 2008 Subject: FreeBSD Port: mail/evolution Message-ID: <1211395149.16975.8.camel@edgar1.server-king.de> Hello, the wrong path is in /usr/local/libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.22.server /usr/local/libdata/bonobo/servers> grep jjohnny GNOME_Evolution_Exchange_Storage_2.22.server location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> and it should be "location="/usr/local/libexec/evolution/2.22/evolution-exchange-storage"". The concerning port is mail/evolution-exchange. Hello, after the last update of evolution, "evolution-exchange-storage" does not start any more because evolution-shell searches on the wrong place: (evolution:4852): evolution-shell-WARNING **: Cannot activate 'OAFIID:GNOME_Evolution_Exchange_Component:2.22': Es konnte kein neuer Prozess abgespalten werden:Kindprozess ?/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage? konnte nicht ausgef?hrt werden (No such file or directory) Is the path to evolution-exchange-storage hardcoded? The path "/home/jjohnny/src/..." seems to be the repository-path but not the program-path. On my machine evolution-exchange-storage can be found in /usr/local/libexec/evolution/2.22/. Could you fix this please because starting manually evolution-exchange-storage separately is kind of ... . Thank you. Nevertheless, great work. bye, juergen PS: output of uname: FreeBSD edgar1 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #25: Thu Apr 17 13:43:51 CEST 2008 -- J?rgen Galonska -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3947 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080521/1f5d104d/smime.bin From edwin at FreeBSD.org Wed May 21 19:10:08 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed May 21 19:10:11 2008 Subject: ports/123876: please refresh www/firefox-devel - it is still on v3.0.a2 Message-ID: <200805211910.m4LJA8Jt064854@freefall.freebsd.org> Synopsis: please refresh www/firefox-devel - it is still on v3.0.a2 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 21 19:10:08 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=123876 From mezz at FreeBSD.org Wed May 21 19:55:12 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Wed May 21 19:55:15 2008 Subject: ports/123876: please refresh www/firefox-devel - it is still on v3.0.a2 Message-ID: <200805211955.m4LJtCOE069304@freefall.freebsd.org> Synopsis: please refresh www/firefox-devel - it is still on v3.0.a2 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Wed May 21 19:54:58 UTC 2008 State-Changed-Why: It's not possible at the moment until it's well tested, because it required to bring in the newer pixmap, cairo and possible other stuff. ahze already has patches available in freebsd-gnome@, search for it in archives. Right now, ahze is moving to different state and need to settle down so he won't be here for a bit while. http://www.freebsd.org/cgi/query-pr.cgi?pr=123876 From mezz7 at cox.net Wed May 21 20:13:24 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 21 20:13:29 2008 Subject: FreeBSD Port: mail/evolution In-Reply-To: <1211395149.16975.8.camel@edgar1.server-king.de> References: <1211395149.16975.8.camel@edgar1.server-king.de> Message-ID: On Wed, 21 May 2008 13:39:09 -0500, J?rgen Galonska wrote: > Hello, > > the wrong path is in > /usr/local/libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.22.server > > /usr/local/libdata/bonobo/servers> grep jjohnny > GNOME_Evolution_Exchange_Storage_2.22.server > location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> > location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> > location="/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage"> > > and it should be > "location="/usr/local/libexec/evolution/2.22/evolution-exchange-storage"". > > The concerning port is mail/evolution-exchange. Fixed, thanks for report. Cheers, Mezz > Hello, > > after the last update of evolution, "evolution-exchange-storage" does > not start any more because evolution-shell searches on the wrong place: > > (evolution:4852): evolution-shell-WARNING **: Cannot activate > 'OAFIID:GNOME_Evolution_Exchange_Component:2.22': Es konnte kein neuer > Prozess abgespalten werden:Kindprozess > ?/home/jjohnny/src/opt/gnome/libexec/evolution/2.22/evolution-exchange-storage? > konnte nicht ausgef?hrt werden (No such file or directory) > > Is the path to evolution-exchange-storage hardcoded? > > The path "/home/jjohnny/src/..." seems to be the repository-path but not > the program-path. > On my machine evolution-exchange-storage can be found > in /usr/local/libexec/evolution/2.22/. > > Could you fix this please because starting manually > evolution-exchange-storage separately is kind of ... . > > Thank you. > > Nevertheless, great work. > > bye, > juergen > > PS: output of uname: > FreeBSD edgar1 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #25: Thu Apr 17 > 13:43:51 CEST 2008 -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From keramida at freebsd.org Thu May 22 05:52:54 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Thu May 22 05:52:58 2008 Subject: graphics/inkscape: `configure' script fails to check boehm GC version Message-ID: <877idm3nif.fsf@kobe.laptop> Hi all, there seems to be a problem with the configure checks of inkscape. I have installed boehm's GC version 6.8 as a dependency of w3m: % keramida@kobe:/home/keramida$ pkg_info boehm-gc+threaded+redirect-6.8 % Information for boehm-gc+threaded+redirect-6.8: % % Comment: % Garbage collection and memory leak detection for C and C++ % % Required by: % w3m-0.5.2_1 % % [...] But the `configure' script of inkscape complains that it needs boehm GC version 6.4 or later, and fails. Attached is the `config.log' file it created. Has anyone seen this already? Is there something we can do other than strip the GC version check from the port? From keramida at freebsd.org Thu May 22 05:55:43 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Thu May 22 05:55:47 2008 Subject: graphics/inkscape: `configure' script fails to check boehm GC version In-Reply-To: <877idm3nif.fsf@kobe.laptop> (Giorgos Keramidas's message of "Thu, 22 May 2008 08:40:08 +0300") References: <877idm3nif.fsf@kobe.laptop> Message-ID: <873aoa3mst.fsf@kobe.laptop> On Thu, 22 May 2008 08:40:08 +0300, Giorgos Keramidas wrote: > Hi all, > there seems to be a problem with the configure checks of inkscape. > > I have installed boehm's GC version 6.8 as a dependency of w3m: > > % keramida@kobe:/home/keramida$ pkg_info boehm-gc+threaded+redirect-6.8 > % Information for boehm-gc+threaded+redirect-6.8: Got it, sorry for the noise... I had checked the option to define malloc() replacement functions in boehm GC. This was causing problems, so reinstalling boehm GC without the REDIRECT option unbroke inkscape too. From ahze at FreeBSD.org Fri May 23 22:59:33 2008 From: ahze at FreeBSD.org (ahze@FreeBSD.org) Date: Fri May 23 22:59:35 2008 Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561 Message-ID: <200805232259.m4NMxWWR086423@freefall.freebsd.org> Synopsis: Update port: www/webkit-gtk2 to 0.0.33561 State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri May 23 22:58:25 UTC 2008 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=123790 From ahze at FreeBSD.org Fri May 23 23:00:06 2008 From: ahze at FreeBSD.org (ahze@FreeBSD.org) Date: Fri May 23 23:00:08 2008 Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561 Message-ID: <200805232300.m4NN063N086604@freefall.freebsd.org> Synopsis: Update port: www/webkit-gtk2 to 0.0.33561 State-Changed-From-To: closed->patched State-Changed-By: ahze State-Changed-When: Fri May 23 22:59:35 UTC 2008 State-Changed-Why: 32284 is in mcom, we aren't planning on updating webkit-gtk until the next GNOME release. http://www.freebsd.org/cgi/query-pr.cgi?pr=123790 From bugmaster at FreeBSD.org Mon May 26 11:07:04 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 26 11:08:00 2008 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200805261107.m4QB74XV065217@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr f ports/123079 gnome Firefox keeps on crashing on amd64 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 7 problems total. From vova at parallels.com Mon May 26 11:13:45 2008 From: vova at parallels.com (Vladimir Grebenschikov) Date: Mon May 26 11:13:48 2008 Subject: totem and audacious no more plays sounds Message-ID: <1211800394.1568.58.camel@localhost> Hi After one of recent upgrades (no more then two month ago) native gnome players stop to play sounds. They looks exactly as should, but no any sounds ... It is ok with mixer settings. And even more, esd-based programs still play sounds without problems (esdplay, xmms, mplayer, vlc, etc). I am puzzled ? what may be wrong with it ? % cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at memory 0xee400000 irq 17 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v channels duplex default) % -- Vladimir B. Grebenschikov Parallels Inc. vova@parallels.com From roberth.sjonoy at gmail.com Mon May 26 21:13:44 2008 From: roberth.sjonoy at gmail.com (Roberth =?ISO-8859-1?Q?Sjon=F8y?=) Date: Mon May 26 21:14:06 2008 Subject: Firefox-devel update? Message-ID: <1211834873.3544.0.camel@Magda> Hello, could anyone update firefox-devel to 3.0rc1? Regards, Roberth From gpalmer at freebsd.org Mon May 26 22:08:25 2008 From: gpalmer at freebsd.org (Gary Palmer) Date: Mon May 26 22:08:27 2008 Subject: Firefox-devel update? In-Reply-To: <1211834873.3544.0.camel@Magda> References: <1211834873.3544.0.camel@Magda> Message-ID: <20080526220821.GE1142@in-addr.com> On Mon, May 26, 2008 at 10:47:53PM +0200, Roberth Sjon?y wrote: > Hello, could anyone update firefox-devel to 3.0rc1? http://www.freebsd.org/cgi/query-pr.cgi?pr=123876 Regards, Gary From ahze at FreeBSD.org Mon May 26 22:58:54 2008 From: ahze at FreeBSD.org (ahze@FreeBSD.org) Date: Mon May 26 22:58:55 2008 Subject: ports/123876: please refresh www/firefox-devel - it is still on v3.0.a2 Message-ID: <200805262258.m4QMwrnJ021894@freefall.freebsd.org> Synopsis: please refresh www/firefox-devel - it is still on v3.0.a2 State-Changed-From-To: closed->patched State-Changed-By: ahze State-Changed-When: Mon May 26 22:58:22 UTC 2008 State-Changed-Why: Reopen and marked patched (Firefox 3.0rc1 lives in mcom cvs ports) http://www.freebsd.org/cgi/query-pr.cgi?pr=123876 From que_deseja at hotmail.com Mon May 26 23:25:25 2008 From: que_deseja at hotmail.com (Desmond Chapman) Date: Mon May 26 23:25:30 2008 Subject: freebsd-gnome Digest, Vol 267, Issue 1:Firefox coredumps under FreeBSD 6.3 In-Reply-To: <20080526120016.9880F10656DD@hub.freebsd.org> References: <20080526120016.9880F10656DD@hub.freebsd.org> Message-ID: I'm having core dump problems with a Debian and NetBSD along with FreeBSD. This may be a problem with the gecko engine. Even though the other two use Iceweasel and Bon Echo respectively, I've not had a ny problems qith galeon or epiphany. Anybody have the recent bugs for firefox available? ---------------------------------------- > From: freebsd-gnome-request@freebsd.org > Subject: freebsd-gnome Digest, Vol 267, Issue 1 > To: freebsd-gnome@freebsd.org > Date: Mon, 26 May 2008 12:00:16 +0000 > > Send freebsd-gnome mailing list submissions to > freebsd-gnome@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > or, via email, send a message with subject or body 'help' to > freebsd-gnome-request@freebsd.org > > You can reach the person managing the list at > freebsd-gnome-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-gnome digest..." > > > Today's Topics: > > 1. Current problem reports assigned to gnome@FreeBSD.org > (FreeBSD bugmaster) > 2. totem and audacious no more plays sounds (Vladimir Grebenschikov) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 26 May 2008 11:07:04 GMT > From: FreeBSD bugmaster > Subject: Current problem reports assigned to gnome@FreeBSD.org > To: gnome@FreeBSD.org > Message-ID: > > Current FreeBSD problem reports > Critical problems > Serious problems > > S Tracker Resp. Description > -------------------------------------------------------------------------------- > a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in > f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr > f ports/123079 gnome Firefox keeps on crashing on amd64 > > 3 problems total. > > Non-critical problems > > S Tracker Resp. Description > -------------------------------------------------------------------------------- > o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup > o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox > f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau > o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 > s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix > o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0 > p ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561 > > 7 problems total. > > > > ------------------------------ > > Message: 2 > Date: Mon, 26 May 2008 15:13:14 +0400 > From: Vladimir Grebenschikov > Subject: totem and audacious no more plays sounds > To: gnome > Message-ID: > Content-Type: text/plain > > Hi > > After one of recent upgrades (no more then two month ago) > native gnome players stop to play sounds. > > They looks exactly as should, but no any sounds ... > > It is ok with mixer settings. > > And even more, esd-based programs still play sounds without problems > (esdplay, xmms, mplayer, vlc, etc). > > I am puzzled ? what may be wrong with it ? > > % cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at memory > 0xee400000 irq 17 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v > channels duplex default) > % > > -- > Vladimir B. Grebenschikov > Parallels Inc. vova@parallels.com > > > ------------------------------ > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > > End of freebsd-gnome Digest, Vol 267, Issue 1 > ********************************************* _________________________________________________________________ Make every e-mail and IM count. Join the i?m Initiative from Microsoft. http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ MakeCount From mezz7 at cox.net Tue May 27 00:57:03 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue May 27 00:57:09 2008 Subject: freebsd-gnome Digest, Vol 267, Issue 1:Firefox coredumps under FreeBSD 6.3 In-Reply-To: References: <20080526120016.9880F10656DD@hub.freebsd.org> Message-ID: On Mon, 26 May 2008 18:13:24 -0500, Desmond Chapman wrote: > > I'm having core dump problems with a Debian and NetBSD along with > FreeBSD. This may be a problem with the gecko engine. Even though the > other two use Iceweasel and Bon Echo respectively, I've not had a ny > problems qith galeon or epiphany. Anybody have the recent bugs for > firefox available? Most of us can't reproduce it. You will need to follow complete list in http://www.freebsd.org/gnome/docs/bugging.html . Since this problem also exists in Linux world, then you should collect good backtraces and make a report in Mozilla bugzilla. I am planning to close this PR sometime at some point unless someone post useful info. Cheers, Mezz > ---------------------------------------- >> From: freebsd-gnome-request@freebsd.org >> Subject: freebsd-gnome Digest, Vol 267, Issue 1 >> To: freebsd-gnome@freebsd.org >> Date: Mon, 26 May 2008 12:00:16 +0000 >> >> f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD >> 6.3 in Pr -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From vova at parallels.com Tue May 27 10:14:43 2008 From: vova at parallels.com (Vladimir Grebenschikov) Date: Tue May 27 10:14:47 2008 Subject: Status of evolution support of Exchange 2007 Message-ID: <1211883273.2023.0.camel@localhost> Hi Does anybody knows about out porting status of Exchange 2007 support ? -- Vladimir B. Grebenschikov Parallels Inc. vova@parallels.com From nick at nickwithers.com Tue May 27 11:14:18 2008 From: nick at nickwithers.com (Nick Withers) Date: Tue May 27 11:14:25 2008 Subject: Crash in Epiphany on right-click with Seahorse plugin enabled Message-ID: <1211885696.47537.21.camel@localhost> Hi guys, I reported an issue with Epiphany crashing when the Seahorse extension is enabled and the right mouse button is clicked in GNOME Bugzilla - http://bugzilla.gnome.org/show_bug.cgi?id=532598?. Apparently, though, it may well be a FreeBSD and / or me thing. I was up-to-date a couple o' hours ago (mezz and ahze've been busy campers, though :-)), and am at GNOME 2.22.2 (thanks very much, by the way!). If anyone could shed any light on this, I'd be interested. Can't say I really care all that much - I just wanted to fiddle with Seahorse's bits 'n' bobs! Anyway, here're some details (sorry - Evolution doesn't seem to want to let me disable line wrapping for some reason, no doubt I'm doing something stupid. Hopefully not too big a problem!) - BugBuddy backtrace / crash info: ____ Distribution: Unknown Gnome Release: 2.22.2 2008-05-27 (FreeBSD GNOME Project) BugBuddy Version: 2.22.0 System: FreeBSD 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon May 26 17:05:26 EST 2008 nick@presario.shmon.net:/usr/obj/usr/src/sys/PRESARIO i386 X Vendor: The X.Org Foundation X Vendor Release: 10400000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 70643712 vsize: 70643712 resident: 40828928 share: 271928304 rss: 40828928 rss_rlim: 9968 CPU usage: start_time: 1211878651946799 rtime: 128 utime: 236 stime: 18594176 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 128 Backtrace was generated from '/usr/local/bin/epiphany' [New Thread 0x8995100 (LWP 100185)] [New Thread 0x88a6b00 (LWP 100162)] [New Thread 0x85af500 (LWP 100160)] [New Thread 0x8203100 (LWP 100135)] [Switching to Thread 0x8995100 (LWP 100185)] 0x299e3ebf in _umtx_op_err () at /usr/src/lib/libthr/arch/i386/i386/_umtx_op_err.S:36 36 SYSCALL_ERR(_umtx_op) Current language: auto; currently asm #0 0x299e3ebf in _umtx_op_err () at /usr/src/lib/libthr/arch/i386/i386/_umtx_op_err.S:36 #1 0x299e3c09 in _thr_ucond_wait (cv=0x89940e0, m=0x89940c0, timeout=0xbf7fce6c, check_unparking=1) at /usr/src/lib/libthr/thread/thr_umtx.c:129 #2 0x299e24b5 in cond_wait_common (cond=) at /usr/src/lib/libthr/thread/thr_cond.c:204 #3 0x2831fd0f in pt_TimedWait (cv=0x898bb94, ml=0x8991290, timeout=60000) at ../../.././../pr/src/pthreads/ptsynch.c:280 #4 0x2831ffbd in PR_WaitCondVar (cvar=0x898bb90, timeout=60000) at ../../.././../pr/src/pthreads/ptsynch.c:414 #5 0x2a8ad9a2 in nsIOThreadPool::ThreadFunc (arg=0x897ebb0) at nsIOThreadPool.cpp:254 #6 0x2832671b in _pt_root (arg=0x8993b30) at ../../.././../pr/src/pthreads/ptthread.c:221 #7 0x299dbb09 in thread_start (curthread=0x8995100) at /usr/src/lib/libthr/thread/thr_create.c:256 #8 0x00000000 in ?? () Thread 4 (Thread 0x8203100 (LWP 100135)): #0 0x29a4338f in wait4 () at wait4.S:2 No locals. 0x299e3ebf 36 SYSCALL_ERR(_umtx_op) ----------- .xsession-errors --------------------- LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items LockedFolder: lockedfolder_get_file_items Variable "cond" is not available. Backtrace limit of 200 exceeded /usr/local/share/bug-buddy/gdb-cmd:3: Error in sourced command file: Backtrace limit of 200 exceeded Backtrace limit of 200 exceeded -------------------------------------------------- ____ - uname -a: ____ FreeBSD presario.shmon.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon May 26 17:05:26 EST 2008 nick@presario.shmon.net:/usr/obj/usr/src/sys/PRESARIO i386 ____ - env: ____ DESKTOP_SESSION=gnome no_proxy=localhost,127.0.0.0/8 DESKTOP_STARTUP_ID= XAUTHORITY=/home/nick/.Xauthority XDG_SESSION_COOKIE=79ea7554f04f5d97f3a85799480c963b-1211876043.514925-787787442 GDM_XSERVER_LOCATION=local BLOCKSIZE=K GDM_GREETER_TYPE=THEMED LOGNAME=nick WINDOWPATH=9 http_proxy=http://proxy:3128 GNOME_DESKTOP_SESSION_ID=Default GTK_RC_FILES=/usr/local/etc/gtk/gtkrc:/home/nick/.gtkrc-1.2-gnome2 GTK_MODULES=gnomebreakpad SUDO_UID=1001 USERNAME=nick PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/nick/bin:/usr/local/libexec/ccache SSH_AUTH_SOCK=/var/tmp/keyring-9Gjyph/ssh TERM=xterm SUDO_USER=nick USER=nick PWD=/home/nick WINDOWID=44075593 XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/local/share/gdm/ COLORTERM=gnome-terminal DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-8PIWYXXOKo,guid=960a647c8a9f9878891f582a483bc2d0 GDMSESSION=gnome EDITOR=ee DISPLAY=:0.0 SUDO_COMMAND=/usr/local/etc/rc.d/gdm restart RC_PID=43070 SSH_AGENT_PID=43192 GNOME_KEYRING_SOCKET=/var/tmp/keyring-9Gjyph/socket SHELL=/bin/csh PAGER=less ENV=/home/nick/.shrc LANG=C GDM_LANG=C SESSION_MANAGER=local/presario.shmon.net:/tmp/.ICE-unix/43176 FTP_PASSIVE_MODE=YES SUDO_GID=1001 LC_MESSAGES= HOME=/home/nick MAIL=/var/mail/nick HOSTTYPE=FreeBSD VENDOR=intel OSTYPE=FreeBSD MACHTYPE=i386 SHLVL=1 GROUP=nick HOST=presario.shmon.net REMOTEHOST= CCACHE_PATH=/usr/bin:/usr/local/bin HTTP_PROXY=http://proxy:3128 FTP_PROXY=http://proxy:3128 ftp_proxy=http://proxy:3128 ____ - pkg_info (trimmed descriptions): ____ FlightGear-1.0.0 ImageMagick-6.4.1.3_1 ORBit2-2.14.12 SimGear-1.0.0 aalib-1.4.r5_4 abiword-2.6.3 abiword-plugins-2.6.3 adns-1.4_1 aiksaurus-1.2.1_2 aiksaurus-gtk-1.2.1_6 amspsfnt-1.0_5 anjuta-2.4.1_1 appres-1.0.1 apr-gdbm-db42-1.2.12 arc-5.21o_1 arj-3.10.22_1 arts-1.5.8,1 aspell-0.60.6_1 atk-1.22.0 audacity-1.2.4b_3 autoconf-2.13.000227_6 autoconf-2.61_2 autoconf-2.62 autoconf-wrapper-20071109 autogen-5.9.4_1 automake-1.10_3 automake-1.4.6_4 automake-1.5_4,1 automake-1.6.3 automake-1.7.9 automake-1.8.5 automake-1.9.6_2 automake-wrapper-20071109 autotools-20080517 avahi-0.6.22 avahi-app-0.6.22_4 avahi-autoipd-0.6.22 avahi-gtk-0.6.22 avahi-libdns-0.6.22 bacula-client-2.2.8_2 bash-3.2.39 bdftopcf-1.0.1 beforelight-1.0.2 bigreqsproto-1.0.2 bison-2.3_3,1 bitmap-1.0.3 bitstream-vera-1.10_4 blas-1.0_2 boehm-gc-6.8 boost-python-1.34.1 bsdadminscripts-4.4.2 bug-buddy-2.22.0_1 cairo-1.4.14,1 cairomm-1.4.8_3 ccache-2.4_7 ccsm-0.6.0 cdparanoia-3.9.8_8 cdrdao-1.2.2 cdrtools-2.01_6 cheese-2.22.2 clamav-0.93_1 cmpsfont-1.0_6 compat6x-i386-6.3.603000.200801 compiz-0.6.2 compiz-bcop-0.6.0 compiz-fusion-plugins-extra-0.6.0 compiz-fusion-plugins-main-0.6.0 compizconfig-backend-gconf-0.6.0_1 compizconfig-python-0.6.0.1 compositeproto-0.4 consolekit-0.2.10 cscope-15.6_1 cups-base-1.3.7_2 curl-7.18.0 damageproto-1.1.0_2 db41-4.1.25_4 db42-4.2.52_5 dbus-1.2.1 dbus-glib-0.74 deluge-0.5.9.1 desktop-file-utils-0.15 devhelp-0.19.1 devilspie-0.22 diablo-jdk-1.5.0.07.01_9 dirmngr-1.0.1_1 djbfft-0.76_2 dmidecode-2.9 dmxproto-2.2.2 docbook-sk-4.1.2_4 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4 docbook-xsl-1.71.1_2 dosbox-0.72_1 downtime-0.3.1.1 dri-7.0.3_1,2 dsniff-2.3_4 dvd+rw-tools-7.1 editres-1.0.3 eel-2.22.1 enchant-1.4.0 encodings-1.0.2,1 eog-2.22.1_1 epiphany-2.22.2 epiphany-extensions-2.22.2 esound-0.2.38 evince-2.22.1.1_1 evolution-2.22.2 evolution-data-server-2.22.2 expat-2.0.1 faac-1.26_1 faad2-2.6.1,1 ffmpeg-2007.10.04_4 fftw3-3.1.2 fgfs-base-1.0.0 file-roller-2.22.2_1,1 firefox-2.0.0.14,1 fixesproto-4.0 flac-1.2.1 font-adobe-100dpi-1.0.0_1 font-adobe-75dpi-1.0.0 font-adobe-utopia-100dpi-1.0.1 font-adobe-utopia-75dpi-1.0.1 font-adobe-utopia-type1-1.0.1 font-alias-1.0.1 font-arabic-misc-1.0.0 font-bh-100dpi-1.0.0 font-bh-75dpi-1.0.0 font-bh-lucidatypewriter-100dpi-1.0.0 font-bh-lucidatypewriter-75dpi-1.0.0 font-bh-ttf-1.0.0 font-bh-type1-1.0.0 font-bitstream-100dpi-1.0.0 font-bitstream-75dpi-1.0.0 font-bitstream-type1-1.0.0 font-cronyx-cyrillic-1.0.0 font-cursor-misc-1.0.0 font-daewoo-misc-1.0.0 font-dec-misc-1.0.0 font-ibm-type1-1.0.0 font-isas-misc-1.0.0 font-jis-misc-1.0.0 font-micro-misc-1.0.0 font-misc-cyrillic-1.0.0 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-misc-misc-1.0.0 font-mutt-misc-1.0.0 font-schumacher-misc-1.0.0 font-screen-cyrillic-1.0.1 font-sony-misc-1.0.0 font-sun-misc-1.0.0 font-util-1.0.1 font-winitzki-cyrillic-1.0.0 font-xfree86-type1-1.0.0 fontcacheproto-0.1.2 fontconfig-2.5.0,1 fontsproto-2.0.2 fonttosfnt-1.0.3 freealut-1.1.0_1 freeciv-2.1.4 freetype2-2.3.5 fribidi-0.10.9 frozenbubble-2.1.0_2 fslsfonts-1.0.1 fstobdf-1.0.2 fusefs-kmod-0.3.9.p1.20080208_1 fusefs-libs-2.7.2_1 gail-1.22.1_1 gamin-0.1.9_1 gcalctool-5.22.1_1,2 gcc-4.2.4_20080430 gcc-4.4.0_20080523 gconf-editor-2.22.0_1,1 gconf2-2.22.0 gconfmm-2.22.0_1 gd-2.0.35,1 gdbm-1.8.3_3 gdk-pixbuf-0.22.0_7 gdl-0.7.11_1 gdm-2.20.6 gedit-2.22.1_1 getopt-1.1.4 gettext-0.16.1_3 ggz-client-libs-0.0.14.1 ggz-gtk-client-0.0.14.1 ghex-2.22.0 ghostscript-gpl-8.62_2 gimp-2.4.5,2 gimp-app-2.4.5_1,1 gimp-gutenprint-5.1.7 gio-fam-backend-2.16.3 glade3-gnome-3.4.5 gle-3.1.0_1 glib-1.2.10_12 glib-2.16.3 glibmm-2.16.2,1 glipper-1.0 glitz-0.5.6_1 glproto-1.4.8 gmake-3.81_2 gnome-applets-2.22.1_2 gnome-audio-2.22.2 gnome-build-0.2.4_1,1 gnome-control-center-2.22.1_2 gnome-cups-manager-0.31_8,1 gnome-desktop-2.22.2 gnome-device-manager-0.2 gnome-doc-utils-0.12.2 gnome-games-2.22.1.1_1 gnome-icon-theme-2.22.0 gnome-keyring-2.22.2 gnome-media-2.22.0 gnome-menus-2.22.2 gnome-mime-data-2.18.0_2 gnome-mount-0.8_1 gnome-netstatus-2.12.1_6 gnome-nettool-2.22.0,1 gnome-panel-2.22.2 gnome-power-manager-2.22.1_1 gnome-screensaver-2.22.2_1 gnome-session-2.22.2 gnome-settings-daemon-2.22.1 gnome-spell-1.0.8_1 gnome-system-monitor-2.22.2 gnome-terminal-2.22.2 gnome-themes-2.22.2 gnome-user-docs-2.22.0_1 gnome-utils-2.20.0.1_1,1 gnome-vfs-2.22.0_1 gnome-volume-manager-2.22.5 gnome2-lite-2.22.1 gnome_subr-1.0 gnomebaker-0.6.1_4 gnomehier-2.3_10 gnotime-2.2.2_8 gnupg-2.0.9 gnutls-2.2.5 goffice-0.4.3_4 google-earth-4.3.7204.836 gpac-libgpac-0.4.4,1 gpgme-1.1.5 gphoto2-2.4.1 graphviz-2.18_1 grdesktop-0.23_7 gsfonts-8.11_4 gstreamer-0.10.19 gstreamer-ffmpeg-0.10.3_1 gstreamer-plugins-0.10.19,3 gstreamer-plugins-a52dec-0.10.7_2,3 gstreamer-plugins-bad-0.10.7_2,3 gstreamer-plugins-cdparanoia-0.10.19,3 gstreamer-plugins-core-0.10_9 gstreamer-plugins-dts-0.10.7_2,3 gstreamer-plugins-dvd-0.10.7_2,3 gstreamer-plugins-esound-0.10.8_2,3 gstreamer-plugins-faad-0.10.7_2,3 gstreamer-plugins-flac-0.10.8_3,3 gstreamer-plugins-gconf-0.10.8_2,3 gstreamer-plugins-gio-0.10.19_1,3 gstreamer-plugins-gnomevfs-0.10.19,3 gstreamer-plugins-good-0.10.8,3 gstreamer-plugins-hal-0.10.8_2,3 gstreamer-plugins-jpeg-0.10.8_2,3 gstreamer-plugins-libpng-0.10.8_2,3 gstreamer-plugins-mad-0.10.7_2,3 gstreamer-plugins-mp3-0.10.0 gstreamer-plugins-mpeg2dec-0.10.7_2,3 gstreamer-plugins-ogg-0.10.19,3 gstreamer-plugins-pango-0.10.19,3 gstreamer-plugins-pulse-0.9.7 gstreamer-plugins-soup-0.10.8_2,3 gstreamer-plugins-theora-0.10.19,3 gstreamer-plugins-ugly-0.10.7_3,3 gstreamer-plugins-vorbis-0.10.19,3 gstreamer-plugins-xvid-0.10.7_2,3 gsynaptics-0.9.9_5 gtar-1.20 gthumb-2.10.8_1 gtk-1.2.10_19 gtk-2.12.9_3 gtk-engines2-2.14.2 gtk-vnc-0.3.6 gtkglarea-1.2.3_2 gtkglext-1.2.0_1 gtkglextmm-1.2.0_1 gtkhtml3-3.18.2 gtkmm-2.12.7 gtksourceview-1.8.5_3 gtksourceview2-2.2.1_1 gtkspell-2.0.13 gucharmap-2.22.1_1 guile-1.8.4_2 gutenprint-5.1.7 gutenprint-base-5.1.7 gutenprint-ijs-5.1.7 gvfs-0.2.4 hal-0.5.11 hal-info-20080508 hicolor-icon-theme-0.10_2 iceauth-1.0.2 ico-1.0.2 icon-naming-utils-0.8.6 icu-3.8.1_1 imlib2-1.4.1.000,2 inkscape-0.46_1 inputproto-1.4.2.1 intltool-0.37.1 iso-codes-2.0 jackit-0.103.0_1 jasper-1.900.1_6 javavmwrapper-2.3.2 jbigkit-1.6 jdk-1.6.0.3p4 jpeg-6b_4 kbproto-1.0.3 kqemu-kmod-1.3.0.p11_7 lame-3.97_1 lapack-3.1.1 lcms-1.17,1 lha-1.14i_6 libFS-1.0.0_1 libGL-7.0.3 libGLU-7.0.3 libICE-1.0.4_1,1 libIDL-0.8.10 libSM-1.0.3_1,1 libX11-1.1.3_1,1 libXScrnSaver-1.1.2 libXTrap-1.0.0 libXau-1.0.3_2 libXaw-1.0.4_1,1 libXcomposite-0.4.0,1 libXcursor-1.1.9_1 libXdamage-1.1.1 libXdmcp-1.0.2_1 libXevie-1.0.2 libXext-1.0.3,1 libXfixes-4.0.3_1 libXfont-1.3.1_3,1 libXfontcache-1.0.4 libXft-2.1.12 libXi-1.1.3,1 libXinerama-1.0.2,1 libXmu-1.0.3,1 libXp-1.0.0,1 libXpm-3.5.7 libXprintAppUtil-1.0.1 libXprintUtil-1.0.1 libXrandr-1.2.2_1 libXrender-0.9.4_1 libXres-1.0.3_3 libXt-1.0.5_1 libXtst-1.0.3_1 libXv-1.0.3_1,1 libXvMC-1.0.4_1 libXxf86dga-1.0.2 libXxf86misc-1.0.1 libXxf86vm-1.0.1 liba52-0.7.4_1 libao-0.8.8_1 libart_lgpl-2.3.20,1 libaudiofile-0.2.6 libbonobo-2.22.0 libbonoboui-2.22.0_1 libcddb-1.3.0 libcdio-0.78.2_1 libcheck-0.9.5_1 libcompizconfig-0.6.0 libcroco-0.6.1 libdaemon-0.12 libdca-0.0.5 libdmx-1.0.2_1 libdnet-1.11_1 libdrm-2.3.0 libdvbpsi-0.1.6 libdvdcss-1.2.9_2 libdvdnav-0.1.10_3 libdvdread-0.9.7_3 libebml-0.7.8 libexecinfo-1.1_1 libexif-0.6.15 libfontenc-1.0.4 libfpx-1.2.0.12_1 libgcrypt-1.4.1 libgda3-3.0.4 libggz-0.0.14.1_3 libgksu-1.3.8_2 libgksuui-1.0.7_2 libglade2-2.6.2 libglademm-2.6.3_3 libglut-7.0.1_1 libgmp-4.2.2 libgnome-2.22.0 libgnomecanvas-2.20.1.1_1 libgnomecups-0.2.3,1 libgnomekbd-2.22.0_1 libgnomeprint-2.18.4_1 libgnomeprintui-2.18.2_1 libgnomesu-1.0.0_4 libgnomeui-2.22.1_1 libgpg-error-1.6 libgphoto2-2.4.1 libgsf-1.14.8_1 libgsf-gnome-1.14.8 libgtkhtml-2.11.1_1 libgtop-2.22.2 libgweather-2.22.2 libiconv-1.11_1 libid3tag-0.15.1b libijs-0.35_1 libksba-1.0.2 libltdl-1.5.24 libmad-0.15.1b_2 libmatroska-0.8.1 libmikmod-esound-3.1.11_2 libmng-1.0.9 libmodplug-0.8.4 libmpcdec-1.2.6 libmpeg2-0.4.1_4 libmspack-0.0.20040308_3 libmusicbrainz-2.1.5 libnotify-0.4.4_1 libogg-1.1.3,4 liboil-0.3.14 liboldX-1.0.1 libopendaap-0.4.0_1 libpdel-0.5.3_4 libpurple-2.4.2 librsvg2-2.22.2_1 libsamplerate-0.1.3 libsexy-0.1.11 libshout2-2.2.2_2,1 libsigc++-2.2.2 libsmi-0.4.7 libsndfile-1.0.17_2 libsoup-2.2.105_2 libsoup-2.4.1 libspectre-0.2.0 libtar-1.2.11_2 libtasn1-1.3 libtheora-1.0.b2 libtool-1.5.24 libungif-4.1.4_5 libusb-0.1.12_2 libvolume_id-0.81.0 libvorbis-1.2.0_2,3 libwmf-0.2.8.4_2 libwnck-2.22.1 libwww-5.4.0_4 libxkbfile-1.0.4 libxkbui-1.0.2_1 libxklavier-3.5_1,1 libxml++-2.22.0 libxml2-2.6.32 libxslt-1.1.24 liferea-1.4.15 linc-1.0.3_6 link-grammar-4.2.4 linux-alsa-lib-1.0.10.3 linux-atk-1.9.1 linux-cairo-1.0.2 linux-epsxe-1.6.0_3 linux-expat-1.95.8 linux-firefox-2.0.0.14 linux-flashplugin-7.0r73 linux-fontconfig-2.2.3_7 linux-glib2-2.6.6 linux-gtk-1.2.10_4 linux-gtk2-2.6.10 linux-hicolor-icon-theme-0.5_1 linux-jpeg-6b.34 linux-libsigc-2.0.17 linux-pango-1.10.2 linux-peops-softgpu-1.17_1 linux-peops-spu-1.9_2 linux-pete-mesagpu-1.76_1 linux-pete-xgl2gpu-2.8 linux-png-1.2.8_2 linux-quake4-demo-1.0_1 linux-sdl-1.2.10,1 linux-tiff-3.7.1 linux-xorg-libs-6.8.2_5 linux_base-f8-8_3 linux_dri-7.0 lirc-0.8.0_2 listres-1.0.1 liveMedia-2008.05.12,1 lsof-4.80,2 luit-1.0.2_2 lynx-2.8.6.5_2,1 lzmautils-4.32.6 m4-1.4.9,1 makedepend-1.0.1,1 meanwhile-1.0.2_1 mesa-demos-7.0.3 metacity-2.22.0_1 mkcomposecache-1.2_1 mkfontdir-1.0.3_1 mkfontscale-1.0.3 mpd-5.1 mpeg2codec-1.2_3 mpeg4ip-libmp4v2-1.6.1 mpfr-2.3.1 mysql-client-5.0.51a nas-1.8_1 nautilus-2.22.2_2 nautilus-cd-burner-2.22.1_1 nautilus-locked-folder-1.0.0_4 nautilus-open-terminal-0.9_1 neon28-0.28.2 nmap-4.62 notification-daemon-0.3.7_2 nspluginwrapper-0.9.91.5 nspr-4.7 nss-3.11.9_2 ntop-3.3_2 oclock-1.0.1 ogle-0.9.2_9 ogle-gui-0.9.2_10 openal-20060211_7 openldap-client-2.3.41 openoffice.org-2.4.0_3 openslp-1.2.1_2 openssl-0.9.8g p5-Authen-SASL-2.11 p5-Compress-Raw-Zlib-2.011 p5-Compress-Zlib-2.011 p5-Date-Manip-5.44 p5-Digest-1.15 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.36 p5-Digest-SHA1-2.11 p5-GSSAPI-0.26 p5-Glade2-1.006_1 p5-Glib2-1.144 p5-Gtk2-1.146 p5-HTML-Parser-3.56_1 p5-HTML-Tagset-3.20 p5-HTML-Tree-3.23 p5-IO-Compress-Base-2.011 p5-IO-Compress-Zlib-2.011 p5-MIME-Base64-3.07 p5-Net-1.22,1 p5-Net-DBus-0.33.6 p5-Parse-Yapp-1.05 p5-Text-Iconv-1.7 p5-Tie-IxHash-1.21 p5-Time-HiRes-1.9715,1 p5-URI-1.36 p5-XML-DOM-1.44 p5-XML-Filter-BufferText-1.01 p5-XML-Grove-0.46.a p5-XML-Handler-YAWriter-0.23 p5-XML-NamespaceSupport-1.09_1 p5-XML-Parser-2.36 p5-XML-RegExp-0.03 p5-XML-SAX-0.16 p5-XML-SAX-Expat-0.39 p5-XML-SAX-Writer-0.50 p5-XML-Simple-2.18 p5-XML-Twig-3.32 p5-XML-XPath-1.13 p5-XML-XQL-0.68 p5-gettext-1.05_1 p5-libwww-5.805 p5-libxml-0.08 p5-sdl-1.20.3_7 p7zip-4.57 padevchooser-0.9.3 pango-1.20.3 paprefs-0.9.6 pavucontrol-0.9.6 pavumeter-0.9.3 pciids-20080312 pcre-7.7 perl-5.8.8_1 pidgin-2.4.2_2 pinentry-gtk2-0.7.3_1 pixman-0.9.6 pkg-config-0.23_1 pkg_cutleaves-20080320 plib-1.8.4_5 png-1.2.28 policykit-0.8_1 policykit-gnome-0.8 poppler-0.6.4_1 poppler-data-0.2.0 poppler-gtk-0.6.4 popt-1.7_4 portaudio-18.1_2 portaudit-0.5.12 portbrowser-0.5.20050618_1 portmaster-2.2 portupgrade-2.4.3_2,2 printproto-1.0.3 pth-2.0.7 pulseaudio-0.9.10_1 py25-cairo-1.4.0_1 py25-dbus-0.82.4 py25-elementtree-1.2.6 py25-gdata-1.0.13 py25-gnome-2.22.0 py25-gnome-desktop-2.22.0 py25-gnome-extras-2.19.1_3 py25-gobject-2.14.2 py25-gstreamer-0.10.11 py25-gtk-2.12.1 py25-libxml2-2.6.32 py25-notify-0.1.1_3 py25-numeric-24.2 py25-numpy-1.0.4_1,1 py25-openssl-0.6 py25-orbit-2.14.3 py25-psyco-1.6 py25-pysqlite-2.3.5 py25-visual-4.b26 py25-xdg-0.15_3 py25-zenmap-4.62 python25-2.5.2_2 qemu-0.9.1_8 qemu-launcher-1.7.4_1 qt-3.3.8_7 randrproto-1.2.1 rar-3.71,2 rarian-0.8.0 rdesktop-1.6.0 readline-5.2_1 recordproto-1.13.2 renderproto-0.9.3 resourceproto-1.0.2 rgb-1.0.1 rhythmbox-0.10.1_8 rstart-1.0.2 ruby-1.8.6.111_2,1 ruby18-bdb-0.6.2 samba-3.0.28a,1 samba-libsmbclient-3.0.28a scripts-1.0.1 scrnsaverproto-1.1.0 sdl-1.2.13_1,2 sdl_gfx-2.0.16 sdl_image-1.2.6_1 sdl_mixer-1.2.8_1 sdl_net-1.2.7 sdl_pango-0.1.2_3 sdl_ttf-2.0.9 sdocbook-xml-1.1,1 seahorse-2.22.2 sessreg-1.0.3 setxkbmap-1.0.4 shared-mime-info-0.30 showfont-1.0.1_1 silc-toolkit-1.1.7 skype-2.0.0.68,1 smartmontools-5.38 smpeg-0.4.4_8 smproxy-1.0.2 sound-juicer-2.22.0_2 speex-1.2.b2,1 sqlite3-3.5.6 startup-notification-0.9_2 subversion-1.4.6_1 sudo-1.6.9.15_1 svgalib-1.4.3_5 swfdec-0.6.6 swfdec-plugin-0.6.0 synaptics-0.14.6_4 system-tools-backends-2.6.0 t1lib-5.1.2,1 taglib-1.4_2 tcl-8.3.5_8 teTeX-base-3.0_13 teTeX-texmf-3.0_5 tex-texmflocal-1.9 texi2html-1.76_1,1 tiff-3.8.2_1 totem-2.22.2 totem-pl-parser-2.22.3 trapproto-3.4.3 tuxracer-0.61_6 twm-1.0.3_3 twolame-0.3.12 unrar-3.71.b1,5 unzip-5.52_5 unzoo-4.4_2 urwfonts-1.0_3 v4l_compat-1.0.20060801 vcdimager-0.7.23_4 videoproto-2.2.2 viewres-1.0.1 vinagre-0.5.1_1 vlc-0.8.6.f_3,2 vorbis-tools-1.2.0_2,3 vte-0.16.13_1 wavpack-4.41.0 webkit-gtk2-0.0.30549 wesnoth-1.4.2 win32-codecs-3.1.0.r1,1 wine-1.0.r2,1 wireshark-1.0.0_1 wv-1.2.4_1 wxgtk2-2.6.3_5 wxgtk2-common-2.6.3_3 wxgtk2-common-2.8.7_1 wxgtk2-unicode-2.8.7_1 x11perf-1.4.1 x264-0.0.20080409_1 xauth-1.0.2 xbacklight-1.1 xbiff-1.0.1 xbitmaps-1.0.1 xcalc-1.0.2 xclipboard-1.0.1 xclock-1.0.3 xcmiscproto-1.1.2 xcmsdb-1.0.1 xconsole-1.0.3 xcursor-themes-1.0.1_1 xcursorgen-1.0.2 xdbedizzy-1.0.2 xdg-utils-1.0.2_2 xditview-1.0.1 xdm-1.1.6_3 xdpyinfo-1.0.2_1 xdriinfo-1.0.2 xedit-1.0.2 xev-1.0.2 xextproto-7.0.2 xeyes-1.0.1 xf86-input-keyboard-1.2.2_1 xf86-input-mouse-1.2.3_1 xf86-video-ati-6.8.0_1 xf86-video-fbdev-0.3.1_1 xf86-video-vesa-1.3.0_1 xf86-video-vga-4.1.0_1 xf86bigfontproto-1.1.2 xf86dga-1.0.2 xf86dgaproto-2.0.3 xf86driproto-2.0.3 xf86miscproto-0.9.2 xf86rushproto-1.1.2 xf86vidmodeproto-2.2.2 xfd-1.0.1 xfindproxy-1.0.1 xfontsel-1.0.2 xfs-1.0.5_1,1 xfsinfo-1.0.1 xfwp-1.0.1 xgamma-1.0.2 xgc-1.0.1 xhost-1.0.2 xineramaproto-1.1.2 xinit-1.0.7 xkbcomp-1.0.3 xkbevd-1.0.2 xkbprint-1.0.1 xkbutils-1.0.1_1 xkeyboard-config-1.2 xkill-1.0.1 xload-1.0.2 xlogo-1.0.1 xlsatoms-1.0.1 xlsclients-1.0.1 xlsfonts-1.0.2 xmag-1.0.2 xman-1.0.3 xmessage-1.0.2 xmlcatmgr-2.2 xmodmap-1.0.3 xmore-1.0.1 xorg-7.3_1 xorg-apps-7.3 xorg-docs-1.4,1 xorg-drivers-7.3_1 xorg-fonts-100dpi-7.3 xorg-fonts-7.3_1 xorg-fonts-75dpi-7.3 xorg-fonts-cyrillic-7.3 xorg-fonts-miscbitmaps-7.3 xorg-fonts-truetype-7.3 xorg-fonts-type1-7.3 xorg-libraries-7.3_2 xorg-nestserver-1.4_1,1 xorg-protos-7.3_2 xorg-server-1.4_8,1 xorg-vfbserver-1.4_1,1 xphelloworld-1.0.1_1 xpi-noscript-1.6.5 xplsprinters-1.0.1 xpr-1.0.2 xprehashprinterlist-1.0.1 xprop-1.0.3 xproto-7.0.10_1 xproxymanagementprotocol-1.0.2 xrandr-1.2.2 xrdb-1.0.4 xrefresh-1.0.2 xrestop-0.4_2 xrx-1.0.1_1 xscreensaver-gnome-hacks-4.24_2 xset-1.0.3 xsetmode-1.0.0 xsetpointer-1.0.1 xsetroot-1.0.2 xstdcmap-1.0.1 xterm-235 xtrans-1.0.4 xtrap-1.0.2 xvid-1.1.3,1 xvidtune-1.0.1 xvinfo-1.0.2 xwd-1.0.1 xwininfo-1.0.3 xwud-1.0.1 yelp-2.22.1 zenity-2.22.1 zip-2.32 ____ Can anyone reproduce this? Thanks! -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 -------------- 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/20080527/a7403b57/attachment.pgp From marcus at marcuscom.com Tue May 27 16:21:17 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Tue May 27 16:21:20 2008 Subject: Status of evolution support of Exchange 2007 In-Reply-To: <1211883273.2023.0.camel@localhost> References: <1211883273.2023.0.camel@localhost> Message-ID: <1211905274.82328.4.camel@shumai.marcuscom.com> On Tue, 2008-05-27 at 14:14 +0400, Vladimir Grebenschikov wrote: > Hi > > Does anybody knows about out porting status of Exchange 2007 support ? See http://live.gnome.org/RoadMap . 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/20080527/59d1184f/attachment.pgp From vova at fbsd.ru Wed May 28 12:16:54 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Wed May 28 12:17:00 2008 Subject: recent evolution upgrade broke mails with meeting requests Message-ID: <1211977008.26709.14.camel@localhost> Hi Meeting requests are no more shows as active elements with buttons. They are shown as usual messages withaout buttons , , etc. Same time other's responses on meeting requests are shown as usual (with button ). I've tried with clean .evolution - same result. Any ideas what happens and how to fix ? -- Vladimir B. Grebenschikov vova@fbsd.ru From kris at pcbsd.com Wed May 28 14:32:32 2008 From: kris at pcbsd.com (Kris Moore) Date: Wed May 28 14:32:38 2008 Subject: Compile error on: devel/ORBit2 Message-ID: <483D65A1.3090903@pcbsd.com> Having some trouble here getting Orbit2 to compile on a 7-Stable system: ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL -I../../../s rc/idl/CORBA -I../../../src/idl/misc -I../../../src/idl/interop -I. -D_PRE_3_0_C OMPILER_ --noskels --nodefskels --nostubs --noidata --noheaders --define=Object= OObject --define=TypeCode=TTypeCode --showcpperrors --deps ../../../include/orbi t/orb-core/.deps/orbit-interface.idl.P ../../../include/orbit/orb-core/../../../ src/orb/orb-core/orbit-interface.idl orbit-idl-2 2.14.12 compiling mode, show preprocessor errors, passes: common Processing file ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit- interface.idl cc1: note: obsolete option -I- used, please use -iquote instead ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl:15 : Error: `TTypeCode' undeclared identifier ** (orbit-idl-2:73495): WARNING **: ../../../include/orbit/orb-core/../../../src /orb/orb-core/orbit-interface.idl compilation failed gmake[4]: *** [../../../include/orbit/orb-core/orbit-interface.h] Error 1 gmake[4]: Leaving directory `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb /orb-core' gmake[3]: *** [install] Error 2 gmake[3]: Leaving directory `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb /orb-core' gmake[2]: *** [install-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb ' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/devel/ORBit2. Any ideas? -- Kris Moore PC-BSD Software http://www.pcbsd.com From itetcu at FreeBSD.org Wed May 28 15:32:06 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Wed May 28 15:32:10 2008 Subject: x11-toolkits/py-gtk: bad plist Message-ID: <20080528183146.64955f14@it.buh.tecnik93.com> Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=yes export NOPORTDOCS=yes export NOPORTEXAMPLES=yes export NOPORTDATA=yes ======================================== ===> Building package for py-gtk-0.6.11_3 tar: share/doc/py-gtk/MAPPING: Cannot stat: No such file or directory tar: share/examples/py-gtk/gl/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/gl/cone.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/gl/dots.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/gl/gears.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/glade/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/glade/glade.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/glade/test.glade: Cannot stat: No such file or directory tar: share/examples/py-gtk/glade/test2.glade: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/break.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/browse.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/continue.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/edit.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/edit.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/gtkcons.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/gtkdb.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/gtkprof.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/minibreak.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/next.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/pyide.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/quit.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/return.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/run.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/ide/step.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/imlib/view.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/TAppli.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/TAppli2.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/TAppli3.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/TAppli4.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/TAppli5.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/bomb.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/gtk-logo.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/notebook.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/neil/question.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/dnd.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/dndpixmap.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/hello1.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/hello2.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/scribble.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/simple1.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/simple2.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/tooltip1.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/simple/tooltip2.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/testgtk/README: Cannot stat: No such file or directory tar: share/examples/py-gtk/testgtk/test.xpm: Cannot stat: No such file or directory tar: share/examples/py-gtk/testgtk/testgtk.py: Cannot stat: No such file or directory tar: share/examples/py-gtk/testgtk/testgtkrc: 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/py-gtk-0.6.11_3.tbz Registering depends: libglade-0.17_8 gnome-db-0.2.96_9 libgda-0.2.96_9 bonobo-1.0.22_6 gnome-print-0.37_6 gnomecanvas-0.22.0_7 gnome-libs-1.4.2_11 esound-0.2.38 libaudiofile-0.2.6 gtkglarea-1.2.3_2 gdk-pixbuf-0.22.0_7 imlib-1.9.15_6 gconf-1.0.9_13 oaf-0.6.10_7 gtk-1.2.10_19 rarian-0.8.0 bash-3.2.39 getopt-1.1.4 ORBit-0.5.17_3 popt-1.7_4 guile-1.8.4_2 gettext-0.16.1_3 libxslt-1.1.24 libxml2-2.6.32 ghostscript-gpl-8.62_2 libiconv-1.11_1 gdbm-1.8.3_3 glib-1.2.10_12 libltdl-1.5.24 libGLU-7.0.3 libXmu-1.0.3,1 libXpm-3.5.7 libXt-1.0.5_1 libungif-4.1.4_5 libSM-1.0.3_1,1 libICE-1.0.4_1,1 libGL-7.0.3 libXdamage-1.1.1 libXfixes-4.0.3_1 libXxf86vm-1.0.1 libXi-1.1.3,1 libXext-1.0.3,1 libX11-1.1.3_1,1 libXau-1.0.3_2 libXdmcp-1.0.2_1 xproto-7.0.10_1 libxml-1.8.17_4 fontconfig-2.5.0,1 freetype2-2.3.5 pkg-config-0.23_1 tiff-3.8.2_1 jpeg-6b_4 libdrm-2.3.0 png-1.2.28 perl-5.8.8_1 py25-numeric-24.2 python25-2.5.2_2 libgmp-4.2.2 gnomehier-2.3_10 gsfonts-8.11_4 docbook-sk-4.1.2_4 docbook-xsl-1.71.1_2 docbook-xml-4.2_1 expat-2.0.1 sdocbook-xml-1.1,1 xmlcatmgr-2.2 damageproto-1.1.0_2 fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 xextproto-7.0.2 xf86vidmodeproto-2.2.2. Registering conflicts: py*-gtk-2* py*-gobject-[0-9]*. Creating bzip'd tar ball in '/tmp/packages/All/py-gtk-0.6.11_3.tbz' *** Error code 1 Stop in /a/ports/x11-toolkits/py-gtk. ================================================================ build of /usr/ports/x11-toolkits/py-gtk ended at Wed May 28 15:19:17 UTC 2008 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080528/c955fd29/signature.pgp From mezz7 at cox.net Wed May 28 15:54:36 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 28 15:54:39 2008 Subject: Compile error on: devel/ORBit2 In-Reply-To: <483D65A1.3090903@pcbsd.com> References: <483D65A1.3090903@pcbsd.com> Message-ID: On Wed, 28 May 2008 09:01:05 -0500, Kris Moore wrote: > > Having some trouble here getting Orbit2 to compile on a 7-Stable system: > > > ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL > -I../../../s > rc/idl/CORBA -I../../../src/idl/misc -I../../../src/idl/interop -I. > -D_PRE_3_0_C > OMPILER_ --noskels --nodefskels --nostubs --noidata --noheaders > --define=Object= > OObject --define=TypeCode=TTypeCode --showcpperrors --deps > ../../../include/orbi > t/orb-core/.deps/orbit-interface.idl.P > ../../../include/orbit/orb-core/../../../ > src/orb/orb-core/orbit-interface.idl > orbit-idl-2 2.14.12 compiling > mode, show preprocessor errors, passes: common > > Processing file > ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit- > interface.idl > cc1: note: obsolete option -I- used, please use -iquote instead > ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl:15 > : Error: `TTypeCode' undeclared identifier > > ** (orbit-idl-2:73495): WARNING **: > ../../../include/orbit/orb-core/../../../src > /orb/orb-core/orbit-interface.idl compilation failed > gmake[4]: *** [../../../include/orbit/orb-core/orbit-interface.h] Error 1 > gmake[4]: Leaving directory > `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb > /orb-core' > gmake[3]: *** [install] Error 2 > gmake[3]: Leaving directory > `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb > /orb-core' > gmake[2]: *** [install-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb > ' > gmake[1]: *** [install-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src' > gmake: *** [install-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/devel/ORBit2. > > > Any ideas? No idea, but I have found in about it in google (third link of result, first page). http://bugs.gentoo.org/109681 Did you custom the CPUTYPE, CFLAG and -jN? 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 May 28 15:55:40 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 28 15:55:45 2008 Subject: Compile error on: devel/ORBit2 In-Reply-To: References: <483D65A1.3090903@pcbsd.com> Message-ID: On Wed, 28 May 2008 10:56:46 -0500, Jeremy Messenger wrote: > On Wed, 28 May 2008 09:01:05 -0500, Kris Moore wrote: > >> >> Having some trouble here getting Orbit2 to compile on a 7-Stable system: >> >> >> ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL >> -I../../../s >> rc/idl/CORBA -I../../../src/idl/misc -I../../../src/idl/interop -I. >> -D_PRE_3_0_C >> OMPILER_ --noskels --nodefskels --nostubs --noidata --noheaders >> --define=Object= >> OObject --define=TypeCode=TTypeCode --showcpperrors --deps >> ../../../include/orbi >> t/orb-core/.deps/orbit-interface.idl.P >> ../../../include/orbit/orb-core/../../../ >> src/orb/orb-core/orbit-interface.idl >> orbit-idl-2 2.14.12 compiling >> mode, show preprocessor errors, passes: common >> >> Processing file >> ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit- >> interface.idl >> cc1: note: obsolete option -I- used, please use -iquote instead >> ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl:15 >> : Error: `TTypeCode' undeclared identifier >> >> ** (orbit-idl-2:73495): WARNING **: >> ../../../include/orbit/orb-core/../../../src >> /orb/orb-core/orbit-interface.idl compilation failed >> gmake[4]: *** [../../../include/orbit/orb-core/orbit-interface.h] Error >> 1 >> gmake[4]: Leaving directory >> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >> /orb-core' >> gmake[3]: *** [install] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >> /orb-core' >> gmake[2]: *** [install-recursive] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >> ' >> gmake[1]: *** [install-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src' >> gmake: *** [install-recursive] Error 1 >> *** Error code 2 >> >> Stop in /usr/ports/devel/ORBit2. >> >> >> Any ideas? > > No idea, but I have found in about it in google (third link of result, > first page). > > http://bugs.gentoo.org/109681 > > Did you custom the CPUTYPE, CFLAG and -jN? BTW: Is your clock in sync? > Cheers, > Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From kris at pcbsd.com Wed May 28 16:41:55 2008 From: kris at pcbsd.com (Kris Moore) Date: Wed May 28 16:42:03 2008 Subject: Compile error on: devel/ORBit2 In-Reply-To: References: <483D65A1.3090903@pcbsd.com> Message-ID: <483D8B51.7060603@pcbsd.com> Jeremy Messenger wrote: > On Wed, 28 May 2008 10:56:46 -0500, Jeremy Messenger wrote: > >> On Wed, 28 May 2008 09:01:05 -0500, Kris Moore wrote: >> >>> >>> Having some trouble here getting Orbit2 to compile on a 7-Stable system: >>> >>> >>> ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL >>> -I../../../s >>> rc/idl/CORBA -I../../../src/idl/misc -I../../../src/idl/interop -I. >>> -D_PRE_3_0_C >>> OMPILER_ --noskels --nodefskels --nostubs --noidata --noheaders >>> --define=Object= >>> OObject --define=TypeCode=TTypeCode --showcpperrors --deps >>> ../../../include/orbi >>> t/orb-core/.deps/orbit-interface.idl.P >>> ../../../include/orbit/orb-core/../../../ >>> src/orb/orb-core/orbit-interface.idl >>> orbit-idl-2 2.14.12 compiling >>> mode, show preprocessor errors, passes: common >>> >>> Processing file >>> ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit- >>> interface.idl >>> cc1: note: obsolete option -I- used, please use -iquote instead >>> ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl:15 >>> >>> : Error: `TTypeCode' undeclared identifier >>> >>> ** (orbit-idl-2:73495): WARNING **: >>> ../../../include/orbit/orb-core/../../../src >>> /orb/orb-core/orbit-interface.idl compilation failed >>> gmake[4]: *** [../../../include/orbit/orb-core/orbit-interface.h] >>> Error 1 >>> gmake[4]: Leaving directory >>> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >>> /orb-core' >>> gmake[3]: *** [install] Error 2 >>> gmake[3]: Leaving directory >>> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >>> /orb-core' >>> gmake[2]: *** [install-recursive] Error 1 >>> gmake[2]: Leaving directory >>> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src/orb >>> ' >>> gmake[1]: *** [install-recursive] Error 1 >>> gmake[1]: Leaving directory >>> `/usr/ports/devel/ORBit2/work/ORBit2-2.14.12/src' >>> gmake: *** [install-recursive] Error 1 >>> *** Error code 2 >>> >>> Stop in /usr/ports/devel/ORBit2. >>> >>> >>> Any ideas? >> >> No idea, but I have found in about it in google (third link of result, >> first page). >> >> http://bugs.gentoo.org/109681 >> >> Did you custom the CPUTYPE, CFLAG and -jN? > > BTW: Is your clock in sync? > >> Cheers, >> Mezz > > No custom build flags, but I think this may be a clock issue. I just noticed that the date is off by a few days, and others have reported problems compiling with a out-of-sync clock as well. I'll setup ntpd and try again. Thanks! -- Kris Moore PC-BSD Software http://www.pcbsd.com From mezz7 at cox.net Wed May 28 16:42:31 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 28 16:42:37 2008 Subject: recent evolution upgrade broke mails with meeting requests In-Reply-To: <1211977008.26709.14.camel@localhost> References: <1211977008.26709.14.camel@localhost> Message-ID: On Wed, 28 May 2008 07:16:48 -0500, Vladimir Grebenschikov wrote: > Hi > > Meeting requests are no more shows as active elements with buttons. > > They are shown as usual messages withaout buttons , , > etc. > > Same time other's responses on meeting requests are shown as usual (with > button ). > > I've tried with clean .evolution - same result. > > Any ideas what happens and how to fix ? No idea, just a guess.. Did you tweak BDB? 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 May 28 16:51:56 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 28 16:52:01 2008 Subject: x11-toolkits/py-gtk: bad plist In-Reply-To: <20080528183146.64955f14@it.buh.tecnik93.com> References: <20080528183146.64955f14@it.buh.tecnik93.com> Message-ID: On Wed, 28 May 2008 10:31:46 -0500, Ion-Mihai Tetcu wrote: > Hi, > > > Bad plist (on 7-STABLE-amd64) with > export FORCE_PACKAGE=yes > export NOPORTDOCS=yes > export NOPORTEXAMPLES=yes > export NOPORTDATA=yes > > > ======================================== > ===> Building package for py-gtk-0.6.11_3 > tar: share/doc/py-gtk/MAPPING: Cannot stat: No such file or directory > tar: share/examples/py-gtk/gl/README: Cannot stat: No such file or > directory > tar: share/examples/py-gtk/gl/cone.py: Cannot stat: No such file or > directory > > Stop in /a/ports/x11-toolkits/py-gtk. > ================================================================ > build of /usr/ports/x11-toolkits/py-gtk ended at Wed May 28 15:19:17 UTC > 2008 > > > Thanks for your work on making FreeBSD better, Fixed, thanks for report! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From james at icionline.ca Wed May 28 16:54:52 2008 From: james at icionline.ca (James Earl) Date: Wed May 28 16:54:55 2008 Subject: Inkscape Message-ID: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> I'm having some problems with Inkscape crashing constantly. It seems to crash when I work with the Fill and stroke dialog going between solid and gradient fill. The same version of Inkscape under Mac OS X does not seem to have the same problem, so I'm wondering if it may be a FreeBSD specific port problem? When Inkscape crashes it does not give any debug info. Can anyone reproduce this? From mezz7 at cox.net Wed May 28 16:59:42 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 28 16:59:47 2008 Subject: Inkscape In-Reply-To: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> References: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> Message-ID: On Wed, 28 May 2008 11:26:08 -0500, James Earl wrote: > I'm having some problems with Inkscape crashing constantly. It seems > to crash when I work with the Fill and stroke dialog going between > solid and gradient fill. The same version of Inkscape under Mac OS X > does not seem to have the same problem, so I'm wondering if it may be > a FreeBSD specific port problem? > > When Inkscape crashes it does not give any debug info. Can anyone > reproduce this? Please follow http://www.freebsd.org/gnome/docs/bugging.html , thanks. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From akainazarov at megacom.kg Thu May 29 08:48:22 2008 From: akainazarov at megacom.kg (=?koi8-r?B?4dLT1MHOIPQuIOvBys7B2sHSz9f=?=) Date: Thu May 29 11:18:33 2008 Subject: I was getting this error Message-ID: console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed From arstan80 at mail.ru Thu May 29 10:07:59 2008 From: arstan80 at mail.ru (=?koi8-r?Q?=E1=D2=D3=D4=C1=CE_=CB=C1=CA=CE=C1=DA=C1=D2=CF=D7?=) Date: Thu May 29 11:18:47 2008 Subject: I was getting this error Message-ID: I was getting this error-help,help,help console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed ? ? ???? ???? - http://my.mail.ru/mail/arstan80/ From edwin at FreeBSD.org Thu May 29 11:48:16 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu May 29 11:48:22 2008 Subject: ports/124096: [patch] bsd.gnome.mk - gnomehack should take care of (prefix)/lib/pkgconfig Message-ID: <200805291148.m4TBmGTD003971@freefall.freebsd.org> Synopsis: [patch] bsd.gnome.mk - gnomehack should take care of (prefix)/lib/pkgconfig Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 29 11:48:16 UTC 2008 Responsible-Changed-Why: bsd.gnome.mk is gnome territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124096 From arstan80 at mail.ru Thu May 29 11:56:03 2008 From: arstan80 at mail.ru (=?koi8-r?Q?=E1=D2=D3=D4=C1=CE_=CB=C1=CA=CE=C1=DA=C1=D2=CF=D7?=) Date: Thu May 29 12:45:27 2008 Subject: I was getting this error Message-ID: I was getting this error-help,help,help console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed From Alexander at Leidinger.net Thu May 29 14:46:40 2008 From: Alexander at Leidinger.net (Alexander Leidinger) Date: Thu May 29 14:46:50 2008 Subject: totem and audacious no more plays sounds In-Reply-To: <1211800394.1568.58.camel@localhost> References: <1211800394.1568.58.camel@localhost> Message-ID: <20080529163557.0d330966@deskjail> Quoting Vladimir Grebenschikov (Mon, 26 May 2008 15:13:14 +0400): > Hi > > After one of recent upgrades (no more then two month ago) > native gnome players stop to play sounds. Nice to hear it's not only me (but I run gnome in a jail, so I wasn't sure I didn't forgot some configuration to make it work, and I hadn't time so far to check it). > They looks exactly as should, but no any sounds ... > > It is ok with mixer settings. > > And even more, esd-based programs still play sounds without problems > (esdplay, xmms, mplayer, vlc, etc). The same for me. > I am puzzled ? what may be wrong with it ? > > % cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at memory > 0xee400000 irq 17 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v > channels duplex default) > % It's not related to the soundcard you use. On my laptop it works, but there I have an older version of GNOME. Here's the list of packages on my broken system: (36) root@ttyp1 # ls /var/db/pkg ImageMagick-6.4.1.0 libgnomekbd-2.22.0_1 ORBit2-2.14.12 libgnomeprint-2.18.4_1 aalib-1.4.r5_4 libgnomeprintui-2.18.2_1 alacarte-0.11.5 libgnomeui-2.22.1_1 amspsfnt-1.0_5 libgpg-error-1.6 appres-1.0.1 libgphoto2-2.4.1 aspell-0.60.6_1 libgsf-1.14.8_1 at-spi-1.22.1_1 libgtkhtml-2.11.1_1 atk-1.22.0 libgtop-2.22.1_1 autoconf-2.61_2 libgweather-2.22.1.2 autoconf-wrapper-20071109 libiconv-1.11_1 automake-1.5_4,1 libid3tag-0.15.1b automake-1.6.3 libksba-1.0.2 automake-1.9.6_2 libltdl-1.5.24 automake-wrapper-20071109 libmad-0.15.1b_2 avahi-0.6.22 libmng-1.0.9 avahi-app-0.6.22_4 libmodplug-0.8.4 avahi-gtk-0.6.22 libmpeg2-0.4.1_4 bash-3.2.39 libmusicbrainz-2.1.5 bdftopcf-1.0.1 libnotify-0.4.4_1 beforelight-1.0.2 libogg-1.1.3,4 bigreqsproto-1.0.2 liboil-0.3.14 bison-2.3_3,1 liboldX-1.0.1 bitmap-1.0.3 liboobs-2.22.0 bitstream-vera-1.10_4 librsvg2-2.22.2_1 boehm-gc-6.8 libsexy-0.1.11 brasero-0.7.1_3 libshout-1.0.7 bug-buddy-2.22.0_1 libsigc++-2.2.2 cairo-1.4.14,1 libsoup-2.4.1 cairomm-1.4.8_2 libspectre-0.2.0 ccache-2.4_7 libtasn1-1.3 cdparanoia-3.9.8_8 libtheora-1.0.b2 cdrdao-1.2.2 libtool-1.5.24 cdrtools-2.01_6 libungif-4.1.4_5 cheese-2.22.1 libusb-0.1.12_2 cmpsfont-1.0_6 libvolume_id-0.81.0 compositeproto-0.4 libvorbis-1.2.0_1,3 consolekit-0.2.10 libwmf-0.2.8.4_2 curl-7.18.0 libwnck-2.22.1 damageproto-1.1.0_2 libwww-5.4.0_4 dasher-4.7.3,2 libxine-1.1.12 db41-4.1.25_4 libxkbfile-1.0.4 dbus-1.2.1 libxkbui-1.0.2_1 dbus-glib-0.74 libxklavier-3.5_1,1 deskbar-applet-2.22.1_1 libxml++-2.22.0 desktop-file-utils-0.15 libxml2-2.6.31 dirmngr-1.0.1_1 libxslt-1.1.22_1 djbfft-0.76_2 listres-1.0.1 dmidecode-2.9 liveMedia-2008.04.09,1 dmxproto-2.2.2 luit-1.0.2_2 docbook-3.1_2 lynx-2.8.6.5_2,1 docbook-4.1_3 lzmautils-4.32.5 docbook-sk-4.1.2_4 m4-1.4.9,1 docbook-utils-0.6.14_4 madplay-esound-0.15.2b docbook-xml-4.2_1 makedepend-1.0.1,1 docbook-xml-4.3 metacity-2.22.0_1 docbook-xml-4.4 mkcomposecache-1.2_1 docbook-xsl-1.71.1_2 mkfontdir-1.0.3_1 dri-7.0.3_1,2 mkfontscale-1.0.3 dsssl-docbook-modular-1.79_1,1 mono-1.2.5.1 dvd+rw-tools-7.1 monodoc-1.2.5 editres-1.0.3 mousetweaks-2.22.1 eel-2.22.1 mpeg2codec-1.2_3 ekiga-2.0.11_3 mpeg4ip-libmp4v2-1.6.1 enchant-1.4.0 mpfr-2.3.1 encodings-1.0.2,1 mplayer-0.99.11_4 eog-2.22.1_1 mplayer-skins-1.1.2_6 epiphany-2.22.1.1_1 nasm-2.02,1 esound-0.2.38 nautilus-2.22.2_2 evieext-1.0.2 nautilus-cd-burner-2.22.1_1 evince-2.22.1.1_1 ndesk-dbus-0.6.0 evolution-2.22.1.1 ndesk-dbus-glib-0.4.1 evolution-data-server-2.22.1.1 nmm-1.0.0_1 evolution-exchange-2.22.1.1 notification-daemon-0.3.7_2 evolution-webcal-2.21.92_1 nspr-4.7 exempi-1.99.9 nss-3.11.9_2 expat-2.0.1 oclock-1.0.1 faac-1.26_1 opal-2.2.11 faad2-2.6.1,1 openldap-client-2.3.41 fast-user-switch-applet-2.22.0_2 orca-2.22.1 ffmpeg-2007.10.04_4 p5-Authen-SASL-2.11 file-roller-2.22.2_1,1 p5-Compress-Raw-Zlib-2.009 firefox-2.0.0.14,1 p5-Compress-Zlib-2.009 fixesproto-4.0 p5-Digest-1.15 flac-1.2.1 p5-Digest-HMAC-1.01 font-adobe-100dpi-1.0.0_1 p5-Digest-MD5-2.36 font-adobe-75dpi-1.0.0 p5-Digest-SHA1-2.11 font-adobe-utopia-100dpi-1.0.1 p5-GSSAPI-0.26 font-adobe-utopia-75dpi-1.0.1 p5-HTML-Parser-3.56_1 font-adobe-utopia-type1-1.0.1 p5-HTML-Tagset-3.20 font-alias-1.0.1 p5-HTML-Tree-3.23 font-arabic-misc-1.0.0 p5-IO-Compress-Base-2.009 font-bh-100dpi-1.0.0 p5-IO-Compress-Zlib-2.009 font-bh-75dpi-1.0.0 p5-MIME-Base64-3.07 font-bh-lucidatypewriter-100dpi-1.0.0 p5-Net-1.22,1 font-bh-lucidatypewriter-75dpi-1.0.0 p5-Net-DBus-0.33.6 font-bh-ttf-1.0.0 p5-SGMLSpm-1.03 font-bh-type1-1.0.0 p5-Text-Iconv-1.7 font-bitstream-100dpi-1.0.0 p5-Tie-IxHash-1.21 font-bitstream-75dpi-1.0.0 p5-Time-HiRes-1.9712,1 font-bitstream-type1-1.0.0 p5-URI-1.36 font-cronyx-cyrillic-1.0.0 p5-XML-Filter-BufferText-1.01 font-cursor-misc-1.0.0 p5-XML-Grove-0.46.a font-daewoo-misc-1.0.0 p5-XML-Handler-YAWriter-0.23 font-dec-misc-1.0.0 p5-XML-LibXML-1.66000 font-ibm-type1-1.0.0 p5-XML-LibXML-Common-0.13 font-isas-misc-1.0.0 p5-XML-NamespaceSupport-1.09_1 font-jis-misc-1.0.0 p5-XML-Parser-2.36 font-micro-misc-1.0.0 p5-XML-SAX-0.16 font-misc-cyrillic-1.0.0 p5-XML-SAX-Expat-0.39 font-misc-ethiopic-1.0.0 p5-XML-SAX-Writer-0.50 font-misc-meltho-1.0.0_1 p5-XML-Simple-2.18 font-misc-misc-1.0.0 p5-XML-Twig-3.32 font-mutt-misc-1.0.0 p5-XML-XPath-1.13 font-schumacher-misc-1.0.0 p5-gettext-1.05_1 font-screen-cyrillic-1.0.1 p5-libwww-5.805 font-sony-misc-1.0.0 p5-libxml-0.08 font-sun-misc-1.0.0 p5-type1inst-0.6.1_5 font-util-1.0.1 pango-1.20.2 font-winitzki-cyrillic-1.0.0 pccts-1.33.33 font-xfree86-type1-1.0.0 pciids-20080312 fontcacheproto-0.1.2 pcre-7.6 fontconfig-2.5.0,1 perl-5.8.8_1 fontsproto-2.0.2 pixman-0.9.6 fonttosfnt-1.0.3 pkg-config-0.23_1 freetype2-2.3.5 pkgdb.db fslsfonts-1.0.1 png-1.2.28 fstobdf-1.0.2 policykit-0.8_1 fusefs-libs-2.7.2_1 policykit-gnome-0.8 gail-1.22.1_1 poppler-0.6.4 gamin-0.1.9_1 poppler-data-0.2.0 gawk-3.1.5_1 poppler-gtk-0.6.4 gcalctool-5.22.1_1,2 poppler-utils-0.6.4_2 gconf-editor-2.22.0_1,1 popt-1.7_4 gconf2-2.22.0 portaudit-0.5.12 gd-2.0.35,1 portupgrade-2.4.3_2,2 gdbm-1.8.3_3 printproto-1.0.3 gdm-2.20.5 pth-2.0.7 gedit-2.22.1_1 pwlib-1.12.0_3,1 getopt-1.1.4 py25-cairo-1.4.0_1 gettext-0.16.1_3 py25-dbus-0.82.4 ggz-client-libs-0.0.14.1 py25-elementtree-1.2.6 ghostscript-gpl-8.61_5 py25-gdata-1.0.11.1 ghostscript-gpl-nox11-8.61_5 py25-gnome-2.22.0 gio-fam-backend-2.16.3 py25-gnome-desktop-2.22.0 gle-3.1.0_1 py25-gobject-2.14.1 glib-2.16.3 py25-gstreamer-0.10.11 glibmm-2.16.2,1 py25-gtk-2.12.1 glproto-1.4.8 py25-libxml2-2.6.31 gmake-3.81_2 py25-numeric-24.2 gmime-2.2.18 py25-orbit-2.14.3 gmime-sharp-2.2.18 py25-xml-0.8.4 gnome-applets-2.22.1_2 python25-2.5.2_2 gnome-audio-2.22.1_1 qdbm-1.8.77_1 gnome-backgrounds-2.22.0 randrproto-1.2.1 gnome-control-center-2.22.1_2 rarian-0.8.0 gnome-desktop-2.22.1 recordproto-1.13.2 gnome-doc-utils-0.12.2 renderproto-0.9.3 gnome-games-2.22.1.1_1 resourceproto-1.0.2 gnome-icon-theme-2.22.0 rgb-1.0.1 gnome-keyring-2.22.1 rstart-1.0.2 gnome-mag-0.14.10_1 ruby-1.8.6.111_2,1 gnome-media-2.22.0 ruby18-bdb-0.6.2 gnome-menus-2.22.1 ruby18-deplate-0.8.1 gnome-mime-data-2.18.0_2 samba-libsmbclient-3.0.28a gnome-mount-0.8_1 screen-4.0.3_1 gnome-netstatus-2.12.1_6 scripts-1.0.1 gnome-nettool-2.22.0,1 scrnsaverproto-1.1.0 gnome-panel-2.22.1.3 sdl-1.2.13_1,2 gnome-power-manager-2.22.1_1 sdocbook-xml-1.1,1 gnome-screensaver-2.22.2_1 seahorse-2.22.1_3 gnome-session-2.22.1.1 sessreg-1.0.3 gnome-settings-daemon-2.22.1 setxkbmap-1.0.4 gnome-sharp-2.16.0_4 shared-mime-info-0.23_1 gnome-speech-0.4.19 showfont-1.0.1_1 gnome-spell-1.0.8_1 smproxy-1.0.2 gnome-system-monitor-2.22.1_1 sound-juicer-2.22.0_2 gnome-system-tools-2.22.0_1 speex-1.2.b2,1 gnome-terminal-2.22.1_1 sqlite3-3.5.6 gnome-themes-2.22.0 startup-notification-0.9_2 gnome-user-docs-2.22.0_1 swfdec-0.6.0_1 gnome-utils-2.20.0.1_1,1 swfdec-gnome-2.22.2 gnome-vfs-2.22.0_1 system-tools-backends-2.6.0 gnome-volume-manager-2.22.5 t1lib-5.1.2,1 gnome2-2.22.1 taglib-1.4_2 gnome_subr-1.0 teTeX-base-3.0_13 gnomehier-2.3_10 teTeX-texmf-3.0_5 gnupg-2.0.9 tex-texmflocal-1.9 gnutls-2.2.2 texi2html-1.76_1,1 gok-1.3.7_1,1 tiff-3.8.2_1 gpac-libgpac-0.4.4,1 tomboy-0.10.0 gpgme-1.1.5 totem-2.22.2 gsfonts-8.11_4 totem-pl-parser-2.22.2 gsm-1.0.12 tracker-0.6.6_1 gstreamer-0.10.19 tracker-client-0.6.6_4 gstreamer-ffmpeg-0.10.3_1 tracker-libtrackergtk-0.6.6_4 gstreamer-plugins-0.10.19,3 trapproto-3.4.3 gstreamer-plugins-a52dec-0.10.7_2,3 twm-1.0.3_3 gstreamer-plugins-bad-0.10.7_2,3 unzip-5.52_5 gstreamer-plugins-cdparanoia-0.10.19,3 v4l_compat-1.0.20060801 gstreamer-plugins-core-0.10_9 vcdimager-0.7.23_4 gstreamer-plugins-dts-0.10.7_2,3 videoproto-2.2.2 gstreamer-plugins-dvd-0.10.7_2,3 viewres-1.0.1 gstreamer-plugins-esound-0.10.8_2,3 vinagre-0.5.1_1 gstreamer-plugins-flac-0.10.8_3,3 vino-2.22.1_1 gstreamer-plugins-gconf-0.10.8_2,3 vte-0.16.13_1 gstreamer-plugins-gio-0.10.19,3 w3m-0.5.2_1 gstreamer-plugins-good-0.10.8,3 wavpack-4.41.0 gstreamer-plugins-hal-0.10.8_2,3 win32-codecs-3.1.0.r1,1 gstreamer-plugins-libpng-0.10.8_2,3 wv-1.2.4_1 gstreamer-plugins-mad-0.10.7_2,3 x11perf-1.4.1 gstreamer-plugins-mp3-0.10.0 x264-0.0.20080409_1 gstreamer-plugins-mpeg2dec-0.10.7_2,3 xauth-1.0.2 gstreamer-plugins-ogg-0.10.19,3 xbacklight-1.1 gstreamer-plugins-pango-0.10.19,3 xbiff-1.0.1 gstreamer-plugins-soup-0.10.8_2,3 xbitmaps-1.0.1 gstreamer-plugins-theora-0.10.19,3 xcalc-1.0.2 gstreamer-plugins-ugly-0.10.7_3,3 xclipboard-1.0.1 gstreamer-plugins-vorbis-0.10.19,3 xclock-1.0.3 gstreamer-plugins-xvid-0.10.7_2,3 xcmiscproto-1.1.2 gtar-1.20 xcmsdb-1.0.1 gtk-2.12.9_3 xconsole-1.0.3 gtk-engines2-2.14.1 xcursor-themes-1.0.1_1 gtk-murrine-engine-0.52_1 xcursorgen-1.0.2 gtk-murrine-themes-0.3_1 xdbedizzy-1.0.2 gtk-sharp-2.10.2_1 xdg-utils-1.0.2_2 gtk-vnc-0.3.5_1 xditview-1.0.1 gtkhtml3-3.18.1 xdm-1.1.6_3 gtkmm-2.12.7 xdpyinfo-1.0.2_1 gtksourceview-1.8.5_3 xdriinfo-1.0.2 gtksourceview2-2.2.1_1 xedit-1.0.2 gtkspell-2.0.11_6 xev-1.0.2 gucharmap-2.22.1_1 xextproto-7.0.2 guile-1.8.4_2 xeyes-1.0.1 gvfs-0.2.3_3 xf86-input-keyboard-1.2.2_1 hal-0.5.11.r2_8 xf86-input-mouse-1.2.3_1 hal-info-20080317 xf86-video-ati-6.8.0_1 help2man-1.36.4_1 xf86-video-vesa-1.3.0_1 hicolor-icon-theme-0.10_2 xf86-video-vga-4.1.0_1 iceauth-1.0.2 xf86bigfontproto-1.1.2 ico-1.0.2 xf86dga-1.0.2 icon-naming-utils-0.8.6 xf86dgaproto-2.0.3 imlib2-1.4.1.000,2 xf86driproto-2.0.3 inputproto-1.4.2.1 xf86miscproto-0.9.2 intltool-0.37.1 xf86rushproto-1.1.2 iso-codes-2.0 xf86vidmodeproto-2.2.2 iso8879-1986_2 xfd-1.0.1 jade-1.2.1_9 xfindproxy-1.0.1 jadetex-3.13_2 xfontsel-1.0.2 jasper-1.900.1_6 xfs-1.0.5_1,1 jbigkit-1.6 xfsinfo-1.0.1 jpeg-6b_4 xfwp-1.0.1 kbproto-1.0.3 xgamma-1.0.2 lame-3.97_1 xgc-1.0.1 lcms-1.17,1 xhost-1.0.2 libFS-1.0.0_1 xine-0.99.5 libGL-7.0.3 xineramaproto-1.1.2 libGLU-7.0.3 xinit-1.0.7 libICE-1.0.4_1,1 xkbcomp-1.0.3 libIDL-0.8.10 xkbevd-1.0.2 libSM-1.0.3_1,1 xkbprint-1.0.1 libX11-1.1.3_1,1 xkbutils-1.0.1_1 libXScrnSaver-1.1.2 xkeyboard-config-1.2 libXTrap-1.0.0 xkill-1.0.1 libXau-1.0.3_2 xload-1.0.2 libXaw-1.0.4_1,1 xlogo-1.0.1 libXcomposite-0.4.0,1 xlsatoms-1.0.1 libXcursor-1.1.9_1 xlsclients-1.0.1 libXdamage-1.1.1 xlsfonts-1.0.2 libXdmcp-1.0.2_1 xmag-1.0.2 libXevie-1.0.2 xman-1.0.3 libXext-1.0.3,1 xmessage-1.0.2 libXfixes-4.0.3_1 xmlcatmgr-2.2 libXfont-1.3.1_3,1 xmodmap-1.0.3 libXfontcache-1.0.4 xmore-1.0.1 libXft-2.1.12 xorg-7.3_1 libXi-1.1.3,1 xorg-apps-7.3 libXinerama-1.0.2,1 xorg-docs-1.4,1 libXmu-1.0.3,1 xorg-drivers-7.3_1 libXp-1.0.0,1 xorg-fonts-100dpi-7.3 libXpm-3.5.7 xorg-fonts-7.3_1 libXprintAppUtil-1.0.1 xorg-fonts-75dpi-7.3 libXprintUtil-1.0.1 xorg-fonts-cyrillic-7.3 libXrandr-1.2.2_1 xorg-fonts-miscbitmaps-7.3 libXrender-0.9.4_1 xorg-fonts-truetype-7.3 libXres-1.0.3_3 xorg-fonts-type1-7.3 libXt-1.0.5_1 xorg-libraries-7.3_2 libXtst-1.0.3_1 xorg-protos-7.3_2 libXv-1.0.3_1,1 xorg-server-1.4_8,1 libXvMC-1.0.4_1 xorg-vfbserver-1.4_1,1 libXxf86dga-1.0.2 xphelloworld-1.0.1_1 libXxf86misc-1.0.1 xplsprinters-1.0.1 libXxf86vm-1.0.1 xpr-1.0.2 liba52-0.7.4_1 xprehashprinterlist-1.0.1 libao-0.8.8_1 xprop-1.0.3 libart_lgpl-2.3.20,1 xproto-7.0.10_1 libassuan-1.0.4 xproxymanagementprotocol-1.0.2 libaudiofile-0.2.6 xrandr-1.2.2 libbonobo-2.22.0 xrdb-1.0.4 libbonoboui-2.22.0_1 xrefresh-1.0.2 libcddb-1.3.0 xrx-1.0.1_1 libcdio-0.78.2_1 xscreensaver-gnome-hacks-4.24_2 libcroco-0.6.1 xset-1.0.3 libdaemon-0.12 xsetmode-1.0.0 libdca-0.0.5 xsetpointer-1.0.1 libdmx-1.0.2_1 xsetroot-1.0.2 libdrm-2.3.0 xsm-1.0.1 libdvdcss-1.2.9_2 xstdcmap-1.0.1 libdvdnav-0.1.10_3 xterm-234 libdvdread-0.9.7_3 xtrans-1.0.4 libexif-0.6.15 xtrap-1.0.2 libfame-0.9.1_2 xvid-1.1.3,1 libfontenc-1.0.4 xvidtune-1.0.1 libfpx-1.2.0.12_1 xvinfo-1.0.2 libgail-gnome-1.20.0_1 xwd-1.0.1 libgcrypt-1.4.1 xwininfo-1.0.3 libggz-0.0.14.1_3 xwud-1.0.1 libglade2-2.6.2 yasm-0.6.2 libglut-7.0.1_1 yelp-2.22.1 libgmp-4.2.2 zenity-2.22.1 libgnome-2.22.0 zip-2.32 libgnomecanvas-2.20.1.1_1 zsh-4.3.6 And here from the laptop where it works: (1) netchild@ttyp0 % ls /var/db/pkg ImageMagick-6.3.6.9 libvorbis-1.2.0_1,3 ORBit2-2.14.12 libwmf-0.2.8.4_2 aalib-1.4.r5_4 libwnck-2.22.1 acroread7-7.0.9_2,1 libwww-5.4.0_4 acroreadwrapper-0.0.20071020 libxine-1.1.11_2 agrep-2.04_1 libxkbfile-1.0.4 amspsfnt-1.0_5 libxkbui-1.0.2_1 apache-1.3.41 libxklavier-3.5,1 appres-1.0.1 libxml++-2.22.0 aspell-0.60.5_2 libxml2-2.6.31 atk-1.22.0 libxslt-1.1.22_1 autoconf-2.13.000227_6 linc-1.0.3_6 autoconf-2.61_2 linux-atk-1.9.1 autoconf-wrapper-20071109 linux-cairo-1.0.2 automake-1.4.6_4 linux-expat-1.95.8 automake-1.5_4,1 linux-fontconfig-2.2.3_7 automake-1.6.3 linux-glib2-2.6.6 automake-1.9.6_2 linux-gtk2-2.6.10 automake-wrapper-20071109 linux-jpeg-6b.34 avahi-0.6.22 linux-libsigc-2.0.17 avahi-app-0.6.22_4 linux-nero-3.0.0.0 avahi-libdns-0.6.22 linux-pango-1.10.2 bash-3.2.33 linux-png-1.2.8_2 bdftopcf-1.0.1 linux-realplayer-10.0.9.809.20070726 beforelight-1.0.2 linux-tiff-3.7.1 bigreqsproto-1.0.2 linux-xorg-libs-6.8.2_5 bison-2.3_3,1 linux_base-fc-4_10 bitmap-1.0.3 linux_dri-7.0 bitstream-vera-1.10_4 listres-1.0.1 cairo-1.4.14,1 liveMedia-2008.04.03,1 cairomm-1.4.8_2 luit-1.0.2_2 cdparanoia-3.9.8_8 lynx-2.8.6.5_2,1 cdrdao-1.2.2 m4-1.4.9,1 cdrtools-2.01_6 madplay-esound-0.15.2b cm-super-0.3.3_1 makedepend-1.0.1,1 cmpsfont-1.0_6 metacity-2.22.0 compositeproto-0.4 metacity-ana-theme-0.11_6 consolekit-0.2.10 mkcomposecache-1.2_1 cups-base-1.3.7 mkfontdir-1.0.3_1 cups-pstoraster-8.15.4_1 mkfontscale-1.0.3 curl-7.16.3_1 mono-1.2.5.1 cyrus-sasl-2.1.22 monodoc-1.2.5 damageproto-1.1.0_2 mpeg2codec-1.2_3 db4-4.0.14_1,1 mpeg4ip-libmp4v2-1.6.1 db41-4.1.25_4 mplayer-0.99.11_3 dbus-1.1.20 mplayer-fonts-0.50 dbus-glib-0.74 mplayer-skins-1.1.2_6 de-ding-1.5_2 nasm-0.98.39,1 desktop-file-utils-0.15 nautilus-2.22.2_1 dia-gnome-0.96.1_4,1 nautilus-cd-burner-2.22.1 djbfft-0.76_2 ndesk-dbus-0.6.0 dmidecode-2.9 ndesk-dbus-glib-0.4.1 dmxproto-2.2.2 notification-daemon-0.3.7_1 docbook-4.1_3 nspr-4.7 docbook-sk-4.1.2_4 nss-3.11.9_2 docbook-xml-4.2_1 oclock-1.0.1 docbook-xml-4.3 open-motif-2.2.3_5 docbook-xml-4.4 openldap-client-2.3.41 docbook-xsl-1.71.1_2 p5-Authen-SASL-2.10_1 doxygen-1.5.5 p5-Compress-Raw-Zlib-2.008 dri-7.0.1,2 p5-Compress-Zlib-2.008 dvd+rw-tools-7.0 p5-Digest-1.15 dvipsk-tetex-5.95a_2 p5-Digest-HMAC-1.01 editres-1.0.3 p5-Digest-MD5-2.36 eel-2.22.1 p5-Digest-SHA1-2.11 enchant-1.3.0 p5-GSSAPI-0.26 encodings-1.0.2,1 p5-HTML-Parser-3.56_1 eog-2.22.1 p5-HTML-Tagset-3.20 epiphany-2.22.1.1 p5-HTML-Tree-3.23 esound-0.2.38 p5-IO-Compress-Base-2.008 evieext-1.0.2 p5-IO-Compress-Zlib-2.008 evince-2.22.1 p5-MIME-Base64-3.07 evolution-2.22.1 p5-Net-1.22,1 evolution-data-server-2.22.1 p5-Net-DBus-0.33.6 expat-2.0.0_1 p5-Test-Harness-3.10 faac-1.26_1 p5-Test-Simple-0.78 file-roller-2.22.1,1 p5-Text-Iconv-1.7 firefox-2.0.0.13,1 p5-Tie-IxHash-1.21 fixesproto-4.0 p5-Time-HiRes-1.9712,1 flac-1.2.1 p5-URI-1.36 font-adobe-100dpi-1.0.0_1 p5-XML-Filter-BufferText-1.01 font-adobe-75dpi-1.0.0 p5-XML-Grove-0.46.a font-adobe-utopia-100dpi-1.0.1 p5-XML-Handler-YAWriter-0.23 font-adobe-utopia-75dpi-1.0.1 p5-XML-LibXML-1.66000 font-adobe-utopia-type1-1.0.1 p5-XML-LibXML-Common-0.13 font-alias-1.0.1 p5-XML-NamespaceSupport-1.09_1 font-arabic-misc-1.0.0 p5-XML-Parser-2.36 font-bh-100dpi-1.0.0 p5-XML-SAX-0.16 font-bh-75dpi-1.0.0 p5-XML-SAX-Expat-0.39 font-bh-lucidatypewriter-100dpi-1.0.0 p5-XML-SAX-Writer-0.50 font-bh-lucidatypewriter-75dpi-1.0.0 p5-XML-Simple-2.18 font-bh-ttf-1.0.0 p5-XML-Twig-3.32 font-bh-type1-1.0.0 p5-XML-XPath-1.13 font-bitstream-100dpi-1.0.0 p5-gettext-1.05_1 font-bitstream-75dpi-1.0.0 p5-libwww-5.805 font-bitstream-type1-1.0.0 p5-libxml-0.08 font-cronyx-cyrillic-1.0.0 p5-type1inst-0.6.1_5 font-cursor-misc-1.0.0 pango-1.20.0 font-daewoo-misc-1.0.0 pccts-1.33.33 font-dec-misc-1.0.0 pciids-20080312 font-ibm-type1-1.0.0 pcre-7.6 font-isas-misc-1.0.0 perl-5.8.8_1 font-jis-misc-1.0.0 pidgin-2.4.1 font-micro-misc-1.0.0 pixman-0.9.6 font-misc-cyrillic-1.0.0 pkg-config-0.23_1 font-misc-ethiopic-1.0.0 pkgdb.db font-misc-meltho-1.0.0_1 pkgdb.fixme font-misc-misc-1.0.0 png-1.2.25 font-mutt-misc-1.0.0 policykit-0.7_5 font-schumacher-misc-1.0.0 policykit-gnome-0.7_3 font-screen-cyrillic-1.0.1 poppler-0.6.4 font-sony-misc-1.0.0 poppler-data-0.2.0 font-sun-misc-1.0.0 poppler-gtk-0.6.4 font-util-1.0.1 popt-1.7_4 font-winitzki-cyrillic-1.0.0 portaudio-18.1_2 font-xfree86-type1-1.0.0 portmaster-2.2 fontcacheproto-0.1.2 portupgrade-2.4.3_2,2 fontconfig-2.5.0,1 printproto-1.0.3 fontsproto-2.0.2 py25-cairo-1.4.0_1 fonttosfnt-1.0.3 py25-dbus-0.82.4 freetype2-2.3.5 py25-gimp-app-2.4.5 fribidi-0.10.9 py25-gnome-2.22.0 fslsfonts-1.0.1 py25-gobject-2.14.1 fstobdf-1.0.2 py25-gtk-2.12.1 fusefs-kmod-0.3.9.p1.20080208 py25-libxml2-2.6.31 fusefs-libs-2.7.2_1 py25-numeric-24.2 gail-1.22.1 py25-orbit-2.14.3 gal2-2.5.3_4 py25-xml-0.8.4 gamin-0.1.9_1 pyrex-0.9.6.4 gawk-3.1.5_1 python-2.5,2 gcalctool-5.22.1,2 python25-2.5.2_1 gccmakedep-1.0.2 qmake-3.3.8_1 gconf-editor-2.22.0,1 qt-3.3.8_6 gconf2-2.22.0 randrproto-1.2.1 gd-2.0.35,1 rarian-0.8.0 gdbm-1.8.3_3 recordproto-1.13.2 gdm-2.20.5 renderproto-0.9.3 gedit-2.22.1 resourceproto-1.0.2 getopt-1.1.4 rgb-1.0.1 gettext-0.16.1_3 rhythmbox-0.10.1_7 ggv-2.12.0_2 rpm-3.0.6_13 ghostscript-gpl-8.61_4 rpm2cpio-1.2_2 gimp-2.4.5,2 rstart-1.0.2 gimp-app-2.4.5,1 rsync-3.0.1 gimp-gutenprint-5.1.7 rtc-2004.02.24.1_8 gio-fam-backend-2.16.3 ruby-1.8.6.111_2,1 gle-3.1.0_1 ruby18-bdb-0.6.2 glib-1.2.10_12 ruby18-deplate-0.8.1 glib-2.16.3 samba-libsmbclient-3.0.28 glibmm-2.16.1,1 screen-4.0.3_1 glproto-1.4.8 scripts-1.0.1 gmake-3.81_2 scrnsaverproto-1.1.0 gmime-2.2.15 sdl-1.2.13_1,2 gmime-sharp-2.2.15 sdocbook-xml-1.1,1 gnome-applets-2.22.1_1 sessreg-1.0.3 gnome-audio-2.22.1 setxkbmap-1.0.4 gnome-control-center-2.22.1 shared-mime-info-0.23_1 gnome-desktop-2.22.1 showfont-1.0.1_1 gnome-doc-utils-0.12.2 silc-toolkit-1.0.2 gnome-icon-theme-2.22.0 skype-1.4.0.118_3,1 gnome-keyring-2.22.1 slides-3.3.1 gnome-media-2.22.0 smartmontools-5.38 gnome-menu-editor-0.6_5 smproxy-1.0.2 gnome-menus-2.22.1 speex-1.2.b2,1 gnome-mime-data-2.18.0_2 sqlite3-3.5.6 gnome-mount-0.7_5 startup-notification-0.9_1 gnome-netstatus-2.12.1_4 svgalib-1.4.3_5 gnome-panel-2.22.1.1 system-tools-backends-2.6.0 gnome-screensaver-2.22.2 t1lib-5.1.2,1 gnome-session-2.22.1 tcl-8.4.18,1 gnome-settings-daemon-2.22.1 teTeX-3.0_2 gnome-sharp-2.16.0_4 teTeX-base-3.0_12 gnome-spell-1.0.8 teTeX-texmf-3.0_5 gnome-system-monitor-2.22.0 tex-texmflocal-1.9 gnome-system-tools-2.22.0 texi2html-1.76_1,1 gnome-terminal-2.22.1 texinfo-4.8_5 gnome-themes-2.22.0 tiff-3.8.2_1 gnome-themes-extras-2.22.0 tk-8.4.18,2 gnome-user-docs-2.22.0 tmake-1.7_3 gnome-utils-2.20.0.1,1 tomboy-0.10.0 gnome-vfs-2.22.0 totem-2.22.0_1 gnome_subr-1.0 totem-pl-parser-2.22.2 gnomehier-2.3_10 trapproto-3.4.3 gnutls-2.2.2 twm-1.0.3_3 gpac-libgpac-0.4.4,1 unzip-5.52_5 graphviz-2.18_1 urwfonts-1.0_3 gsfonts-8.11_4 v4l_compat-1.0.20060801 gstreamer-0.10.19 vcdimager-0.7.23_4 gstreamer-ffmpeg-0.10.3 videoproto-2.2.2 gstreamer-plugins-0.10.19,3 viewres-1.0.1 gstreamer-plugins-a52dec-0.10.7_2,3 vte-0.16.13 gstreamer-plugins-bad-0.10.6_2,3 wavpack-4.41.0 gstreamer-plugins-cdparanoia-0.10.19,3 win32-codecs-3.1.0.r1,1 gstreamer-plugins-core-0.10_9 wml-2.1.a2_1 gstreamer-plugins-dts-0.10.6_2,3 x11perf-1.4.1 gstreamer-plugins-dvd-0.10.7_2,3 x264-0.0.20070913 gstreamer-plugins-esound-0.10.7_2,3 xanim-2.92.0_2 gstreamer-plugins-flac-0.10.7_3,3 xauth-1.0.2 gstreamer-plugins-gconf-0.10.7_2,3 xbacklight-1.1 gstreamer-plugins-gnomevfs-0.10.19,3 xbiff-1.0.1 gstreamer-plugins-good-0.10.7_2,3 xbitmaps-1.0.1 gstreamer-plugins-hal-0.10.7_2,3 xcalc-1.0.2 gstreamer-plugins-jpeg-0.10.7_2,3 xclipboard-1.0.1 gstreamer-plugins-libpng-0.10.7_2,3 xclock-1.0.3 gstreamer-plugins-mad-0.10.7_2,3 xcmiscproto-1.1.2 gstreamer-plugins-mp3-0.10.0 xcmsdb-1.0.1 gstreamer-plugins-mpeg2dec-0.10.7_2,3 xconsole-1.0.3 gstreamer-plugins-ogg-0.10.19,3 xcursor-themes-1.0.1_1 gstreamer-plugins-pango-0.10.19,3 xcursorgen-1.0.2 gstreamer-plugins-theora-0.10.19,3 xdbedizzy-1.0.2 gstreamer-plugins-ugly-0.10.7_3,3 xditview-1.0.1 gstreamer-plugins-vorbis-0.10.19,3 xdm-1.1.6_3 gstreamer-plugins-xvid-0.10.6_2,3 xdpyinfo-1.0.2_1 gtar-1.19 xdriinfo-1.0.2 gtk-1.2.10_18 xdvik-tetex-22.84.10_2 gtk-2.12.9_1 xearth-1.1_2 gtk-engines2-2.14.1 xedit-1.0.2 gtk-murrine-engine-0.52_1 xev-1.0.2 gtk-murrine-themes-0.3_1 xextproto-7.0.2 gtk-sharp-2.10.2_1 xeyes-1.0.1 gtkhtml3-3.18.1 xf86-input-acecad-1.2.1 gtkmm-2.12.7 xf86-input-calcomp-1.1.1 gtkpool-0.5.0_2 xf86-input-citron-2.2.1 gtksourceview-1.8.5_2 xf86-input-digitaledge-1.1.0 gtksourceview2-2.2.1 xf86-input-dmc-1.1.1 gtkspell-2.0.11_5 xf86-input-dynapro-1.1.1 gucharmap-2.22.1 xf86-input-elo2300-1.1.1 gutenprint-5.1.7 xf86-input-elographics-1.1.0 gutenprint-base-5.1.7 xf86-input-fpit-1.1.0 gutenprint-cups-5.1.7_2 xf86-input-hyperpen-1.1.0 gutenprint-ijs-5.1.7 xf86-input-jamstudio-1.1.0 gvfs-0.2.3 xf86-input-joystick-1.2.3 hal-0.5.11.r2_5 xf86-input-keyboard-1.2.2_1 help2man-1.36.4_1 xf86-input-magellan-1.1.1 hicolor-icon-theme-0.10_2 xf86-input-magictouch-1.0.0.5_1 httptunnel-3.3_1 xf86-input-microtouch-1.1.1 icc-8.1.032 xf86-input-mouse-1.2.3_1 iceauth-1.0.2 xf86-input-mutouch-1.1.0 ico-1.0.2 xf86-input-palmax-1.1.0 icon-naming-utils-0.8.6 xf86-input-penmount-1.2.1 imake-1.0.2_4,1 xf86-input-spaceorb-1.1.1 imlib2-1.4.1.000,2 xf86-input-summa-1.1.0 inputproto-1.4.2.1 xf86-input-tek4957-1.1.0 intltool-0.37.1 xf86-input-void-1.1.1 iso-codes-2.0 xf86-video-apm-1.1.1_1 iso8879-1986_2 xf86-video-ark-0.6.0_1 jackit-0.103.0_1 xf86-video-ati-6.8.0_1 jasper-1.900.1_6 xf86-video-chips-1.1.1_1 javavmwrapper-2.3 xf86-video-cirrus-1.1.0_1 jbigkit-1.6 xf86-video-cyrix-1.1.0_1 jpeg-6b_4 xf86-video-dummy-0.2.0_1 kbproto-1.0.3 xf86-video-fbdev-0.3.1_1 lame-3.97_1 xf86-video-glint-1.1.1_3 lcms-1.17,1 xf86-video-i128-1.2.1_1 libFS-1.0.0_1 xf86-video-i740-1.1.0_1 libGL-7.0.1 xf86-video-i810-1.7.4 libGLU-7.0.1 xf86-video-imstt-1.1.0_1 libICE-1.0.4_1,1 xf86-video-mga-1.4.7,1 libIDL-0.8.10 xf86-video-neomagic-1.1.1_1 libSM-1.0.3_1,1 xf86-video-newport-0.2.1_1 libX11-1.1.3_1,1 xf86-video-nsc-2.8.3 libXScrnSaver-1.1.2 xf86-video-nv-2.1.8 libXTrap-1.0.0 xf86-video-rendition-4.1.3_1 libXau-1.0.3_2 xf86-video-s3-0.5.0_1 libXaw-1.0.4_1,1 xf86-video-s3virge-1.9.1_1 libXcomposite-0.4.0,1 xf86-video-savage-2.1.3 libXcursor-1.1.9_1 xf86-video-siliconmotion-1.5.1 libXdamage-1.1.1 xf86-video-sis-0.9.3_2 libXdmcp-1.0.2_1 xf86-video-tdfx-1.3.0_2 libXevie-1.0.2 xf86-video-tga-1.1.0_1 libXext-1.0.3,1 xf86-video-trident-1.2.3_1 libXfixes-4.0.3_1 xf86-video-tseng-1.1.1_1 libXfont-1.3.1_3,1 xf86-video-vesa-1.3.0_1 libXfontcache-1.0.4 xf86-video-vga-4.1.0_1 libXft-2.1.12 xf86-video-via-0.2.2_2 libXi-1.1.3,1 xf86-video-vmware-10.15.2 libXinerama-1.0.2,1 xf86-video-voodoo-1.1.1_1 libXmu-1.0.3,1 xf86bigfontproto-1.1.2 libXp-1.0.0,1 xf86dga-1.0.2 libXpm-3.5.7 xf86dgaproto-2.0.3 libXprintAppUtil-1.0.1 xf86driproto-2.0.3 libXprintUtil-1.0.1 xf86miscproto-0.9.2 libXrandr-1.2.2_1 xf86rushproto-1.1.2 libXrender-0.9.4_1 xf86vidmodeproto-2.2.2 libXres-1.0.3_3 xfd-1.0.1 libXt-1.0.5_1 xfindproxy-1.0.1 libXtst-1.0.3_1 xfontsel-1.0.2 libXv-1.0.3_1,1 xfs-1.0.5_1,1 libXvMC-1.0.4_1 xfsinfo-1.0.1 libXxf86dga-1.0.2 xfwp-1.0.1 libXxf86misc-1.0.1 xgamma-1.0.2 libXxf86vm-1.0.1 xgc-1.0.1 liba52-0.7.4_1 xhost-1.0.2 libao-0.8.8_1 xine-0.99.5 libart_lgpl-2.3.20,1 xineramaproto-1.1.2 libaudiofile-0.2.6 xinit-1.0.7 libbonobo-2.22.0 xkbcomp-1.0.3 libbonoboui-2.22.0 xkbevd-1.0.2 libcaca-0.99.b13 xkbprint-1.0.1 libcdaudio-0.99.12p2_1 xkbutils-1.0.1_1 libcddb-1.3.0 xkeyboard-config-1.2 libcdio-0.78.2 xkill-1.0.1 libchk-1.9 xload-1.0.2 libcroco-0.6.1 xlogo-1.0.1 libdaemon-0.12 xlsatoms-1.0.1 libdca-0.0.5 xlsclients-1.0.1 libdmx-1.0.2_1 xlsfonts-1.0.2 libdrm-2.3.0 xmag-1.0.2 libdvdcss-1.2.9_2 xman-1.0.3 libdvdnav-0.1.10_3 xmessage-1.0.2 libdvdread-0.9.7_3 xmh-1.0.1 libexif-0.6.15 xmlcatmgr-2.2 libfame-0.9.1_2 xmodmap-1.0.3 libfontenc-1.0.4 xmore-1.0.1 libfpx-1.2.0.12_1 xorg-apps-7.3 libgcrypt-1.4.0 xorg-cf-files-1.0.2_2 libglade2-2.6.2 xorg-docs-1.4,1 libglut-7.0.1_1 xorg-fonts-100dpi-7.3 libgnome-2.22.0 xorg-fonts-7.3 libgnomecanvas-2.20.1.1 xorg-fonts-75dpi-7.3 libgnomekbd-2.22.0_1 xorg-fonts-cyrillic-7.3 libgnomeprint-2.18.4 xorg-fonts-miscbitmaps-7.3 libgnomeprintui-2.18.2 xorg-fonts-truetype-7.3 libgnomeui-2.22.01 xorg-fonts-type1-7.3 libgpg-error-1.6 xorg-libraries-7.3_1 libgphoto2-2.4.1 xorg-nestserver-1.4_1,1 libgsf-1.14.8 xorg-printserver-1.2.0,1 libgtkhtml-2.11.1 xorg-protos-7.3 libgtop-2.22.1 xorg-server-1.4_7,1 libgweather-2.22.1.1 xorg-vfbserver-1.4_1,1 libiconv-1.11_1 xphelloworld-1.0.1_1 libid3tag-0.15.1b xplsprinters-1.0.1 libidn-1.2 xpr-1.0.2 libijs-0.35_1 xprehashprinterlist-1.0.1 libltdl-1.5.24 xprop-1.0.3 libmad-0.15.1b_2 xproto-7.0.10_1 libmng-1.0.9 xproxymanagementprotocol-1.0.2 libmodplug-0.8.4 xrandr-1.2.2 libmpeg2-0.4.1_3 xrdb-1.0.4 libmusicbrainz-2.1.5 xrefresh-1.0.2 libnotify-0.4.4_1 xrx-1.0.1_1 libogg-1.1.3,4 xscreensaver-gnome-hacks-4.24_2 liboil-0.3.14 xset-1.0.3 liboldX-1.0.1 xsetmode-1.0.0 liboobs-2.22.0 xsetpointer-1.0.1 libpaper-1.1.21_3 xsetroot-1.0.2 libpurple-2.4.1 xsm-1.0.1 librsvg2-2.22.2 xstdcmap-1.0.1 libsexy-0.1.11 xterm-234 libsigc++-2.2.2 xtrans-1.0.4 libsndfile-1.0.17_2 xtrap-1.0.2 libsoup-2.2.105_2 xvid-1.1.3,1 libsoup-2.4.1 xvidtune-1.0.1 libspectre-0.2.0 xvinfo-1.0.2 libsvg-0.1.4_1 xwd-1.0.1 libsvg-cairo-0.1.6_3 xwininfo-1.0.3 libtasn1-1.3 xwud-1.0.1 libtheora-1.0.b2 yelp-2.22.1 libtool-1.5.24 zenity-2.22.1 libungif-4.1.4_5 zip-2.32 libusb-0.1.12_1 zsh-4.3.4_3 libvolume_id-0.81.0 Let's compare this with what you have, maybe we can reduce it to a small amount of changes. Bye, Alexander. -- A child will not spill on a dirty floor. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From marcus at freebsd.org Thu May 29 16:17:48 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Thu May 29 16:17:52 2008 Subject: totem and audacious no more plays sounds In-Reply-To: <20080529163557.0d330966@deskjail> References: <1211800394.1568.58.camel@localhost> <20080529163557.0d330966@deskjail> Message-ID: <483ED716.2000602@freebsd.org> Alexander Leidinger wrote: > Quoting Vladimir Grebenschikov (Mon, 26 May 2008 15:13:14 +0400): > >> Hi >> >> After one of recent upgrades (no more then two month ago) >> native gnome players stop to play sounds. > > Nice to hear it's not only me (but I run gnome in a jail, so I wasn't > sure I didn't forgot some configuration to make it work, and I hadn't > time so far to check it). > >> They looks exactly as should, but no any sounds ... >> >> It is ok with mixer settings. >> >> And even more, esd-based programs still play sounds without problems >> (esdplay, xmms, mplayer, vlc, etc). > > The same for me. > >> I am puzzled ? what may be wrong with it ? >> >> % cat /dev/sndstat >> FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) >> Installed devices: >> pcm0: at memory >> 0xee400000 irq 17 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v >> channels duplex default) >> % > > It's not related to the soundcard you use. On my laptop it works, but > there I have an older version of GNOME. An update to gstreamer-plugins-good most likely broke this. The oss backend must have changed. What version of this package do you have on your working system? Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From mezz7 at cox.net Thu May 29 16:26:16 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu May 29 16:26:21 2008 Subject: I was getting this error In-Reply-To: References: Message-ID: On Thu, 29 May 2008 06:56:00 -0500, ?????? ?????????? wrote: > > > I was getting this error-help,help,help > > console-kit-daemon[1085]: GLib-CRITICAL: > g_hash_table_lookup: assertion `hash_table != NULL' failed Please follow http://www.freebsd.org/gnome/docs/bugging.html , thanks. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz at FreeBSD.org Thu May 29 16:34:38 2008 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Thu May 29 16:34:41 2008 Subject: ports/124096: [patch] bsd.gnome.mk - gnomehack should take care of (prefix)/lib/pkgconfig Message-ID: <200805291634.m4TGYccj027921@freefall.freebsd.org> Synopsis: [patch] bsd.gnome.mk - gnomehack should take care of (prefix)/lib/pkgconfig State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Thu May 29 16:34:25 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124096 From dfilter at FreeBSD.ORG Thu May 29 16:40:03 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu May 29 16:40:08 2008 Subject: ports/124096: commit references a PR Message-ID: <200805291640.m4TGe2rW027984@freefall.freebsd.org> The following reply was made to PR ports/124096; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124096: commit references a PR Date: Thu, 29 May 2008 16:34:17 +0000 (UTC) mezz 2008-05-29 16:34:11 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: Add one more hack for pkg-config path in gnomehack, (prefix)/lib/pkgconfig. PR: ports/124096 Submitted by: Björn König Revision Changes Path 1.147 +2 -1 ports/Mk/bsd.gnome.mk _______________________________________________ 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 james at icionline.ca Thu May 29 20:23:58 2008 From: james at icionline.ca (James Earl) Date: Thu May 29 20:24:02 2008 Subject: Inkscape In-Reply-To: References: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> Message-ID: <7039ada60805291323q2fe6115jb4db1e0b2a044390@mail.gmail.com> Thanks Jeremy, % uname -a FreeBSD foo.bar.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 % pkg_info ImageMagick-6.4.1.3_1 Image processing tools ORBit2-2.14.12 High-performance CORBA ORB with support for the C language a2ps-a4-4.13b_4 Formats an ascii file for printing on a postscript printer appres-1.0.1 Program to list application's resources aspell-0.60.6_1 Spelling checker with better suggestion logic than ispell atk-1.22.0 A GNOME accessibility toolkit (ATK) autoconf-2.61_2 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) automake-wrapper-20071109 Wrapper script for GNU automake avahi-app-0.6.22_4 Service discovery on a local network bash-3.2.39 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_3,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 boehm-gc-6.8 Garbage collection and memory leak detection for C and C++ boost-1.34.1 Free peer-reviewed portable C++ source libraries cabextract-1.2 A program to extract Microsoft cabinet (.CAB) files cairo-1.4.14,1 Vector graphics library with cross-device output support cairomm-1.4.8_3 C++ interface to cairo cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools compositeproto-0.4 Composite extension headers consolekit-0.2.10 Framework for defining and tracking users cppunit-1.12.0 C++ port of the JUnit framework for unit testing damageproto-1.1.0_2 Damage extension headers db41-4.1.25_4 The Berkeley DB package, revision 4.1 dbus-1.2.1 A message bus system for inter-application communication dbus-glib-0.74 GLib bindings for the D-BUS messaging system desktop-file-utils-0.15 A couple of command line utilities for working with desktop 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-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-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.71.1_2 XSL DocBook stylesheets dri-7.0.3_1,2 OpenGL hardware acceleration drivers for the DRI dvd+rw-tools-7.1 DVD burning software editres-1.0.3 Dynamic resource editor for X Toolkit Applications eel-2.22.2 Generally useful classes and extensions to GNOME enchant-1.4.0 Dictionary/spellchecking framework encodings-1.0.2,1 X.Org Encoding fonts eog-2.22.2 The Eye Of Gnome image viewer epdfview-0.1.6_3 A lightweight PDF document viewer epiphany-2.22.2 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.38 A sound library for enlightenment package evieext-1.0.2 XEVIE extension headers evince-2.22.2 GNOME 2 multi-format document viewer evolution-data-server-2.22.2 The data backends for the Evolution integrated mail/PIM sui expat-2.0.1 XML 1.0 parser written in C faad2-2.6.1,1 MPEG-2 and MPEG-4 AAC audio decoder ffmpeg-2007.10.04_4 Hyper fast realtime audio/video encoder/converter, streamin file-roller-2.22.3,1 An archive manager for zip files, tar, etc firefox-2.0.0.14,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers 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.5 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 gail-1.22.1_1 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9_1 A file and directory monitoring system gawk-3.1.6 The GNU version of Awk gconf-editor-2.22.0_1,1 A gconf database editor for the GNOME 2 environment gconf2-2.22.0 A configuration database system for GNOME gdbm-1.8.3_3 The GNU database manager gedit-2.22.3 A small but powerful text editor for GNOME 2 Desktop Enviro getopt-1.1.4 A getopt(1) replacement that supports GNU-style long option gettext-0.16.1_3 GNU gettext package ghostscript-gpl-8.62_2 GPL Postscript interpreter gio-fam-backend-2.16.3 FAM backend for GLib's GIO library glib-2.16.3 Some useful routines of C programming (current stable versi glibmm-2.16.2,1 C++ interfaces for glib2 glproto-1.4.8 GLX extension headers gmake-3.81_2 GNU version of 'make' utility gnome-applets-2.22.2 Applets components for the GNOME 2 Desktop Environment gnome-control-center-2.22.2.1 Control center for GNOME 2 project gnome-desktop-2.22.2 Additional UI API for GNOME 2 gnome-doc-utils-0.12.2 GNOME doc utils gnome-icon-theme-2.22.0 A collection of icons for the GNOME 2 desktop gnome-keyring-2.22.2 A program that keeps passwords and other secrets gnome-media-2.22.0 Multimedia applications for the GNOME 2 desktop gnome-menus-2.22.2 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME gnome-mount-0.8_1 A front-end to mount, umount, and eject using HAL gnome-panel-2.22.2 Panel component for the GNOME 2 Desktop gnome-screensaver-2.22.2_1 GNOME screen saver and locker gnome-session-2.22.2 Session component for the GNOME 2 desktop gnome-settings-daemon-2.22.2.1 GNOME 2 settings daemon gnome-terminal-2.22.2 Terminal component for the GNOME 2 Desktop gnome-themes-2.22.2 A collection of themes and icons for GNOME2 gnome-vfs-2.22.0_1 GNOME Virtual File System gnome2-lite-2.22.2 The "meta-port" of the GNOME desktop slimmed down for FreeB gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_10 A utility port that creates the GNOME directory tree gnutls-2.2.5 GNU Transport Layer Security library gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gstreamer-0.10.19 Development framework for creating media applications gstreamer-ffmpeg-0.10.4 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.19,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.8_2,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.7_2,3 Bad gstreamer-plugins gstreamer-plugins-cdparanoia-0.10.19,3 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_9 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.7_2,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.8_2,3 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.8_2,3 Gstreamer enlightenment sound library plugin gstreamer-plugins-gconf-0.10.8_2,3 Gstreamer gconf plugin gstreamer-plugins-gio-0.10.19_1,3 Gstreamer gio (Glib I/O) plugin gstreamer-plugins-good-0.10.8,3 Good gstreamer-plugins gstreamer-plugins-hal-0.10.8_2,3 Gstreamer hal plugin gstreamer-plugins-libpng-0.10.8_2,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.8_2,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-mpeg2dec-0.10.8_2,3 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.19,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.19,3 Gstreamer pango textoverlay plugin gstreamer-plugins-soup-0.10.8_2,3 Gstreamer soup http src plugin gstreamer-plugins-theora-0.10.19,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.8,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.19,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.7_2,3 Gstreamer xvid plugin gtar-1.20 GNU version of the traditional tape archiver gtk-2.12.9_3 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.14.2 Theme engine for the gtk+-2.0 toolkit gtk-murrine-engine-0.52_1 Murrine GTK+ 2.x cairo based engine gtkmm-2.12.7 C++ wrapper for Gtk+, Pango, Atk gtksourceview2-2.2.1_1 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.13 A GTK+ 2 spell checking component gucharmap-2.22.1_1 A Unicode/ISO10646 character map and font viewer gvfs-0.2.4 GNOME virtual file system hal-0.5.11 Hardware Abstraction Layer for simplifying device access help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project 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 inkscape-0.46_1 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-2.0 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jasper-1.900.1_6 An implementation of the codec specified in the JPEG-2000 s jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jpeg-6b_4 IJG's jpeg compression utilities kbproto-1.0.3 KB extension headers lcms-1.17,1 Light Color Management System -- a color management library 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.10 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.12 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_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-0.8.8_1 Portable audio output library libart_lgpl-2.3.20,1 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.22.0 A component and compound document system for GNOME2 libbonoboui-2.22.0_1 GUI frontend to the libbonobo component of GNOME 2 libcroco-0.6.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 libdrm-2.3.0 Userspace interface to kernel Direct Rendering Module servi 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 libexif-0.6.15 Library to read digital camera file meta-data libfontenc-1.0.4 The fontenc Library libfpx-1.2.0.12_1 Library routines for working with Flashpix images libgcrypt-1.4.1 General purpose crypto library based on code used in GnuPG libglade2-2.6.2 GNOME glade library libglut-7.0.1_1 OpenGL utility toolkit libgnome-2.22.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1_1 A graphics library for GNOME libgnomekbd-2.22.0_1 GNOME keyboard shared library libgnomeui-2.22.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.6 Common error values for all GnuPG components libgsf-1.14.8_1 An extensible i/o abstraction for dealing with structured f libgtop-2.22.2 GNOME 2 top library libgweather-2.22.2 Library to accessing online weather informations libiconv-1.11_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libltdl-1.5.24 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmpeg2-0.4.1_4 A free library for decoding mpeg-2 and mpeg-1 video streams libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libnotify-0.4.4_1 A library for desktop notifications libogg-1.1.3,4 Ogg bitstream library liboil-0.3.14 Library of optimized inner loops liboldX-1.0.1 Old X library librsvg2-2.22.2_1 Library for parsing and rendering SVG vector-graphic files libsexy-0.1.11 Extension widgets for GTK+ libsigc++-2.2.2 Callback Framework for C++ libsoup-2.4.1 A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.0 A small library for rendering Postscript documents libtasn1-1.3 ASN.1 structure parser library libtheora-1.0.b2 Theora video codec for the Ogg multimedia streaming system libtool-1.5.24 Generic shared library support script libvolume_id-0.81.0 Library to provide file system type information libvorbis-1.2.0_2,3 Audio compression codec library libwnck-2.22.1 Library used for writing pagers and taskslists libxkbfile-1.0.4 XKB file library libxkbui-1.0.2_1 The xkbui library libxklavier-3.5_1,1 An utility library to make XKB stuff easier libxml++-2.22.0 XML API for C++ libxml2-2.6.32 XML parser library for GNOME libxslt-1.1.24 The XSLT C library for GNOME listres-1.0.1 List resources in widgets lsof-4.80,2 Lists information about open files (similar to fstat(1)) luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals lzmautils-4.32.6 LZMA compression and decompression tools m4-1.4.9,1 GNU m4 makedepend-1.0.1,1 A dependency generator for makefiles metacity-2.22.0_1 A window manager for the adult in you 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 nasm-2.02,1 General-purpose multi-platform x86 and x86-64 assembler nautilus-2.22.3 File manager for the GNOME desktop nautilus-cd-burner-2.22.1_1 CD burner view for Nautilus 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 oclock-1.0.1 Round clock application for X openldap-client-2.3.41 Open source LDAP client implementation p5-Authen-SASL-2.11 Perl5 module for SASL authentication p5-Compress-Raw-Zlib-2.011 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.011 Perl5 interface to zlib compression library p5-Date-Manip-5.44 Perl5 module containing date manipulation routines p5-Digest-1.15 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-GSSAPI-0.26 Perl extension providing access to the GSSAPIv2 library p5-HTML-Parser-3.56_1 Perl5 module for parsing HTML documents 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.011 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.011 Perl5 interface for reading and writing of (g)zip files p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.22,1 Perl5 modules to access and use network protocols p5-Net-DBus-0.33.6 Perl extension for the DBus message system p5-Parse-Yapp-1.05 Perl extension for generating and using LALR parsers p5-Text-Iconv-1.7 Perl interface to iconv() codeset conversion function 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-URI-1.36 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.16 Simple API for XML p5-XML-SAX-Expat-0.39 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-gettext-1.05_1 Message handling functions p5-libwww-5.805 Perl5 library for WWW access p5-libxml-0.08 Collection of Perl5 modules for working with XML pango-1.20.3 An open-source framework for the layout and rendering of i1 pccts-1.33.33 The Purdue Compiler Construction Tool Set pciids-20080312 Database of all known ID's used in PCI devices pcre-7.7 Perl Compatible Regular Expressions library perl-5.8.8_1 Practical Extraction and Report Language pixman-0.9.6 Low-level pixel manipulation library pkg-config-0.23_1 A utility to retrieve information about installed libraries pkg_remove-1.1 Utility to uninstall packages png-1.2.28 Library for manipulating PNG images policykit-0.8_1 Framework for controlling access to system-wide components policykit-gnome-0.8 GNOME frontend to the PolicKit framework poppler-0.6.4_1 A PDF rendering library poppler-data-0.2.0 Poppler encoding data poppler-gtk-0.6.4 Gtk bindings to poppler popt-1.7_4 A getopt(3) like library with a number of enhancements, fro portmaster-2.2 Manage your ports without external databases or languages portupgrade-2.4.3_2,2 FreeBSD ports/packages administration and management tool s printproto-1.0.3 Print extension headers py25-cairo-1.4.12 Python bindings for Cairo py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-gdata-1.0.13 GData Python Client Library py25-gnome-2.22.0 A set of Python bindings for GNOME 2 py25-gobject-2.14.2 Python bindings for GObject py25-gstreamer-0.10.11 A set of Python bindings for gstreamer py25-gtk-2.12.1 A set of Python bindings for GTK+ py25-libxml2-2.6.32 Python interface for XML parser library for GNOME py25-numeric-24.2 The Numeric Extension to Python py25-orbit-2.14.3 Python bindings for ORBit2 py25-xml-0.8.4 PyXML: Python XML library enhancements python25-2.5.2_2 An interpreted object-oriented programming language randrproto-1.2.1 Randr extension headers rarian-0.8.0 An OMF help system based on the Freedesktop specification rdesktop-1.6.0 RDP client for Windows NT/2000/2003 Terminal Server 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 rstart-1.0.2 Sample implementation of a Remote Start client ruby-1.8.6.111_2,1 An object-oriented interpreted scripting language ruby18-bdb-0.6.2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat scripts-1.0.1 Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD 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.30 A MIME type database from the FreeDesktop project showfont-1.0.1_1 Font dumper for the X font server smproxy-1.0.2 Session Manager Proxy startup-notification-0.9_2 Library that supports startup notification spec from freede system-tools-backends-2.6.0 Backend system admin scripts for gnome-system-tools texi2html-1.76_1,1 Texinfo to HTML converter tiff-3.8.2_1 Tools and library routines for working with TIFF images totem-2.22.2 A gstreamer-based video player for the GNOME 2 Desktop totem-pl-parser-2.22.3 GObject-based library to parse a host of playlist formats trapproto-3.4.3 DEC-XTRAP extension headers twm-1.0.3_3 Tab Window Manager for the X Window System unrar-3.71.b1,5 Extract, view & test RAR archives unzip-5.52_5 List, test and extract compressed files in a ZIP archive v4l_compat-1.0.20060801 Video4Linux compatibility header videoproto-2.2.2 Video extension headers viewres-1.0.1 Graphical class browser for Xt vte-0.16.13_1 Terminal widget with improved accessibility and I18N suppor webfonts-0.30_4 TrueType core fonts for the Web x11perf-1.4.1 X11 server performance test program x264-0.0.20080409_1 Multimedia library and tool for encoding H.264/AVC video st 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 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 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-keyboard-1.2.2_1 X.Org keyboard input driver xf86-input-mouse-1.2.3_1 X.Org mouse input driver xf86-video-radeonhd-1.2.1 X.Org ati RadeonHD display driver xf86-video-vesa-1.3.0_1 X.Org vesa 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 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 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.2 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 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_1 X.Org complete distribution metaport xorg-apps-7.3 X.org apps meta-port xorg-docs-1.4,1 X.org documentation files xorg-drivers-7.3_1 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-protos-7.3_2 X.org protos meta-port xorg-server-1.4_9,1 X.Org X server and related programs 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 xscreensaver-gnome-hacks-4.24_2 Save your screen while you entertain your cat (for GNOME us 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-235 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 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.0 A complete rewrite of the NASM assembler yelp-2.22.1 A help browser for the GNOME 2 desktop zip-2.32 Create/update ZIP files compatible with pkzip % env GNOME_KEYRING_SOCKET=/var/tmp/keyring-22OnSO/socket LOGNAME=james GNOME_DESKTOP_SESSION_ID=Default TERM=xterm FTP_PASSIVE_MODE=YES GROUP=james XAUTHORITY=/home/james/.Xauthority DESKTOP_STARTUP_ID= USER=james MAIL=/var/mail/james VENDOR=unknown SHLVL=2 DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-mSCktbkaBU,guid=2990ac240e4071f52331c075483f0bf1 SSH_AUTH_SOCK=/var/tmp/keyring-22OnSO/ssh REMOTEHOST= PWD=/home/james WINDOWID=23076394 SESSION_MANAGER=local/foo.bar.com:/tmp/.ICE-unix/90543 SHELL=/bin/csh DISPLAY=:0.0 MACHTYPE=unknown HOME=/home/james WINDOWPATH=9 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/james/bin HOSTTYPE=FreeBSD EDITOR=vi COLORTERM=gnome-terminal GTK_RC_FILES=/usr/local/etc/gtk/gtkrc:/home/james/.gtkrc-1.2-gnome2 PAGER=more BLOCKSIZE=K HOST=foo.bar.com OSTYPE=FreeBSD Ports current as of today, May 29. make WITH_DEBUG=yes did not provide any additional info. Steps to reproduce the problem: 1. Open Inkscape 2. Create rectangle 3. Open fills and stroke dialog 4. Click gradient fill 5. Click back to solid fill On Wed, May 28, 2008 at 11:01 AM, Jeremy Messenger wrote: > On Wed, 28 May 2008 11:26:08 -0500, James Earl wrote: > >> I'm having some problems with Inkscape crashing constantly. It seems >> to crash when I work with the Fill and stroke dialog going between >> solid and gradient fill. The same version of Inkscape under Mac OS X >> does not seem to have the same problem, so I'm wondering if it may be >> a FreeBSD specific port problem? >> >> When Inkscape crashes it does not give any debug info. Can anyone >> reproduce this? > > Please follow http://www.freebsd.org/gnome/docs/bugging.html , thanks. > > Cheers, > Mezz > > > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > From mezz7 at cox.net Thu May 29 20:42:01 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu May 29 20:42:04 2008 Subject: Inkscape In-Reply-To: <7039ada60805291323q2fe6115jb4db1e0b2a044390@mail.gmail.com> References: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> <7039ada60805291323q2fe6115jb4db1e0b2a044390@mail.gmail.com> Message-ID: On Thu, 29 May 2008 15:23:56 -0500, James Earl wrote: > Thanks Jeremy, > > > > > Ports current as of today, May 29. > > > make WITH_DEBUG=yes did not provide any additional info. Have you tried to follow (gdb part) in http://live.gnome.org/GettingTraces/Details#obtain-a-stacktrace ? This is how to get it works by WITH_DEBUG=yes. I don't have Inkscape install right now, so it will taking a while for me to get it install later. Cheers, Mezz > Steps to reproduce the problem: > 1. Open Inkscape > 2. Create rectangle > 3. Open fills and stroke dialog > 4. Click gradient fill > 5. Click back to solid fill > > > On Wed, May 28, 2008 at 11:01 AM, Jeremy Messenger wrote: >> On Wed, 28 May 2008 11:26:08 -0500, James Earl >> wrote: >> >>> I'm having some problems with Inkscape crashing constantly. It seems >>> to crash when I work with the Fill and stroke dialog going between >>> solid and gradient fill. The same version of Inkscape under Mac OS X >>> does not seem to have the same problem, so I'm wondering if it may be >>> a FreeBSD specific port problem? >>> >>> When Inkscape crashes it does not give any debug info. Can anyone >>> reproduce this? >> >> Please follow http://www.freebsd.org/gnome/docs/bugging.html , thanks. >> >> Cheers, >> Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mpieuchot at nolizard.org Thu May 29 21:15:08 2008 From: mpieuchot at nolizard.org (Martin Pieuchot) Date: Thu May 29 21:15:10 2008 Subject: [BUG] dbus-glib - dbus-binding-tool ignore namespaced nodes & attributes Message-ID: <54ec2d770805291350i44de84c9h623ce5d6f731dc48@mail.gmail.com> Hi, I am runing a 7-STABLE i386 box, and I use the latest dbus-glib version from ports (0.74), the bug is described and fixed on the freedesktop bugzilla : freedesktop.org bug ID 14429 https://bugs.freedesktop.org/show_bug.cgi?id=14429 Cheers, Martin Pieuchot From james at icionline.ca Thu May 29 21:22:26 2008 From: james at icionline.ca (James Earl) Date: Thu May 29 21:22:30 2008 Subject: Inkscape In-Reply-To: References: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> <7039ada60805291323q2fe6115jb4db1e0b2a044390@mail.gmail.com> Message-ID: <7039ada60805291422w79cffe2csdef8bdf38603bd8f@mail.gmail.com> On Thu, May 29, 2008 at 2:44 PM, Jeremy Messenger wrote: > On Thu, 29 May 2008 15:23:56 -0500, James Earl wrote: > >> Thanks Jeremy, >> >> > >> >> >> Ports current as of today, May 29. >> >> >> make WITH_DEBUG=yes did not provide any additional info. > > Have you tried to follow (gdb part) in > http://live.gnome.org/GettingTraces/Details#obtain-a-stacktrace ? This is > how to get it works by WITH_DEBUG=yes. > > I don't have Inkscape install right now, so it will taking a while for me to > get it install later. > > Cheers, > Mezz Thanks for the link. Here's the output: Program received signal SIGSEGV, Segmentation fault. 0x0000000803bd00e9 in g_type_class_ref () from /usr/local/lib/libgobject-2.0.so.0 (gdb) thread apply all bt Thread 1 (Thread 0x806401120 (LWP 100218)): #0 0x0000000803bd00e9 in g_type_class_ref () from /usr/local/lib/libgobject-2.0.so.0 #1 0x00000000004e50cf in sp_painter_free (painter=0x80b4cec50) at sp-paint-server.cpp:139 #2 0x000000000085dbd7 in nr_arena_shape_update (item=0x1660990, area=0x0, gc=0x7fffffffb950, state=510, reset=0) at display/nr-arena-shape.cpp:326 #3 0x0000000000853770 in nr_arena_item_invoke_update (item=0x1660990, area=0x0, gc=0x7fffffffba00, state=510, reset=0) at display/nr-arena-item.cpp:257 #4 0x000000000085562e in nr_arena_group_update (item=0x11e4bd0, area=0x0, gc=0x7fffffffbaa0, state=510, reset=0) at display/nr-arena-group.cpp:175 #5 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4bd0, area=0x0, gc=0x7fffffffbb50, state=510, reset=0) at display/nr-arena-item.cpp:257 #6 0x000000000085562e in nr_arena_group_update (item=0x11e4d20, area=0x0, gc=0x7fffffffbbf0, state=510, reset=0) at display/nr-arena-group.cpp:175 #7 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4d20, area=0x0, gc=0x7fffffffbca0, state=510, reset=0) at display/nr-arena-item.cpp:257 #8 0x000000000085562e in nr_arena_group_update (item=0x11e4e70, area=0x0, gc=0x7fffffffbd40, state=510, reset=0) at display/nr-arena-group.cpp:175 ---Type to continue, or q to quit--- #9 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4e70, area=0x0, gc=0x80647d308, state=510, reset=0) at display/nr-arena-item.cpp:257 #10 0x0000000000862c1c in sp_canvas_arena_update (item=0x80647d240, affine=@0x7fffffffbed0, flags=1) at display/canvas-arena.cpp:152 #11 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x80647d240, affine=@0x7fffffffc030, flags=1) at display/sp-canvas.cpp:295 #12 0x0000000000881b61 in sp_canvas_group_update (item=0x8084e0500, affine=@0x7fffffffc030, flags=1) at display/sp-canvas.cpp:770 #13 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x8084e0500, affine=@0x7fffffffc190, flags=1) at display/sp-canvas.cpp:295 #14 0x0000000000881b61 in sp_canvas_group_update (item=0x8084e0190, affine=@0x7fffffffc190, flags=1) at display/sp-canvas.cpp:770 #15 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x8084e0190, affine=@0x7fffffffc1f0, flags=0) at display/sp-canvas.cpp:295 #16 0x0000000000880f56 in do_update (canvas=0x8086d1000) at display/sp-canvas.cpp:2024 #17 0x00000000008810db in sp_canvas_update_now (canvas=0x8086d1000) at display/sp-canvas.cpp:2144 #18 0x000000000058488c in SPDesktop::updateNow (this=0x11e0cc0) at desktop.cpp:1164 #19 0x000000000058b40f in sigc::bound_mem_functor0::operator() (this=0x8087064f8) at mem_fun.h:1787 ---Type to continue, or q to quit--- #20 0x000000000058b439 in sigc::adaptor_functor >::operator() (this=0x8087064f0) at adaptor_trait.h:251 #21 0x000000000058b461 in sigc::internal::slot_call0, void>::call_it (rep=0x8087064c0) at slot.h:103 #22 0x0000000000458915 in sigc::internal::signal_emit0::emit ( impl=0x808702bc0) at signal.h:772 #23 0x00000000004589d9 in sigc::signal0::emit ( this=0x8064f8a30) at signal.h:2667 #24 0x000000000058ef30 in sp_document_maybe_done (doc=0x11acee0, key=0xc950a6 "fill:flatcolor:1", event_type=167, event_description=@0x7fffffffc4b0) at document-undo.cpp:208 #25 0x000000000075f683 in sp_fill_style_widget_paint_changed ( psel=0x80b384080, spw=0x80b421590) at dialogs/fill-style.cpp:397 #26 0x000000000075fe15 in sp_fill_style_widget_paint_mode_changed ( psel=0x80b384080, spw=0x80b421590) at dialogs/fill-style.cpp:262 #27 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #28 0x0000000803bc514f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #29 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #30 0x0000000802202aa5 in gtk_signal_emit () from /usr/local/lib/libgtk-x11-2.0.so.0 ---Type to continue, or q to quit--- #31 0x000000000080dcf5 in sp_paint_selector_set_mode (psel=0x80b384080, mode=SP_PAINT_SELECTOR_MODE_COLOR_RGB) at widgets/paint-selector.cpp:355 #32 0x000000000080e10a in sp_paint_selector_style_button_toggled ( tb=0x809cf3540, psel=0x80b384080) at widgets/paint-selector.cpp:274 #33 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #34 0x0000000803bc514f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #35 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #36 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #37 0x000000080225dd28 in gtk_toggle_button_toggled () from /usr/local/lib/libgtk-x11-2.0.so.0 #38 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #39 0x0000000803bc4e0f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #40 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #41 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #42 0x000000080225db05 in gtk_toggle_action_new () ---Type to continue, or q to quit--- from /usr/local/lib/libgtk-x11-2.0.so.0 #43 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #44 0x0000000803bc4e0f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #45 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #46 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #47 0x00000008020e0329 in gtk_button_released () from /usr/local/lib/libgtk-x11-2.0.so.0 #48 0x00000008021a494f in gtk_marshal_BOOLEAN__VOID () from /usr/local/lib/libgtk-x11-2.0.so.0 #49 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #50 0x0000000803bc5557 in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #51 0x0000000803bc6878 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #52 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #53 0x00000008022aafee in gtk_widget_get_default_style () from /usr/local/lib/libgtk-x11-2.0.so.0 ---Type to continue, or q to quit--- #54 0x000000080219dc72 in gtk_propagate_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #55 0x000000080219ec25 in gtk_main_do_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #56 0x000000000044b92d in snooper (event=0x80aa06ed0) at main.cpp:682 #57 0x00000008025426fc in gdk_add_client_message_filter () from /usr/local/lib/libgdk-x11-2.0.so.0 #58 0x0000000803f228a2 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #59 0x0000000803f25b16 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #60 0x0000000803f25dd7 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 #61 0x000000080219eff3 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 #62 0x000000000044c1fe in sp_main_gui (argc=1, argv=0x7fffffffea60) at main.cpp:724 #63 0x0000000000645277 in Inkscape::NSApplication::Application::run ( this=0x7fffffffe9d0) at application/application.cpp:117 #64 0x000000000044c7d4 in main (argc=1, argv=0x7fffffffea60) at main.cpp:539 From marcus at marcuscom.com Thu May 29 23:40:42 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu May 29 23:40:45 2008 Subject: [BUG] dbus-glib - dbus-binding-tool ignore namespaced nodes & attributes In-Reply-To: <54ec2d770805291350i44de84c9h623ce5d6f731dc48@mail.gmail.com> References: <54ec2d770805291350i44de84c9h623ce5d6f731dc48@mail.gmail.com> Message-ID: <1212104444.68082.22.camel@shumai.marcuscom.com> On Thu, 2008-05-29 at 17:50 -0300, Martin Pieuchot wrote: > Hi, > > I am runing a 7-STABLE i386 box, and I use the latest dbus-glib > version from ports (0.74), > the bug is described and fixed on the freedesktop bugzilla : > > freedesktop.org bug ID 14429 > > https://bugs.freedesktop.org/show_bug.cgi?id=14429 Is this fix known to fix anything currently relevant to FreeBSD? If so, I can commit it, but if it's "nice to have" I'd rather wait for the next release. 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/20080529/b7e41aa5/attachment.pgp From mpieuchot at nolizard.org Thu May 29 23:57:36 2008 From: mpieuchot at nolizard.org (Martin Pieuchot) Date: Thu May 29 23:57:38 2008 Subject: [BUG] dbus-glib - dbus-binding-tool ignore namespaced nodes & attributes In-Reply-To: <1212104444.68082.22.camel@shumai.marcuscom.com> References: <54ec2d770805291350i44de84c9h623ce5d6f731dc48@mail.gmail.com> <1212104444.68082.22.camel@shumai.marcuscom.com> Message-ID: <54ec2d770805291657p225b2e40nc126a709a00fec27@mail.gmail.com> I think it can wait the next release, I was just working on the port of the networkmanager and it was one of my first issues. Anyway I already use this patch. Martin On Thu, May 29, 2008 at 8:40 PM, Joe Marcus Clarke wrote: > On Thu, 2008-05-29 at 17:50 -0300, Martin Pieuchot wrote: >> Hi, >> >> I am runing a 7-STABLE i386 box, and I use the latest dbus-glib >> version from ports (0.74), >> the bug is described and fixed on the freedesktop bugzilla : >> >> freedesktop.org bug ID 14429 >> >> https://bugs.freedesktop.org/show_bug.cgi?id=14429 > > Is this fix known to fix anything currently relevant to FreeBSD? If so, > I can commit it, but if it's "nice to have" I'd rather wait for the next > release. > > Joe > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > From lachlan at lkla.org Fri May 30 02:05:41 2008 From: lachlan at lkla.org (Lachlan Michael) Date: Fri May 30 02:05:50 2008 Subject: Clock Applet constantly crashing Message-ID: <27510.137.153.0.34.1212111275.squirrel@sm.lkla.org> I have a problem with the clock applet constantly crashing whenever I try to log in or reload the applet. Creating a new user worked ok (for a while) but then it started crashing again. Perhaps there is some conflict with an application I added? Any hints (such as remove such-and-such a file and try again)? Details: > uname -a FreeBSD xxx.jp 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Mar 14 14:56:22 JST 2008 lachlan@xxx.jp:/usr/obj/usr/src/sys/GUM i386 > pkg_info ImageMagick-6.4.1.3_1 Image processing tools ORBit2-2.14.12 High-performance CORBA ORB with support for the C language Terminal-0.2.8 Terminal emulator for the X windowing system Thunar-0.9.0 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 abiword-2.6.3 An open-source, cross-platform WYSIWYG word processor acroreadwrapper-0.0.20080110 Wrapper script for Adobe Reader adobe-cmaps-20051217_1 Adobe CMap collection alacarte-0.11.5 An editor for the freedesktop.org menu specification amspsfnt-1.0_5 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-ant-1.7.0_1 Java- and XML-based build tool, conceptually similar to mak appres-1.0.1 Program to list application's resources aspell-0.60.6_1 Spelling checker with better suggestion logic than ispell at-spi-1.22.1_1 An Assistive Technology Service Provider Interface atk-1.22.0 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.61_2 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 autogen-5.9.4_1 The Automated Program Generator automake-1.10_3 GNU Standards-compliant Makefile generator (1.10) automake-1.4.6_4 GNU Standards-compliant Makefile generator (1.4) automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) automake-1.7.9 GNU Standards-compliant Makefile generator (1.7) automake-1.8.5 GNU Standards-compliant Makefile generator (1.8) automake-1.9.6_2 GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake autotools-20080517 Autotools meta-port avahi-0.6.22 The "meta-port" for the Avahi service discovery suite avahi-app-0.6.22_4 Service discovery on a local network avahi-gtk-0.6.22 Gtk+ tools and bindings to the Avahi mDNS system bash-3.2.39 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_3,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 boehm-gc-6.8 Garbage collection and memory leak detection for C and C++ boost-1.34.1 Free peer-reviewed portable C++ source libraries bpm-0.4.1b_13 A graphical BSD ports collection manager brasero-0.7.1_3 CD/DVD mastering tool for the GNOME desktop brightside-1.4.0_5 A tool to add reactivity to the edges and corners of the GN bsdadminscripts-4.4.2 A collection of administration scripts bsdstats-5.4_1 Monthly script for reporting anonymous statistics about you bug-buddy-2.22.0_1 A bug reporting tool for GNOME 2 ca_root_nss-3.11.9_2 The root certificate bundle from the Mozilla Project cabextract-1.2 A program to extract Microsoft cabinet (.CAB) files cairo-1.4.14,1 Vector graphics library with cross-device output support cairomm-1.4.8_3 C++ interface to cairo ccsm-0.6.0 A Python/GTK based settings manager for CompizConfig cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools cheese-2.22.2 A Photobooth-inspired app for taking pictures and videos fr cmpsfont-1.0_6 Computer Modern PostScript Fonts (Adobe Type 1 format) compat5x-i386-5.4.0.8_9 A convenience package to install the compat5x libraries compiz-0.6.2 Compiz Composite/Window Manager compiz-bcop-0.6.0 Code generator for Compiz Fusion Plugins compiz-fusion-0.6.0 Metaport of compiz-fusion compiz-fusion-plugins-extra-0.6.0 Plugins for Compiz Composite Window Manager compiz-fusion-plugins-main-0.6.0 Plugins for Compiz Composite Window Manager compizconfig-backend-gconf-0.6.0_1 The gconf backend for CompizConfig compizconfig-python-0.6.0.1 Python bindings for the compizconfig library compositeproto-0.4 Composite extension headers consolekit-0.2.10 Framework for defining and tracking users coreutils-6.9_2 The Free Software Foundation's core utilities cracklib-2.7_2 Password-checking library cups-base-1.3.7_2 Common UNIX Printing System cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to non-PS printers curl-7.18.0 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cyberbit-ttfonts-2.0.20050220_2 Bitstream Cyberbit is a TrueType font covers Unicode 2.0 cyrus-sasl-2.1.22_1 RFC 2222 SASL (Simple Authentication and Security Layer) damageproto-1.1.0_2 Damage extension headers dasher-4.7.3,2 Information efficient text-entry interface db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_4 The Berkeley DB package, revision 4.1 dbus-1.2.1 A message bus system for inter-application communication dbus-glib-0.74 GLib bindings for the D-BUS messaging system deskbar-applet-2.22.2.1 Omnipresent versatile search interface desktop-file-utils-0.15 A couple of command line utilities for working with desktop devhelp-0.19.1 Developer help browser for GNOME 2 diablo-jdk-1.5.0.07.01_10 Java Development Kit 1.5.0_07.01 dirmngr-1.0.1_1 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_2 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-utils-0.6.14_4 Generates various output formats from DocBook SGML document 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.71.1_2 XSL DocBook stylesheets dovecot-1.0.13_2 Secure and compact IMAP and POP3 servers dri-7.0.3_1,2 OpenGL hardware acceleration drivers for the DRI drivel-2.0.2_6 Blog editor for GNOME dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1 DVD burning software editres-1.0.3 Dynamic resource editor for X Toolkit Applications eel-2.22.2 Generally useful classes and extensions to GNOME ekiga-2.0.11_3 VoIP phone for GNOME emerald-0.5.2_1 Emerald Window Decorator emerald-themes-0.5.2 Themes for the Emerald Window Decorator empathy-0.22.1 GNOME IM client based around telepathy enchant-1.4.0 Dictionary/spellchecking framework encodings-1.0.2,1 X.Org Encoding fonts eog-2.22.2 The Eye Of Gnome image viewer epiphany-2.22.2 An extremely lightweight and simple web browser for GNOME 2 epiphany-extensions-2.22.2 A set of add-ons for the Epiphany web browser esound-0.2.38 A sound library for enlightenment package evieext-1.0.2 XEVIE extension headers evince-2.22.2 GNOME 2 multi-format document viewer evolution-2.22.2 An integrated mail, calendar and address book distributed s evolution-data-server-2.22.2 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.22.2 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.21.92_1 Webcal(endar) handler for gnome exempi-1.99.9 A port of Adobe XMP SDK to work on UNIX expat-2.0.1 XML 1.0 parser written in C faac-1.26_1 MPEG-2 and MPEG-4 AAC audio encoder faad2-2.6.1,1 MPEG-2 and MPEG-4 AAC audio decoder fast-user-switch-applet-2.22.0_2 Fast user switching applet for GNOME fetchmail-6.3.8_4 Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR ffmpeg-2007.10.04_4 Hyper fast realtime audio/video encoder/converter, streamin file-roller-2.22.3,1 An archive manager for zip files, tar, etc filezilla-3.0.9.2 Fast and reliable cross-platform FTP, FTPS and SFTP client firefox-2.0.0.14,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers flac-1.2.1 Free lossless audio codec 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 fontforge-20080429 Type 1/TrueType/OpenType/bitmap font editor fontsproto-2.0.2 Fonts extension headers fonttosfnt-1.0.3 Wrap a bitmap font in a sftn wrapper freetype2-2.3.5 A free and portable TrueType font rendering engine fribidi-0.10.9 A Free Implementation of the Unicode Bidirectional Algorith 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_1 Kernel module for fuse fusefs-libs-2.7.2_1 FUSE allows filesystem implementation in userspace gail-1.22.1_1 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9_1 A file and directory monitoring system gawk-3.1.6 The GNU version of Awk gcalctool-5.22.2,2 A GNOME 2 calculator tool based on the old calctool for Ope gcc-3.2.3_3 GNU Compiler Collection 3.2.3 gcc-4.2.4_20080430 GNU Compiler Collection 4.2 gcc-ooo-3.4.1_3 GNU Compiler Collection for OpenOffice.org gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf-editor-2.22.0_1,1 A gconf database editor for the GNOME 2 environment gconf2-2.22.0 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_7 A graphic library for GTK+ gdl-0.7.11_1 Components intended to be shared between GNOME development gdm-2.20.6 GNOME 2 version of xdm display manager gedit-2.22.3 A small but powerful text editor for GNOME 2 Desktop Enviro gedit-plugins-2.22.2 Plugins for GEdit 2 getopt-1.1.4 A getopt(1) replacement that supports GNU-style long option gettext-0.16.1_3 GNU gettext package ggz-client-libs-0.0.14.1 The GGZ Gaming Zone - Core Client Libraries ghostscript-gpl-8.62_2 GPL Postscript interpreter gimmie-0.2.7_1 Gnome desktop organizer gimp-2.4.5,2 The "meta-port" for The Gimp gimp-app-2.4.5_1,1 A GNU Image Manipulation Program gimp-gutenprint-5.1.7 GutenPrint Printer Driver gimp-help-0.12 GIMP user's manual gio-fam-backend-2.16.3 FAM backend for GLib's GIO library glade2-2.12.2_1 A user interface builder for GTK+/GNOME glade3-gnome-3.4.5 A user interface builder for GTK+/GNOME gle-3.1.0_1 A GL Tubing and Extrusion Library glib-1.2.10_12 Some useful routines of C programming (previous stable vers glib-2.16.3 Some useful routines of C programming (current stable versi glibmm-2.16.2,1 C++ interfaces for glib2 glproto-1.4.8 GLX extension headers gmake-3.81_2 GNU version of 'make' utility gmime-2.2.18 Library (written in C) for parsing and creating messages us gmime-sharp-2.2.18 Mono bindings for gmime gnome-applets-2.22.2 Applets components for the GNOME 2 Desktop Environment gnome-audio-2.22.2 Sound files for use with GNOME 2 gnome-backgrounds-2.22.0 A collection of backgrounds for GNOME 2 gnome-blog-0.9.1_1 GNOME app to post to blogs gnome-build-0.2.4_1,1 A GNOME Build Framework (GBF) gnome-control-center-2.22.2.1 Control center for GNOME 2 project gnome-cups-manager-0.31_8,1 Admistration tool for cups gnome-desktop-2.22.2 Additional UI API for GNOME 2 gnome-doc-utils-0.12.2 GNOME doc utils gnome-games-2.22.2 The game applications package for the GNOME 2 Desktop Envir gnome-icon-theme-2.22.0 A collection of icons for the GNOME 2 desktop gnome-keyring-2.22.2 A program that keeps passwords and other secrets gnome-mag-0.14.10_1 GNOME screen magnifier gnome-media-2.22.0 Multimedia applications for the GNOME 2 desktop gnome-menus-2.22.2 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME gnome-mount-0.8_1 A front-end to mount, umount, and eject using HAL gnome-netstatus-2.12.1_6 A GNOME applet that shows network status gnome-nettool-2.22.0,1 A GNOME utility that provides network information statistic gnome-panel-2.22.2 Panel component for the GNOME 2 Desktop gnome-pkgview-1.0.6_3 Displays the version of GNOME components installed gnome-power-manager-2.22.1_1 Power management system for the GNOME Desktop gnome-screensaver-2.22.2_1 GNOME screen saver and locker gnome-session-2.22.2 Session component for the GNOME 2 desktop gnome-settings-daemon-2.22.2.1 GNOME 2 settings daemon gnome-sharp-2.16.0_4 GNOME interfaces for the .NET runtime gnome-speech-0.4.19 GNOME text-to-speech API gnome-spell-1.0.8_1 A GNOME/Bonobo component for spell checking gnome-system-monitor-2.22.2 GNOME 2 system monitor program gnome-system-tools-2.22.0_1 Tools to configure workstations gnome-terminal-2.22.2 Terminal component for the GNOME 2 Desktop gnome-themes-2.22.2 A collection of themes and icons for GNOME2 gnome-user-docs-2.22.1 GNOME 2 users guide gnome-utils-2.20.0.1_1,1 GNOME 2 support utilities gnome-vfs-2.22.0_1 GNOME Virtual File System gnome-volume-manager-2.22.5 Automatically mount removable media, and more gnome2-2.22.1 The "meta-port" for the GNOME 2 integrated X11 desktop gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomebaker-0.6.1_4 A CD/DVD recording GUI for Gnome gnomehier-2.3_10 A utility port that creates the GNOME directory tree gnumeric-1.8.3 The GNOME 2 spreadsheet gnupg-1.4.9 The GNU Privacy Guard gnupg-2.0.9 The GNU Privacy Guard gnuplot-4.2.3 A command-driven interactive function plotting program gnutls-2.2.5 GNU Transport Layer Security library goffice-0.4.3_4 GLib/GTK+ set of document centric objects and utilities goffice-0.6.4 GLib/GTK+ set of document centric objects and utilities gok-1.3.7_1,1 GNOME On-Screen Keyboard (GOK) gourmet-0.11.2_2 GNOME recipe manager gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gpgme-1.1.5 A library to make access to GnuPG easier graphviz-2.18_1 Graph Visualization Software from AT&T and Bell Labs grdesktop-0.23_7 GNOME frontend for the remote desktop client (rdesktop) gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gsm-1.0.12 Audio converter and library for converting u-law to gsm enc gstreamer-0.10.19 Development framework for creating media applications gstreamer-ffmpeg-0.10.4 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.19,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.8_2,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.7_2,3 Bad gstreamer-plugins gstreamer-plugins-cdparanoia-0.10.19,3 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_9 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.7_2,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.8_2,3 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.8_2,3 Gstreamer enlightenment sound library plugin gstreamer-plugins-faad-0.10.7_2,3 Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin gstreamer-plugins-flac-0.10.8_3,3 Gstreamer free lossless audio encoder/decoder plugin gstreamer-plugins-gconf-0.10.8_2,3 Gstreamer gconf plugin gstreamer-plugins-gio-0.10.19_1,3 Gstreamer gio (Glib I/O) plugin gstreamer-plugins-gnomevfs-0.10.19,3 Gstreamer gnomevfs plugin gstreamer-plugins-good-0.10.8,3 Good gstreamer-plugins gstreamer-plugins-hal-0.10.8_2,3 Gstreamer hal plugin gstreamer-plugins-jpeg-0.10.8_2,3 Gstreamer jpeg encoder/decoder plugin gstreamer-plugins-libpng-0.10.8_2,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.8_2,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-mpeg2dec-0.10.8_2,3 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.19,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.19,3 Gstreamer pango textoverlay plugin gstreamer-plugins-soup-0.10.8_2,3 Gstreamer soup http src plugin gstreamer-plugins-theora-0.10.19,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.8,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.19,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.7_2,3 Gstreamer xvid plugin gtar-1.20 GNU version of the traditional tape archiver gthumb-2.10.8_1 An image viewer and browser for the GNOME 2 environment gtk-1.2.10_19 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.12.9_3 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.14.2 Theme engine for the gtk+-2.0 toolkit gtk-sharp-2.10.2_1 GTK+ and GNOME interfaces for the .NET runtime gtk-vnc-0.3.6 VNC viewer widget for GTK+ gtk-xfce-engine-2.4.2 An XFCE engine for GTK 2.0 gtkglext-1.2.0_1 An OpenGL extension to GTK gtkhtml3-3.18.2 Lightweight HTML rendering/printing/editing engine gtkmm-2.12.7 C++ wrapper for Gtk+, Pango, Atk gtksourceview-1.8.5_3 A text widget that adds syntax highlighting to the GtkTextV gtksourceview2-2.2.1_1 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.13 A GTK+ 2 spell checking component gucharmap-2.22.1_1 A Unicode/ISO10646 character map and font viewer guile-1.8.4_2 GNU Ubiquitous Intelligent Language for Extension gutenprint-5.1.7 The "meta-port" for GutenPrint gutenprint-base-5.1.7 GutenPrint Printer Driver gutenprint-cups-5.1.7_2 GutenPrint Printer Driver gutenprint-ijs-5.1.7 GutenPrint Printer Driver gv-3.6.3_2 A PostScript and PDF previewer gvfs-0.2.4 GNOME virtual file system hal-0.5.11 Hardware Abstraction Layer for simplifying device access hal-info-20080508 Additional FDI files to further classify HAL devices help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project hyperestraier-1.4.13 A full-text search system 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) imake-1.0.2_4,1 Imake and other utilities from X.Org imlib2-1.4.1.000,2 The next generation graphics library for Enlightenment inkscape-0.46_1 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-2.0 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) ja-Canna-3.7p3_1 Kana-Kanji conversion system ja-FreeWnn-lib-1.1.1.a021_2 A Japanese/Chinese/Korean input method (Japanese client lib ja-VTPSfont-1.3_1 Create Virtual PostScript fonts produced by VFlib (Truetype ja-a2ps-1.45 Text file to postscript converter (with Japanese support) ja-acroread8-8.1.2 Adobe Reader for view, print, and search PDF documents (JPN ja-anthy-9100e Another kana-kanji conversion system ja-cannadic-0.95c A canna dictionary containing a lot of words ja-dvipsk-tetex-5.95b_9 A DVI to PostScript translator + Japanese patch ja-ipa-ttfonts-1.0.20060520.p1_1,2 IPA Japanese TrueType fonts with M-plus outline font ja-kakasi-2.3.4 Kanji-Kana Simple Inverter, language filter for Japanese ja-kaname12-1.1_2 X11 12-dot kanji font ja-less+iso-382.262 Less + zcat + ISO-2022 - a pager similar to more and pg ja-nkf-2.0.7,1 Network Kanji code conversion Filter ja-p5-Text-Kakasi-2.04 Kakasi library module for Perl5 ja-ptex-tetex-3.1.9_8 ASCII Japanese pTeX which supports teTeX distribution ja-samba-3.0.28,1 Japanese Samba ja-teTeX-1.6_1 A meta port for teTeX suite for Japanese (including pTeX an ja-texfamily-tetex-1.2_3 A Japanese TeX, NTT JTeX (TeXfamily) ja-texfamily-vfn2a-1.3_4 Virtual fonts for NTT JTeX ja-tgif-resource-4.1.45_2 Japanese Resource and Configuration for TGIF ja-uim-anthy-1.5.1 Uim plugin using Anthy input method ja-w3m-img-0.5.2_1 A pager/text-based WWW browser with Japanese and inline ima ja-xdvik-tetex-22.40y1.1.21_9 DVI Previewer(kpathsearch) for X. + freetype support jackit-0.103.0_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 jpeg-6b_4 IJG's jpeg compression utilities kbproto-1.0.3 KB extension headers kqemu-kmod-1.3.0.p11_7 Kernel Accelerator for QEMU CPU Emulator (development versi lame-3.97_1 ISO code based fast MP3 encoder kit 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.10 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.12 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_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-0.8.8_1 Portable audio output library 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 A component and compound document system for GNOME2 libbonoboui-2.22.0_1 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_1 Compact Disc Input and Control Library libchk-1.9 A tool to check shared library links libcompizconfig-0.6.0 An alternative configuration system for Compiz libcroco-0.6.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 libdrm-2.3.0 Userspace interface to kernel Direct Rendering Module servi libdv-0.104_5 Quasar DV codec (libdv): software codec for DV video encodi 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 libexecinfo-1.1_1 A library for inspecting program's backtrace libexif-0.6.15 Library to read digital camera file meta-data libexo-0.3.4 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 libgail-gnome-1.20.0_1 An implementation of the ATK interfaces for GNOME widgets libgcrypt-1.4.1 General purpose crypto library based on code used in GnuPG libgda2-1.2.4_4,1 Provides uniform access to different kinds of data sources libgda3-3.0.4 Provides uniform access to different kinds of data sources libggz-0.0.14.1_3 The GGZ Gaming Zone - Base Library libgksu-1.3.8_2 Library providing su and sudo functionality libgksuui-1.0.7_2 A graphical fronted to su library libglade2-2.6.2 GNOME glade library libglut-7.0.1_1 OpenGL utility toolkit libgmp-4.2.2 A free library for arbitrary precision arithmetic libgnome-2.22.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1_1 A graphics library for GNOME libgnomecups-0.2.3,1 Support library for gnome cups admistration libgnomekbd-2.22.0_1 GNOME keyboard shared library libgnomeprint-2.18.4_1 Gnome print support library libgnomeprintui-2.18.2_1 Gnome print support library libgnomesu-1.0.0_4 Library and frontend for running commands as root libgnomeui-2.22.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.6 Common error values for all GnuPG components libgphoto2-2.4.1 A universal digital camera picture control tool libgsf-1.14.8_1 An extensible i/o abstraction for dealing with structured f libgsf-gnome-1.14.8 A GNOME wrapper for libgsf libgtkhtml-2.11.1_1 Lightweight HTML rendering/printing/editing engine libgtop-2.22.2 GNOME 2 top library libgweather-2.22.2 Library to accessing online weather informations libiconv-1.11_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-1.8 Internationalized Domain Names command line tool libijs-0.35_1 C library that supports plugin printer driver for Ghostscri libirman-0.4.4 Library for Evation's Irman infrared reciever libksba-1.0.2 KSBA is an X.509 Library libltdl-1.5.24 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmatroska-0.8.1 Extensible Multimedia Container Format libmikmod-esound-3.1.11_2 MikMod Sound Library libmng-1.0.9 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.4.1_4 A free library for decoding mpeg-2 and mpeg-1 video streams libmspack-0.0.20040308_3 A library for Microsoft compression formats libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libnotify-0.4.4_1 A library for desktop notifications libogg-1.1.3,4 Ogg bitstream library liboil-0.3.14 Library of optimized inner loops liboldX-1.0.1 Old X library liboobs-2.22.0 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 libpurple-2.4.2 Backend library for the Pidgin multi-protocol messaging cli librsvg2-2.22.2_1 Library for parsing and rendering SVG vector-graphic files libsexy-0.1.11 Extension widgets for GTK+ libsigc++-2.2.2 Callback Framework for C++ libsndfile-1.0.17_2 Reading and writing files containing sampled sound (like WA libsoup-2.2.105_2 A SOAP (Simple Object Access Protocol) implementation in C libsoup-2.4.1 A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.0 A small library for rendering Postscript documents libspiro-20071029 Library to convert clothoid splines into bezier splines libtar-1.2.11_2 A library for manipulating POSIX and GNU tar files libtasn1-1.3 ASN.1 structure parser library libtelepathy-0.3.3 Flexible Communications Framework libtheora-1.0.b2 Theora video codec for the Ogg multimedia streaming system libtool-1.5.24 Generic shared library support script libtremor-1.0.2.02132004_1 Integer-only fully Ogg Vorbis compliant decoder library libungif-4.1.4_5 Tools and library routines for working with GIF images libuninameslist-20060907 A library of Unicode annotation data libusb-0.1.12_2 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.1 Library used for writing pagers and taskslists libwww-5.4.0_4 The W3C Reference Library libxfce4gui-4.4.2 XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.4.2 XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.4.2 XFce 4 library with non-graphical helper functions libxine-1.1.12 Libraries for xine multimedia player libxkbfile-1.0.4 XKB file library libxkbui-1.0.2_1 The xkbui library libxklavier-3.5_1,1 An utility library to make XKB stuff easier libxml++-2.22.0 XML API for C++ libxml2-2.6.32 XML parser library for GNOME libxslt-1.1.24 The XSLT C library for GNOME liferea-1.4.15 Simple RSS/RDF feed reader linc-1.0.3_6 A library for writing networked servers & clients linux-aspell-0.50.4.1_2 Spelling checker with better logic than ispell (linux versi linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary linux-cairo-1.0.2 Linux cairo binary linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library linux-firefox-2.0.0.14 Web browser based on the browser portion of Mozilla linux-flashplugin-7.0r73 Adobe Flash Player NPAPI Plugin linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary linux-hicolor-icon-theme-0.5_1 A high-color icon theme shell from the FreeDesktop project linux-jpeg-6b.34 RPM of the JPEG lib linux-kmod-compat-20080408 Adaptation layer to build linux drivers on FreeBSD linux-libaudiofile-0.2.6_2 RPM of audiofile linux-nvu-1.0 A complete Web Authoring System linux-openssl-0.9.7f SSL and crypto library (Linux Version) linux-opera-9.27.20080331 A blazingly fast, full-featured, standards-compliant browse linux-pango-1.10.2 Linux pango binary linux-panorama-tools-2.6b1_4 Software to View, Create, Edit and Remap Panoramic Images linux-png-1.0.18 RPM of the PNG lib (old 1.0 version) linux-png-1.2.8_2 RPM of the PNG lib linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks linux-scim-libs-1.4.4 Smart Common Input Method platform, library part, Linux bin linux-tiff-3.7.1 TIFF library, Linux/i386 binary linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries linux_base-fc-4_13 Base set of packages needed in Linux mode (for i386/amd64) linux_dri-7.0 Binary Linux DRI libraries for 3D hardware acceleration of linuxpluginwrapper-20051113_8 A wrapper allowing use of linux-plugins with native applica linuxthreads-2.2.3_23 POSIX pthreads implementation using rfork to generate kerne lirc-0.8.0_2 Linux Infared Remote Control listres-1.0.1 List resources in widgets liveMedia-2008.05.12,1 LIVE.COM Streaming Media localedata-5.4 Legacy locale data for FreeBSD 6+ loudmouth-1.2.3_3 Lightweight Jabber client library lsdvd-0.16_2 Print information about the contents and structure of a DVD lsof-4.80,2 Lists information about open files (similar to fstat(1)) luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals lynx-2.8.6.5_2,1 A non-graphical, text-based World-Wide Web client lzmautils-4.32.6 LZMA compression and decompression tools m4-1.4.9,1 GNU m4 mail-notification-4.1_1 A mail notification for freedesktop.org-compliant system tr makedepend-1.0.1,1 A dependency generator for makefiles memtest-4.0.7 Utility to test for faulty memory subsystem memtest86-3.4 Stand alone memory test for x86 architecture computers mesa-demos-7.0.3 OpenGL demos distributed with Mesa metacity-2.22.0_1 A window manager for the adult in you mime-support-3.41.1 MIME Media Types list mkbold-mkitalic-0.11_1 Programs to make BDF font bold/italic 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 mono-1.2.5.1 An open source implementation of .NET Development Framework monodoc-1.2.5 Documentation for Mono and Mono libraries mousepad-0.2.13 Simple xfce editor mousetweaks-2.22.2 Mouse accessibility enhancements for the GNOME desktop mpeg2codec-1.2_3 An MPEG-2 Encoder and Decoder mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip mpfr-2.3.1 A library for multiple-precision floating-point computation mplayer-0.99.11_4 High performance media player supporting many formats mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI) nas-1.8_1 Network Audio System nasm-2.02,1 General-purpose multi-platform x86 and x86-64 assembler nautilus-2.22.3 File manager for the GNOME desktop nautilus-cd-burner-2.22.1_1 CD burner view for Nautilus nautilus-sendto-0.14.0_1 Integration between nautilus, evolution, and pidgin ncdu-1.3 Ncurses du(1) ndesk-dbus-0.6.0 A C# implementation of D-Bus ndesk-dbus-glib-0.4.1 GLib main loop integration for Managed D-Bus netpbm-10.26.54 A toolkit for conversion of images between different format notification-daemon-0.3.7_2 Send small notifications to your desktop nspluginwrapper-0.9.91.5 A compatibility plugin for Netscape 4 (NPAPI) plugins 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 oclock-1.0.1 Round clock application for X opal-2.2.11 VoIP abstraction library open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.3.41 Open source LDAP client implementation openoffice.org-2.4.0_5 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br openslp-1.2.1_2 Open-source implementation of the Service Location Protocol openssl-0.9.8g SSL and crypto library opera-9.27.20080331 A blazingly fast, full-featured, standards-compliant browse opera-linuxplugins-9.21.20070510_1 Linux plugin support for the native Opera browser orage-4.4.2_1 A calendar application to manage your time with XFce 4 orca-2.22.2 Scriptable screen reader p5-Archive-Tar-1.38_1 Perl module for creation and manipulation of tar files p5-Archive-Zip-1.23 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.11 Perl5 module for SASL authentication p5-B-Keywords-1.08 Lists of reserved barewords and symbol names p5-BerkeleyDB-0.34 Perl5 interface to the Berkeley DB package p5-Cairo-1.060 Perl bindings to the cairo graphics library p5-Class-Data-Inheritable-0.06 Inheritable, overridable class data p5-Class-ISA-0.33 Report the search path for a class's ISA tree p5-Class-Inspector-1.17_1 Provides information about classes p5-Class-MethodMaker-2.11 Perl module for creating generic methods p5-Clone-0.28 Clone - recursively copy Perl datatypes p5-Compress-Raw-Zlib-2.011 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.011 Perl5 interface to zlib compression library p5-Config-Tiny-2.12 Read/Write .ini style files with as little code as possible p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh BinHex files p5-Convert-TNEF-0.17 Perl module to read TNEF files p5-Convert-UUlib-1.09,1 Perl5 interface to the uulib library (a.k.a. uudeview/uuenv 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-Date-Manip-5.44 Perl5 module containing date manipulation routines p5-Devel-StackTrace-1.18 Stack trace and stack trace frame objects p5-Devel-Symdump-2.0800 A perl5 module that dumps symbol names or the symbol table p5-Digest-1.15 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA-5.47 Perl extension for SHA-1/224/256/384/512 p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-Email-Abstract-2.134 Unified interface to mail representations p5-Email-Address-1.88.9 RFC 2822 Address Parsing and Creation p5-Email-Date-1.10.3 Find and Format Date Headers p5-Email-Date-Format-1.002 Produce RFC 2822 date strings p5-Email-Find-0.10 Find RFC 822 email addresses in plain text p5-Email-Simple-2.00.3 Simple parsing of RFC2822 message format and headers p5-Email-Valid-0.179 Check validity of Internet email addresses p5-Encode-Detect-1.00 An Encode::Encoding subclass that detects the encoding of d p5-Error-0.17012 Perl module to provide Error/exception support for perl: Er p5-Exception-Class-1.24 A module that allows you to declare real exception classes p5-Exporter-Lite-0.02 Lightweight exporting of variables p5-ExtUtils-CBuilder-0.23 Compile and link C code for Perl modules p5-ExtUtils-Depends-0.205 Easily build XS extensions that depend on XS extensions p5-ExtUtils-ParseXS-2.19 Converts Perl XS code into C code p5-ExtUtils-PkgConfig-1.10 Simplistic interface to pkg-config p5-File-Remove-1.40 Perl5 module to easily removes files and directories p5-File-Slurp-9999.13 Perl5 module for single call read & write file routines 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-GSSAPI-0.26 Perl extension providing access to the GSSAPIv2 library p5-Geography-Countries-1.4 Handle ISO-3166 country codes p5-Glade2-1.006_1 Gtk2-Perl bindings to libglade2 p5-Glib2-1.144 This module provides access to Glib and GObject libraries p5-Gtk2-1.146 Perl module for Gtk+ 2.x graphical user interface library p5-HTML-FromText-2.05 Mark up text as HTML p5-HTML-LinkExtractor-0.130 HTML::LinkExtractor is used for extracting links from HTML p5-HTML-Parser-3.56_1 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-TokeParser-Simple-3.15 Subclass of HTML::TokeParser with easy-to-remember method c p5-HTML-Tree-3.23 A collection of modules to manupulate HTML syntax trees p5-HTTP-Cache-Transparent-1.0 Implementation of http get that keeps a local cache of fetc p5-Hook-LexWrap-0.20 Lexically scoped subroutine wrappers for Perl p5-IO-Compress-Base-2.011 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.011 Perl5 interface for reading and writing of (g)zip files p5-IO-Multiplex-1.09 IO::Multiplex - Manage IO on many file handles p5-IO-Socket-INET6-2.52 Perl module with object interface to AF_INET6 domain socket p5-IO-Socket-SSL-1.13 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-IP-Country-2.23_1 Fast lookup of country codes from IP addresses p5-Lingua-EN-Numbers-Ordinate-1.02 Go from cardinal number (3) to ordinal ("3rd") p5-Lingua-Preferred-0.2.4 Perl extension to choose a language p5-List-MoreUtils-0.22 Provide the stuff missing in List::Util p5-Log-TraceMessages-1.4 Perl extension for trace messages used in debugging p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-MIME-Lite-3.02.1 A simple interface for creating (not parsing!) MIME message p5-MIME-Tools-5.426,2 A set of perl5 modules for MIME p5-MIME-Types-1.23 Perl extension for determining MIME types p5-Mail-DKIM-0.31 Perl5 module to process and/or create DKIM email p5-Mail-DomainKeys-1.0 Perl implementation of DomainKeys p5-Mail-SPF-2.005 Reference implementation of the RFC 4408 SPF protocol p5-Mail-SPF-Query-1.999.1 Query Sender Permitted From for an IP,email,helo p5-Mail-SpamAssassin-3.2.4_4 A highly efficient mail filter for identifying spam p5-Mail-Tools-2.02 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.28.08_2 Build and install Perl modules p5-Module-Pluggable-3.8 Automatically give your module the ability to have plugins p5-Net-1.22,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-DNS-Resolver-Programmable-0.003 Programmable DNS resolver for off-line testing p5-Net-Domain-TLD-1.67_1 Look up and validate TLDs p5-Net-IP-1.25 Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.30_1 Perl5 interface to SSL p5-Net-Server-0.97 A configurable base class for writing internet servers in P p5-NetAddr-IP-4.00.7 Perl module for working with IP addresses and blocks thereo p5-PPI-1.201 Analyze and manipulate Perl code without using perl itself p5-Params-Util-0.31 Utility functions to aid in parameter checking 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.2701 A Perl module for portably manipulating file specifications p5-Perl-Critic-1.08.2_1 Critique Perl source for style and standards p5-Pod-Coverage-0.19 Checks if the documentation of a module is comprehensive p5-Pod-Escapes-1.04 For resolving Pod E<...> sequences p5-Pod-Parser-1.35 Modules to work with POD (Plain Old Documentation) p5-Pod-Simple-3.05 Framework for parsing Pod p5-Readonly-1.03_1 Facility for creating read-only scalars, arrays, hashes p5-SGMLSpm-1.03 Perl module for postprocessing the output from sgmls and ns p5-SOAP-Lite-0.69 SOAP::Lite - Client and server side SOAP implementation p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to have in the perl cor p5-Socket6-0.20 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-String-Format-1.14 Perl module for sprintf-like string formatting capability p5-Sub-Override-0.08 Perl extension for easily overriding subroutines p5-Sub-Uplevel-0.1901 Sub::Uplevel - apparently run a function in a higher stack p5-Sys-Hostname-Long-1.4 Try every conceivable way to get full hostname p5-Term-ProgressBar-2.09 Perl extension to display a progress bar p5-Term-ReadKey-2.30 A perl5 module for simple terminal control p5-Test-Base-0.54_1 Test::Base - A Data Driven Testing Framework p5-Test-ClassAPI-1.04 Provides basic first-pass API testing for large class trees p5-Test-Exception-0.27 Test::Exception - test functions for exception based code p5-Test-Harness-3.10 Run perl standard test scripts with statistics p5-Test-Number-Delta-1.03 Compare the difference between two numbers within a specifi p5-Test-Perl-Critic-1.01 Use Perl::Critic in test programs p5-Test-Pod-1.26 Check for POD errors in files p5-Test-Pod-Coverage-1.08 Check for pod coverage in your distribution p5-Test-Simple-0.80 Basic utilities for writing tests in perl p5-Test-SubCalls-1.07 Track the number of times subs are called p5-Text-Bidi-0.03 Perl interface to the libfribidi p5-Text-Iconv-1.7 Perl interface to iconv() codeset conversion function p5-Text-Tabs+Wrap-2006.1117 Line wrapping to form simple paragraphs 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-Time-Local-1.18 Efficiently compute time from local and GMT time p5-Time-Piece-1.13 Time::Piece - Object Oriented time objects p5-TimeDate-1.16,1 Perl5 module containing a better/faster date parser for abs p5-Tk-804.027_2 A re-port of a perl5 interface to Tk8.4 p5-Tk-TableMatrix-1.23_1 Table/matrix extension to perl/tk for displaying table form p5-URI-1.36 Perl5 interface to Uniform Resource Identifier (URI) refere p5-Unicode-String-2.09 These are experimental Perl5 modules to handle various Unic p5-Unicode-UTF8simple-1.06 Conversions to/from UTF8 from/to charactersets p5-Unix-Syslog-1.0 Perl5 interface to the UNIX syslog(3) calls p5-WWW-Mechanize-1.34 This module is to help you automate interaction with a webs 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-LibXML-1.66000 Interface to Gnome libxml2 library p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML and XML::GDOM 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.16 Simple API for XML p5-XML-SAX-Expat-0.39 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-Writer-0.604 A simple Perl module for writing XML documents 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_1 Message handling functions p5-libwww-5.805 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.74 Perl extension for Version Objects p5-xmltv-0.5.51 Set of programs to process TV (tvguide) listings in XML for pango-1.20.3 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pciids-20080312 Database of all known ID's used in PCI devices pcre-7.7 Perl Compatible Regular Expressions library pdflib-7.0.2 A C library for dynamically generating PDF perl-5.8.8_1 Practical Extraction and Report Language perltidy-20071205 Indents and reformats Perl scripts to make them easier to r pidgin-2.4.2_2 Pidgin multi-protocol messaging client (GTK+ UI) pidgin-guifications-2.14_2 Plugin to add msn style "toaster" popups to Pidgin pixman-0.9.6 Low-level pixel manipulation library pkg-config-0.23_1 A utility to retrieve information about installed libraries pkg_cleanup-1.0 Interactive program for deinstalling 'leaf' packages pkg_cutleaves-20080320 Interactive script for deinstalling 'leaf' packages pkg_rmleaves-20050922 Interactive script for deinstalling 'leaf' packages plotutils-2.5_1 A plotting library and toolkit png-1.2.28 Library for manipulating PNG images png2ico-2002.12.08_2 Converts PNG files to Windows icon resource files policykit-0.8_1 Framework for controlling access to system-wide components policykit-gnome-0.8 GNOME frontend to the PolicKit framework poppler-0.6.4_1 A PDF rendering library poppler-data-0.2.0 Poppler encoding data poppler-gtk-0.6.4 Gtk bindings to poppler poppler-utils-0.6.4_2 Poppler's xpdf-workalike command line utilities popt-1.7_4 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portdowngrade-0.6 Sets a port back to a previous version portmaster-2.2 Manage your ports without external databases or languages portupgrade-2.4.3_2,2 FreeBSD ports/packages administration and management tool s printproto-1.0.3 Print extension headers procmail-3.22_6 A local mail delivery agent psiconv-0.9.8_1 A conversion utility to convert Psion 5(MX) files into othe psutils-a4-1.17_2 Utilities for manipulating PostScript documents pth-2.0.7 GNU Portable Threads 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.4.12 Python bindings for Cairo py25-dbus-0.82.4 Python bindings for the D-BUS messaging system py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-game-1.8.0 A module designed to write games in Python py25-gdata-1.0.13 GData Python Client Library py25-gimp-app-2.4.5_1 A GNU Image Manipulation Program py25-gnome-2.22.0 A set of Python bindings for GNOME 2 py25-gnome-desktop-2.22.0 A set of Python bindings used by modules in the GNOME Deskt py25-gnome-extras-2.19.1_3 A set of Python bindings for GNOME 2 py25-gobject-2.14.2 Python bindings for GObject py25-gstreamer-0.10.11 A set of Python bindings for gstreamer py25-gtk-2.12.1 A set of Python bindings for GTK+ py25-imaging-1.1.6_2 The Python Imaging Library py25-libgmail-0.1.8 Library to provide access to Gmail via Python py25-libxml2-2.6.32 Python interface for XML parser library for GNOME py25-lirc-0.0.5_2 Lirc support library for Python py25-mmpython-0.4.10_1 Retrieves metadata from mp3, ogg, avi, jpg and other format py25-numeric-24.2 The Numeric Extension to Python py25-opengl-2.0.1.07_4 An OpenGL (and related library) interface for Python py25-orbit-2.14.3 Python bindings for ORBit2 py25-osd-0.2.14_3 A python wrapper for osd, for displaying text on your X dis py25-pycrypto-2.0.1_1 The Python Cryptography Toolkit py25-pysqlite-2.1.3_1 A DB-API v2 Python library for the SQLite 3 embedded SQL en py25-rtf-0.45 Library to create RTF documents using the Python language py25-tkinter-2.5.2_2 Python bindings to the Tk widget set py25-twisted-1.3.0_2 An event-based Python framework for internet applications py25-vte-0.16.13_1 Python interface for VTE (Terminal widget) py25-xdg-0.15_3 A python library to access freedesktop.org standards py25-xml-0.8.4 PyXML: Python XML library enhancements pyrex-0.9.8.2 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_2 An interpreted object-oriented programming language qdbm-1.8.77_1 Quick Database Manager qemu-0.9.1_8 QEMU CPU Emulator qmake-3.3.8_1 The build utility of the Qt project qt-3.3.8_7 Multiplatform C++ application framework randrproto-1.2.1 Randr extension headers rarian-0.8.0 An OMF help system based on the Freedesktop specification razor-agents-2.84 A distributed, collaborative, spam detection and filtering rdesktop-1.6.0 RDP client for Windows NT/2000/2003 Terminal Server recordmydesktop-0.3.7.3_1 Record desktop sessions to an Ogg-Theora-Vorbis file recordproto-1.13.2 RECORD extension headers renderproto-0.9.3 RenderProto protocol headers resourceproto-1.0.2 Resource extension headers revelation-0.4.11_3 Password manager for the GNOME 2 desktop rgb-1.0.1 Uncompile an rgb corl-name database rhythmbox-0.10.1_8 Audio player for GNOME rpm-3.0.6_13 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs rstart-1.0.2 Sample implementation of a Remote Start client rtc-2004.02.24.1_8 Kernel module which provides /dev/rtc device support rubrica-2.0.1_1 An addressbook for the GNOME 2 desktop ruby-1.8.6.111_2,1 An object-oriented interpreted scripting language ruby18-amazon-0.9.2 A Ruby interface to Amazon's Web Services ruby18-atk-0.16.0.20080315 Ruby binding for ATK ruby18-bdb-0.6.2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-bdb1-0.2.3 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-cairo-1.5.1_1 Ruby binding for Cairo ruby18-deplate-0.8.1 Ruby tool for converting wiki-like markup ruby18-gconf2-0.16.0.20080315 A Ruby interface to GConf2 ruby18-gdk_pixbuf2-0.16.0.20080315 Ruby binding for GdkPixbuf2 ruby18-gettext-1.10.0 A Ruby implementation of the gettext library ruby18-glib2-0.16.0.20080315 Ruby binding for GLib2 ruby18-gnomecanvas2-0.16.0.20080315 Ruby binding for GnomeCanvas2 ruby18-gtk2-0.16.0.20080315 Ruby binding for GTK+2 ruby18-iconv-1.8.6.111,1 An iconv wrapper class for Ruby ruby18-libart2-0.16.0.20080315 Ruby binding for Libart2 ruby18-libglade2-0.16.0.20080315 Ruby binding for Libglade2 ruby18-pango-0.16.0.20080315 Ruby binding for Pango ruby18-racc-1.4.5 An LALR(1) parser generator for Ruby samba-libsmbclient-3.0.28a Shared libs from the samba package scripts-1.0.1 Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdl-1.2.13_1,2 Cross-platform multimedia development API sdl_image-1.2.6_1 A simple library to load images of various formats as SDL s sdl_mixer-1.2.8_1 A sample multi-channel audio mixer library sdl_ttf-2.0.9 A library to use TrueType fonts to render text in SDL appli sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD seahorse-2.22.2 GNOME application for managing encryption keys (PGP, SSH) 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.30 A MIME type database from the FreeDesktop project sharutils-4.7 Pack, send and unpack shell archives; synchronize via e-mai showfont-1.0.1_1 Font dumper for the X font server smartmontools-5.38 S.M.A.R.T. disk monitoring tools smpeg-0.4.4_8 A free MPEG1 video player library with sound support smproxy-1.0.2 Session Manager Proxy sound-juicer-2.22.0_2 Clean, mean and lean CD ripper for GNOME2 speex-1.2.b2,1 An open-source patent-free voice codec sqlite3-3.5.6 An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.9_2 Library that supports startup notification spec from freede strace-4.5.7 A portable process tracer sudo-1.6.9.15_1 Allow others to run commands as root svgalib-1.4.3_5 A low level console graphics library swfdec-0.6.6 Flash Rendering Library swfdec-gnome-2.22.2 Gtk flash player and thumbnailer system-tools-backends-2.6.0 Backend system admin scripts for gnome-system-tools t1lib-5.1.2,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.4_2 Library for manipulating ID3 tags and Ogg comments tcl-8.4.19,1 Tool Command Language teTeX-base-3.0_13 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_5 Thomas Esser's distribution of TeX & friends (texmf tree) telepathy-gabble-0.7.2 Jabber Connection Manager for Telepathy Framework telepathy-glib-0.7.6 GLib utility library for the Telepathy framework telepathy-mission-control-4.65 Telepathy component to apps to abstract details of connecti tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter texinfo-4.8_5 A typeset documentation system with multiple format output tgif-4.1.45_3 An Xlib-based two-dimensional drawing tool and hyper-object thunderbird-2.0.0.14 Mozilla Thunderbird is standalone mail and news that stands thunderbird-enigmail-0.95.6_1 A GnuPG extension for the Thunderbird mail client thunderbird-i18n-2.0.0.14 Localized interface for Thunderbird tiff-3.8.2_1 Tools and library routines for working with TIFF images tightvnc-1.3.9_1 Enhanced version of VNC tk-8.4.19,2 Graphical toolkit for TCL tomboy-0.10.0 Personal note taking system for the GNOME desktop totem-2.22.2 A gstreamer-based video player for the GNOME 2 Desktop totem-pl-parser-2.22.3 GObject-based library to parse a host of playlist formats tracker-0.6.6_1 Tracker search tool and indexer metaport tracker-client-0.6.6_4 Object database, tag/metadata database, search tool and ind trapproto-3.4.3 DEC-XTRAP extension headers tsclient-0.150_2 A GNOME 2 frontend for rdesktop and vncviewer twm-1.0.3_3 Tab Window Manager for the X Window System uim-1.5.1 Input method library uim-gnome-1.5.1 GNOME applets of uim input method uim-gtk-1.5.1 GTK+ modules of uim input method 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) unmakeself-1.1 Extract Makeself archives unrar-3.71.b1,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-1.0_3 Another font package for X 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_4 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 vinagre-0.5.1_1 VNC client for the GNOME Desktop vino-2.22.2 VNC server that allows for remote access to your GNOME desk vlc-0.8.6.f_3,2 Multimedia streaming server and player for various audio/vi vorbis-tools-1.2.0_2,3 Play, encode, and manage Ogg Vorbis files vte-0.16.13_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 webfonts-0.30_4 TrueType core fonts for the Web weblint-1.020 HTML validator and sanity checker wget-1.11.2 Retrieve files from the Net via HTTP(S) and FTP win32-codecs-3.1.0.r1,1 Huge compilation of Win32 binary video codecs wine-1.0.r2,1 Microsoft Windows compatibility layer for Unix-like systems wv-1.2.4_1 A library and executables to access Microsoft Word files wxgtk2-2.8.7 The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-common-2.8.7_1 The wxWidgets GUI toolkit (common files) wxgtk2-unicode-2.8.7_1 The wxWidgets GUI toolkit (Unicode) x11perf-1.4.1 X11 server performance test program x264-0.0.20080409_1 Multimedia library and tool for encoding H.264/AVC video st xanim-2.92.0_2 Play most popular animation formats and show pictures 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 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 xdg-utils-1.0.2_2 Tools to allow all applications to integrate with the free 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 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 X.Org acecad input driver xf86-input-calcomp-1.1.1 X.Org calcomp input driver xf86-input-citron-2.2.1 X.Org citron input driver xf86-input-digitaledge-1.1.0 X.Org digitaledge input driver xf86-input-dmc-1.1.1 X.Org dmc input driver xf86-input-dynapro-1.1.1 X.Org dynapro input driver xf86-input-elo2300-1.1.1 X.Org elo2300 input driver xf86-input-elographics-1.1.0 X.Org elographics input driver xf86-input-fpit-1.1.0 X.Org fpit input driver xf86-input-hyperpen-1.1.0 X.Org hyperpen input driver xf86-input-jamstudio-1.1.0 X.Org jamstudio input driver xf86-input-joystick-1.2.3 X.Org joystick input driver xf86-input-keyboard-1.2.2_1 X.Org keyboard input driver xf86-input-magellan-1.1.1 X.Org magellan input driver xf86-input-magictouch-1.0.0.5_1 X.Org magictouch input driver xf86-input-microtouch-1.1.1 X.Org microtouch input driver xf86-input-mouse-1.2.3_1 X.Org mouse input driver xf86-input-mutouch-1.1.0 X.Org mutouch input driver xf86-input-palmax-1.1.0 X.Org palmax input driver xf86-input-penmount-1.2.1 X.Org penmount input driver xf86-input-spaceorb-1.1.1 X.Org spaceorb input driver xf86-input-summa-1.1.0 X.Org summa input driver xf86-input-tek4957-1.1.0 X.Org tek4957 input driver xf86-input-void-1.1.1 X.Org void input driver xf86-video-apm-1.1.1_1 X.Org apm display driver xf86-video-ark-0.6.0_1 X.Org ark display driver xf86-video-ati-6.8.0_1 X.Org ati display driver xf86-video-chips-1.1.1_1 X.Org chips display driver xf86-video-cirrus-1.1.0_1 X.Org cirrus display driver xf86-video-cyrix-1.1.0_1 X.Org cyrix display driver xf86-video-dummy-0.2.0_1 X.Org dummy display driver xf86-video-fbdev-0.3.1_1 X.Org fbdev display driver xf86-video-glint-1.1.1_3 X.Org glint display driver xf86-video-i128-1.2.1_1 X.Org i128 display driver xf86-video-i740-1.1.0_1 X.Org i740 display driver xf86-video-imstt-1.1.0_1 X.Org imstt display driver xf86-video-intel-2.2.1 Driver for Intel integrated graphics chipsets xf86-video-mga-1.4.7,1 X.Org mga display driver xf86-video-neomagic-1.1.1_1 X.Org neomagic display driver xf86-video-newport-0.2.1_1 X.Org newport display driver xf86-video-nsc-2.8.3 X.Org nsc display driver xf86-video-nv-2.1.8 X.Org nv display driver xf86-video-radeonhd-1.2.1 X.Org ati RadeonHD display driver xf86-video-rendition-4.1.3_1 X.Org rendition display driver xf86-video-s3-0.5.0_1 X.Org s3 display driver xf86-video-s3virge-1.9.1_1 X.Org s3virge display driver xf86-video-savage-2.1.3 X.Org savage display driver xf86-video-siliconmotion-1.5.1 X.Org siliconmotion display driver xf86-video-sis-0.9.3_2 X.Org sis display driver xf86-video-tdfx-1.3.0_2 X.Org tdfx display driver xf86-video-tga-1.1.0_1 X.Org tga display driver xf86-video-trident-1.2.3_1 X.Org trident display driver xf86-video-tseng-1.1.1_1 X.Org tseng display driver xf86-video-vesa-1.3.0_1 X.Org vesa display driver xf86-video-vga-4.1.0_1 X.Org vga display driver xf86-video-via-0.2.2_2 X.Org via display driver xf86-video-vmware-10.15.2 X.Org vmware display driver xf86-video-voodoo-1.1.1_1 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.2 The "meta-port" for the XFce 4 desktop environment xfce4-appfinder-4.4.2 Find application in the system supporting Desktop entry for xfce4-desktop-4.4.2 XFce 4 desktop background manager and root menu xfce4-icon-theme-4.4.2 Icon themes for XFce 4 xfce4-mcs-manager-4.4.2 XFce 4 settings manager xfce4-mcs-plugins-4.4.2_1 XFce 4 settings manager plugins xfce4-mixer-4.4.2_1 XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.4.2_1 XFce 4 panel module xfce4-print-4.4.2 XFce 4 graphical frontend for printing xfce4-session-4.4.2_1 Session manager for the Xfce 4 desktop environment xfce4-utils-4.4.2 XFce 4 essential utilities and scripts xfce4-wm-4.4.2 XFce 4 window manager xfce4-wm-themes-4.4.2 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 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 xine-0.99.5 An X11 multimedia player 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.2 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 xmms-1.2.11_2 X Multimedia System -- An audio player with Winamp GUI 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_1 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_1 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_8,1 X.Org X server and related programs xosd-2.2.12_3 X On-Screen-Display Library and XMMS plug-in xphelloworld-1.0.1_1 Sends a test page to an Xprint printer xpi-quick-locale-switcher-1.6.5.1 Quickly change and apply a different locale from the tools 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 xscreensaver-gnome-hacks-4.24_2 Save your screen while you entertain your cat (for GNOME us 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-235 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 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.0 A complete rewrite of the NASM assembler yelp-2.22.1 A help browser for the GNOME 2 desktop youtube_dl-2008.04.20 A program for downloading videos from YouTube.com zenity-2.22.1 Display GNOME dialogs from the command line zip-2.32 Create/update ZIP files compatible with pkzip > /usr/bin/env DESKTOP_SESSION=gnome no_proxy=localhost,127.0.0.0/8 DESKTOP_STARTUP_ID= XAUTHORITY=/home/lachlan/.Xauthority XDG_SESSION_COOKIE=0f93a814ab255424d9cfca96483c2e76-1212108982.287820-923071462 GDM_XSERVER_LOCATION=local BLOCKSIZE=K LOGNAME=lachlan WINDOWPATH=9:9:9:9 http_proxy=http://:8080/ GNOME_DESKTOP_SESSION_ID=Default GTK_RC_FILES=/usr/local/etc/gtk/gtkrc:/home/lachlan/.gtkrc-1.2-gnome2 GTK_MODULES=gnomebreakpad USERNAME=lachlan PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/lachlan/bin SSH_AUTH_SOCK=/var/tmp/keyring-rzywMo/ssh TERM=xterm PWD=/home/lachlan/Desktop/Personal/Bugs/Clock Applet USER=lachlan WINDOWID=39845943 XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/local/share/gdm/ COLORTERM=gnome-terminal EDITOR=vi DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-QYNY0Oyo2j,guid=36e5b84d2e3043f6b87cb45a483f50b8 GDMSESSION=gnome DISPLAY=:0.0 SSH_AGENT_PID=2258 SHELL=/bin/tcsh GNOME_KEYRING_SOCKET=/var/tmp/keyring-rzywMo/socket PAGER=more ENV=/home/lachlan/.shrc LANG=C GDM_LANG=C SESSION_MANAGER=local/xxx.jp:/tmp/.ICE-unix/2238 FTP_PASSIVE_MODE=YES HOME=/home/lachlan MAIL=/var/mail/lachlan HOSTTYPE=FreeBSD VENDOR=intel OSTYPE=FreeBSD MACHTYPE=i386 SHLVL=1 GROUP=lachlan HOST=xxx.jp REMOTEHOST= CCACHE_DIR=/usr/.ccache Ports updated 5/29 Backtrace from bugbuddy Distribution: Unknown Gnome Release: 2.22.2 2008-05-27 (FreeBSD GNOME Project) BugBuddy Version: 2.22.0 System: FreeBSD 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Mar 14 14:56:22 JST 2008 lachlan@xxx.jp:/usr/obj/usr/src/sys/GUM i386 X Vendor: The X.Org Foundation X Vendor Release: 10400000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 41803776 vsize: 41803776 resident: 21983232 share: 96127500 rss: 21983232 rss_rlim: 5367 CPU usage: start_time: 1212109006115897 rtime: 0 utime: 94 stime: 7835296 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 133 Backtrace was generated from '/usr/local/libexec/clock-applet' [New LWP 100241] [Switching to LWP 100241] 0x296d275d in wait4 () at wait4.S:2 2 RSYSCALL(wait4) Current language: auto; currently asm #0 0x296d275d in wait4 () at wait4.S:2 #1 0x296b0727 in __waitpid (pid=2357, istat=0xbfbfd150, options=0) at /usr/src/lib/libc/gen/waitpid.c:50 #2 0x2965c305 in _waitpid (wpid=2357, status=0xbfbfd150, options=0) at /usr/src/lib/libpthread/thread/thr_waitpid.c:48 #3 0x29383ec8 in IA__g_spawn_sync (working_directory=0x0, argv=0xbfbfd0b8, envp=0x0, flags=134672768, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfbfd278) at gspawn.c:374 #4 0x293841f8 in IA__g_spawn_command_line_sync (command_line=0x806f180 "", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfbfd278) at gspawn.c:682 #5 0x2a46feca in run_bug_buddy (appname=0xbfbfd0b8 "e\f\a(", pid=7, minidump_path=0x806f180 "") at gnome-breakpad.cc:219 #6 0x2a47006a in check_if_gdb (callback_context=0x0) at gnome-breakpad.cc:298 #7 0x2a46fd54 in bugbuddy_segv_handle (signum=11) at gnome-breakpad.cc:93 #8 0x29662207 in _thr_sig_handler (sig=11, info=0xbfbfd7c0, ucp=0xbfbfd500) at /usr/src/lib/libpthread/thread/thr_sig.c:386 #9 #10 0x287d3a92 in strndup ( s=0x822b0da " The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \nKonfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \nKonfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n) at Bonobo-common.c:584 #41 0x292bb118 in ORBit_POAObject_invoke (pobj=0x0, ret=0x0, args=0xbfbfe560, ctx=0xbfbfe5b0, data=0x2, ev=0xbfbfe6e0) at poa.c:1142 #42 0x292bf5b7 in ORBit_OAObject_invoke (adaptor_obj=0x0, ret=0x0, args=0xbfbfe560, ctx=0xbfbfe5b0, data=0xbfbfe620, ev=0xbfbfe6e0) at orbit-adaptor.c:338 #43 0x292ace34 in ORBit_small_invoke_adaptor (adaptor_obj=0x80e3080, recv_buffer=0x80c0880, m_data=0x28693760, data=0xbfbfe620, ev=0xbfbfe6e0) at orbit-small.c:844 #44 0x292bb564 in ORBit_POAObject_handle_request (pobj=0x80e3080, opname=0x80eb03c "setFrame", ret=0x0, args=0x0, ctx=0x0, recv_buffer=0x80c0880, ev=0xbfbfe6e0) at poa.c:1351 #45 0x292bb709 in ORBit_POAObject_invoke_incoming_request (pobj=0x80e3080, recv_buffer=0x80c0880, opt_ev=0xbfbfe6e0) at poa.c:1421 #46 0x292bbbfe in ORBit_POA_handle_request (poa=0x80ab980, recv_buffer=0x80c0880, objkey=0x80c0898) at poa.c:1643 #47 0x292bf537 in ORBit_handle_request (orb=0x80b3100, recv_buffer=0x80c0880) at orbit-adaptor.c:298 #48 0x292a9c17 in giop_connection_handle_input (lcnx=0x80ac6f8) at giop-recv-buffer.c:1312 #49 0x292c56e4 in link_connection_io_handler (gioc=0x0, condition=G_IO_IN, data=0x80ac6f8) at linc-connection.c:1412 #50 0x292c7511 in link_source_dispatch (source=0x80c0100, callback=0xffff80d9, user_data=0x80ac6f8) at linc-source.c:159 #51 0x293518ba in g_main_dispatch (context=0x809de00) at gmain.c:2009 #52 0x2935279b in IA__g_main_context_dispatch (context=0x809de00) at gmain.c:2561 #53 0x29352b66 in g_main_context_iterate (context=0x809de00, block=1, dispatch=1, self=0x8079040) at gmain.c:2642 #54 0x2935313a in IA__g_main_loop_run (loop=0x80bc490) at gmain.c:2850 #55 0x28662bf5 in bonobo_main () at bonobo-main.c:311 #56 0x28661110 in bonobo_generic_factory_main_timeout ( act_iid=0x80bf200 ":0.0,OAFIID:GNOME_ClockApplet_Factory", factory_cb=0x280a679c , user_data=0x80bc420, quit_timeout=0) at bonobo-generic-factory.c:411 #57 0x28661052 in bonobo_generic_factory_main ( act_iid=0x80bf200 ":0.0,OAFIID:GNOME_ClockApplet_Factory", factory_cb=0x280a679c , user_data=0x80bc420) at bonobo-generic-factory.c:368 #58 0x280a696c in panel_applet_factory_main_closure ( iid=0x806a024 "OAFIID:GNOME_ClockApplet_Factory", applet_type=135000448, closure=0x80b8a80) at panel-applet.c:1754 #59 0x280a6a0f in panel_applet_factory_main ( iid=0x806a024 "OAFIID:GNOME_ClockApplet_Factory", applet_type=135000448, callback=0, data=0x0) at panel-applet.c:1778 #60 0x0805e2b1 in main (argc=3, argv=0xbfbfea2c) at clock.c:4452 Thread 1 (LWP 100241): #0 0x296d275d in wait4 () at wait4.S:2 No locals. #1 0x296b0727 in __waitpid (pid=2357, istat=0xbfbfd150, options=0) at /usr/src/lib/libc/gen/waitpid.c:50 No locals. #2 0x2965c305 in _waitpid (wpid=2357, status=0xbfbfd150, options=0) at /usr/src/lib/libpthread/thread/thr_waitpid.c:48 ret = 0 #3 0x29383ec8 in IA__g_spawn_sync (working_directory=0x0, argv=0xbfbfd0b8, envp=0x0, flags=134672768, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfbfd278) at gspawn.c:374 outpipe = -1 errpipe = -1 pid = 2357 fds = {__fds_bits = {134721536, 16, 3217019272, 691841072, 136413664, 136285296, 691842432, 8, 8, 691842432, 3217019304, 695035860, 136285232, 0, 0, 134722048, 0, 135846448, 0, 134721536, 8, 0, 51, 691841072, 0, 3, 3217019368, 691459402, 8, 135846344, 4, 691841072}} ret = 7 outstr = (GString *) 0x0 errstr = (GString *) 0x0 failed = 0 status = 134673072 __PRETTY_FUNCTION__ = "IA__g_spawn_sync" #4 0x293841f8 in IA__g_spawn_command_line_sync (command_line=0x806f180 "", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfbfd278) at gspawn.c:682 retval = -1077947784 argv = (gchar **) 0x81f8c40 __PRETTY_FUNCTION__ = "IA__g_spawn_command_line_sync" #5 0x2a46feca in run_bug_buddy (appname=0xbfbfd0b8 "e\f\a(", pid=7, minidump_path=0x806f180 "") at gnome-breakpad.cc:219 exec_str = ( gchar *) 0x821a580 "bug-buddy --appname=\"clock-applet\" --pid=2355" res = 136285152 error = (GError *) 0x0 #6 0x2a47006a in check_if_gdb (callback_context=0x0) at gnome-breakpad.cc:298 mypath = "l\000\000\000E\000\000\000\000$(D+4(B ( X$(D+@(B(\000\000\000\000 \000\00 0\000$(D+2*R"D"D*#(B=$(D+$(B(\003\000\000\000\220$(D*Q"D"D(B \000\000\000$(D*T(B~µ ;(Tt\021\b X$(D+@(B(\b$(D*Q"D"D(B\rJ$(D+$(B(\200\204\t\b\220$(D*Q"D"D(B \000\000\000\000 Ð (M\214$(D+!(B( X$(D+@(B(8$(D*Q"D"D*)(B\227$(D+!(B(\200\204\t\b\220$(D*Q"D"D(B \000\0 00\000-\227$(D+!(B(P$(D+T(BF*\000\000\000\000 \000\000\000 X$(D+@(B(\000\000\000\000\000 $(D*"(B\t\bx$(D*Q"D"D(B·$(D"B+!(B(\000$(D*"(B\t\b\220$(D*Q"D"D(B \000\000\000$(D*R(B $(D+!(B( $(D),(B\030\t(t$(D*Q"D"D(BpP\a($(D*"+Q(B (f\000\000\000\204$(D*Q"D"D(B½Q\a( X$(D+@(B(\ 000$(D*"(B\t\b\000$(D*X"D"D(B"... gdb = (gchar *) 0x81f8be0 "/usr/bin/gdb" appname = (gchar *) 0x806fe60 "clock-applet" pid = 2355 #7 0x2a46fd54 in bugbuddy_segv_handle (signum=11) at gnome-breakpad.cc:93 in_segv = 1 sa = {__sigaction_u = {__sa_handler = 0, __sa_sigaction = 0}, sa_flags = 134701056, sa_mask = {__bits = {3217019928, 694566762, 134701108, 134701128}}} #8 0x29662207 in _thr_sig_handler (sig=11, info=0xbfbfd7c0, ucp=0xbfbfd500) at /usr/src/lib/libpthread/thread/thr_sig.c:386 psf = {psf_valid = 1948280179, psf_flags = 0, psf_cancelflags = 0, psf_interrupted = 0, psf_timeout = 0, psf_signo = 543257185, psf_state = 1718513507, psf_wait_data = {mutex = 0x0, cond = 0x0, lock = 0x0, sigwait = 0x0}, psf_wakeup_time = {tv_sec = -1, tv_nsec = 0}, psf_sigset = {__bits = {544176239, 1746956132, 2003071585, 778400353}}, psf_sigmask = {__bits = {1701654332, 1734439795, 537542245, 1008738336}}, psf_seqno = 1936942445, psf_continuation = 0} sigfunc = (__siginfohandler_t *) 0x2a46fcbc curthread = (struct pthread *) 0x8076000 curkse = (struct kse *) 0x8070000 act = {__sigaction_u = {__sa_handler = 0x73656d3c, __sa_sigaction = 0x73656d3c}, sa_flags = 1701273971, sa_mask = {__bits = { 1819113504, 1851878458, 1730297191, 1312694892}}} sa_flags = 0 err_save = 0 #9 No symbol table info available. #10 0x287d3a92 in strndup ( s=0x822b0da " The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 dtd = (DTD * const) 0x81f1d00 eventPP = (const char **) 0x81f4d20 eventEndPP = (const char **) 0x81f4d24 #14 0x28dc0a10 in contentProcessor (parser=0x81f4c00, start=0x822b0cb "\n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n Konfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n The GNOME Project\n http://www.gnome.org/\n gnome-panel-clock\n\n \nKonfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 \n\n The GNOME "... tok = 0 #17 0x28dc2f75 in prologInitProcessor (parser=0x81f4c00, s=0x822b000 "\nKonfigur$(D**"m(Br hardware-ur\n Hardwareuhr einstellen\n $(D*B"B*A(B\215$(D*B"1*B(B¼$(D*B(B¹$(D*A(B\203$(D*B(B· $(D*A(B\2 04$(D*B"D*A(B\205 $(D*B(Bµ$(D*A(B\203$(D*A(B\211$(D*A(B\204$(D*B(Bµ$(D*A(B\201$(D*B(B¹$(D*B(B $(D"k*B"D*A(B\215 $(D*A(B\201$(D*B"D*B(B»$(D*B"D*B(B³$(D*B(B¹$(D*B"D*A(B\215 result = XML_STATUS_OK #19 0x28dc0236 in XML_Parse (parser=0x81f4c00, s=0x8224000 "\n}, stack_depth = 1, path = 0x821a500 "/usr/local/share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy", global_vendor = 0x0, global_vendor_url = 0x0, global_icon_name = 0x0, action_id = 0x0, vendor = 0x0, vendor_url = 0x0, icon_name = 0x0, defaults_allow_any = POLKIT_RESULT_UNKNOWN, defaults_allow_inactive = POLKIT_RESULT_UNKNOWN, defaults_allow_active = POLKIT_RESULT_UNKNOWN, pf = 0x81f8280, load_descriptions = 0, policy_descriptions = 0x0, policy_messages = 0x0, policy_description_nolang = 0x0, policy_message_nolang = 0x0, lang = 0x81f8bb0 "C", elem_lang = 0x0, annotate_key = 0x0, annotations = 0x0, is_oom = 0} xml_res = 0 lang = 0x0 buf = 0x8224000 "\n suffix = ".policy" dir = (DIR *) 0x81f5b80 d = (struct dirent *) 0x821d1e7 pc = (PolKitPolicyCache *) 0x81f8270 statbuf = {st_dev = 104, st_ino = 7042241, st_mode = 33060, st_nlink = 1, st_uid = 0, st_gid = 0, st_rdev = 28135936, st_atimespec = { tv_sec = 1212108869, tv_nsec = 0}, st_mtimespec = {tv_sec = 1211864991, tv_nsec = 0}, st_ctimespec = {tv_sec = 1211864991, tv_nsec = 0}, st_size = 26422, st_blocks = 52, st_blksize = 4096, st_flags = 0, st_gen = 0, st_lspare = 0, st_birthtimespec = {tv_sec = 1211864991, tv_nsec = 0}} #22 0x287e95bd in polkit_context_get_policy_cache (pk_context=0x81f5c40) at polkit-context.c:709 error = (PolKitError *) 0x0 __PRETTY_FUNCTION__ = "polkit_context_get_policy_cache" #23 0x287e9889 in polkit_context_is_caller_authorized (pk_context=0x81f5c40, action=0x81f8240, caller=0x820f3e0, revoke_if_one_shot=0, error=0x0) at polkit-context.c:904 cache = (PolKitPolicyCache *) 0xd8 result = POLKIT_RESULT_NO result_from_config = 136282720 result_from_grantdb = 671550565 config = (PolKitConfig *) 0x81f8260 from_authdb = 6 from_authdb_negative = 709287964 __PRETTY_FUNCTION__ = "polkit_context_is_caller_authorized" #24 0x287e9a25 in polkit_context_can_caller_do_action (pk_context=0x81f5c40, action=0x81f8240, caller=0x820f3e0) at polkit-context.c:1024 No locals. #25 0x080683d5 in can_do ( pk_action_id=0x806b8bc "org.gnome.clockapplet.mechanism.settime") at set-timezone.c:165 system_bus = (DBusConnection *) 0x81f1900 pk_caller = (PolKitCaller *) 0x820f3e0 pk_action = (PolKitAction *) 0x81f8240 pk_result = POLKIT_RESULT_UNKNOWN pk_context = (PolKitContext *) 0x81f5c40 dbus_error = {name = 0x0, message = 0x0, dummy1 = 1, dummy2 = 0, dummy3 = 0, dummy4 = 1, dummy5 = 0, padding1 = 0x2931c878} res = 0 #26 0x080684c7 in can_set_system_time () at set-timezone.c:217 cache = 0 last_refreshed = 0 now = 1212109006 #27 0x0805ae17 in fill_clock_applet (applet=0x1) at clock.c:2777 i = 1 cd = (ClockData *) 0x80eb200 popup_component = (BonoboUIComponent *) 0x81d4048 filename = 0x1 #28 0x0805e1df in clock_factory (applet=0x80cb018, iid=0x80e48e0 "OAFIID:GNOME_ClockApplet", data=0x0) at clock.c:4440 retval = 0 #29 0x280a7afd in panel_applet_marshal_BOOLEAN__STRING (closure=0x80b8a80, return_value=0xbfbfdf50, n_param_values=2, param_values=0x80c0780, invocation_hint=0x0, marshal_data=0x0) at panel-applet-marshal.c:128 callback = 0x2 cc = (GCClosure *) 0x80b8a80 data1 = 0x80cb018 data2 = 0x0 v_return = 0 __PRETTY_FUNCTION__ = "panel_applet_marshal_BOOLEAN__STRING" #30 0x292ee010 in IA__g_closure_invoke (closure=0x80b8a80, return_value=0xbfbfdf50, n_param_values=2, param_values=0x80c0780, invocation_hint=0x0) at gclosure.c:490 marshal = 0x280a7a50 marshal_data = 0x0 in_marshal = 0 __PRETTY_FUNCTION__ = "IA__g_closure_invoke" #31 0x28674650 in bonobo_closure_invoke_va_list (closure=0x80b8a80, return_value=0xbfbfdf50, var_args=0xbfbfdfb0 "Ð$(D+$"D"D$B!k$(D)!(B\n\b") at bonobo-types.c:404 i = 0 type = 0 params = (GArray *) 0x807c150 __PRETTY_FUNCTION__ = "bonobo_closure_invoke_va_list" #32 0x2867483a in bonobo_closure_invoke (closure=0x80b8a80, return_type=20) at bonobo-types.c:467 rtype = 20 return_value = {g_type = 20, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} var_args = 0xbfbfdf9c "\200$(D+P(B\v\b\030$B!k(B\f\b@" __PRETTY_FUNCTION__ = "bonobo_closure_invoke" #33 0x280a5b89 in panel_applet_control_bound (control=0x8089830, applet=0x80cb018) at panel-applet.c:1374 ret = 0 __PRETTY_FUNCTION__ = "panel_applet_control_bound" #34 0x29303b63 in IA__g_cclosure_marshal_VOID__VOID (closure=0x80c54c0, return_value=0x0, n_param_values=1, param_values=0x2, invocation_hint=0xbfbfe178, marshal_data=0x0) at gmarshal.c:77 callback = 0x2 cc = (GCClosure *) 0x80c54c0 data1 = 0x8089830 data2 = 0x0 __PRETTY_FUNCTION__ = "IA__g_cclosure_marshal_VOID__VOID" #35 0x292ee010 in IA__g_closure_invoke (closure=0x80c54c0, return_value=0x0, n_param_values=1, param_values=0xbfbfe2d0, invocation_hint=0xbfbfe178) at gclosure.c:490 marshal = 0x80522e0 marshal_data = 0x0 in_marshal = 0 __PRETTY_FUNCTION__ = "IA__g_closure_invoke" #36 0x2930337e in signal_emit_unlocked_R (node=0x80d6ac0, detail=0, instance=0x8089830, emission_return=0x0, instance_and_params=0xbfbfe2d0) at gsignal.c:2440 tmp = (Handler *) 0x293ca220 handler = (Handler *) 0x8091680 accumulator = (SignalAccumulator *) 0x0 emission = {next = 0x0, instance = 0x8089830, ihint = { signal_id = 102, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN, chain_type = 4} class_closure = (GClosure *) 0x80e1910 handler_list = (Handler *) 0x8091680 return_accu = (GValue *) 0x0 accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} signal_id = 102 max_sequential_handler_number = 19 return_value_altered = 0 #37 0x29302693 in IA__g_signal_emit_valist (instance=0x8089830, signal_id=3217023716, detail=0, var_args=0xbfbfe45c "$(D+")A"D"D(B\003") at gsignal.c:2199 instance_and_params = (GValue *) 0xbfbfe2d0 stack_values = {{g_type = 135040128, data = {{v_int = 134780976, v_uint = 134780976, v_long = 134780976, v_ulong = 134780976, v_int64 = 134780976, v_uint64 = 134780976, v_float = 4.11049069e-34, v_double = 6.659064995455355e-316, v_pointer = 0x8089830}, { v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}, { g_type = 134701128, data = {{v_int = 15, v_uint = 15, v_long = 15, v_ulong = 15, v_int64 = 2985144872224161807, v_uint64 = 2985144872224161807, v_float = 2.1019477e-44, v_double = 3.9073462207132056e-109, v_pointer = 0xf}, { v_int = 694637580, v_uint = 694637580, v_long = 694637580, v_ulong = 694637580, v_int64 = 579202660119827468, v_uint64 = 579202660119827468, v_float = 5.13652028e-14, v_double = 6.0906397587565901e-270, v_pointer = 0x2967540c}}}, { g_type = 671563666, data = {{v_int = 695524576, v_uint = 695524576, v_long = 695524576, v_ulong = 695524576, v_int64 = 695524576, v_uint64 = 695524576, v_float = 5.43704621e-14, v_double = 3.4363479883989917e-315, v_pointer = 0x2974dce0}, { v_int = 134923944, v_uint = 134923944, v_long = 134923944, v_ulong = 134923944, v_int64 = -4629731924682029400, v_uint64 = 13817012149027522216, v_float = 4.17613837e-34, v_double = -0.1245627421983736, v_pointer = 0x80ac6a8}}}, { g_type = 694592582, data = {{v_int = 8, v_uint = 8, v_long = 8, v_ulong = 8, v_int64 = 578424823668015112, v_uint64 = 578424823668015112, v_float = 1.12103877e-44, v_double = 5.436783330344652e-270, v_pointer = 0x8}, { v_int = 671563666, v_uint = 671563666, v_long = 671563666, v_ulong = 671563666, v_int64 = 4966530962, v_uint64 = 4966530962, v_float = 7.50779003e-15, v_double = 2.4537923273310775e-314, v_pointer = 0x28073f92}}}, {g_type = 134797216, data = {{ v_int = 134701056, v_uint = 134701056, v_long = 134701056, v_ulong = 134701056, v_int64 = -4629731855962775552, v_uint64 = 13817012217746776064, v_float = 4.07379322e-34, v_double = -0.12456369586959681, v_pointer = 0x8076000}, { v_int = 694589305, v_uint = 694589305, v_long = 694589305, v_ulong = 694589305, v_int64 = 579470666079049593, v_uint64 = 579470666079049593, v_float = 5.12016407e-14, v_double = 6.3159280168239404e-270, v_pointer = 0x29669779}}}, { g_type = 134701128, data = {{v_int = 15, v_uint = 15, v_long = 15, v_ulong = 15, v_int64 = 2983232460726206479, v_uint64 = 2983232460726206479, v_float = 2.1019477e-44, v_double = 3.0032947918989141e-109, v_pointer = 0xf}, {v_int = 8, v_uint = 8, v_long = 8, v_ulong = 8, v_int64 = 579190977114144776, v_uint64 = 579190977114144776, v_float = 1.12103877e-44, v_double = 6.0808189174331955e-270, v_pointer = 0x8}}}, { g_type = 3217023848, data = {{v_int = 691063066, v_uint = 691063066, v_long = 691063066, v_ulong = 691063066, v_int64 = 691063066, v_uint64 = 691063066, v_float = 3.92542783e-14, v_double = 3.4143052002032199e-315, v_pointer = 0x2930c91a}, { v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}, { g_type = 690861060, data = {{v_int = 134923944, v_uint = 134923944, v_long = 134923944, v_ulong = 134923944, v_int64 = 134923944, v_uint64 = 134923944, v_float = 4.17613837e-34, v_double = 6.6661285531808182e-316, v_pointer = 0x80ac6a8}, { v_int = -1077943416, v_uint = 3217023880, v_long = -1077943416, v_ulong = 3217023880, v_int64 = 2983227799608746888, v_uint64 = 2983227799608746888, v_float = -1.4991312, v_double = 3.0010913488095372e-109, v_pointer = 0xbfbfe388}}}, { g_type = 134797216, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 4294967296, v_uint64 = 4294967296, v_float = 0, v_double = 2.1219957909652723e-314, v_pointer = 0x0}, { v_int = 690962446, v_uint = 690962446, v_long = 690962446, v_ulong = 690962446, v_int64 = 579493927618297870, v_uint64 = 579493927618297870, v_float = 3.89133644e-14, v_double = 6.3354818792545374e-270, v_pointer = 0x292f400e}}}, { g_type = 0, data = {{v_int = -1077943384, v_uint = 3217023912, v_long = -1077943384, v_ulong = 3217023912, v_int64 = 2966814259964535720, v_uint64 = 2966814259964535720, v_float = -1.49913502, v_double = 2.3486643545463825e-110, v_pointer = 0xbfbfe3a8}, {v_int = 134797216, v_uint = 134797216, v_long = 134797216, v_ulong = 134797216, v_int64 = 134797216, v_uint64 = 134797216, v_float = 4.11794773e-34, v_double = 6.6598673580642012e-316, v_pointer = 0x808d7a0}}}, { g_type = 3217023960, data = {{v_int = 690765228, v_uint = 690765228, v_long = 690765228, v_ulong = 690765228, v_int64 = 579493927618100652, v_uint64 = 579493927618100652, v_float = 3.82451639e-14, v_double = 6.3354818790887542e-270, v_pointer = 0x292c3dac}, {v_int = 690861060, v_uint = 690861060, v_long = 690861060, v_ulong = 690861060, v_int64 = -4629731374370278396, v_uint64 = 13817012699339273220, v_float = 3.85698553e-14, v_double = -0.12457037930808218, v_pointer = 0x292db404}}}, {g_type = 690766094, data = {{v_int = 8, v_uint = 8, v_long = 8, v_ulong = 8, v_int64 = 34359738376, v_uint64 = 34359738376, v_float = 1.12103877e-44, v_double = 1.6975966331674704e-313, v_pointer = 0x8}, { v_int = 671550565, v_uint = 671550565, v_long = 671550565, v_ulong = 671550565, v_int64 = 2967225659451444325, v_uint64 = 2967225659451444325, v_float = 7.49669305e-15, v_double = 2.470214519858228e-110, v_pointer = 0x28070c65}}}, { g_type = 134923944, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = -4629731306341662720, v_uint64 = 13817012767367888896, v_float = 0, v_double = -0.12457132339477539, v_pointer = 0x0}, { v_int = 690861060, v_uint = 690861060, v_long = 690861060, v_ulong = 690861060, v_int64 = 579493927618196484, v_uint64 = 579493927618196484, v_float = 3.85698553e-14, v_double = 6.3354818791693114e-270, v_pointer = 0x292db404}}}, { g_type = 0, data = {{v_int = -1077943304, v_uint = 3217023992, v_long = -1077943304, v_ulong = 3217023992, v_int64 = 2966818645126145016, v_uint64 = 2966818645126145016, v_float = -1.49914455, v_double = 2.3499599738543558e-110, v_pointer = 0xbfbfe3f8}, {v_int = 134923944, v_uint = 134923944, v_long = 134923944, v_ulong = 134923944, v_int64 = 2967225658914817704, v_uint64 = 2967225658914817704, v_float = 4.17613837e-34, v_double = 2.4702143613090403e-110, v_pointer = 0x80ac6a8}}}, {g_type = 3217023992, data = {{ v_int = 690766285, v_uint = 690766285, v_long = 690766285, v_ulong = 690766285, v_int64 = 2967225659470660045, v_uint64 = 2967225659470660045, v_float = 3.82487451e-14, v_double = 2.4702145255356147e-110, v_pointer = 0x292c41cd}, { v_int = 134923944, v_uint = 134923944, v_long = 134923944, v_ulong = 134923944, v_int64 = -4629731031328831832, v_uint64 = 13817013042380719784, v_float = 4.17613837e-34, v_double = -0.12457513996448688, v_pointer = 0x80ac6a8}}}, { g_type = 690673332, data = {{v_int = 134923944, v_uint = 134923944, v_long = 134923944, v_ulong = 134923944, v_int64 = 2889188886285305512, v_uint64 = 2889188886285305512, v_float = 4.17613837e-34, v_double = 1.5520070743522324e-115, v_pointer = 0x80ac6a8}, {v_int = 134780976, v_uint = 134780976, v_long = 134780976, v_ulong = 134780976, v_int64 = 2966418866487990320, v_uint64 = 2966418866487990320, v_float = 4.11049069e-34, v_double = 2.2318432500806019e-110, v_pointer = 0x8089830}}}} free_me = (GValue *) 0x0 signal_return_type = 4 param_values = (GValue *) 0xbfbfe2e4 node = (SignalNode *) 0x80d6ac0 i = 0 n_params = 0 __PRETTY_FUNCTION__ = "IA__g_signal_emit_valist" #38 0x293028dc in IA__g_signal_emit (instance=0x8089830, signal_id=102, detail=0) at gsignal.c:2243 var_args = 0x0 #39 0x28187ea5 in impl_Bonobo_Control_setFrame (servant=0x8089844, frame=0x80e3900, ev=0xbfbfe6e0) at bonobo-control.c:434 control = (BonoboControl *) 0x8089830 #40 0x2867595e in _ORBIT_skel_small_Bonobo_Control_setFrame ( _o_servant=0x8089844, _o_retval=0x0, _o_args=0x0, _o_ctx=0xbfbfe5b0, _o_ev=0xbfbfe6e0, _impl_setFrame=0x28187ddc ) at Bonobo-common.c:584 No locals. #41 0x292bb118 in ORBit_POAObject_invoke (pobj=0x0, ret=0x0, args=0xbfbfe560, ctx=0xbfbfe5b0, data=0x2, ev=0xbfbfe6e0) at poa.c:1142 No locals. #42 0x292bf5b7 in ORBit_OAObject_invoke (adaptor_obj=0x0, ret=0x0, args=0xbfbfe560, ctx=0xbfbfe5b0, data=0xbfbfe620, ev=0xbfbfe6e0) at orbit-adaptor.c:338 No locals. #43 0x292ace34 in ORBit_small_invoke_adaptor (adaptor_obj=0x80e3080, recv_buffer=0x80c0880, m_data=0x28693760, data=0xbfbfe620, ev=0xbfbfe6e0) at orbit-small.c:844 ctx = {parent = {interface = 0x809be30, refs = 0}, mappings = 0x0, children = 0x292db404, the_name = 0x80ab980 " $B"L(B-)\022", parent_ctx = 0x0} args = (gpointer *) 0xbfbfe560 scratch = (gpointer *) 0xbfbfe540 pretval = 0x0 retval = 0x0 send_buffer = (GIOPSendBuffer *) 0xbfbfe5d8 orb = 0x80b3100 tc = 0x2868f460 has_context = 0 i = -1077942864 #44 0x292bb564 in ORBit_POAObject_handle_request (pobj=0x80e3080, opname=0x80eb03c "setFrame", ret=0x0, args=0x0, ctx=0x0, recv_buffer=0x80c0880, ev=0xbfbfe6e0) at poa.c:1351 invoke_data = { small_skel = 0x28675948 <_ORBIT_skel_small_Bonobo_Control_setFrame>, imp = 0x28187ddc} poa = 0x80ab980 cookie = 0x0 oid = (PortableServer_ObjectId *) 0x80e430c klass = (PortableServer_ClassInfo *) 0x2 m_data = (ORBit_IMethod *) 0x28693760 small_skel = 0x28675948 <_ORBIT_skel_small_Bonobo_Control_setFrame> imp = 0x28187ddc __PRETTY_FUNCTION__ = "ORBit_POAObject_handle_request" #45 0x292bb709 in ORBit_POAObject_invoke_incoming_request (pobj=0x80e3080, recv_buffer=0x80c0880, opt_ev=0xbfbfe6e0) at poa.c:1421 opname = 0x0 real_ev = {_id = 0x80e3080 "($B"L(B-)\003", _major = 0, _any = { _type = 0x0, _value = 0x292db404, _release = 128 '\200'}} ev = (CORBA_Environment *) 0xbfbfe6e0 #46 0x292bbbfe in ORBit_POA_handle_request (poa=0x80ab980, recv_buffer=0x80c0880, objkey=0x80c0898) at poa.c:1643 pobj = 0x80e3080 env = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} object_id = {_maximum = 8, _length = 8, _buffer = 0x80eb030 "\a", _release = 0 '\0'} __PRETTY_FUNCTION__ = "ORBit_POA_handle_request" #47 0x292bf537 in ORBit_handle_request (orb=0x80b3100, recv_buffer=0x80c0880) at orbit-adaptor.c:298 objkey = (ORBit_ObjectKey *) 0x80c0898 adaptor = 0x80ab980 #48 0x292a9c17 in giop_connection_handle_input (lcnx=0x80ac6f8) at giop-recv-buffer.c:1312 n = 2 buf = (GIOPRecvBuffer *) 0x80c0880 cnx = (GIOPConnection *) 0x80ac6f8 __PRETTY_FUNCTION__ = "giop_connection_handle_input" #49 0x292c56e4 in link_connection_io_handler (gioc=0x0, condition=G_IO_IN, data=0x80ac6f8) at linc-connection.c:1412 cnx = (LinkConnection *) 0x80ac6f8 klass = (LinkConnectionClass *) 0x80b6800 #50 0x292c7511 in link_source_dispatch (source=0x80c0100, callback=0xffff80d9, user_data=0x80ac6f8) at linc-source.c:159 watch = (LinkUnixWatch *) 0x2 #51 0x293518ba in g_main_dispatch (context=0x809de00) at gmain.c:2009 dispatch = (gboolean (*)(GSource *, GSourceFunc, gpointer)) 0x292c74c8 was_in_call = 0 user_data = 0x80ac6f8 callback = 0x292c567c cb_funcs = (GSourceCallbackFuncs *) 0x293ca0dc cb_data = 0x80e1e70 need_destroy = 691839520 current_source_link = {data = 0x80c0100, next = 0x0} source = (GSource *) 0x80c0100 current = (GMainDispatch *) 0x807f268 i = 0 __PRETTY_FUNCTION__ = "g_main_dispatch" #52 0x2935279b in IA__g_main_context_dispatch (context=0x809de00) at gmain.c:2561 No locals. #53 0x29352b66 in g_main_context_iterate (context=0x809de00, block=1, dispatch=1, self=0x8079040) at gmain.c:2642 max_priority = 2147483647 timeout = 937 some_ready = 1 nfds = 1 allocated_nfds = 9 fds = (GPollFD *) 0x80c0800 __PRETTY_FUNCTION__ = "g_main_context_iterate" #54 0x2935313a in IA__g_main_loop_run (loop=0x80bc490) at gmain.c:2850 self = (GThread *) 0x8079040 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #55 0x28662bf5 in bonobo_main () at bonobo-main.c:311 loop = (GMainLoop *) 0x80bc490 #56 0x28661110 in bonobo_generic_factory_main_timeout ( act_iid=0x80bf200 ":0.0,OAFIID:GNOME_ClockApplet_Factory", factory_cb=0x280a679c , user_data=0x80bc420, quit_timeout=0) at bonobo-generic-factory.c:411 context = (BonoboObject *) 0x8089110 signal = 9 factory = (BonoboGenericFactory *) 0x80891d0 #57 0x28661052 in bonobo_generic_factory_main ( act_iid=0x80bf200 ":0.0,OAFIID:GNOME_ClockApplet_Factory", factory_cb=0x280a679c , user_data=0x80bc420) at bonobo-generic-factory.c:368 No locals. #58 0x280a696c in panel_applet_factory_main_closure ( iid=0x806a024 "OAFIID:GNOME_ClockApplet_Factory", applet_type=135000448, closure=0x80b8a80) at panel-applet.c:1754 retval = 134974080 display_iid = 0x80bf200 ":0.0,OAFIID:GNOME_ClockApplet_Factory" data = (PanelAppletCallBackData *) 0x80bc420 __PRETTY_FUNCTION__ = "panel_applet_factory_main_closure" #59 0x280a6a0f in panel_applet_factory_main ( iid=0x806a024 "OAFIID:GNOME_ClockApplet_Factory", applet_type=135000448, callback=0, data=0x0) at panel-applet.c:1778 closure = (GClosure *) 0x0 __PRETTY_FUNCTION__ = "panel_applet_factory_main" #60 0x0805e2b1 in main (argc=3, argv=0xbfbfea2c) at clock.c:4452 program = (GnomeProgram *) 0x808b000 context = (GOptionContext *) 0x0 retval = 3 ----------- .xsession-errors (16 sec old) --------------------- This program is free software and comes without any warranty. It is licensed under version 2 or later of the General Public License which can be viewed at http://www.gnu.org/licenses/gpl.txt Initialising tracker... seahorse nautilus module initialized (mail-notification:2291): mail-notification-WARNING **: lachlan@localhost: unable to start SASL authentication: SASL(-4): no mechanism available: No worthy mechs found ** (empathy:2296): DEBUG: mission_control_get_presence_actual: MC not running. ** (empathy:2296): DEBUG: mission_control_get_presence_message_actual: MC not running. ** (empathy:2296): DEBUG: check_for_accounts: No enabled accounts ** (empathy:2296): DEBUG: check_for_accounts: No enabled accounts starting HAL detection for ac adaptors...none found Throttle level is 0 ** (nautilus:2290): WARNING **: Unable to add monitor: Not supported -------------------------------------------------- From andrew.w.nosenko at gmail.com Fri May 30 11:51:10 2008 From: andrew.w.nosenko at gmail.com (Andrew W. Nosenko) Date: Fri May 30 11:51:12 2008 Subject: gnome-panel crashes when launching Run Dialog Message-ID: <6161f3180805300424p45faf5a0v1f246ce7e6c28a33@mail.gmail.com> Just FYI because may be FreeBSD specific... http://bugzilla.gnome.org/show_bug.cgi?id=531943 -- Andrew W. Nosenko From mexas at bristol.ac.uk Fri May 30 15:47:14 2008 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri May 30 15:47:19 2008 Subject: port www/firefox - can't browse secure sites Message-ID: <20080530153128.GA73407@mech-aslap33.men.bris.ac.uk> Hello I upgraded to firefox-2.0.0.14,1 from ports/www/firefox and now I cannot access secure web sites (via https). I get the following error message for any secure site I try to connect to: Unexpected response from server Firefox doesn't know how to communicate with the server. * Check to make sure your system has the Personal Security Manager installed. * This might be due to a non-standard configuration on the server. my box: FreeBSD 6.3-STABLE #2 All was fine before the upgrade. Do you know what the problem is? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From itetcu at FreeBSD.org Sat May 31 09:41:26 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Sat May 31 09:41:28 2008 Subject: devel/glib-java - bad plist Message-ID: <20080531124124.2f3f14d9@it.buh.tecnik93.com> Hi, Bad plist (on 7-STABLE-amd64) with export FORCE_PACKAGE=yes export NOPORTDOCS=yes export NOPORTEXAMPLES=yes export NOPORTDATA=yes ======================================== ===> Building package for glib-java-0.4.2 tar: share/doc/glib-java/AUTHORS: Cannot stat: No such file or directory tar: share/doc/glib-java/COPYING: Cannot stat: No such file or directory tar: share/doc/glib-java/NEWS: Cannot stat: No such file or directory tar: share/doc/glib-java/README: Cannot stat: No such file or directory tar: share/doc/glib-java/api/allclasses-frame.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/allclasses-noframe.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/constant-values.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/deprecated-list.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/help-doc.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/index-all.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/index.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Boxed.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Config.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Enum.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Error.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/EventMap.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/EventType.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Fireable.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Flags.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/GEvent.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/GListString.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/GObject.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Handle.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Handle32Bits.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Handle64Bits.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Idle.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/JGException.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/List.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/MainLoop.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/MemStruct.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/ParmFlags.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/PropertyNotificationListener.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Quark.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Struct.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Timer.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Type.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/TypeInterface.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/Value.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/package-frame.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/package-summary.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/org/gnu/glib/package-tree.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/overview-tree.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/package-list: Cannot stat: No such file or directory tar: share/doc/glib-java/api/packages.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/resources/inherit.gif: Cannot stat: No such file or directory tar: share/doc/glib-java/api/serialized-form.html: Cannot stat: No such file or directory tar: share/doc/glib-java/api/stylesheet.css: 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/glib-java-0.4.2.tbz Registering depends: jdk-1.5.0.14p8_1,1 desktop-file-utils-0.15 gio-fam-backend-2.16.3 gamin-0.1.9_1 glib-2.16.3 gettext-0.16.1_3 libiconv-1.11_1 nspr-4.7 pcre-7.7 libXi-1.1.3,1 libXmu-1.0.3,1 libXp-1.0.0,1 libXtst-1.0.3_1 libXext-1.0.3,1 libXt-1.0.5_1 libX11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 libSM-1.0.3_1,1 libICE-1.0.4_1,1 xproto-7.0.10_1 pkg-config-0.23_1 javavmwrapper-2.3.2 perl-5.8.8_1 python25-2.5.2_2 inputproto-1.4.2.1 kbproto-1.0.3 printproto-1.0.3 recordproto-1.13.2 xextproto-7.0.2. Creating bzip'd tar ball in '/tmp/packages/All/glib-java-0.4.2.tbz' *** Error code 1 Stop in /a/ports/devel/glib-java. ================================================================ build of /usr/ports/devel/glib-java ended at Sat May 31 09:39:20 UTC 2008 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 marcus at marcuscom.com Sat May 31 16:57:23 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 31 16:57:25 2008 Subject: totem and audacious no more plays sounds In-Reply-To: <20080529163557.0d330966@deskjail> References: <1211800394.1568.58.camel@localhost> <20080529163557.0d330966@deskjail> Message-ID: <1212253042.30661.1.camel@shumai.marcuscom.com> On Thu, 2008-05-29 at 16:35 +0200, Alexander Leidinger wrote: > Quoting Vladimir Grebenschikov (Mon, 26 May 2008 15:13:14 +0400): > > > Hi > > > > After one of recent upgrades (no more then two month ago) > > native gnome players stop to play sounds. > > Nice to hear it's not only me (but I run gnome in a jail, so I wasn't > sure I didn't forgot some configuration to make it work, and I hadn't > time so far to check it). > > > They looks exactly as should, but no any sounds ... > > > > It is ok with mixer settings. > > > > And even more, esd-based programs still play sounds without problems > > (esdplay, xmms, mplayer, vlc, etc). > > The same for me. > > > I am puzzled ? what may be wrong with it ? > > > > % cat /dev/sndstat > > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > > Installed devices: > > pcm0: at memory > > 0xee400000 irq 17 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v > > channels duplex default) > > % > > It's not related to the soundcard you use. On my laptop it works, but > there I have an older version of GNOME. I cannot reproduce. The OSS and ESD sound output modules work well for me. Launch gstreamer-properties, and make sure you're using one of those modules, and not some bogus customer output. If using OSS still causes a problem, please run a gstreamer app with --gst-debug-level=5 --gst-debug-no-color, and capture the output. 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/20080531/68a9271a/attachment.pgp From marcus at marcuscom.com Sat May 31 17:28:43 2008 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 31 17:28:44 2008 Subject: port www/firefox - can't browse secure sites In-Reply-To: <20080530153128.GA73407@mech-aslap33.men.bris.ac.uk> References: <20080530153128.GA73407@mech-aslap33.men.bris.ac.uk> Message-ID: <1212254917.30661.3.camel@shumai.marcuscom.com> On Fri, 2008-05-30 at 16:31 +0100, Anton Shterenlikht wrote: > Hello > > I upgraded to firefox-2.0.0.14,1 from ports/www/firefox > and now I cannot access secure web sites (via https). > I get the following error message for any secure site > I try to connect to: > > Unexpected response from server > Firefox doesn't know how to communicate with the server. > * Check to make sure your system has the Personal > Security Manager installed. > * This might be due to a non-standard configuration on the server. > > my box: FreeBSD 6.3-STABLE #2 > > All was fine before the upgrade. > > Do you know what the problem is? Rebuild devel/nspr, security/nss, then rebuild Firefox. 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/20080531/b5ca2cfa/attachment.pgp