From ulrich at pukruppa.net Fri May 1 05:56:05 2009 From: ulrich at pukruppa.net (Peter Ulrich Kruppa) Date: Fri May 1 06:04:49 2009 Subject: Nauilusgamin stops showing directory changes In-Reply-To: <1241072093.28498.280.camel@shumai.marcuscom.com> References: <1241054963.2788.6.camel@localhost> <1241072093.28498.280.camel@shumai.marcuscom.com> Message-ID: <1241157551.1580.104.camel@pukruppa.net> Am Donnerstag, den 30.04.2009, 02:14 -0400 schrieb Joe Marcus Clarke: > On Wed, 2009-04-29 at 21:29 -0400, Jason Reid wrote: > > Hello, > > > > >From time to time Nautilus will not keep up with directories as the > > files change. I cannot pinpoint the exact cause, but I can, for example, > > "touch newfile" in a directory or on my Desktop, and Nautilus will not > > show it until I open a Nautilus window to that directory/desktop and > > click View -> Reload. > > > > Filesystem polling works fine after a reboot. Right now I have been up > > for 4 days and just noticed, but it's stopped working as quickly as an > > hour after boot. This is not a new problem with 2.26 and is something > > I've experienced since at least 2.20. My system is FreeBSD 7.1-p4 i386 > > using a ZFS disk, but I've seen the same problem on the same computer > > under an old installation using UFS. > > > > Some Googling reveals that Nautilus uses devel/gamin to poll changes > > which in turn uses kqueue by default. The port has a compile-time option > > for GAM_POLLER that I do not have enabled. Konqueror, however has never > > exhibited this problem. > > > > The closest bug report I was able to find was > > https://bugzilla.redhat.com/show_bug.cgi?id=130859 from 2004 which I > > don't believe is applicable. It discusses gamin 0.0.x, and I use > > 0.1.10_1. > > > > My kern.maxfiles is 25000. kern.openfiles reports 10735, and "fstat | > > grep gam_server | wc -l" reports 8890. > > I cannot reproduce. I've been up for over 10 days. Make sure that > Nautilus is looking at a real path, and not a symlink. Gamin does not > report changes on symlinks in line with the FAM spec. > I have seen the problem Jason describes quite often with older versions of nautilus: for example when you use a different file manager like midnight-commander or thunar or when you log in remotely via ftp. I tried all these methods with nautilus-2.26.2 ^ and couldn't reproduce them either. Greetings Uli. > Joe > > > > > Thanks, Jason > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > From martinsm at gn.apc.org Fri May 1 07:28:29 2009 From: martinsm at gn.apc.org (Martin Smith) Date: Fri May 1 07:28:35 2009 Subject: pth breaks gnome build In-Reply-To: <20090501072816.3ccdb514.nork@FreeBSD.org> References: <49272.80.177.154.53.1241099181.squirrel@sqmail.gn.apc.org> <49F9B1EE.5000801@entel.upc.edu> <20090501072816.3ccdb514.nork@FreeBSD.org> Message-ID: <49FAA49B.7060506@gn.apc.org> Norikatsu Shigemura wrote: > On Thu, 30 Apr 2009 16:13:02 +0200 > Gustau P?rez wrote: >>> In file included from pth_p.h.in:37, >>> from pthread.c:43: >>> /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' >> I had this problem when gnome-2.26 was released. I think it was >> related to pth_p.h including signal.h. >> Removing the offending include fixed the problem. >> Looking at devel/pth/files I see a patch added 28/04 that fixes the >> problem. Are your ports up to date ? > > I can reproduce it, becase pth_p.h doesn't include > before evatuate __FreeBSD_version. So pth_p.h's patch doesn't > enable #if defined(__FreeBSD__) & .... I ran csup again last night and it is fixed, the build continues. -- Martin From markir at paradise.net.nz Fri May 1 09:48:24 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Fri May 1 09:48:31 2009 Subject: Unable to mount removable media in nautilus after 2.26 upgrade: dbus pending operation Message-ID: <49FAC1CE.50803@paradise.net.nz> Post Gnome 2.26 and Xorg 7.4 upgrade I get this when trying to mount usb or cdrom media: DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending For the usb case, in /var/log/messages there is: May 1 21:13:52 zmori root: Unknown USB device: vendor 0x05dc product 0xa740 bus uhub4 May 1 21:13:52 zmori kernel: umass0: on uhub4 May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) May 1 21:13:53 zmori kernel: da0 at umass-sim0 bus 0 target 0 lun 0 May 1 21:13:53 zmori kernel: da0: Removable Direct Access SCSI-0 device May 1 21:13:53 zmori kernel: da0: 40.000MB/s transfers May 1 21:13:53 zmori kernel: da0: 1912MB (3915776 512 byte sectors: 255H 63S/T 243C) However the device can be mounted directly via mount without issues (and worked fine with Gnome 2.24 and Xorg 7.3). For the life of me, I can't seem to see where dbus/hal put their diag messages... so that's about it. Suggestions welcome, as it would be good to have this working! Cheers Mark From barbara.xxx1975 at libero.it Fri May 1 10:31:58 2009 From: barbara.xxx1975 at libero.it (barbara) Date: Fri May 1 10:32:05 2009 Subject: Nauilusgamin stops showing directory changes Message-ID: > Am Donnerstag, den 30.04.2009, 02:14 -0400 schrieb Joe Marcus Clarke: > > On Wed, 2009-04-29 at 21:29 -0400, Jason Reid wrote: > > > Hello, > > > > > > >From time to time Nautilus will not keep up with directories as the > > > files change. I cannot pinpoint the exact cause, but I can, for example, > > > "touch newfile" in a directory or on my Desktop, and Nautilus will not > > > show it until I open a Nautilus window to that directory/desktop and > > > click View -> Reload. > > > > > > Filesystem polling works fine after a reboot. Right now I have been up > > > for 4 days and just noticed, but it's stopped working as quickly as an > > > hour after boot. This is not a new problem with 2.26 and is something > > > I've experienced since at least 2.20. My system is FreeBSD 7.1-p4 i386 > > > using a ZFS disk, but I've seen the same problem on the same computer > > > under an old installation using UFS. > > > > > > Some Googling reveals that Nautilus uses devel/gamin to poll changes > > > which in turn uses kqueue by default. The port has a compile-time option > > > for GAM_POLLER that I do not have enabled. Konqueror, however has never > > > exhibited this problem. > > > > > > The closest bug report I was able to find was > > > https://bugzilla.redhat.com/show_bug.cgi?id=130859 from 2004 which I > > > don't believe is applicable. It discusses gamin 0.0.x, and I use > > > 0.1.10_1. > > > > > > My kern.maxfiles is 25000. kern.openfiles reports 10735, and "fstat | > > > grep gam_server | wc -l" reports 8890. > > > > I cannot reproduce. I've been up for over 10 days. Make sure that > > Nautilus is looking at a real path, and not a symlink. Gamin does not > > report changes on symlinks in line with the FAM spec. > > > I have seen the problem Jason describes quite often with older versions > of nautilus: for example when you use a different file manager like > midnight-commander or thunar or when you log in remotely via ftp. > I tried all these methods with nautilus-2.26.2 > ^ > and couldn't reproduce them either. > > Greetings > > Uli. I rebooted my pc yesterday night, and this morning it was not working again. I can see nautilius not refreshing after adding/removing files/directories from a terminal. It just works manually. Yesterday it was working so something happened. And also [bar@satanasso:~]$ sudo umount /mnt/data/ umount: unmount of /mnt/data failed: Device busy [bar@satanasso:~]$ fstat | grep data bar gam_server 1197 4884 /mnt/data 2 drwxr-xr-x 512 r [bar@satanasso:~]$ ps axuc | grep gam_server bar 1197 0.0 0.2 20908 3580 ?? S 10:28PM 0:57.24 gam_server root 72732 0.0 0.1 19884 2684 ?? I 11:27PM 0:00.01 gam_server But now I've found that after: [bar@satanasso:~]$ pkill -s HUP nautilus I finally can [bar@satanasso:~]$ sudo umount /mnt/data/ [bar@satanasso:~]$ pkg_info -Ix gamin nautilus-2 gamin-0.1.10_1 A file and directory monitoring system nautilus-2.26.2_1 File manager for the GNOME desktop From edwin at FreeBSD.org Sat May 2 07:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat May 2 07:10:25 2009 Subject: ports/134152: Allow x11/gnome2 and x11/gnome2-lite to use totem-xine Message-ID: <200905020710.n427AC3O019548@freefall.freebsd.org> Synopsis: Allow x11/gnome2 and x11/gnome2-lite to use totem-xine Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat May 2 07:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134152 From marcus at FreeBSD.org Sat May 2 17:18:57 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 2 17:19:03 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905021718.n42HIvWT072225@freefall.freebsd.org> Synopsis: multimedia/totem build fails State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sat May 2 17:17:45 UTC 2009 State-Changed-Why: This looks to be a local problem with your gstreamer-plugins package. Reinstall multimedia/gstreamer-plugins. Note: it may also be necessary to rebuild all of your gstreamer plugins, so you might just want to do a: portupgrade -f gstreamer\* http://www.freebsd.org/cgi/query-pr.cgi?pr=134122 From marcus at marcuscom.com Sat May 2 17:35:14 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 17:35:20 2009 Subject: Unable to mount removable media in nautilus after 2.26 upgrade: dbus pending operation In-Reply-To: <49FAC1CE.50803@paradise.net.nz> References: <49FAC1CE.50803@paradise.net.nz> Message-ID: <1241285731.33649.94.camel@shumai.marcuscom.com> On Fri, 2009-05-01 at 21:33 +1200, Mark Kirkwood wrote: > Post Gnome 2.26 and Xorg 7.4 upgrade I get this when trying to mount usb > or cdrom media: > > DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is > already pending > > > For the usb case, in /var/log/messages there is: > > May 1 21:13:52 zmori root: Unknown USB device: vendor 0x05dc product > 0xa740 bus uhub4 > May 1 21:13:52 zmori kernel: umass0: 2.00/11.00, addr 2> on uhub4 > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): TEST UNIT > READY. CDB: 0 0 0 0 0 0 > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): CAM Status: > SCSI Status Error > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): SCSI Status: > Check Condition > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): UNIT ATTENTION > asc:28,0 > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): Not ready to > ready change, medium may have changed > May 1 21:13:53 zmori kernel: (probe0:umass-sim0:0:0:0): Retrying > Command (per Sense Data) > May 1 21:13:53 zmori kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > May 1 21:13:53 zmori kernel: da0: Removable > Direct Access SCSI-0 device > May 1 21:13:53 zmori kernel: da0: 40.000MB/s transfers > May 1 21:13:53 zmori kernel: da0: 1912MB (3915776 512 byte sectors: > 255H 63S/T 243C) > > However the device can be mounted directly via mount without issues (and > worked fine with Gnome 2.24 and Xorg 7.3). > > For the life of me, I can't seem to see where dbus/hal put their diag > messages... so that's about it. Suggestions welcome, as it would be good > to have this working! See http://www.freebsd.gnome/gnome/docs/halfaq.html on how to provide proper hal troubleshooting data. 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/20090502/d69bb103/attachment.pgp From marcus at marcuscom.com Sat May 2 17:35:31 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 17:35:37 2009 Subject: graphics/librsvg2: missing plugin using libxul In-Reply-To: References: Message-ID: <1241285748.33649.95.camel@shumai.marcuscom.com> On Wed, 2009-04-29 at 02:27 +0200, barbara wrote: > Hello, > installing librsvg2 WITH_MOZILLA_PLUGIN, using WITH_GECKO=libxul, result in a missing plugin. This should be fixed now. Joe > > $ ls -l /usr/local/lib/browser_plugins/symlinks/gecko18/libmozsvgdec.so > lrwxr-xr-x 1 root wheel 55 Apr 27 01:16 /usr/local/lib/browser_plugins/symlinks/gecko18/libmozsvgdec.so -> /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so > > $ ls /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so > ls: /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so: No such file or directory > > > If this can help, the following are the differences in the config.log after running "make WITH_MOZILLA_PLUGIN=yes WITH_GECKO=firefox configure" and "make WITH_MOZILLA_PLUGIN=yes WITH_GECKO=libxul configure": > > @@ -494,11 +494,23 @@ > configure:15258: found /usr/local/bin/gdk-pixbuf-query-loaders > configure:15271: result: /usr/local/bin/gdk-pixbuf-query-loaders > configure:15373: checking for MOZILLA > -configure:15381: $PKG_CONFIG --exists --print-errors "firefox-plugin" > -configure:15384: $? = 0 > -configure:15399: $PKG_CONFIG --exists --print-errors "firefox-plugin" > -configure:15402: $? = 0 > -configure:15440: result: yes > +configure:15381: $PKG_CONFIG --exists --print-errors "libxul-plugin" > +gnome-config: not found > +Package libxul-plugin was not found in the pkg-config search path. > +Perhaps you should add the directory containing `libxul-plugin.pc' > +to the PKG_CONFIG_PATH environment variable > +No package 'libxul-plugin' found > +configure:15384: $? = 1 > +configure:15399: $PKG_CONFIG --exists --print-errors "libxul-plugin" > +gnome-config: not found > +Package libxul-plugin was not found in the pkg-config search path. > +Perhaps you should add the directory containing `libxul-plugin.pc' > +to the PKG_CONFIG_PATH environment variable > +No package 'libxul-plugin' found > +configure:15402: $? = 1 > +No package 'libxul-plugin' found > +configure:15430: result: no > +configure:15432: WARNING: mozilla-config not found. Mozilla/Netscape plugin will not be built > configure:15503: checking whether to build gtk-doc documentation > configure:15505: result: no > configure:15512: checking for gtkdoc-check > @@ -690,8 +702,6 @@ > pkg_cv_LIBGSF_LIBS='-L/usr/local/lib -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0 ' > pkg_cv_LIBRSVG_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 ' > pkg_cv_LIBRSVG_LIBS='-pthread -L/usr/local/lib -lgdk_pixbuf-2.0 -lxml2 -lpangocairo-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairo -lpng -lz -lm -lfontconfig -lfreetype ' > -pkg_cv_MOZILLA_CFLAGS='-I/usr/local/include/firefox/java -I/usr/local/include/firefox/plugin -I/usr/local/include/nspr ' > -pkg_cv_MOZILLA_LIBS='-pthread -L/usr/local/lib -lplds4 -lplc4 -lnspr4 ' > > ## ----------------- ## > ## Output variables. ## > @@ -784,9 +794,9 @@ > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' > MAKEINFO='${SHELL} /usr/ports/graphics/librsvg2/work/librsvg-2.26.0/missing --run makeinfo' > -MOZILLA_CFLAGS='-I/usr/local/include/firefox/java -I/usr/local/include/firefox/plugin -I/usr/local/include/nspr ' > +MOZILLA_CFLAGS='' > MOZILLA_CONFIG='no' > -MOZILLA_LIBS='-pthread -L/usr/local/lib -lplds4 -lplc4 -lnspr4 ' > +MOZILLA_LIBS='' > NM='/usr/bin/nm -B' > NMEDIT='' > OBJDUMP='objdump' > @@ -817,8 +827,8 @@ > VERSION_INFO='28:0:26' > WITH_LIBGSF_FALSE='#' > WITH_LIBGSF_TRUE='' > -WITH_MOZILLA_FALSE='#' > -WITH_MOZILLA_TRUE='' > +WITH_MOZILLA_FALSE='' > +WITH_MOZILLA_TRUE='#' > XMKMF='' > X_CFLAGS='' > X_EXTRA_LIBS='' > > > > Regards > Barbara > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090502/0e274374/attachment.pgp From marcus at marcuscom.com Sat May 2 17:36:02 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 17:36:09 2009 Subject: upgraded to gnome 2.26.1 this AM - all icons missing In-Reply-To: <20090424180051.1679D17975@bsd.mvh> References: <20090424180051.1679D17975@bsd.mvh> Message-ID: <1241285781.33649.96.camel@shumai.marcuscom.com> On Fri, 2009-04-24 at 11:00 -0700, Mike Harding wrote: > for gnome, but not for applications. > > As in, most of the icons under System->Preferences. > > Also, I saw a few cases where a port upgraded successfully, but then > another port did not because the first one failed (?) This should be fixed after upgrading to the latest pulseaudio, then rebooting. 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/20090502/e90c1b50/attachment.pgp From marcus at marcuscom.com Sat May 2 17:37:10 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 17:37:16 2009 Subject: dbus-glib patch In-Reply-To: References: Message-ID: <1241285849.33649.97.camel@shumai.marcuscom.com> On Tue, 2009-04-21 at 21:38 +0000, hadzhimurad ustarkhanov wrote: > Hello, > > so, i see many programms use $prefix/etc/profile.d for keeping their > bash-completion scripts, its very comfortable. > > dbus use $prefix/etc/bash-completion.d, i made small patch which > replace this path to profile.d directory :) > > could you include this in ports? This patch is incomplete as it lacks the necessary plist changes. Can you create a complete patch for the port, then use send-pr to log it? Thanks. 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/20090502/91cf59d9/attachment.pgp From marcus at FreeBSD.org Sat May 2 17:38:00 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat May 2 17:38:07 2009 Subject: Failure when upgrading policy kit In-Reply-To: <86k55eh4wb.fsf@chameau.maisel.enst-bretagne.fr> References: <86eivo7pwd.fsf@chameau.maisel.enst-bretagne.fr> <1240189164.1356.31.camel@shumai.marcuscom.com> <86k55eh4wb.fsf@chameau.maisel.enst-bretagne.fr> Message-ID: <1241285897.33649.98.camel@shumai.marcuscom.com> On Tue, 2009-04-21 at 08:55 +0200, Fr?d?ric Perrin wrote: > Le Lundi 20 ? 2:59, Joe Marcus Clarke a ?crit : > > On Sun, 2009-04-19 at 15:07 +0200, Fr?d?ric Perrin wrote: > >> For some time now, policykit does not upgrade properly. This has already > >> been reported a couple of times --see [1], [2]. It fails at the same > >> time as the other reports, when running xsltproc. Removing the -nonet > >> option from the xsltproc invokation allows the build to proceed. > >> > >> /usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-auth.xml > >> I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > >> warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > >> cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > > > Can you access this URL from your build environment? > > Yes, I can ; and sure enough, if I remove the -nonet option, I can see > xsltproc fetching the file on the Internet. Looking a bit further, if I > don't give the URL, but the local path to docbook.xsl, I get : > > fred@chameau:/tmp/PolicyKit-0.9/doc/man% xsltproc /usr/local/share/xsl/docbook/manpages/docbook.xsl polkit-auth.xml > warning: failed to load external entity "/usr/local/share/xsl/docbook/html/docbook.xsl" > compilation error: file /usr/local/share/xsl/docbook/manpages/docbook.xsl line 9 element import > xsl:import : unable to load /usr/local/share/xsl/docbook/html/docbook.xsl > warning: failed to load external entity "/usr/local/share/xsl/docbook/html/manifest.xsl" > > My /usr/local/share/xsl hierarchy is almost empty. I'll look further as > to why it is so ; it seems like my docbook installation is b0rked. But > once again, seeing that other people reported it, this doesn't seem like > a very rare occurence. It's not, but it's always a local problem. Reinstalling all docbook* ports generally fixes it. 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/20090502/592343dd/attachment.pgp From marcus at FreeBSD.org Sat May 2 17:40:45 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 2 17:40:56 2009 Subject: ports/131533: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default Message-ID: <200905021740.n42Hehsi003681@freefall.freebsd.org> Synopsis: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Sat May 2 17:40:28 UTC 2009 State-Changed-Why: Please post the link to where you obtained this patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=131533 From edwin at FreeBSD.org Sat May 2 20:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat May 2 20:30:34 2009 Subject: ports/134164: Update Port: deskutils/glabels to 2.2.5 to make usable with GTK 2.16 Message-ID: <200905022030.n42KUCrL028149@freefall.freebsd.org> Synopsis: Update Port: deskutils/glabels to 2.2.5 to make usable with GTK 2.16 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat May 2 20:30:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134164 From marcus at FreeBSD.org Sat May 2 20:32:55 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat May 2 20:33:02 2009 Subject: ports/134122: multimedia/totem build fails In-Reply-To: <49FCA904.4080208@zircon.seattle.wa.us> References: <200905021718.n42HIvWT072225@freefall.freebsd.org> <49FCA904.4080208@zircon.seattle.wa.us> Message-ID: <1241296395.33649.107.camel@shumai.marcuscom.com> On Sat, 2009-05-02 at 13:11 -0700, Joe Kelsey wrote: > marcus@FreeBSD.org wrote: > > Synopsis: multimedia/totem build fails > > > > State-Changed-From-To: open->closed > > State-Changed-By: marcus > > State-Changed-When: Sat May 2 17:17:45 UTC 2009 > > State-Changed-Why: > > This looks to be a local problem with your gstreamer-plugins package. > > Reinstall multimedia/gstreamer-plugins. Note: it may also be necessary > > to rebuild all of your gstreamer plugins, so you might just want to do a: > > > > portupgrade -f gstreamer\* > > > > > I have performed this specific action several times and still get the > same error. I cannot find any evidence of the executable "playbin" in > any port, so I cannot determine what it is looking for. I also do not > know what the name of the gstreamer configuration script is, so I cannot > look at it to figure out why it complains. There is no playbin executable. The playbin plug-in is installed into /usr/local/lib/gstreamer-0.10. > > You have not provided any information that is of any help to me. I have And you haven't provided any useful information, either. No where do you list the installed packages on your system. No where in the PR did you state what you did on your own to try and fix this. Nor did you follow the CLEAR instructions in the failure. Had you provided all of the information stated in the failure message, it would be easier to diagnose your problem. Joe > performed a complete reinstallation of gstreamer several times over a > perios of several days. I have not found anything wrong with my system, > and I cannot use the evidence included in the failed make to determine > anything wrong with my system. There is as far as I can tell, > absolutely nothing wrong with my local installation. Just that one day, > this started appearing through no effort of my own. > > Please give some more information about why the make tells me that > something is wrong. I cannot figure it out from the evidence provided. > > /Joe > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=134122 > > > > > > > > -- 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/20090502/e37d0a68/attachment.pgp From joe at zircon.seattle.wa.us Sat May 2 20:38:33 2009 From: joe at zircon.seattle.wa.us (Joe Kelsey) Date: Sat May 2 20:38:39 2009 Subject: ports/134122: multimedia/totem build fails In-Reply-To: <200905021718.n42HIvWT072225@freefall.freebsd.org> References: <200905021718.n42HIvWT072225@freefall.freebsd.org> Message-ID: <49FCA904.4080208@zircon.seattle.wa.us> marcus@FreeBSD.org wrote: > Synopsis: multimedia/totem build fails > > State-Changed-From-To: open->closed > State-Changed-By: marcus > State-Changed-When: Sat May 2 17:17:45 UTC 2009 > State-Changed-Why: > This looks to be a local problem with your gstreamer-plugins package. > Reinstall multimedia/gstreamer-plugins. Note: it may also be necessary > to rebuild all of your gstreamer plugins, so you might just want to do a: > > portupgrade -f gstreamer\* > > I have performed this specific action several times and still get the same error. I cannot find any evidence of the executable "playbin" in any port, so I cannot determine what it is looking for. I also do not know what the name of the gstreamer configuration script is, so I cannot look at it to figure out why it complains. You have not provided any information that is of any help to me. I have performed a complete reinstallation of gstreamer several times over a perios of several days. I have not found anything wrong with my system, and I cannot use the evidence included in the failed make to determine anything wrong with my system. There is as far as I can tell, absolutely nothing wrong with my local installation. Just that one day, this started appearing through no effort of my own. Please give some more information about why the make tells me that something is wrong. I cannot figure it out from the evidence provided. /Joe > http://www.freebsd.org/cgi/query-pr.cgi?pr=134122 > > > From linimon at FreeBSD.org Sat May 2 21:50:20 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat May 2 21:50:31 2009 Subject: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Message-ID: <200905022150.n42LoJtl037779@freefall.freebsd.org> Old Synopsis: gtk_tree_view_set_enable_tree_lines() causes X errors New Synopsis: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 2 21:49:40 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=134118 From marcus at marcuscom.com Sat May 2 21:56:41 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 21:56:55 2009 Subject: dbus, hal over xdmcp? In-Reply-To: <20090430142744.GA32844@mech-cluster238.men.bris.ac.uk> References: <20090424112709.GA29412@mech-cluster238.men.bris.ac.uk> <1240594738.58743.10.camel@shumai.marcuscom.com> <20090428133027.GA45901@mech-cluster238.men.bris.ac.uk> <1241076847.28498.291.camel@shumai.marcuscom.com> <1241100519.1761.10.camel@balrog.2hip.net> <20090430142744.GA32844@mech-cluster238.men.bris.ac.uk> Message-ID: <1241301413.33649.110.camel@shumai.marcuscom.com> On Thu, 2009-04-30 at 15:27 +0100, Anton Shterenlikht wrote: > On Thu, Apr 30, 2009 at 09:08:39AM -0500, Robert Noland wrote: > > On Thu, 2009-04-30 at 03:34 -0400, Joe Marcus Clarke wrote: > > > On Tue, 2009-04-28 at 14:30 +0100, Anton Shterenlikht wrote: > > > > On Fri, Apr 24, 2009 at 01:38:58PM -0400, Joe Marcus Clarke wrote: > > > > > On Fri, 2009-04-24 at 12:27 +0100, Anton Shterenlikht wrote: > > > > > > I've read the dbus and hald man pages but I'm still confused. > > > > > > > > > > > > In a configuration where xserver connects to clients via XDMCP > > > > > > where do I need to run dbus and hald, or more specifically, on what > > > > > > computer do I need to have in /etc/rc.conf these two lines: > > > > > > > > > > > > dbus_enable="YES" > > > > > > hald_enable="YES" > > > > > > > > > > > > > > > > > > a. only on the machine which runs xserver? > > > > > > b. only on the machine which runs the clients? > > > > > > c. on both the xserver and clients machines? > > > > > > > > > > As far as keyboard and mouse are concerned these are client side > > devices. The server itself can be run headless, though it has been a > > very long time since I've done anything like that... You might need hal > > on the server side for things like auto-mounting server side cd's or > > whatever, but not for kbd/mouse. > > I understand this refers to hal, isn't it? > > But dbus is about interprocess communication, and the processes are > run on a remote box. So should I run dbus daemon on the remote box > as well, or instead of, the xserver box? You need to run on both. The process address space is still on the XDMCP server, so the system daemon must be running there. The clients have mice and keyboards so they need dbus and hald. You will also need to start your dbus-enabled processes with dbus-launch, or start your local X session with dbus-launch so that a session bus is running. This session bus will also be running on the XDMCP server. 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/20090502/6174653a/attachment.pgp From miwi at FreeBSD.org Sat May 2 22:01:54 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat May 2 22:02:09 2009 Subject: [CFT] Flock 2.0 for FreeBSD Message-ID: <20090502220151.GB3010@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A few days after setting-up the Gecko-Gang, flo (Florian Smeets), beat@, and myself started working on Flock 2.0. After some work we've got Flock building and working without any crashes or coredumps. We are now happy to present you this first look at Flock 2.0. We are looking for testers for 2 or 3 days before we commit this patch to the ports tree. http://miwi.homeunix.com/patches/flock.diff Feedback welcome and appreciated. - - Martin (on behalf of the FreeBSD Gecko Gang) - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | 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.11 (FreeBSD) iEYEARECAAYFAkn8ws4ACgkQdLJIhLHm/OnQkACaApFbdoJX4XSHPhae6otYp2rZ q7EAn0VMR4T1t12mTOt+UGuzFWXFC/WO =8WuM -----END PGP SIGNATURE----- From marcus at FreeBSD.org Sat May 2 22:09:18 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 2 22:09:25 2009 Subject: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Message-ID: <200905022209.n42M9IHt061933@freefall.freebsd.org> Synopsis: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Sat May 2 22:08:46 UTC 2009 State-Changed-Why: Post the packages installed on your system as well as a step-by-step set of instructions required to reproduce this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=134118 From nikolaj.thygesen at diamondbox.dk Sat May 2 22:50:03 2009 From: nikolaj.thygesen at diamondbox.dk (Nikolaj Thygesen) Date: Sat May 2 22:50:10 2009 Subject: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Message-ID: <200905022250.n42Mo3RW016594@freefall.freebsd.org> The following reply was made to PR ports/134118; it has been noted by GNATS. From: Nikolaj Thygesen To: bug-followup@FreeBSD.org, nikolaj.thygesen@diamondbox.dk Cc: Subject: Re: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Date: Sun, 03 May 2009 00:26:59 +0200 This is a multi-part message in MIME format. --------------020908050900090306010901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attached is the list of up-to-date ports, and the procedure to reproduce is already described in "How-To-Repeat". --------------020908050900090306010901 Content-Type: text/plain; name="package_list.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="package_list.txt" ORBit-0.5.17_4 ORBit2-2.14.17 OpenEXR-1.6.1_1 aalib-1.4.r5_4 adns-1.4_1 alacarte-0.11.10 amspsfnt-1.0_5 anjuta-2.26.1.0_2 apache-2.2.11_4 appres-1.0.1 arts-1.5.10_1,1 aspell-0.60.6_2 at-spi-1.26.0 atk-1.26.0 autoconf-2.13.000227_6 autoconf-2.62 autoconf-wrapper-20071109 autogen-5.9.7 automake-1.10.1 automake-1.4.6_5 automake-1.5_5,1 automake-1.6.3_1 automake-1.7.9_2 automake-1.8.5_3 automake-1.9.6_3 automake-wrapper-20071109 autotools-20080819 avahi-0.6.24 avahi-app-0.6.25 avahi-gtk-0.6.25 bash-4.0.10_2 bdftopcf-1.0.1 beforelight-1.0.3_1 bigreqsproto-1.0.2 bison-2.4.1,1 bitmap-1.0.3_1 bitstream-vera-1.10_4 blas-1.0_3 blender-2.48a_1 brasero-2.26.1 bsdadminscripts-6.0 bug-buddy-2.26.0 ca_root_nss-3.11.9_2 cairo-1.8.6_1,1 cairomm-1.8.0_1 ccsm-0.8.2 cdparanoia-3.9.8_8 cdrdao-1.2.2 cdrtools-2.01_7 celt-0.5.2 cheese-2.26.0 clutter-0.8.8 clutter-cairo-0.8.2 clutter-gtk-0.8.3 cmake-2.6.3 cmpsfont-1.0_6 codelite-1.0.2822 compat4x-i386-5.3_9 compat5x-i386-5.4.0.8_9 compat6x-i386-6.4.604000.200810 compiz-0.8.2 compiz-bcop-0.8.2 compiz-fusion-0.8.2 compiz-plugins-extra-0.8.2 compiz-plugins-main-0.8.2 compizconfig-backend-gconf-0.8.2 compizconfig-python-0.8.2 compositeproto-0.4 consolekit-0.3.0_8 coreutils-6.9_3 ctags-5.7 cups-base-1.3.9_3 curl-7.19.4 damageproto-1.1.0_2 dasher-4.10.0,2 db41-4.1.25_4 dbus-1.2.4.4 dbus-glib-0.80 deskbar-applet-2.26.1 desktop-file-utils-0.15_1 devhelp-0.23,1 dhcp6-20080615_1 diablo-jdk-1.6.0.07.02_4 dirmngr-1.0.2_1 djbfft-0.76_2 dmidecode-2.10 dmxproto-2.2.2 docbook-1.4 docbook-3.1_4 docbook-4.1_3 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-sk-4.1.2_4 docbook-utils-0.6.14_7 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 docbook-xsl-1.74.0_1 dri-7.4_1,2 dri2proto-1.99.3 dsssl-docbook-modular-1.79_1,1 dvd+rw-tools-7.1 e2fsprogs-libuuid-1.41.5 editres-1.0.3_1 eel-2.26.0 ekiga-2.0.11_5 emerald-0.8.2 emerald-themes-0.5.2 empathy-2.26.1 enchant-1.4.2 encodings-1.0.2,1 eog-2.26.1 epiphany-2.26.1 esound-0.2.41 evieext-1.0.2 evince-2.26.1 evolution-2.26.1.1 evolution-data-server-2.26.1.1 evolution-exchange-2.26.1 evolution-webcal-2.26.0 exempi-2.1.0 expat-2.0.1 ezm3-1.2_1 faad2-2.7_1,1 farsight2-0.0.9 ffmpeg-2008.07.27_10 fftw3-3.1.3 file-roller-2.26.1,1 filezilla-3.2.4.1 firefox-2.0.0.20_7,1 firefox-3.0.10,1 fixesproto-4.0 flac-1.2.1 flex-2.5.35_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_1 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.1 fontcacheproto-0.1.2 fontconfig-2.6.0,1 fontsproto-2.0.2 fonttosfnt-1.0.3 freealut-1.1.0_1 freedesktop-sound-theme-0.2 freetype2-2.3.9_1 fslsfonts-1.0.2 fstobdf-1.0.3 ftgl-2.1.3.r5,1 fusefs-kmod-0.3.9.p1.20080208_5 fusefs-libs-2.7.4 gamin-0.1.10_2 gawk-3.1.6_1 gcalctool-5.26.1,2 gccmakedep-1.0.2 gconf-editor-2.26.0,1 gconf2-2.26.0 gd-2.0.35,1 gdbm-1.8.3_3 gdk-pixbuf-0.22.0_8 gdl-2.26.0 gdm-2.26.1 gedit-2.26.1 getopt-1.1.4_1 gettext-0.17_1 ggz-client-libs-0.0.14.1_1 ghostscript8-8.64_1 gio-fam-backend-2.20.1 glade3-gnome-3.6.3 gle-3.1.0_2 glew-1.4.0_2 glib-1.2.10_12 glib-2.20.1 glibmm-2.20.0,1 glproto-1.4.9 gmake-3.81_3 gmime-2.2.23 gmime-24-2.4.6 gmime-24-sharp-2.4.6 gnome-applets-2.26.1 gnome-audio-2.22.2 gnome-backgrounds-2.24.1 gnome-control-center-2.26.0 gnome-desktop-2.26.1 gnome-desktop-sharp-2.24.0_3 gnome-doc-utils-0.16.1 gnome-games-2.26.1 gnome-icon-theme-2.26.0_1 gnome-keyring-2.26.1_1 gnome-libs-1.4.2_12 gnome-mag-0.15.6 gnome-media-2.26.0 gnome-menus-2.26.1 gnome-mime-data-2.18.0_3 gnome-mount-0.8_2 gnome-netstatus-2.26.0 gnome-nettool-2.26.1,1 gnome-panel-2.26.1 gnome-power-manager-2.24.4_4 gnome-screensaver-2.26.1 gnome-session-2.26.1 gnome-settings-daemon-2.26.1_1 gnome-sharp-2.24.0_2 gnome-speech-0.4.25 gnome-spell-1.0.8_2 gnome-system-monitor-2.26.1 gnome-system-tools-2.22.2 gnome-terminal-2.26.1 gnome-themes-2.26.1 gnome-user-docs-2.26.1 gnome-user-share-2.26.0 gnome-utils-2.26.0_1,1 gnome-vfs-2.24.1 gnome2-2.26.1 gnome_subr-1.0 gnomehier-2.3_12 gnupg-2.0.11 gnutls-2.6.4 gok-2.26.0,1 gpac-libgpac-0.4.5_2,1 gperf-3.0.3 gpgme-1.1.8 graphviz-2.22.2 gsfonts-8.11_4 gsm-1.0.13 gstreamer-0.10.22_1 gstreamer-ffmpeg-0.10.7 gstreamer-plugins-0.10.22_1,3 gstreamer-plugins-a52dec-0.10.11,3 gstreamer-plugins-bad-0.10.11,3 gstreamer-plugins-cdparanoia-0.10.22_1,3 gstreamer-plugins-core-0.10_10 gstreamer-plugins-dts-0.10.11,3 gstreamer-plugins-dvd-0.10.11,3 gstreamer-plugins-esound-0.10.14,3 gstreamer-plugins-flac-0.10.14,3 gstreamer-plugins-gconf-0.10.14,3 gstreamer-plugins-gio-0.10.22_1,3 gstreamer-plugins-gnomevfs-0.10.22_1,3 gstreamer-plugins-good-0.10.14,3 gstreamer-plugins-hal-0.10.14,3 gstreamer-plugins-libpng-0.10.14,3 gstreamer-plugins-mad-0.10.11,3 gstreamer-plugins-mp3-0.10.0_1 gstreamer-plugins-mpeg2dec-0.10.11,3 gstreamer-plugins-ogg-0.10.22_1,3 gstreamer-plugins-pango-0.10.22_1,3 gstreamer-plugins-soup-0.10.14,3 gstreamer-plugins-theora-0.10.22_1,3 gstreamer-plugins-ugly-0.10.11,3 gstreamer-plugins-vorbis-0.10.22_1,3 gstreamer-plugins-xvid-0.10.11,3 gtar-1.22 gthumb-2.10.11 gtk-1.2.10_20 gtk-2.16.1 gtk-engines2-2.18.1 gtk-sharp-2.12.8 gtk-vnc-0.3.8 gtkglarea-1.99.0_11 gtkglext-1.2.0_3 gtkhtml3-3.26.1.1 gtkmm-2.16.0 gtksourceview-1.8.5_4 gtksourceview2-2.6.1 gtkspell-2.0.15 gts-0.7.6_1 gucharmap-2.26.1 guile-1.8.6 gvfs-1.2.2 hal-0.5.11_23 hal-info-20080508_1 hamster-applet-2.26.0_1 help2man-1.36.4_3 hicolor-icon-theme-0.10_2 iceauth-1.0.2 ico-1.0.2 icon-naming-utils-0.8.7 icu-3.8.1_2 ilmbase-1.0.1_1 imake-1.0.2_4,1 imlib-1.9.15_7 input-wacom-40.0.8.2.2_2 inputproto-1.5.0 intltool-0.40.6 iso-codes-3.8 iso8879-1986_2 jackit-0.116.2 jade-1.2.1_9 jadetex-3.13_2 jasper-1.900.1_7 javavmwrapper-2.3.2 jpeg-6b_7 json-glib-0.6.2_1 kbproto-1.0.3 kompozer-0.7.10_3 lame-3.98.2_1 lapack-3.1.1_2 lcms-1.18,1 libFS-1.0.1 libGL-7.4_1 libGLU-7.4_1 libICE-1.0.4_1,1 libIDL-0.8.13 libSM-1.1.0_1,1 libX11-1.2.1,1 libXScrnSaver-1.1.3 libXTrap-1.0.0 libXau-1.0.4 libXaw-1.0.5_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.5,1 libXfixes-4.0.3_1 libXfont-1.3.4,1 libXfontcache-1.0.4 libXft-2.1.13 libXi-1.2.1,1 libXinerama-1.0.3,1 libXmu-1.0.4,1 libXp-1.0.0,1 libXpm-3.5.7 libXprintAppUtil-1.0.1 libXprintUtil-1.0.1 libXrandr-1.3.0 libXrender-0.9.4_1 libXres-1.0.3_3 libXt-1.0.5_1 libXtst-1.0.3_1 libXv-1.0.4,1 libXvMC-1.0.4_1 libXxf86dga-1.0.2 libXxf86misc-1.0.1 libXxf86vm-1.0.2 liba52-0.7.4_2 libao-0.8.8_1 libart_lgpl-2.3.20,1 libassuan-1.0.5 libaudiofile-0.2.6 libbonobo-2.24.1 libbonoboui-2.24.1 libcanberra-0.10_3 libcddb-1.3.0 libcdio-0.78.2_2 libcheck-0.9.6 libcompizconfig-0.8.2 libcroco-0.6.2 libdaemon-0.12 libdca-0.0.5 libdiscid-0.2.2 libdmx-1.0.2_1 libdrm-2.4.9 libdvdcss-1.2.10_1 libdvdnav-0.1.10_4 libdvdread-4.1.3_1 libebml-0.7.8 libexecinfo-1.1_3 libexif-0.6.17 libfame-0.9.1_2 libfontenc-1.0.4 libgail-gnome-1.20.1 libgcrypt-1.4.4 libgda4-4.0.2 libggz-0.0.14.1_5 libglade2-2.6.4 libglut-7.4_1 libgmp-4.2.4 libgnome-2.26.0 libgnomecanvas-2.26.0 libgnomecups-0.2.3_1,1 libgnomekbd-2.26.0 libgnomeprint-2.18.6 libgnomeprintui-2.18.4 libgnomeui-2.24.1 libgpg-error-1.7 libgphoto2-2.4.5 libgsf-1.14.11 libgtkhtml-2.11.1_2 libgtop-2.26.1 libgweather-2.26.1 libical-0.43_1 libiconv-1.11_1 libid3tag-0.15.1b libidn-1.13 libksba-1.0.5 libltdl-1.5.26 libmad-0.15.1b_2 libmng-1.0.10 libmodplug-0.8.4 libmpeg2-0.5.1 libmspack-0.0.20060920 libmusicbrainz-2.1.5 libmusicbrainz3-3.0.2_1 libnice-0.0.6 libnotify-0.4.5 libogg-1.1.3,4 liboil-0.3.15 liboldX-1.0.1 liboobs-2.22.0_1 libpciaccess-0.10.5_6 libpdel-0.5.3_4 libproxy-0.2.3 libpthread-stubs-0.1 libpurple-2.5.5_1 librsvg2-2.26.0 libsamplerate-0.1.7 libsexy-0.1.11_1 libsigc++-2.2.3 libsndfile-1.0.19 libsoup-2.26.1 libspectre-0.2.2 libtasn1-1.8 libtelepathy-0.3.3_1 libtheora-1.0 libtool-1.5.26 libungif-4.1.4_5 libusb-0.1.12_4 libutempter-1.1.5_1 libvolume_id-0.81.1 libvorbis-1.2.0_3,3 libwnck-2.26.1 libwww-5.4.0_4 libxcb-1.2_1 libxine-1.1.16.2_1 libxkbfile-1.0.5 libxkbui-1.0.2_1 libxklavier-3.9,1 libxml++-2.26.0 libxml-1.8.17_4 libxml2-2.7.3 libxslt-1.1.24_2 libxul-1.9.0.7_3 lightning-xpi-0.7_7 linc-1.0.3_7 linux_base-fc-4_14 listres-1.0.1_1 localedata-5.4 loudmouth-1.4.3 lsof-4.82,4 luit-1.0.3_1 lynx-2.8.6.5_5,1 lzmautils-4.32.7 lzo2-2.03_2 lzop-1.02.r1 m4-1.4.12,1 makedepend-1.0.1,1 meld-1.2.1 metacity-2.26.0 mkcomposecache-1.2_1 mkfontdir-1.0.4 mkfontscale-1.0.6 mod_dnssd-0.6_4 mono-2.0.1_6 mono-addins-0.4 monodoc-2.0 mousetweaks-2.26.0 mpd-5.3 mpfr-2.4.1 nas-1.9.1_3 nasm-2.05.01,1 nautilus-2.26.2_1 nautilus-cd-burner-2.24.0_1 ndesk-dbus-0.6.1a ndesk-dbus-glib-0.4.1_1 nedit-5.5_2 neon28-0.28.4 notification-daemon-0.4.0_1 nspr-4.7 nss-3.11.9_2 nvidia-driver-180.44 nvidia-settings-185.19 oclock-1.0.1_1 ode-0.11,1 opal-2.2.11_1 open-motif-2.2.3_6 openal-20060211_9 openldap-client-2.3.43 openoffice.org-3.0.1 opera-9.64.20090302 orca-2.26.1 p5-Archive-Zip-1.26_1 p5-Authen-SASL-2.12 p5-Compress-Raw-Zlib-2.017 p5-Compress-Zlib-2.015 p5-Digest-1.15_1 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.38 p5-Digest-SHA1-2.11 p5-File-Temp-0.21 p5-File-Which-0.05 p5-GSSAPI-0.26 p5-HTML-Parser-3.60 p5-HTML-Tagset-3.20 p5-HTML-Tree-3.23 p5-IO-Compress-Base-2.015 p5-IO-Compress-Zlib-2.015 p5-MIME-Base64-3.07 p5-Net-1.22_1,1 p5-Net-DBus-0.33.6 p5-PathTools-3.2900 p5-SGMLSpm-1.03_1 p5-Test-Harness-3.16 p5-Text-Iconv-1.7 p5-Tie-IxHash-1.21 p5-Time-HiRes-1.9719,1 p5-URI-1.37 p5-XML-Filter-BufferText-1.01 p5-XML-Grove-0.46.a p5-XML-Handler-YAWriter-0.23 p5-XML-LibXML-1.69,1 p5-XML-LibXML-Common-0.13 p5-XML-NamespaceSupport-1.09_1 p5-XML-Parser-2.36 p5-XML-SAX-0.96 p5-XML-SAX-Expat-0.40 p5-XML-SAX-Writer-0.52 p5-XML-Simple-2.18 p5-XML-Twig-3.32 p5-XML-XPath-1.13 p5-gettext-1.05_2 p5-libwww-5.826 p5-libxml-0.08 p5-type1inst-0.6.1_5 pam_helper-1.0 pango-1.24.1 pangomm-2.24.0 patch-2.5.9 pccts-1.33.33 pciids-20090224 pcre-7.9 perl-5.8.9_2 pidgin-2.5.5 pixman-0.15.2 pkg-config-0.23_1 pkgdb.db pkgdb_db png-1.2.35 policykit-0.9_4 policykit-gnome-0.9.2 poppler-0.10.6 poppler-data-0.2.1 poppler-gtk-0.10.6 popt-1.7_5 portaudio-18.1_2 portlint-2.11.1 portmanager-0.4.1_9 portupgrade-devel-2.4.6 printproto-1.0.4 pth-2.0.7 pulseaudio-0.9.14_5 pwlib-1.12.0_5,1 py25-adns-1.2.1 py25-cairo-1.8.2 py25-dbus-0.83.0_1 py25-elementtree-1.2.6 py25-gdata-1.2.2 py25-gnome-2.26.1 py25-gnome-desktop-2.26.0 py25-gobject-2.16.1 py25-gstreamer-0.10.14 py25-gtk-2.14.1 py25-gtksourceview-2.6.0 py25-libxml2-2.7.3 py25-nose-0.10.4 py25-numeric-24.2_3 py25-numpy-1.2.1,1 py25-openssl-0.8_1 py25-orbit-2.24.0 py25-pycrypto-2.0.1_2 py25-pymsn-0.3.3 py25-setuptools-0.6c9 py25-simplejson-2.0.9 py25-sqlite3-2.5.4_1 py25-telepathy-butterfly-0.3.3 py25-telepathy-python-0.15.7 py25-xml-0.8.4 pyrex-0.9.8.5 python25-2.5.4_1 qmake-3.3.8_1 qt-3.3.8_9 randrproto-1.3.0 rarian-0.8.1 recordproto-1.13.2 renderproto-0.9.3 resourceproto-1.0.2 rgb-1.0.1 rpm-3.0.6_14 rstart-1.0.2 ruby-1.8.7.72_1,1 ruby18-bdb-0.6.5 ruby18-deplate-0.8.5 samba-libsmbclient-3.0.34_1 scripts-1.0.1 scrnsaverproto-1.1.0 sdl-1.2.13_3,2 sdocbook-xml-1.1,1 seahorse-2.26.1_1 seahorse-plugins-2.26.1 sessreg-1.0.4 setxkbmap-1.0.4 shared-mime-info-0.60 showfont-1.0.2 smproxy-1.0.2 sound-juicer-2.26.1 speex-1.2.r1_1,1 sqlite3-3.6.13 startup-notification-0.9_2 sudo-1.6.9.20 svgalib-1.4.3_5 swfdec-0.8.4 swfdec-gnome-2.26.0 system-tools-backends-2.6.1 t1lib-5.1.2_1,1 taglib-1.5 tcl-8.4.19_2,1 teTeX-base-3.0_14 teTeX-texmf-3.0_5 telepathy-farsight-0.0.6 telepathy-gabble-0.7.26 telepathy-glib-0.7.29 telepathy-idle-0.1.3 telepathy-mission-control-4.67 tex-texmflocal-1.9 texi2html-1.76_1,1 thunderbird-2.0.0.21_1 tiff-3.8.2_3 tk-8.4.19_2,2 tomboy-0.12.2 totem-2.26.1 totem-pl-parser-2.26.1 transmission-gtk2-1.51_1 transmission-web-1.51 trapproto-3.4.3 twm-1.0.4 ubuntulooks-0.9.12_4 unique-1.0.6 unrar-3.80,5 unzip-5.52_5 v4l_compat-1.0.20060801 vcdimager-0.7.23_5 videoproto-2.2.2 viewres-1.0.1_1 vinagre-2.26.1 vino-2.26.1 vte-0.20.1 wavpack-4.50.1 webkit-gtk2-1.0.1_6 win32-codecs-3.1.0.r1,1 wxgtk2-2.8.10 wxgtk2-common-2.8.10 wxgtk2-unicode-2.8.10 x11perf-1.5 x264-0.0.20081218 xauth-1.0.3 xbacklight-1.1 xbiff-1.0.1_1 xbitmaps-1.0.1 xcalc-1.0.2_1 xcb-proto-1.4 xcb-util-0.3.3 xclipboard-1.0.1_1 xclock-1.0.3_1 xcmiscproto-1.1.2 xcmsdb-1.0.1 xconsole-1.0.3_1 xcursor-themes-1.0.1_1 xcursorgen-1.0.2 xdbedizzy-1.0.2 xdg-utils-1.0.2_2 xditview-1.0.1_1 xdm-1.1.8_1 xdpyinfo-1.0.3 xdriinfo-1.0.2 xedit-1.1.2 xev-1.0.3 xextproto-7.0.5 xeyes-1.0.1 xf86-input-keyboard-1.3.2_1 xf86-input-mouse-1.4.0_5 xf86-video-ati-6.12.2 xf86-video-intel-2.6.3 xf86-video-nv-2.1.13 xf86-video-radeonhd-1.2.5 xf86-video-vesa-2.1.0_1 xf86bigfontproto-1.1.2 xf86dga-1.0.2_1 xf86dgaproto-2.0.3 xf86driproto-2.0.4 xf86miscproto-0.9.2 xf86rushproto-1.1.2 xf86vidmodeproto-2.2.2 xfd-1.0.1_1 xfindproxy-1.0.1 xfontsel-1.0.2_1 xfs-1.0.8_1,1 xfsinfo-1.0.2 xfwp-1.0.1 xgamma-1.0.2 xgc-1.0.1_1 xhost-1.0.2 xine-0.99.5_3 xineramaproto-1.1.2 xinit-1.1.1_1 xinput-1.4.1 xkbcomp-1.0.5 xkbevd-1.0.2 xkbprint-1.0.1 xkbutils-1.0.1_2 xkeyboard-config-1.5_1 xkill-1.0.1 xload-1.0.2_1 xlogo-1.0.1_1 xlsatoms-1.0.1 xlsclients-1.0.1 xlsfonts-1.0.2 xmag-1.0.2_1 xman-1.0.3_1 xmessage-1.0.2_1 xmlcatmgr-2.2 xmlcharent-0.3_2 xmodmap-1.0.3 xmore-1.0.1_1 xorg-7.4_1 xorg-apps-7.4_1 xorg-cf-files-1.0.2_3 xorg-docs-1.4,1 xorg-drivers-7.4_1 xorg-fonts-100dpi-7.4 xorg-fonts-7.4 xorg-fonts-75dpi-7.4 xorg-fonts-cyrillic-7.4 xorg-fonts-miscbitmaps-7.4 xorg-fonts-truetype-7.4 xorg-fonts-type1-7.4 xorg-libraries-7.4 xorg-macros-1.2.1 xorg-server-1.6.0,1 xorg-vfbserver-1.6.0,1 xplsprinters-1.0.1 xpr-1.0.2 xprehashprinterlist-1.0.1 xprop-1.0.4 xproto-7.0.15 xproxymanagementprotocol-1.0.2 xrandr-1.3.0 xrdb-1.0.5 xrefresh-1.0.2 xrx-1.0.1_2 xscreensaver-gnome-hacks-5.08 xset-1.0.4 xsetmode-1.0.0 xsetpointer-1.0.1 xsetroot-1.0.2 xsm-1.0.1_1 xstdcmap-1.0.1 xterm-242 xtrans-1.2.3 xtrap-1.0.2 xvid-1.2.1,1 xvidtune-1.0.1_1 xvinfo-1.0.2 xwd-1.0.2 xwininfo-1.0.4 xwud-1.0.1 yasm-0.8.0 yelp-2.26.0 youtube_dl-2009.04.06_1 zenity-2.26.0 zip-3.0 --------------020908050900090306010901-- From marcus at marcuscom.com Sat May 2 22:54:51 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 2 22:54:58 2009 Subject: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors In-Reply-To: <200905022250.n42Mo3RW016594@freefall.freebsd.org> References: <200905022250.n42Mo3RW016594@freefall.freebsd.org> Message-ID: <1241304907.33649.112.camel@shumai.marcuscom.com> On Sat, 2009-05-02 at 22:50 +0000, Nikolaj Thygesen wrote: > The following reply was made to PR ports/134118; it has been noted by GNATS. > > From: Nikolaj Thygesen > To: bug-followup@FreeBSD.org, nikolaj.thygesen@diamondbox.dk > Cc: > Subject: Re: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() > causes X errors > Date: Sun, 03 May 2009 00:26:59 +0200 > > This is a multi-part message in MIME format. > --------------020908050900090306010901 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > > Attached is the list of up-to-date ports, and the procedure to reproduce > is already described in "How-To-Repeat". I cannot reproduce based on this limited set of instructions. That is why I asked for a step-by-step procedure starting from launching glade on how to reproduce this. 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/20090502/52f8c2d7/attachment.pgp From marcus at FreeBSD.org Sun May 3 00:45:47 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 3 00:45:53 2009 Subject: ports/134164: Update Port: deskutils/glabels to 2.2.5 to make usable with GTK 2.16 Message-ID: <200905030045.n430jk6W078279@freefall.freebsd.org> Synopsis: Update Port: deskutils/glabels to 2.2.5 to make usable with GTK 2.16 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 3 00:45:35 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134164 From dfilter at FreeBSD.ORG Sun May 3 00:50:02 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 3 00:50:09 2009 Subject: ports/134164: commit references a PR Message-ID: <200905030050.n430o2Ri078373@freefall.freebsd.org> The following reply was made to PR ports/134164; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134164: commit references a PR Date: Sun, 3 May 2009 00:45:42 +0000 (UTC) marcus 2009-05-03 00:45:30 UTC FreeBSD ports repository Modified files: deskutils/glabels Makefile distinfo Log: Update to 2.2.5. PR: 134164 Submitted by: "Mark Kane" Revision Changes Path 1.46 +1 -1 ports/deskutils/glabels/Makefile 1.18 +3 -3 ports/deskutils/glabels/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From mickey242 at gmx.net Sun May 3 02:10:03 2009 From: mickey242 at gmx.net (Andreas Wetzel) Date: Sun May 3 02:10:10 2009 Subject: ports/131533: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default Message-ID: <200905030210.n432A3l2084369@freefall.freebsd.org> The following reply was made to PR ports/131533; it has been noted by GNATS. From: Andreas Wetzel To: bug-followup@FreeBSD.org, mickey242@gmx.net Cc: Subject: Re: ports/131533: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default Date: Sun, 03 May 2009 04:01:51 +0200 http://mail.gnome.org/archives/distributor-list/2009-February/msg00006.html -- Keep it icy man. I don't want to end up a corpse before my time because you were daydreaming. From marcus at FreeBSD.org Sun May 3 02:55:03 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 3 02:55:10 2009 Subject: ports/131533: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default Message-ID: <200905030255.n432t3wm051762@freefall.freebsd.org> Synopsis: x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected by default State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Sun May 3 02:54:51 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=131533 From dfilter at FreeBSD.ORG Sun May 3 03:00:10 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 3 03:00:20 2009 Subject: ports/131533: commit references a PR Message-ID: <200905030300.n4330Au9051938@freefall.freebsd.org> The following reply was made to PR ports/131533; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131533: commit references a PR Date: Sun, 3 May 2009 02:54:48 +0000 (UTC) marcus 2009-05-03 02:54:34 UTC FreeBSD ports repository Modified files: x11/gdm Makefile x11/gdm/files gdm.in Added files: x11/gdm/files patch-configure patch-hal-keyboard Log: * Add support for a gdm_lang rc.conf macro to control the locale used by the GDM greeter [1] * Add a patch from Fedora to support reading the keyboard layout from hal [2] PR: 131533 [2] Obtained from: Fedora CVS [2] Submitted by: daichi [1] Andreas Wetzel [2] Revision Changes Path 1.116 +1 -0 ports/x11/gdm/Makefile 1.16 +3 -2 ports/x11/gdm/files/gdm.in 1.12 +69 -0 ports/x11/gdm/files/patch-configure (new) 1.1 +109 -0 ports/x11/gdm/files/patch-hal-keyboard (new) _______________________________________________ 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 martinsm at gn.apc.org Sun May 3 19:09:00 2009 From: martinsm at gn.apc.org (Martin Smith) Date: Sun May 3 19:09:06 2009 Subject: pth breaks gnome build In-Reply-To: <49F9B1EE.5000801@entel.upc.edu> References: <49272.80.177.154.53.1241099181.squirrel@sqmail.gn.apc.org> <49F9B1EE.5000801@entel.upc.edu> Message-ID: <49FA1A95.2080709@gn.apc.org> Gustau P?rez wrote: > Martin Smith wrote: >> Building gnome on a current (as of last weekend) system, it breaks at the >> following point: >> ./libtool --mode=link --quiet cc -o libpth.la pth_debug.lo pth_ring.lo >> pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo >> pth_tcb.lo >> pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo >> pth_clean.lo >> pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo >> pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo -rpath >> /usr/local/lib/pth -version-info `./shtool version -lc -dlibtool >> pth_vers.c` >> ./libtool --mode=compile --quiet cc -c -I. -O2 -pipe -fno-strict-aliasing >> pthread.c >> In file included from pth_p.h.in:37, >> from pthread.c:43: >> /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' >> > > I had this problem when gnome-2.26 was released. I think it was related > to pth_p.h including signal.h. > Removing the offending include fixed the problem. > > Looking at devel/pth/files I see a patch added 28/04 that fixes the > problem. Are your ports up to date ? They were a few days ago but I will update again, many thanks -- Martin From bugmaster at FreeBSD.org Mon May 4 11:08:30 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 4 11:10:49 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200905041108.n44B8TBG099234@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134152 gnome Allow x11/gnome2 and x11/gnome2-lite to use totem-xine f ports/134118 gnome devel/glade3: gtk_tree_view_set_enable_tree_lines() ca f ports/133794 gnome x11/gnome2: No go with automatic proxy configuration o ports/133793 gnome x11/gdm: gdm ignores settings from /etc/login.conf o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/131769 gnome upgrade ports/converters/libiconv o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 7 problems total. From barbara.xxx1975 at libero.it Mon May 4 22:32:18 2009 From: barbara.xxx1975 at libero.it (barbara) Date: Mon May 4 22:32:25 2009 Subject: Nauilusgamin stops showing directory changes Message-ID: > > Am Donnerstag, den 30.04.2009, 02:14 -0400 schrieb Joe Marcus Clarke: > > > On Wed, 2009-04-29 at 21:29 -0400, Jason Reid wrote: > > > > Hello, > > > > > > > > >From time to time Nautilus will not keep up with directories as the > > > > files change. I cannot pinpoint the exact cause, but I can, for example, > > > > "touch newfile" in a directory or on my Desktop, and Nautilus will not > > > > show it until I open a Nautilus window to that directory/desktop and > > > > click View -> Reload. > > > > > > > > Filesystem polling works fine after a reboot. Right now I have been up > > > > for 4 days and just noticed, but it's stopped working as quickly as an > > > > hour after boot. This is not a new problem with 2.26 and is something > > > > I've experienced since at least 2.20. My system is FreeBSD 7.1-p4 i386 > > > > using a ZFS disk, but I've seen the same problem on the same computer > > > > under an old installation using UFS. > > > > > > > > Some Googling reveals that Nautilus uses devel/gamin to poll changes > > > > which in turn uses kqueue by default. The port has a compile-time option > > > > for GAM_POLLER that I do not have enabled. Konqueror, however has never > > > > exhibited this problem. > > > > > > > > The closest bug report I was able to find was > > > > https://bugzilla.redhat.com/show_bug.cgi?id=130859 from 2004 which I > > > > don't believe is applicable. It discusses gamin 0.0.x, and I use > > > > 0.1.10_1. > > > > > > > > My kern.maxfiles is 25000. kern.openfiles reports 10735, and "fstat | > > > > grep gam_server | wc -l" reports 8890. > > > > > > I cannot reproduce. I've been up for over 10 days. Make sure that > > > Nautilus is looking at a real path, and not a symlink. Gamin does not > > > report changes on symlinks in line with the FAM spec. > > > > > I have seen the problem Jason describes quite often with older versions > > of nautilus: for example when you use a different file manager like > > midnight-commander or thunar or when you log in remotely via ftp. > > I tried all these methods with nautilus-2.26.2 > > ^ > > and couldn't reproduce them either. > > > > Greetings > > > > Uli. > > > I rebooted my pc yesterday night, and this morning it was not working again. > I can see nautilius not refreshing after adding/removing files/directories from a terminal. It just works manually. Yesterday it was working so something happened. > > And also > [bar@satanasso:~]$ sudo umount /mnt/data/ > umount: unmount of /mnt/data failed: Device busy > [bar@satanasso:~]$ fstat | grep data > bar gam_server 1197 4884 /mnt/data 2 drwxr-xr-x 512 r > [bar@satanasso:~]$ ps axuc | grep gam_server > bar 1197 0.0 0.2 20908 3580 ?? S 10:28PM 0:57.24 gam_server > root 72732 0.0 0.1 19884 2684 ?? I 11:27PM 0:00.01 gam_server > > But now I've found that after: > [bar@satanasso:~]$ pkill -s HUP nautilus > I finally can > [bar@satanasso:~]$ sudo umount /mnt/data/ > > > [bar@satanasso:~]$ pkg_info -Ix gamin nautilus-2 > gamin-0.1.10_1 A file and directory monitoring system > nautilus-2.26.2_1 File manager for the GNOME desktop > Last patch for gamin seems to have fixed the problem with umount. Really really thanks for that!!! Anyway I'm still experiencing the behaviour described by Jason (nautilus stop refreshing). I don't know what it's triggering that and if that could be related, but I noticed that it often happens after leaving a nautilus window opened on a directory of a mounted disk (let's call it /mnt/disk1) for many hours, tipically whole night. I do that often when I leave the pc running for many hours (more then 1 day), so I don't know if it would happen anyway after a long uptime for a desktop pc. What's strange is that yesterday, /mnt/disk1 was not refreshing and the same for dirs in /usr. Then I mounted another device under /mnt/disk2 and it was working as espected with that one. Sorry, I can't say more than that, I hope this could help you in diagnosing the problem. I know it's not so easy to reproduce. If you have any idea about what I could do to help, please ask. Regards Barbara From barbara.xxx1975 at libero.it Mon May 4 23:38:37 2009 From: barbara.xxx1975 at libero.it (barbara) Date: Mon May 4 23:38:44 2009 Subject: about last gnome-terminal patches (cwd on new) Message-ID: I'm talking about the cwd patches. I prefer the old behaviour, but no problem, I can get used to that. But that's why I hate gnome-terminal on most linux distributions right now :). Another minor annoyance after moving to 2.26 is the cwd on a new tab/window after running su: [bar@satanasso:~]$ su - Password: satanasso# ... after ctrl+n or ctrl+t, on the new window or tab [bar@satanasso:/]$ pwd / I was seeing this before the last set of patches (at least with 2.26.1). Guaranteed. What's funny is that's apparently happening only with the first gnome-terminal opened! Opening another gnome-terminal and doing the same sequence of operations on that one results in a "expected" behaviour. Could it be caused by something in my shell initialization files? Or is anyone else seeing that? I think that I can live with that too, it's just for curiosity... Regards Barbara From marcus at marcuscom.com Tue May 5 01:13:33 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Tue May 5 01:13:39 2009 Subject: about last gnome-terminal patches (cwd on new) In-Reply-To: References: Message-ID: <1241486007.1359.105.camel@shumai.marcuscom.com> On Tue, 2009-05-05 at 01:38 +0200, barbara wrote: > I'm talking about the cwd patches. > I prefer the old behaviour, but no problem, I can get used to that. > But that's why I hate gnome-terminal on most linux distributions right now :). > > Another minor annoyance after moving to 2.26 is the cwd on a new tab/window after running su: > > [bar@satanasso:~]$ su - > Password: > satanasso# > ... after ctrl+n or ctrl+t, on the new window or tab > [bar@satanasso:/]$ pwd > / > > I was seeing this before the last set of patches (at least with 2.26.1). Guaranteed. > > What's funny is that's apparently happening only with the first gnome-terminal opened! > Opening another gnome-terminal and doing the same sequence of operations on that one results in a "expected" behaviour. > > Could it be caused by something in my shell initialization files? > Or is anyone else seeing that? This is part of new code in gnome-terminal which sets the cwd to "/" just after initialization. This is to avoid potential problems with gnome-terminal preventing media from being unmounted. If the new cwd code cannot determine the previous shell's cwd, then it will tell the new terminal to set its cwd to "/". This is consistent with Linux and Solaris behavior. 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/20090505/41d39109/attachment.pgp From d9364104 at mail.nchu.edu.tw Tue May 5 08:18:33 2009 From: d9364104 at mail.nchu.edu.tw (Eric L. Chen) Date: Tue May 5 08:18:40 2009 Subject: Epiphany cannot use all plugins Message-ID: <1241510298.2582.9.camel@localhost> Hi, My epiphany does not load totem and moonlight plugins, but firefox3 can. Any one has same problem? > ls /usr/local/lib/browser_plugins/symlinks/gecko19 libgnashplugin.so libtotem-complex-plugin.so libjavaplugin_oji.so libtotem-cone-plugin.so libmoonloader.so libtotem-gmp-plugin.so libmoonplugin-ff3bridge.so libtotem-mully-plugin.so libmoonplugin.so libtotem-narrowspace-plugin.so libtotem-basic-plugin.so /Eric -------------- next part -------------- Generated File. Do not edit. [HEADER] Version:0.09:$ [PLUGINS] /usr/local/lib/epiphany/2.26/plugins/libdesktopfileplugin.so:$ :$ 1239692513000:1:5:$ This plugin handles ?.desktop? and ?.url? files containing web links.:$ Epiphany Desktop File Plugin:$ 3 0:application/x-desktop:desktop link file:desktop:$ 1:text/x-uri:URL file:url:$ 2:application/x-mswinurl:URL file::$ /usr/local/lib/libxul/plugins/libunixprintplugin.so:$ :$ 1240890582000:1:5:$ The demo print plugin for unix.:$ Demo Print Plugin for unix/linux:$ 1 0:application/x-print-unix-nsplugin:Demo Print Plugin for Unix/Linux:.pnt:$ /usr/local/lib/libxul/plugins/libnullplugin.so:$ :$ 1240890582000:1:5:$ The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins.:$ Default Plugin:$ 1 0:*:All types:.*:$ /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so:$ :$ 1210650463000:1:5:$ Java(TM) Plug-in 1.6.0_07:$ Java(TM) Plug-in 1.6.0_07-b02:$ 33 0:application/x-java-vm:Java::$ 1:application/x-java-applet:Java::$ 2:application/x-java-applet;version=1.1:Java::$ 3:application/x-java-applet;version=1.1.1:Java::$ 4:application/x-java-applet;version=1.1.2:Java::$ 5:application/x-java-applet;version=1.1.3:Java::$ 6:application/x-java-applet;version=1.2:Java::$ 7:application/x-java-applet;version=1.2.1:Java::$ 8:application/x-java-applet;version=1.2.2:Java::$ 9:application/x-java-applet;version=1.3:Java::$ 10:application/x-java-applet;version=1.3.1:Java::$ 11:application/x-java-applet;version=1.4:Java::$ 12:application/x-java-applet;version=1.4.1:Java::$ 13:application/x-java-applet;version=1.4.2:Java::$ 14:application/x-java-applet;version=1.5:Java::$ 15:application/x-java-applet;version=1.6:Java::$ 16:application/x-java-applet;jpi-version=1.6.0_07:Java::$ 17:application/x-java-bean:Java::$ 18:application/x-java-bean;version=1.1:Java::$ 19:application/x-java-bean;version=1.1.1:Java::$ 20:application/x-java-bean;version=1.1.2:Java::$ 21:application/x-java-bean;version=1.1.3:Java::$ 22:application/x-java-bean;version=1.2:Java::$ 23:application/x-java-bean;version=1.2.1:Java::$ 24:application/x-java-bean;version=1.2.2:Java::$ 25:application/x-java-bean;version=1.3:Java::$ 26:application/x-java-bean;version=1.3.1:Java::$ 27:application/x-java-bean;version=1.4:Java::$ 28:application/x-java-bean;version=1.4.1:Java::$ 29:application/x-java-bean;version=1.4.2:Java::$ 30:application/x-java-bean;version=1.5:Java::$ 31:application/x-java-bean;version=1.6:Java::$ 32:application/x-java-bean;jpi-version=1.6.0_07:Java::$ /usr/local/lib/browser_plugins/gnash/libgnashplugin.so:$ :$ 1239278342000:1:7:$ Shockwave Flash 9.0 r999. Gnash 0.8.5, the GNU SWF Player. Copyright © 2006, 2007, 2008 Free Software Foundation, Inc.
Gnash comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Gnash under the terms of the GNU General Public License. For more information about Gnash, see http://www.gnu.org/software/gnash. Compatible Shockwave Flash 9.0 r999.:$ Shockwave Flash:$ 1 0:application/x-shockwave-flash:Shockwave Flash:swf:$ -------------- next part -------------- Generated File. Do not edit. [HEADER] Version:0.09:$ [PLUGINS] /usr/local/lib/firefox3/plugins/libnullplugin.so:$ :$ 1241487283000:1:5:$ The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins.:$ Default Plugin:$ 1 0:*:All types:.*:$ /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so:$ :$ 1210650463000:1:5:$ Java(TM) Plug-in 1.6.0_07:$ Java(TM) Plug-in 1.6.0_07-b02:$ 33 0:application/x-java-vm:Java::$ 1:application/x-java-applet:Java::$ 2:application/x-java-applet;version=1.1:Java::$ 3:application/x-java-applet;version=1.1.1:Java::$ 4:application/x-java-applet;version=1.1.2:Java::$ 5:application/x-java-applet;version=1.1.3:Java::$ 6:application/x-java-applet;version=1.2:Java::$ 7:application/x-java-applet;version=1.2.1:Java::$ 8:application/x-java-applet;version=1.2.2:Java::$ 9:application/x-java-applet;version=1.3:Java::$ 10:application/x-java-applet;version=1.3.1:Java::$ 11:application/x-java-applet;version=1.4:Java::$ 12:application/x-java-applet;version=1.4.1:Java::$ 13:application/x-java-applet;version=1.4.2:Java::$ 14:application/x-java-applet;version=1.5:Java::$ 15:application/x-java-applet;version=1.6:Java::$ 16:application/x-java-applet;jpi-version=1.6.0_07:Java::$ 17:application/x-java-bean:Java::$ 18:application/x-java-bean;version=1.1:Java::$ 19:application/x-java-bean;version=1.1.1:Java::$ 20:application/x-java-bean;version=1.1.2:Java::$ 21:application/x-java-bean;version=1.1.3:Java::$ 22:application/x-java-bean;version=1.2:Java::$ 23:application/x-java-bean;version=1.2.1:Java::$ 24:application/x-java-bean;version=1.2.2:Java::$ 25:application/x-java-bean;version=1.3:Java::$ 26:application/x-java-bean;version=1.3.1:Java::$ 27:application/x-java-bean;version=1.4:Java::$ 28:application/x-java-bean;version=1.4.1:Java::$ 29:application/x-java-bean;version=1.4.2:Java::$ 30:application/x-java-bean;version=1.5:Java::$ 31:application/x-java-bean;version=1.6:Java::$ 32:application/x-java-bean;jpi-version=1.6.0_07:Java::$ /usr/local/lib/browser_plugins/gnash/libgnashplugin.so:$ :$ 1239278342000:1:5:$ Shockwave Flash 9.0 r999. Gnash 0.8.5, the GNU SWF Player. Copyright © 2006, 2007, 2008 Free Software Foundation, Inc.
Gnash comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Gnash under the terms of the GNU General Public License. For more information about Gnash, see http://www.gnu.org/software/gnash. Compatible Shockwave Flash 9.0 r999.:$ Shockwave Flash:$ 1 0:application/x-shockwave-flash:Shockwave Flash:swf:$ /usr/local/lib/moon/plugin/libmoonloader.so:$ :$ 1240224362000:1:5:$ 1.0.30401.0:$ Silverlight Plug-In:$ 1 0:application/x-silverlight:Novell Moonlight:scr:$ /usr/local/lib/browser_plugins/totem/libtotem-narrowspace-plugin.so:$ :$ 1241449931000:1:5:$ The Totem 2.26.2 plugin handles video and audio streams.:$ QuickTime Plug-in 7.2.0:$ 5 0:video/quicktime:QuickTime video:mov:$ 1:video/mp4:MPEG-4 video:mp4:$ 2:image/x-macpaint:MacPaint Bitmap image:pntg:$ 3:image/x-quicktime:Macintosh Quickdraw/PICT drawing:pict, pict1, pict2:$ 4:video/x-m4v:MPEG-4 video:m4v:$ /usr/local/lib/browser_plugins/totem/libtotem-mully-plugin.so:$ :$ 1241449931000:1:5:$ DivX Web Player version 1.4.0.233:$ DivX? Web Player:$ 1 0:video/divx:AVI video:divx:$ /usr/local/lib/browser_plugins/totem/libtotem-gmp-plugin.so:$ :$ 1241449931000:1:5:$ The Totem 2.26.2 plugin handles video and audio streams.:$ Windows Media Player Plug-in 10 (compatible; Totem):$ 13 0:application/x-mplayer2:AVI video:avi, wma, wmv:$ 1:video/x-ms-asf-plugin:ASF video:asf, wmv:$ 2:video/x-msvideo:AVI video:asf, wmv:$ 3:video/x-ms-asf:ASF video:asf:$ 4:video/x-ms-wmv:Windows Media video:wmv:$ 5:video/x-wmv:Windows Media video:wmv:$ 6:video/x-ms-wvx:Windows Media video:wmv:$ 7:video/x-ms-wm:Windows Media video:wmv:$ 8:video/x-ms-wmp:Windows Media video:wmv:$ 9:application/x-ms-wms:Windows Media video:wms:$ 10:application/x-ms-wmp:Windows Media video:wmp:$ 11:application/asx:Microsoft ASX playlist:asx:$ 12:audio/x-ms-wma:Windows Media audio:wma:$ /usr/local/lib/browser_plugins/totem/libtotem-cone-plugin.so:$ :$ 1241449931000:1:5:$ The Totem 2.26.2 plugin handles video and audio streams.:$ VLC Multimedia Plugin (compatible Totem 2.26.2):$ 19 0:application/x-vlc-plugin:VLC Multimedia Plugin::$ 1:application/vlc:VLC Multimedia Plugin::$ 2:video/x-google-vlc-plugin:VLC Multimedia Plugin::$ 3:application/x-ogg:Ogg multimedia file:ogg:$ 4:application/ogg:Ogg multimedia file:ogg:$ 5:audio/ogg:Ogg Audio:oga:$ 6:audio/x-ogg:Ogg Audio:ogg:$ 7:video/ogg:Ogg Video:ogv:$ 8:video/x-ogg:Ogg Video:ogg:$ 9:application/annodex:Annodex exchange format:anx:$ 10:audio/annodex:Annodex Audio:axa:$ 11:video/annodex:Annodex Video:axv:$ 12:video/mpeg:MPEG video:mpg, mpeg, mpe:$ 13:audio/wav:WAV audio:wav:$ 14:audio/x-wav:WAV audio:wav:$ 15:audio/mpeg:MP3 audio:mp3:$ 16:application/x-nsv-vp3-mp3:NullSoft video:nsv:$ 17:video/flv:Flash video:flv:$ 18:application/x-totem-plugin:Totem Multimedia plugin::$ /usr/local/lib/browser_plugins/totem/libtotem-complex-plugin.so:$ :$ 1241449931000:1:5:$ The Totem 2.26.2 plugin handles video and audio streams.:$ Helix DNA Plugin: RealPlayer G2 Plug-In Compatible (compatible; Totem):$ 1 0:audio/x-pn-realaudio-plugin:RealAudio document:rpm:$ From edwin at FreeBSD.org Tue May 5 10:00:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue May 5 10:00:23 2009 Subject: ports/134227: starting apache with www/mod_dnssd causes error Message-ID: <200905051000.n45A0EEY086374@freefall.freebsd.org> Synopsis: starting apache with www/mod_dnssd causes error Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 5 10:00:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134227 From marcus at freebsd.org Tue May 5 17:20:24 2009 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Tue May 5 17:20:29 2009 Subject: Epiphany cannot use all plugins In-Reply-To: <1241510298.2582.9.camel@localhost> References: <1241510298.2582.9.camel@localhost> Message-ID: <4A00755B.1030106@freebsd.org> Eric L. Chen wrote: > Hi, > My epiphany does not load totem and moonlight plugins, but firefox3 can. > Any one has same problem? Unless you've built epiphany using libxul, it uses the Firefox 2.0 Gecko, and the two are not compatible. Joe > >> ls /usr/local/lib/browser_plugins/symlinks/gecko19 > libgnashplugin.so libtotem-complex-plugin.so > libjavaplugin_oji.so libtotem-cone-plugin.so > libmoonloader.so libtotem-gmp-plugin.so > libmoonplugin-ff3bridge.so libtotem-mully-plugin.so > libmoonplugin.so libtotem-narrowspace-plugin.so > libtotem-basic-plugin.so > > /Eric > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From d9364104 at mail.nchu.edu.tw Wed May 6 03:23:09 2009 From: d9364104 at mail.nchu.edu.tw (Eric L. Chen) Date: Wed May 6 03:23:16 2009 Subject: Epiphany cannot use all plugins In-Reply-To: <4A00755B.1030106@freebsd.org> References: <1241510298.2582.9.camel@localhost> <4A00755B.1030106@freebsd.org> Message-ID: <1241580145.1710.10.camel@localhost> On Tue, 2009-05-05 at 13:20 -0400, Joe Marcus Clarke wrote: > Eric L. Chen wrote: > > Hi, > > My epiphany does not load totem and moonlight plugins, but firefox3 can. > > Any one has same problem? > > Unless you've built epiphany using libxul, it uses the Firefox 2.0 > Gecko, and the two are not compatible. I didn't build/install firefox 2. Epiphany, totem and moonlight built with libxul. Then I found some plugins are not work, so install firefox3 to verify problem, but firefox3 can use all plugins. /Eric > > Joe > > > > >> ls /usr/local/lib/browser_plugins/symlinks/gecko19 > > libgnashplugin.so libtotem-complex-plugin.so > > libjavaplugin_oji.so libtotem-cone-plugin.so > > libmoonloader.so libtotem-gmp-plugin.so > > libmoonplugin-ff3bridge.so libtotem-mully-plugin.so > > libmoonplugin.so libtotem-narrowspace-plugin.so > > libtotem-basic-plugin.so > > > > /Eric > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > From marcus at FreeBSD.org Wed May 6 04:54:11 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Wed May 6 04:54:17 2009 Subject: Epiphany cannot use all plugins In-Reply-To: <1241580145.1710.10.camel@localhost> References: <1241510298.2582.9.camel@localhost> <4A00755B.1030106@freebsd.org> <1241580145.1710.10.camel@localhost> Message-ID: <1241585653.41139.11.camel@shumai.marcuscom.com> On Wed, 2009-05-06 at 11:22 +0800, Eric L. Chen wrote: > On Tue, 2009-05-05 at 13:20 -0400, Joe Marcus Clarke wrote: > > Eric L. Chen wrote: > > > Hi, > > > My epiphany does not load totem and moonlight plugins, but firefox3 can. > > > Any one has same problem? > > > > Unless you've built epiphany using libxul, it uses the Firefox 2.0 > > Gecko, and the two are not compatible. > > I didn't build/install firefox 2. Epiphany, totem and moonlight built > with libxul. > Then I found some plugins are not work, so install firefox3 to verify > problem, but firefox3 can use all plugins. Could be a Gecko thing, then. Contact the gecko team. Joe > > /Eric > > > > Joe > > > > > > > >> ls /usr/local/lib/browser_plugins/symlinks/gecko19 > > > libgnashplugin.so libtotem-complex-plugin.so > > > libjavaplugin_oji.so libtotem-cone-plugin.so > > > libmoonloader.so libtotem-gmp-plugin.so > > > libmoonplugin-ff3bridge.so libtotem-mully-plugin.so > > > libmoonplugin.so libtotem-narrowspace-plugin.so > > > libtotem-basic-plugin.so > > > > > > /Eric > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > 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" > > > > > > > -- 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/20090506/ef3ed23f/attachment.pgp From marcus at FreeBSD.org Wed May 6 07:14:17 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Wed May 6 07:14:24 2009 Subject: ports/134227: starting apache with www/mod_dnssd causes error Message-ID: <200905060714.n467EGYY018732@freefall.freebsd.org> Synopsis: starting apache with www/mod_dnssd causes error State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Wed May 6 07:14:01 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134227 From dfilter at FreeBSD.ORG Wed May 6 07:20:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed May 6 07:20:12 2009 Subject: ports/134227: commit references a PR Message-ID: <200905060720.n467K25c018903@freefall.freebsd.org> The following reply was made to PR ports/134227; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134227: commit references a PR Date: Wed, 6 May 2009 07:14:10 +0000 (UTC) marcus 2009-05-06 07:13:56 UTC FreeBSD ports repository Modified files: net/avahi-app Makefile Log: Fix the fix to make avahi's libs link to libintl. PR: 134227 Submitted by: Tsurutani Naoki Revision Changes Path 1.18 +2 -2 ports/net/avahi-app/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 markir at paradise.net.nz Wed May 6 09:06:43 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Wed May 6 09:06:50 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations Message-ID: <4A014F9C.6010503@paradise.net.nz> In the process of trying to upload debug info for another issue, I ran into this - using "connect to server" of type ftp with password from Nautilus gives: Nautilus cannot handle "ftp" locations ... is this expected? connecting to ftp servers was a handy feature. System is RELENG_7 from 2009-04-20 with Gnome 2.26. regards Mark From mezz7 at cox.net Wed May 6 11:51:05 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Wed May 6 11:51:13 2009 Subject: Epiphany cannot use all plugins In-Reply-To: <1241585653.41139.11.camel@shumai.marcuscom.com> References: <1241510298.2582.9.camel@localhost> <4A00755B.1030106@freebsd.org> <1241580145.1710.10.camel@localhost> <1241585653.41139.11.camel@shumai.marcuscom.com> Message-ID: On Tue, 05 May 2009 23:54:13 -0500, Joe Marcus Clarke wrote: > On Wed, 2009-05-06 at 11:22 +0800, Eric L. Chen wrote: >> On Tue, 2009-05-05 at 13:20 -0400, Joe Marcus Clarke wrote: >> > Eric L. Chen wrote: >> > > Hi, >> > > My epiphany does not load totem and moonlight plugins, but firefox3 >> can. >> > > Any one has same problem? >> > >> > Unless you've built epiphany using libxul, it uses the Firefox 2.0 >> > Gecko, and the two are not compatible. >> >> I didn't build/install firefox 2. Epiphany, totem and moonlight built >> with libxul. >> Then I found some plugins are not work, so install firefox3 to verify >> problem, but firefox3 can use all plugins. > > Could be a Gecko thing, then. Contact the gecko team. Actually, it's epiphany port issue. I can try to fix it this evening unless someone beat me. Here is a problem: www/epiphany/Makefile: ------------------------------ @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins/symlinks/gecko18"|' \ ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp ------------------------------ It's hardcore, so need to add a check if it uses libxul then switch to gecko19. For now, Eric, you can edit by change from 'gecko18' to 'gecko19' then reinstall epiphany and let us know if it works for you. I won't be able to test it in runtime since I still have GNOME 2.24.2, old xorg and etc. But I still can test by 'make patch' and commit it. Cheers, Mezz > Joe > >> >> /Eric >> > >> > Joe >> > >> > > >> > >> ls /usr/local/lib/browser_plugins/symlinks/gecko19 >> > > libgnashplugin.so libtotem-complex-plugin.so >> > > libjavaplugin_oji.so libtotem-cone-plugin.so >> > > libmoonloader.so libtotem-gmp-plugin.so >> > > libmoonplugin-ff3bridge.so libtotem-mully-plugin.so >> > > libmoonplugin.so libtotem-narrowspace-plugin.so >> > > libtotem-basic-plugin.so >> > > >> > > /Eric -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From rconan at uvic.ca Wed May 6 18:50:26 2009 From: rconan at uvic.ca (rconan) Date: Wed May 6 18:50:41 2009 Subject: gnome 2.26 calendar problems. In-Reply-To: <1239664482.1304.60.camel@shumai.marcuscom.com> References: <1239645871.37387.3.camel@pc-racine1.mcmaster.ca> <1239664482.1304.60.camel@shumai.marcuscom.com> Message-ID: <23412849.post@talk.nabble.com> Hi, I have recently upgraded freebsd to 7.2 and gnome to 2.6 and I have the same calendar problem. I have applied the patch, re-install libical, evolution-data-server and evolution and it still crashes! Rod Joe Marcus Clarke-2 wrote: > > On Mon, 2009-04-13 at 14:04 -0400, Jeffrey Racine wrote: >> Hi. >> >> Upgraded a 7.1 system from 2.24 to 2.26 on the weekend. Went to check my >> calendar this morning and evolution crashes. From a command line launch >> I receive the error >> >> libecal:ERROR:e-cal.c:4761:e_cal_get_timezone: assertion failed: >> (syszone) >> >> Now it goes directly to calendar and crashes. > > Try this patch to devel/libical. See if you notice any ill effects. > > http://www.marcuscom.com/downloads/libical.diff > > Joe > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > -- View this message in context: http://www.nabble.com/gnome-2.26-calendar-problems.-tp23027210p23412849.html Sent from the freebsd-gnome mailing list archive at Nabble.com. From marcus at freebsd.org Wed May 6 19:29:02 2009 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Wed May 6 19:29:08 2009 Subject: gnome 2.26 calendar problems. In-Reply-To: <23412849.post@talk.nabble.com> References: <1239645871.37387.3.camel@pc-racine1.mcmaster.ca> <1239664482.1304.60.camel@shumai.marcuscom.com> <23412849.post@talk.nabble.com> Message-ID: <4A01E4FE.5030709@freebsd.org> rconan wrote: > Hi, > > I have recently upgraded freebsd to 7.2 and gnome to 2.6 and I have the same > calendar problem. > I have applied the patch, re-install libical, evolution-data-server and > evolution and it still crashes! The patch is no longer required. Update your ports to the latest versions, and see if the crash still persists. If it does, follow the instructions at http://www.freebsd.org/gnome/docs/bugging.html to provide a back trace with debugging symbols. Joe > > Rod > > > Joe Marcus Clarke-2 wrote: >> On Mon, 2009-04-13 at 14:04 -0400, Jeffrey Racine wrote: >>> Hi. >>> >>> Upgraded a 7.1 system from 2.24 to 2.26 on the weekend. Went to check my >>> calendar this morning and evolution crashes. From a command line launch >>> I receive the error >>> >>> libecal:ERROR:e-cal.c:4761:e_cal_get_timezone: assertion failed: >>> (syszone) >>> >>> Now it goes directly to calendar and crashes. >> Try this patch to devel/libical. See if you notice any ill effects. >> >> http://www.marcuscom.com/downloads/libical.diff >> >> Joe >> >> -- >> PGP Key : http://www.marcuscom.com/pgp.asc >> >> >> > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From mezz7 at cox.net Thu May 7 03:35:14 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu May 7 03:35:21 2009 Subject: Epiphany cannot use all plugins In-Reply-To: References: <1241510298.2582.9.camel@localhost> <4A00755B.1030106@freebsd.org> <1241580145.1710.10.camel@localhost> <1241585653.41139.11.camel@shumai.marcuscom.com> Message-ID: On Wed, 06 May 2009 06:52:25 -0500, Jeremy Messenger wrote: > On Tue, 05 May 2009 23:54:13 -0500, Joe Marcus Clarke > wrote: > >> On Wed, 2009-05-06 at 11:22 +0800, Eric L. Chen wrote: >>> On Tue, 2009-05-05 at 13:20 -0400, Joe Marcus Clarke wrote: >>> > Eric L. Chen wrote: >>> > > Hi, >>> > > My epiphany does not load totem and moonlight plugins, but >>> firefox3 can. >>> > > Any one has same problem? >>> > >>> > Unless you've built epiphany using libxul, it uses the Firefox 2.0 >>> > Gecko, and the two are not compatible. >>> >>> I didn't build/install firefox 2. Epiphany, totem and moonlight built >>> with libxul. >>> Then I found some plugins are not work, so install firefox3 to verify >>> problem, but firefox3 can use all plugins. >> >> Could be a Gecko thing, then. Contact the gecko team. > > Actually, it's epiphany port issue. I can try to fix it this evening > unless someone beat me. Here is a problem: > > www/epiphany/Makefile: > ------------------------------ > @${REINPLACE_CMD} -e > 's|/lib/mozilla/plugins"|/lib/browser_plugins/symlinks/gecko18"|' \ > ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp > ------------------------------ > > It's hardcore, so need to add a check if it uses libxul then switch to > gecko19. For now, Eric, you can edit by change from 'gecko18' to > 'gecko19' then reinstall epiphany and let us know if it works for you. I > won't be able to test it in runtime since I still have GNOME 2.24.2, old > xorg and etc. But I still can test by 'make patch' and commit it. FYI: marcus already has committed a fix. Thanks miwi and marcus! Cheers, Mezz > Cheers, > Mezz > >> Joe >> >>> >>> /Eric >>> > >>> > Joe >>> > >>> > > >>> > >> ls /usr/local/lib/browser_plugins/symlinks/gecko19 >>> > > libgnashplugin.so libtotem-complex-plugin.so >>> > > libjavaplugin_oji.so libtotem-cone-plugin.so >>> > > libmoonloader.so libtotem-gmp-plugin.so >>> > > libmoonplugin-ff3bridge.so libtotem-mully-plugin.so >>> > > libmoonplugin.so libtotem-narrowspace-plugin.so >>> > > libtotem-basic-plugin.so >>> > > >>> > > /Eric -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From edwin at FreeBSD.org Thu May 7 16:50:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu May 7 16:50:28 2009 Subject: ports/134339: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed Message-ID: <200905071650.n47GoC2Y001799@freefall.freebsd.org> Synopsis: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 7 16:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134339 From martinsm at gn.apc.org Thu May 7 21:25:00 2009 From: martinsm at gn.apc.org (Martin Smith) Date: Thu May 7 21:25:07 2009 Subject: gnome on current questions Message-ID: <50220.80.177.154.53.1241731497.squirrel@sqmail.gn.apc.org> I have installed a current system, updated to about a week ago and built from source gnome2, which after sorting out a couple glitches is now installed, but there seem to be a few anomalies and I am wondering whether these are due to it being current rather than stable, or has something wierd happened to my installation. I did think the compile was pretty quick, but maybe I wrongly remembered how long it took last time I did it, about a year ago. GDM does not appear like the gdm I am used to seeing, more like a somewhat slicker version of xdm from about 8 years ago, and it allows root logins by default, which I am certain gdm never did. It offers the possibility to set up a keyboard and language, but actually does not, and appears as a small box against what is the green default desktop background There is no option to shut down or restart from the system menu on the desktop, only to log out. None of the items in the system > administration menu are functional, they all claim not be compatible with the operating system I am running, listing fbsd up to 7 only. So is this par for the course with current or has something gone awfully wrong with my installation? Any comment most welcome -- Martin From joe at zircon.seattle.wa.us Thu May 7 23:40:03 2009 From: joe at zircon.seattle.wa.us (Joe Kelsey) Date: Thu May 7 23:40:09 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905072340.n47Ne3NL052951@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: Joe Kelsey To: bug-followup@FreeBSD.org, joe@zircon.seattle.wa.us, Joe Marcus Clarke Cc: Subject: Re: ports/134122: multimedia/totem build fails Date: Thu, 07 May 2009 16:30:30 -0700 I followed all directions to the letter. gnomeloganalyzer said it couldnot determine any problems. Yet, every time I attempt to build totem, it refuses due to the missing playbin, whatever that is. I asked you specifically what the "playbin" executable is or was, because pkg_info cannot find it. How am I supposed to figure out where the problme lies is the ttols do not provide any help. You have not provided a single answer to any of my questions for any problem I have ever submitted. You always find a reason to complain about something you think I did wrong, even though I did nothing wrong. Learn to be more helpful or do not reply to posted problem reports. From mezz7 at cox.net Fri May 8 02:30:05 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 8 02:30:11 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905080230.n482U4g9080401@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, joe@zircon.seattle.wa.us Cc: Subject: Re: ports/134122: multimedia/totem build fails Date: Thu, 07 May 2009 21:22:05 -0500 marcus means that we want you to follow this: http://www.freebsd.org/gnome/docs/bugging.html The multimedia/gstreamer-plugins has what the Totem's configure is looking for. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From joe at zircon.seattle.wa.us Fri May 8 03:10:06 2009 From: joe at zircon.seattle.wa.us (Joe Kelsey) Date: Fri May 8 03:10:12 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905080310.n483A4Am034236@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: Joe Kelsey To: Jeremy Messenger Cc: bug-followup@freebsd.org Subject: Re: ports/134122: multimedia/totem build fails Date: Thu, 07 May 2009 20:07:46 -0700 Jeremy Messenger wrote: > marcus means that we want you to follow this: > http://www.freebsd.org/gnome/docs/bugging.html > > The multimedia/gstreamer-plugins has what the Totem's configure is > looking for. > This is, in fact, a false statement. I performed the action of portupgrade -f gstreamer\* at least THREE times before submitting a bug report. Joe, apparantly, did not care to pay attention to what I wrote. I could not determine any emthod of solving the problem since no clues existed anywhere on my system that I could find. No trace of anything missing or not properly installed realted to gstreamer. No clue where to find this mysterious "playbin" program without individually looking at every single uninstalled port on the system and searching for the file. The only thing that I could determine on my own was that totem kept not building. The completely unhelpful message from marcus simply told me to do what I had already done over, and over, and over and did not answer the specific question that I asked: Where the heck is "playbin" and why don't I have it? /Joe > Cheers, > Mezz > > From marcus at marcuscom.com Fri May 8 04:57:17 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Fri May 8 04:57:23 2009 Subject: gnome on current questions In-Reply-To: <50220.80.177.154.53.1241731497.squirrel@sqmail.gn.apc.org> References: <50220.80.177.154.53.1241731497.squirrel@sqmail.gn.apc.org> Message-ID: <1241758640.66180.88.camel@shumai.marcuscom.com> On Thu, 2009-05-07 at 22:24 +0100, Martin Smith wrote: > I have installed a current system, updated to about a week ago and built > from source gnome2, which after sorting out a couple glitches is now > installed, but there seem to be a few anomalies and I am wondering whether > these are due to it being current rather than stable, or has something > wierd happened to my installation. I did think the compile was pretty > quick, but maybe I wrongly remembered how long it took last time I did it, > about a year ago. > > GDM does not appear like the gdm I am used to seeing, more like a somewhat > slicker version of xdm from about 8 years ago, and it allows root logins > by default, which I am certain gdm never did. It offers the possibility to > set up a keyboard and language, but actually does not, and appears as a > small box against what is the green default desktop background > > There is no option to shut down or restart from the system menu on the > desktop, only to log out. > > None of the items in the system > administration menu are functional, they > all claim not be compatible with the operating system I am running, > listing fbsd up to 7 only. Updating these tools to work properly on FreeBSD is currently on the projects list. We need a volunteer to do the work. > > So is this par for the course with current or has something gone awfully > wrong with my installation? Make sure you have /proc mounted. Joe > > Any comment most welcome > > > > -- 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/20090508/7f37cff5/attachment.pgp From martinsm at gn.apc.org Fri May 8 06:59:59 2009 From: martinsm at gn.apc.org (Martin Smith) Date: Fri May 8 07:00:06 2009 Subject: gnome on current questions In-Reply-To: <1241758640.66180.88.camel@shumai.marcuscom.com> References: <50220.80.177.154.53.1241731497.squirrel@sqmail.gn.apc.org> <1241758640.66180.88.camel@shumai.marcuscom.com> Message-ID: <49246.80.177.154.53.1241765996.squirrel@sqmail.gn.apc.org> > On Thu, 2009-05-07 at 22:24 +0100, Martin Smith wrote: >> I have installed a current system, updated to about a week ago and built >> from source gnome2, which after sorting out a couple glitches is now >> installed, but there seem to be a few anomalies and I am wondering >> whether >> these are due to it being current rather than stable, or has something >> wierd happened to my installation. I did think the compile was pretty >> quick, but maybe I wrongly remembered how long it took last time I did >> it, >> about a year ago. >> >> GDM does not appear like the gdm I am used to seeing, more like a >> somewhat >> slicker version of xdm from about 8 years ago, and it allows root logins >> by default, which I am certain gdm never did. It offers the possibility >> to >> set up a keyboard and language, but actually does not, and appears as a >> small box against what is the green default desktop background >> >> There is no option to shut down or restart from the system menu on the >> desktop, only to log out. >> >> None of the items in the system > administration menu are functional, >> they >> all claim not be compatible with the operating system I am running, >> listing fbsd up to 7 only. > > Updating these tools to work properly on FreeBSD is currently on the > projects list. We need a volunteer to do the work. I am sorry I do not have the appropriate skills for that > >> >> So is this par for the course with current or has something gone awfully >> wrong with my installation? > > Make sure you have /proc mounted. I will organise that later today, many thanks. -- Martin From edwin at FreeBSD.org Fri May 8 07:20:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri May 8 07:20:26 2009 Subject: ports/134361: devel/gvfs ports with smbclient support doesn't pass anonymous browsing Message-ID: <200905080720.n487KDUs082209@freefall.freebsd.org> Synopsis: devel/gvfs ports with smbclient support doesn't pass anonymous browsing Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 8 07:20:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134361 From mezz7 at cox.net Fri May 8 11:30:04 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 8 11:30:11 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905081130.n48BU3E8022521@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: "Jeremy Messenger" To: "Joe Kelsey" Cc: bug-followup@freebsd.org Subject: Re: ports/134122: multimedia/totem build fails Date: Fri, 08 May 2009 06:26:22 -0500 On Thu, 07 May 2009 22:07:46 -0500, Joe Kelsey wrote: > Jeremy Messenger wrote: >> marcus means that we want you to follow this: >> http://www.freebsd.org/gnome/docs/bugging.html >> >> The multimedia/gstreamer-plugins has what the Totem's configure is >> looking for. >> > This is, in fact, a false statement. I performed the action of Uh? You can't say that because you have no clue. See here: --------------------------------------- # gst-inspect-0.10 playbin | grep /lib Filename: /usr/local/lib/gstreamer-0.10/libgstplaybin.so # grep playbin /usr/ports/multimedia/gstreamer-plugins/pkg-plist lib/gstreamer-%%VERSION%%/libgstplaybin.la lib/gstreamer-%%VERSION%%/libgstplaybin.so --------------------------------------- > portupgrade -f gstreamer\* > > at least THREE times before submitting a bug report. Joe, apparantly, > did not care to pay attention to what I wrote. > > I could not determine any emthod of solving the problem since no clues > existed anywhere on my system that I could find. No trace of anything > missing or not properly installed realted to gstreamer. No clue where > to find this mysterious "playbin" program without individually looking > at every single uninstalled port on the system and searching for the > file. > > The only thing that I could determine on my own was that totem kept not > building. > > The completely unhelpful message from marcus simply told me to do what I > had already done over, and over, and over and did not answer the > specific question that I asked: Where the heck is "playbin" and why > don't I have it? Already pointed you there about that it's in gstreamer-plugins. Can't help you without have you follow the bugging.html, because I have no and no clue without your detail. Cheers, Mezz > /Joe > >> Cheers, >> Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From joe at zircon.seattle.wa.us Fri May 8 21:30:04 2009 From: joe at zircon.seattle.wa.us (Joe Kelsey) Date: Fri May 8 21:30:13 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905082130.n48LU3cJ032494@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: Joe Kelsey To: Jeremy Messenger Cc: bug-followup@freebsd.org Subject: Re: ports/134122: multimedia/totem build fails Date: Fri, 08 May 2009 14:24:04 -0700 Jeremy Messenger wrote: > On Thu, 07 May 2009 22:07:46 -0500, Joe Kelsey > wrote: > >> Jeremy Messenger wrote: >>> marcus means that we want you to follow this: >>> http://www.freebsd.org/gnome/docs/bugging.html >>> >>> The multimedia/gstreamer-plugins has what the Totem's configure is >>> looking for. >>> >> This is, in fact, a false statement. I performed the action of > > Uh? You can't say that because you have no clue. See here: > > --------------------------------------- > # gst-inspect-0.10 playbin | grep /lib > Filename: /usr/local/lib/gstreamer-0.10/libgstplaybin.so > > # grep playbin /usr/ports/multimedia/gstreamer-plugins/pkg-plist > lib/gstreamer-%%VERSION%%/libgstplaybin.la > lib/gstreamer-%%VERSION%%/libgstplaybin.so > --------------------------------------- > Why in the world would I ever use the tool gst-inspect? What on earth would lead you to believe that there was any way for me to even know that such a tool either exists or had information to give me? Is there ANY documentation ANY?WH?AER which explains that? The error message produced by the failed compilation mentions the word "playbin" with no adornment. There is no HINT anywhere in the failed compilation about which mysterious gstreamer executable caused this problem or any hint anywhere about how to determine for myself that the error actually has any meaning at all. I have no independent knowledge of gstreamer other than the gnome stuff uses it and I must install it on my system. I install it and suddenly things start breaking through no action of my own or any thing that I can effectively trace. I try to trace it and Marcus yells at me for not having detailed knowledge of the internal workings of a complex, apparantly fragile infrastructure. I asked a simple question: what does this word "playbin" have to do with anything and how to I find out. locate playbin produces no usefule results. pkg_info playbin produces nothing. Saying it is a plugin tells me nothing as I have already performed the action portupgrade -f gstreamer\* three or more times to no apparant effect. So, Marcus yells at me and now you are doing the same. What would lead you to believe that there is anything that would point me toward "gst-inspecta" as something to use to explain the error message. Perhads, the mysterious compilation error should indicate that I am supposed to examine the gst-inspect executable and use its options to figure things out. Perhaps gnomeloganalyzer could point out that gst-inspect might have something to say. Perhaps you or Marcus could point out the existence of gst-inspect and how to use it. Thank you so much for your completely useless advice. /Joe >> portupgrade -f gstreamer\* >> >> at least THREE times before submitting a bug report. Joe, >> apparantly, did not care to pay attention to what I wrote. >> >> I could not determine any emthod of solving the problem since no >> clues existed anywhere on my system that I could find. No trace of >> anything missing or not properly installed realted to gstreamer. No >> clue where to find this mysterious "playbin" program without >> individually looking at every single uninstalled port on the system >> and searching for the file. >> >> The only thing that I could determine on my own was that totem kept >> not building. >> >> The completely unhelpful message from marcus simply told me to do >> what I had already done over, and over, and over and did not answer >> the specific question that I asked: Where the heck is "playbin" and >> why don't I have it? > > Already pointed you there about that it's in gstreamer-plugins. Can't > help you without have you follow the bugging.html, because I have no > and no clue without your detail. > > Cheers, > Mezz > >> /Joe >> >>> Cheers, >>> Mezz > > From mezz7 at cox.net Fri May 8 22:10:05 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Fri May 8 22:10:15 2009 Subject: ports/134122: multimedia/totem build fails Message-ID: <200905082210.n48MA4LS086481@freefall.freebsd.org> The following reply was made to PR ports/134122; it has been noted by GNATS. From: "Jeremy Messenger" To: "Joe Kelsey" Cc: bug-followup@freebsd.org Subject: Re: ports/134122: multimedia/totem build fails Date: Fri, 08 May 2009 17:08:00 -0500 On Fri, 08 May 2009 16:24:04 -0500, Joe Kelsey wrote: > Jeremy Messenger wrote: >> On Thu, 07 May 2009 22:07:46 -0500, Joe Kelsey >> wrote: >> >>> Jeremy Messenger wrote: >>>> marcus means that we want you to follow this: >>>> http://www.freebsd.org/gnome/docs/bugging.html >>>> >>>> The multimedia/gstreamer-plugins has what the Totem's configure is >>>> looking for. >>>> >>> This is, in fact, a false statement. I performed the action of >> >> Uh? You can't say that because you have no clue. See here: >> >> --------------------------------------- >> # gst-inspect-0.10 playbin | grep /lib >> Filename: /usr/local/lib/gstreamer-0.10/libgstplaybin.so >> >> # grep playbin /usr/ports/multimedia/gstreamer-plugins/pkg-plist >> lib/gstreamer-%%VERSION%%/libgstplaybin.la >> lib/gstreamer-%%VERSION%%/libgstplaybin.so >> --------------------------------------- >> > Why in the world would I ever use the tool gst-inspect? What on earth > would lead you to believe that there was any way for me to even know > that such a tool either exists or had information to give me? Is there > ANY documentation ANY?WH?AER which explains that? I am not telling you to learn the gst-inspect or you are supposed to know this. I am merely answer to your question for where the 'playbin' is supposed to be from, which is gstreamer-plugins. You end up insult me by 'false statement', so I had to prove it to you. By the way, if you read in the configure and you will see that it calls on 'gst-inspect-0.10 playbin'. > The error message produced by the failed compilation mentions the word > "playbin" with no adornment. There is no HINT anywhere in the failed > compilation about which mysterious gstreamer executable caused this > problem or any hint anywhere about how to determine for myself that the > error actually has any meaning at all. > > I have no independent knowledge of gstreamer other than the gnome stuff > uses it and I must install it on my system. I install it and suddenly > things start breaking through no action of my own or any thing that I > can effectively trace. I try to trace it and Marcus yells at me for not > having detailed knowledge of the internal workings of a complex, > apparantly fragile infrastructure. > > I asked a simple question: what does this word "playbin" have to do with > anything and how to I find out. locate playbin produces no usefule > results. pkg_info playbin produces nothing. Saying it is a plugin > tells me nothing as I have already performed the action > > portupgrade -f gstreamer\* > > three or more times to no apparant effect. I didn't tell you to run this command. marcus even doesn't tell you to run it again. He is asking for the more info since you still get this build failure again. > So, Marcus yells at me and now you are doing the same. I don't see anything 'yell' in my first email, even second and even in marcus's emails. > What would lead you to believe that there is anything that would point > me toward "gst-inspecta" as something to use to explain the error > message. Perhads, the mysterious compilation error should indicate that > I am supposed to examine the gst-inspect executable and use its options > to figure things out. Perhaps gnomeloganalyzer could point out that > gst-inspect might have something to say. Perhaps you or Marcus could > point out the existence of gst-inspect and how to use it. > > Thank you so much for your completely useless advice. I haven't given you any advice. I am asking for the more info by follow the bugging.html, because you are the ONLY user that have this problem. You know what. I think I can safely close this PR since you are refusing us the more details. Therefore, we are going to use our time somewhere better. > /Joe > >>> portupgrade -f gstreamer\* >>> >>> at least THREE times before submitting a bug report. Joe, apparantly, >>> did not care to pay attention to what I wrote. >>> >>> I could not determine any emthod of solving the problem since no clues >>> existed anywhere on my system that I could find. No trace of anything >>> missing or not properly installed realted to gstreamer. No clue where >>> to find this mysterious "playbin" program without individually looking >>> at every single uninstalled port on the system and searching for the >>> file. >>> >>> The only thing that I could determine on my own was that totem kept >>> not building. >>> >>> The completely unhelpful message from marcus simply told me to do what >>> I had already done over, and over, and over and did not answer the >>> specific question that I asked: Where the heck is "playbin" and why >>> don't I have it? >> >> Already pointed you there about that it's in gstreamer-plugins. Can't >> help you without have you follow the bugging.html, because I have no >> and no clue without your detail. >> >> Cheers, >> Mezz >> >>> /Joe >>> >>>> Cheers, >>>> Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From oberman at es.net Fri May 8 23:00:28 2009 From: oberman at es.net (Kevin Oberman) Date: Fri May 8 23:00:35 2009 Subject: gonf2 upgrade breaks my system Message-ID: <20090508230027.B11EB1CC0B@ptavv.es.net> 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). All ports updated to cvs as of 7-May at 03:00:00 UTC. After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, not gdm. The failure is that gnome-panel starts and the top panel appears for a second or two, then vanishes. But the CPU gets very busy, and the display starts jumping up and down by 24 pixels every second or so. I get no core files and see nothing on the console that would indicate what might be happening, but it makes the system pretty unusable. The only way out that I could come up with was to switch back to vty0 and enter a ^C. I tried moving my .gnome2 directory out of the way, but that did not help. Would .local or some other directory possibly help? Any idea of where to look? How to try to get an indication of the problem? -- 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 From marcus at marcuscom.com Sat May 9 02:07:58 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 9 02:08:04 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <4A014F9C.6010503@paradise.net.nz> References: <4A014F9C.6010503@paradise.net.nz> Message-ID: <1241834877.88553.3.camel@shumai.marcuscom.com> On Wed, 2009-05-06 at 20:51 +1200, Mark Kirkwood wrote: > In the process of trying to upload debug info for another issue, I ran > into this - using "connect to server" of type ftp with password from > Nautilus gives: > > Nautilus cannot handle "ftp" locations > > ... is this expected? connecting to ftp servers was a handy feature. > System is RELENG_7 from 2009-04-20 with Gnome 2.26. Works fine for me. Try rebuilding devel/gvfs. 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/20090509/def27a24/attachment.pgp From marcus at marcuscom.com Sat May 9 05:10:31 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 9 05:10:38 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: <20090508230027.B11EB1CC0B@ptavv.es.net> References: <20090508230027.B11EB1CC0B@ptavv.es.net> Message-ID: <1241845830.88553.6.camel@shumai.marcuscom.com> On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > not gdm. > > The failure is that gnome-panel starts and the top panel appears for a > second or two, then vanishes. But the CPU gets very busy, and the > display starts jumping up and down by 24 pixels every second or so. > > I get no core files and see nothing on the console that would indicate > what might be happening, but it makes the system pretty unusable. The > only way out that I could come up with was to switch back to vty0 and > enter a ^C. > > I tried moving my .gnome2 directory out of the way, but that did not > help. Would .local or some other directory possibly help? > > Any idea of where to look? How to try to get an indication of the > problem? Follow the instructions at http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and gconf2 (at least) with debugging symbols, then hopefully you'll be able to get a backtrace from gnome-panel. All the symptoms point to a crash, but I cannot reproduce. 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/20090509/8eb65d2e/attachment.pgp From linimon at FreeBSD.org Sat May 9 18:54:34 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat May 9 18:54:44 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 Message-ID: <200905091854.n49IsXiv032763@freefall.freebsd.org> Old Synopsis: Missing dependency on docbook_to_man (1.0_1) in gnome-power-manager 2.24.4_4 New Synopsis: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 Responsible-Changed-From-To: freebsd-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 9 18:53:20 UTC 2009 Responsible-Changed-Why: reclassify and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 From mezz at FreeBSD.org Sat May 9 19:25:08 2009 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sat May 9 19:25:15 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 Message-ID: <200905091925.n49JP7SD073115@freefall.freebsd.org> Synopsis: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sat May 9 19:23:30 UTC 2009 State-Changed-Why: The gnome-power-manager already depends on textproc/docbook-utils by default that has docbook2man. Your problem is related with not follow the Perl upgrade process in the /usr/ports/UPDATING. http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 From marcus at FreeBSD.org Sat May 9 20:16:29 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 9 20:17:19 2009 Subject: ports/134361: devel/gvfs ports with smbclient support doesn't pass anonymous browsing Message-ID: <200905092016.n49KGRJi041490@freefall.freebsd.org> Synopsis: devel/gvfs ports with smbclient support doesn't pass anonymous browsing State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Sat May 9 20:15:22 UTC 2009 State-Changed-Why: You are right, and FreeBSD isn't the only OS seeing this (see https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/316862). Can you raise a bug in GNOME Bugzilla for this (http://bugzilla.gnome.org)? http://www.freebsd.org/cgi/query-pr.cgi?pr=134361 From benjamindadams at gmail.com Sat May 9 21:44:08 2009 From: benjamindadams at gmail.com (Benjamin Adams) Date: Sat May 9 21:44:14 2009 Subject: gdm greeter Message-ID: <7a386e10905091412u5289ed47jc6260a5adddbee52@mail.gmail.com> I have downloaded a greeter from gnome-look. I use to install it by running gdmsetup as root. With 2.26 where did this functionality go to? Thanks Ben From marcus at marcuscom.com Sat May 9 22:08:06 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 9 22:08:12 2009 Subject: gdm greeter In-Reply-To: <7a386e10905091412u5289ed47jc6260a5adddbee52@mail.gmail.com> References: <7a386e10905091412u5289ed47jc6260a5adddbee52@mail.gmail.com> Message-ID: <1241906894.88553.26.camel@shumai.marcuscom.com> On Sat, 2009-05-09 at 17:12 -0400, Benjamin Adams wrote: > I have downloaded a greeter from gnome-look. > I use to install it by running gdmsetup as root. > With 2.26 where did this functionality go to? gdmsetup no longer exists. Configuration of gdm must be done by hand for now. 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/20090509/c13b4f11/attachment.pgp From mezz at FreeBSD.org Sat May 9 22:28:17 2009 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sat May 9 22:28:23 2009 Subject: ports/134152: Allow x11/gnome2 and x11/gnome2-lite to use totem-xine Message-ID: <200905092228.n49MSG9k018281@freefall.freebsd.org> Synopsis: Allow x11/gnome2 and x11/gnome2-lite to use totem-xine State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sat May 9 22:27:04 UTC 2009 State-Changed-Why: Sorry, in the totem 2.27/2.28 no longer has libxine backend support so it's kind of pointless to add this option. http://git.gnome.org./cgit/totem/commit/?id=f9f0074d165dbec419028faca3047deb77ce5973 http://www.freebsd.org/cgi/query-pr.cgi?pr=134152 From edwin at FreeBSD.org Sun May 10 00:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun May 10 00:40:25 2009 Subject: ports/134399: [PATCH] x11-toolkits/pango: fix leftovers Message-ID: <200905100040.n4A0eDWF096491@freefall.freebsd.org> Synopsis: [PATCH] x11-toolkits/pango: fix leftovers Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 10 00:40:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134399 From marcus at FreeBSD.org Sun May 10 00:51:22 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 10 00:51:27 2009 Subject: ports/134399: [PATCH] x11-toolkits/pango: fix leftovers Message-ID: <200905100051.n4A0pLF4015984@freefall.freebsd.org> Synopsis: [PATCH] x11-toolkits/pango: fix leftovers State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 10 00:51:11 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134399 From dfilter at FreeBSD.ORG Sun May 10 01:00:10 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 10 01:00:17 2009 Subject: ports/134399: commit references a PR Message-ID: <200905100100.n4A10AUk021535@freefall.freebsd.org> The following reply was made to PR ports/134399; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134399: commit references a PR Date: Sun, 10 May 2009 00:51:14 +0000 (UTC) marcus 2009-05-10 00:50:59 UTC FreeBSD ports repository Modified files: x11-toolkits/pango pkg-plist Log: bin/pango-view is now installed even if X11 support is disabled. PR: 134399 Sumbmitted by: Alexey V.Degtyarev Revision Changes Path 1.29 +1 -1 ports/x11-toolkits/pango/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From oberman at es.net Sun May 10 03:30:40 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 03:30:48 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: Your message of "Sat, 09 May 2009 01:10:30 EDT." <1241845830.88553.6.camel@shumai.marcuscom.com> Message-ID: <20090510033038.35C071CC0B@ptavv.es.net> > From: Joe Marcus Clarke > Date: Sat, 09 May 2009 01:10:30 -0400 > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > not gdm. > > > > The failure is that gnome-panel starts and the top panel appears for a > > second or two, then vanishes. But the CPU gets very busy, and the > > display starts jumping up and down by 24 pixels every second or so. > > > > I get no core files and see nothing on the console that would indicate > > what might be happening, but it makes the system pretty unusable. The > > only way out that I could come up with was to switch back to vty0 and > > enter a ^C. > > > > I tried moving my .gnome2 directory out of the way, but that did not > > help. Would .local or some other directory possibly help? > > > > Any idea of where to look? How to try to get an indication of the > > problem? > > Follow the instructions at > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > gconf2 (at least) with debugging symbols, then hopefully you'll be able > to get a backtrace from gnome-panel. All the symptoms point to a crash, > but I cannot reproduce. Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. Looks to me like I will need to build a bunch more stuff with debug, but maybe this will help someone more familiar with the code. I went ahead and submitted this to bugzilla. http://bugzilla.gnome.org/show.cgi?id=582031 Distribution: Unknown Gnome Release: 2.26.1 2009-04-24 (FreeBSD GNOME Project) BugBuddy Version: 2.26.0 System: FreeBSD 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Wed Apr 22 10:41:48 PDT 2009 root@slan.es.net:/usr/obj/usr/src/sys/IBM-T43 i386 X Vendor: The X.Org Foundation X Vendor Release: 10600000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome GTK+ Modules: canberra-gtk-module, gnomebreakpad Memory status: size: 44912640 vsize: 44912640 resident: 18636800 share: 40396243 rss: 18636800 rss_rlim: 4550 CPU usage: start_time: 1241923382804077 rtime: 0 utime: 66 stime: 12074368 cutime:172288 cstime: 172288 timeout: 0 it_real_value: 0 frequency: 128 Backtrace was generated from '/usr/local/bin/gnome-panel' [New Thread 0x35001040 (LWP 100108)] [Switching to Thread 0x35001040 (LWP 100108)] 0x34eb5899 in wait4 () from /lib/libc.so.7 #0 0x34eb5899 in wait4 () from /lib/libc.so.7 #1 0x34e92533 in waitpid () from /lib/libc.so.7 #2 0x34e4e632 in waitpid () from /lib/libthr.so.3 #3 0x34b98a86 in g_spawn_sync () from /usr/local/lib/libglib-2.0.so.0 #4 0x34b98d9c in g_spawn_command_line_sync () from /usr/local/lib/libglib-2.0.so.0 #5 0x34fdbb5a in bugbuddy_segv_handle () from /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so #6 #7 0x34f2cc67 in kill () from /lib/libc.so.7 #8 0x34e50357 in raise () from /lib/libthr.so.3 #9 0x34f2b7da in abort () from /lib/libc.so.7 #10 0x34b86f77 in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0 #11 0x34b875cd in g_assertion_message_expr () from /usr/local/lib/libglib-2.0.so.0 #12 0x349a0039 in gconf_client_key_is_writable (client=0x350ad0f0, key=0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked", err=0x0) at gconf-client.c:1202 #13 0x0807938a in panel_applet_lockable (applet=0x36683940) at applet.c:1405 #14 0x0808b3e5 in panel_applet_frame_sync_menu_state (frame=0x35378dc8) at panel-applet-frame.c:117 #15 0x0808e387 in panel_applet_frame_activated (object=0x36670e80, error_reason=0x0, data=0x353ccec0) at panel-applet-frame.c:1415 #16 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #17 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #18 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #19 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #20 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #21 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #22 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #23 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #24 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #25 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #26 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #27 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #28 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #29 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #30 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 #31 0x0808de16 in panel_applet_frame_activated (object=0x36670df0, error_reason=0x0, data=0x353cce80) at panel-applet-frame.c:1284 #32 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #33 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #34 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #35 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #36 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #37 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #38 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #39 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #40 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #41 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #42 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #43 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #44 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #45 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #46 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 #47 0x0808de16 in panel_applet_frame_activated (object=0x36670d60, error_reason=0x0, data=0x353cce40) at panel-applet-frame.c:1284 #48 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #49 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #50 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #51 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #52 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #53 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #54 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #55 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #56 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #57 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #58 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #59 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #60 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #61 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #62 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 #63 0x0808de4b in panel_applet_frame_activated (object=0x36670c10, error_reason=0x0, data=0x353ccc40) at panel-applet-frame.c:1290 #64 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #65 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #66 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #67 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #68 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #69 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #70 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #71 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #72 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #73 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #74 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #75 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #76 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #77 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #78 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 #79 0x0808de4b in panel_applet_frame_activated (object=0x36670af0, error_reason=0x0, data=0x353cccc0) at panel-applet-frame.c:1290 #80 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #81 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #82 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #83 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #84 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #85 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #86 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #87 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #88 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #89 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #90 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #91 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #92 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #93 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #94 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 #95 0x0808de16 in panel_applet_frame_activated (object=0x36670a60, error_reason=0x0, data=0x353ccc80) at panel-applet-frame.c:1284 #96 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #97 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #98 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #99 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #100 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #101 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #102 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #103 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #104 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #105 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #106 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #107 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #108 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #109 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #110 0x34124f1f in Bonobo_Unknown_unref () from /usr/local/lib/libbonobo-activation.so.4 #111 0x340e6c47 in bonobo_object_release_unref () from /usr/local/lib/libbonobo-2.so.0 #112 0x0808df62 in panel_applet_frame_activated (object=0x366706a0, error_reason=0x0, data=0x353ccc00) at panel-applet-frame.c:1321 #113 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #114 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #115 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #116 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #117 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #118 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #119 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #120 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #121 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #122 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 #123 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 #124 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 #125 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 #126 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 #127 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 #128 0x0808de4b in panel_applet_frame_activated (object=0x366705b0, error_reason=0x0, data=0x353cc9e0) at panel-applet-frame.c:1290 #129 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 #130 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 #131 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 #132 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 #133 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 #134 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 #135 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #136 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #137 0x34b65a07 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 #138 0x342c4ee4 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 #139 0x08065723 in main (argc=1, argv=0xbfbfe8d8) at main.c:108 Thread 1 (Thread 0x35001040 (LWP 100108)): #0 0x34eb5899 in wait4 () from /lib/libc.so.7 No symbol table info available. #1 0x34e92533 in waitpid () from /lib/libc.so.7 No symbol table info available. #2 0x34e4e632 in waitpid () from /lib/libthr.so.3 No symbol table info available. #3 0x34b98a86 in g_spawn_sync () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #4 0x34b98d9c in g_spawn_command_line_sync () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #5 0x34fdbb5a in bugbuddy_segv_handle () from /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so No symbol table info available. #6 No symbol table info available. #7 0x34f2cc67 in kill () from /lib/libc.so.7 No symbol table info available. #8 0x34e50357 in raise () from /lib/libthr.so.3 No symbol table info available. #9 0x34f2b7da in abort () from /lib/libc.so.7 No symbol table info available. #10 0x34b86f77 in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #11 0x34b875cd in g_assertion_message_expr () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #12 0x349a0039 in gconf_client_key_is_writable (client=0x350ad0f0, key=0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked", err=0x0) at gconf-client.c:1202 error = (GError *) 0x0 entry = (GConfEntry *) 0x0 is_writable = 135073924 __PRETTY_FUNCTION__ = "gconf_client_key_is_writable" #13 0x0807938a in panel_applet_lockable (applet=0x36683940) at applet.c:1405 client = (GConfClient *) 0x350ad0f0 key_type = PANEL_GCONF_APPLETS key = 0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked" #14 0x0808b3e5 in panel_applet_frame_sync_menu_state (frame=0x35378dc8) at panel-applet-frame.c:117 panel_widget = (PanelWidget *) 0x35079020 locked_down = 889688096 locked = 889576848 lockable = 20417992 movable = 893215808 removable = 1 #15 0x0808e387 in panel_applet_frame_activated (object=0x36670e80, error_reason=0x0, data=0x353ccec0) at panel-applet-frame.c:1415 frame_act = (PanelAppletFrameActivating *) 0x353ccec0 frame = (PanelAppletFrame *) 0x35378dc8 widget = (GtkWidget *) 0x3503a4f0 control_frame = (BonoboControlFrame *) 0x353253b0 control = 0x36670e80 container = 0x36670ee0 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x36683940 error = 0x36670d0c "e\005" item_name = 0x35001f20 "prefs_key=/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" #16 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #17 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #18 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #19 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #20 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #21 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #22 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #23 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #24 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #25 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #26 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #27 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #28 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #29 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #30 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #31 0x0808de16 in panel_applet_frame_activated (object=0x36670df0, error_reason=0x0, data=0x353cce80) at panel-applet-frame.c:1284 frame_act = (PanelAppletFrameActivating *) 0x353cce80 frame = (PanelAppletFrame *) 0x35378d28 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x36670d0c control = 0x3412fa48 container = 0xbfbfcae8 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x36670d0c "e\005" item_name = 0x35001e10 "prefs_key=/apps/panel/applets/13t1062698508ut595090u1001p864r2117240955k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" #32 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #33 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #34 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #35 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #36 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #37 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #38 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #39 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #40 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #41 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #42 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #43 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #44 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #45 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #46 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #47 0x0808de16 in panel_applet_frame_activated (object=0x36670d60, error_reason=0x0, data=0x353cce40) at panel-applet-frame.c:1284 frame_act = (PanelAppletFrameActivating *) 0x353cce40 frame = (PanelAppletFrame *) 0x35378c88 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x36670d0c control = 0x3412fa48 container = 0xbfbfcf48 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x36670d0c "e\005" item_name = 0x35001260 "prefs_key=/apps/panel/applets/5t1062869464ut397874u1001p914r1840881773k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" #48 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #49 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #50 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #51 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #52 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #53 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #54 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #55 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #56 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #57 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #58 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #59 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #60 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #61 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #62 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 No symbol table info available. #63 0x0808de4b in panel_applet_frame_activated (object=0x36670c10, error_reason=0x0, data=0x353ccc40) at panel-applet-frame.c:1290 containee = 0x36670c10 frame_act = (PanelAppletFrameActivating *) 0x353ccc40 frame = (PanelAppletFrame *) 0x35378828 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x36670bbc control = 0x3412fa48 container = 0x36670c70 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x36670bbc "" item_name = 0x353fbe80 "prefs_key=/apps/panel/applets/applet_41/prefs;background=none:;orient=down;size=x-small;locked_down=false" #64 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #65 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #66 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #67 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #68 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #69 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #70 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #71 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #72 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #73 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #74 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #75 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #76 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #77 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #78 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 No symbol table info available. #79 0x0808de4b in panel_applet_frame_activated (object=0x36670af0, error_reason=0x0, data=0x353cccc0) at panel-applet-frame.c:1290 containee = 0x36670af0 frame_act = (PanelAppletFrameActivating *) 0x353cccc0 frame = (PanelAppletFrame *) 0x35378968 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x36670a0c control = 0x3412fa48 container = 0x36670b50 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x36670a0c "" item_name = 0x353fbe00 "prefs_key=/apps/panel/applets/applet_36/prefs;background=none:;orient=down;size=x-small;locked_down=false" #80 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #81 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #82 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #83 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #84 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #85 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #86 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #87 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #88 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #89 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #90 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #91 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #92 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #93 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #94 0x34124ea3 in Bonobo_Unknown_queryInterface () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #95 0x0808de16 in panel_applet_frame_activated (object=0x36670a60, error_reason=0x0, data=0x353ccc80) at panel-applet-frame.c:1284 frame_act = (PanelAppletFrameActivating *) 0x353ccc80 frame = (PanelAppletFrame *) 0x353788c8 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x36670a0c control = 0x3412fa48 container = 0xbfbfdc68 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x36670a0c "" item_name = 0x353fbd80 "prefs_key=/apps/panel/applets/applet_22/prefs;background=none:;orient=down;size=x-small;locked_down=false" #96 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #97 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #98 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #99 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #100 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #101 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #102 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #103 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #104 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #105 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #106 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #107 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #108 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #109 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #110 0x34124f1f in Bonobo_Unknown_unref () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #111 0x340e6c47 in bonobo_object_release_unref () from /usr/local/lib/libbonobo-2.so.0 No symbol table info available. #112 0x0808df62 in panel_applet_frame_activated (object=0x366706a0, error_reason=0x0, data=0x353ccc00) at panel-applet-frame.c:1321 frame_act = (PanelAppletFrameActivating *) 0x353ccc00 frame = (PanelAppletFrame *) 0x35373ee0 widget = (GtkWidget *) 0x350e2c10 control_frame = (BonoboControlFrame *) 0x3667064c control = 0x3412fa48 container = 0x36670700 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x3667064c "" item_name = 0x353fbd80 "prefs_key=/apps/panel/applets/applet_22/prefs;background=none:;orient=down;size=x-small;locked_down=false" #113 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #114 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #115 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #116 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #117 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #118 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #119 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #120 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #121 0x34b65b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #122 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #123 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #124 0x349d4cc8 in ORBit_small_invoke_stub () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #125 0x349d4ed5 in ORBit_small_invoke_stub_n () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #126 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #127 0x340fa56f in Bonobo_ItemContainer_getObjectByName () from /usr/local/lib/libbonobo-2.so.0 No symbol table info available. #128 0x0808de4b in panel_applet_frame_activated (object=0x366705b0, error_reason=0x0, data=0x353cc9e0) at panel-applet-frame.c:1290 containee = 0x366705b0 frame_act = (PanelAppletFrameActivating *) 0x353cc9e0 frame = (PanelAppletFrame *) 0x35373e40 widget = (GtkWidget *) 0x0 control_frame = (BonoboControlFrame *) 0x3667055c control = 0x3412fa48 container = 0x36670550 corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, _release = 0 '\0'}} info = (AppletInfo *) 0x34127974 error = 0x3667055c "P\005" item_name = 0x353fbd00 "prefs_key=/apps/panel/applets/applet_48/prefs;background=none:;orient=down;size=x-small;locked_down=false" #129 0x34127af0 in activation_async_callback () from /usr/local/lib/libbonobo-activation.so.4 No symbol table info available. #130 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #131 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #132 0x349d0c22 in giop_connection_handle_input () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #133 0x349eef6d in link_connection_io_handler () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #134 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 No symbol table info available. #135 0x34b62439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #136 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #137 0x34b65a07 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #138 0x342c4ee4 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #139 0x08065723 in main (argc=1, argv=0xbfbfe8d8) at main.c:108 context = (GOptionContext *) 0x35008040 program = (GnomeProgram *) 0x35036448 ----------- .xsession-errors (78739723 sec old) --------------------- Identity added: /home/oberman/.ssh/identity (oberman@puppeter.es.net) ** (gnome-session:989): WARNING **: Host name lookup failure on localhost. closing closing closing Saving session: gnome-terminal --window-with-profile-internal-id=Default --show-menubar --role=gnome-terminal-778-120588377-1063381573 --active --geometry 80x24+150+26 --title SLAN - /home/oberman --w Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. Window manager warning: Got a request to focus 0x1000052 (SLAN - /ho) with a timestamp of 0. This shouldn't happen! Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. Window manager warning: Got a request to focus 0x1000074 (LLNL Weath) with a timestamp of 0. This shouldn't happen! Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. Window manager warning: Got a request to focus 0xc00020 (Desktop) with a timestamp of 0. This shouldn't happen! Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! -------------------------------------------------- From marcus at marcuscom.com Sun May 10 03:41:17 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 03:41:25 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: <20090510033038.35C071CC0B@ptavv.es.net> References: <20090510033038.35C071CC0B@ptavv.es.net> Message-ID: <1241926879.88553.27.camel@shumai.marcuscom.com> On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > not gdm. > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > second or two, then vanishes. But the CPU gets very busy, and the > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > I get no core files and see nothing on the console that would indicate > > > what might be happening, but it makes the system pretty unusable. The > > > only way out that I could come up with was to switch back to vty0 and > > > enter a ^C. > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > help. Would .local or some other directory possibly help? > > > > > > Any idea of where to look? How to try to get an indication of the > > > problem? > > > > Follow the instructions at > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > but I cannot reproduce. > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > Looks to me like I will need to build a bunch more stuff with debug, > but maybe this will help someone more familiar with the code. Does this key exist: /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked Joe > > I went ahead and submitted this to bugzilla. > http://bugzilla.gnome.org/show.cgi?id=582031 > > Distribution: Unknown > Gnome Release: 2.26.1 2009-04-24 (FreeBSD GNOME Project) > BugBuddy Version: 2.26.0 > > System: FreeBSD 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Wed Apr 22 10:41:48 PDT 2009 root@slan.es.net:/usr/obj/usr/src/sys/IBM-T43 i386 > X Vendor: The X.Org Foundation > X Vendor Release: 10600000 > Selinux: No > Accessibility: Disabled > GTK+ Theme: Clearlooks > Icon Theme: gnome > GTK+ Modules: canberra-gtk-module, gnomebreakpad > > Memory status: size: 44912640 vsize: 44912640 resident: 18636800 share: 40396243 rss: 18636800 rss_rlim: 4550 > CPU usage: start_time: 1241923382804077 rtime: 0 utime: 66 stime: 12074368 cutime:172288 cstime: 172288 timeout: 0 it_real_value: 0 frequency: 128 > > Backtrace was generated from '/usr/local/bin/gnome-panel' > > [New Thread 0x35001040 (LWP 100108)] > [Switching to Thread 0x35001040 (LWP 100108)] > 0x34eb5899 in wait4 () from /lib/libc.so.7 > #0 0x34eb5899 in wait4 () from /lib/libc.so.7 > #1 0x34e92533 in waitpid () from /lib/libc.so.7 > #2 0x34e4e632 in waitpid () from /lib/libthr.so.3 > #3 0x34b98a86 in g_spawn_sync () from /usr/local/lib/libglib-2.0.so.0 > #4 0x34b98d9c in g_spawn_command_line_sync () > from /usr/local/lib/libglib-2.0.so.0 > #5 0x34fdbb5a in bugbuddy_segv_handle () > from /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so > #6 > #7 0x34f2cc67 in kill () from /lib/libc.so.7 > #8 0x34e50357 in raise () from /lib/libthr.so.3 > #9 0x34f2b7da in abort () from /lib/libc.so.7 > #10 0x34b86f77 in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0 > #11 0x34b875cd in g_assertion_message_expr () > from /usr/local/lib/libglib-2.0.so.0 > #12 0x349a0039 in gconf_client_key_is_writable (client=0x350ad0f0, > key=0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked", err=0x0) at gconf-client.c:1202 > #13 0x0807938a in panel_applet_lockable (applet=0x36683940) at applet.c:1405 > #14 0x0808b3e5 in panel_applet_frame_sync_menu_state (frame=0x35378dc8) > at panel-applet-frame.c:117 > #15 0x0808e387 in panel_applet_frame_activated (object=0x36670e80, > error_reason=0x0, data=0x353ccec0) at panel-applet-frame.c:1415 > #16 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #17 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #18 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #19 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #20 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #21 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #22 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #23 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > #24 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #25 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #26 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #27 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #28 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #29 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #30 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > #31 0x0808de16 in panel_applet_frame_activated (object=0x36670df0, > error_reason=0x0, data=0x353cce80) at panel-applet-frame.c:1284 > #32 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #33 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #34 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #35 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #36 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #37 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #38 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #39 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > #40 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #41 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #42 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #43 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #44 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #45 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #46 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > #47 0x0808de16 in panel_applet_frame_activated (object=0x36670d60, > error_reason=0x0, data=0x353cce40) at panel-applet-frame.c:1284 > #48 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #49 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #50 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #51 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #52 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #53 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #54 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #55 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > #56 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #57 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #58 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #59 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #60 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #61 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #62 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > #63 0x0808de4b in panel_applet_frame_activated (object=0x36670c10, > error_reason=0x0, data=0x353ccc40) at panel-applet-frame.c:1290 > #64 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #65 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #66 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #67 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #68 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #69 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #70 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #71 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > #72 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #73 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #74 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #75 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #76 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #77 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #78 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > #79 0x0808de4b in panel_applet_frame_activated (object=0x36670af0, > error_reason=0x0, data=0x353cccc0) at panel-applet-frame.c:1290 > #80 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #81 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #82 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #83 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #84 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #85 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #86 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #87 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > #88 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #89 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #90 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #91 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #92 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #93 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #94 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > #95 0x0808de16 in panel_applet_frame_activated (object=0x36670a60, > error_reason=0x0, data=0x353ccc80) at panel-applet-frame.c:1284 > #96 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #97 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #98 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #99 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #100 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #101 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #102 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #103 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > #104 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #105 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #106 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #107 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #108 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #109 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #110 0x34124f1f in Bonobo_Unknown_unref () > from /usr/local/lib/libbonobo-activation.so.4 > #111 0x340e6c47 in bonobo_object_release_unref () > from /usr/local/lib/libbonobo-2.so.0 > #112 0x0808df62 in panel_applet_frame_activated (object=0x366706a0, > error_reason=0x0, data=0x353ccc00) at panel-applet-frame.c:1321 > #113 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #114 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #115 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #116 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #117 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #118 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #119 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #120 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > #121 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > #122 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > #123 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > #124 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > #125 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > #126 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > #127 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > #128 0x0808de4b in panel_applet_frame_activated (object=0x366705b0, > error_reason=0x0, data=0x353cc9e0) at panel-applet-frame.c:1290 > #129 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > #130 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > #131 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > #132 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > #133 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > #134 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > #135 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #136 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > #137 0x34b65a07 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 > #138 0x342c4ee4 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 > #139 0x08065723 in main (argc=1, argv=0xbfbfe8d8) at main.c:108 > > Thread 1 (Thread 0x35001040 (LWP 100108)): > #0 0x34eb5899 in wait4 () from /lib/libc.so.7 > No symbol table info available. > #1 0x34e92533 in waitpid () from /lib/libc.so.7 > No symbol table info available. > #2 0x34e4e632 in waitpid () from /lib/libthr.so.3 > No symbol table info available. > #3 0x34b98a86 in g_spawn_sync () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #4 0x34b98d9c in g_spawn_command_line_sync () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #5 0x34fdbb5a in bugbuddy_segv_handle () > from /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so > No symbol table info available. > #6 > No symbol table info available. > #7 0x34f2cc67 in kill () from /lib/libc.so.7 > No symbol table info available. > #8 0x34e50357 in raise () from /lib/libthr.so.3 > No symbol table info available. > #9 0x34f2b7da in abort () from /lib/libc.so.7 > No symbol table info available. > #10 0x34b86f77 in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #11 0x34b875cd in g_assertion_message_expr () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #12 0x349a0039 in gconf_client_key_is_writable (client=0x350ad0f0, > key=0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked", err=0x0) at gconf-client.c:1202 > error = (GError *) 0x0 > entry = (GConfEntry *) 0x0 > is_writable = 135073924 > __PRETTY_FUNCTION__ = "gconf_client_key_is_writable" > #13 0x0807938a in panel_applet_lockable (applet=0x36683940) at applet.c:1405 > client = (GConfClient *) 0x350ad0f0 > key_type = PANEL_GCONF_APPLETS > key = 0x3500c900 "/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked" > #14 0x0808b3e5 in panel_applet_frame_sync_menu_state (frame=0x35378dc8) > at panel-applet-frame.c:117 > panel_widget = (PanelWidget *) 0x35079020 > locked_down = 889688096 > locked = 889576848 > lockable = 20417992 > movable = 893215808 > removable = 1 > #15 0x0808e387 in panel_applet_frame_activated (object=0x36670e80, > error_reason=0x0, data=0x353ccec0) at panel-applet-frame.c:1415 > frame_act = (PanelAppletFrameActivating *) 0x353ccec0 > frame = (PanelAppletFrame *) 0x35378dc8 > widget = (GtkWidget *) 0x3503a4f0 > control_frame = (BonoboControlFrame *) 0x353253b0 > control = 0x36670e80 > container = 0x36670ee0 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x36683940 > error = 0x36670d0c "e\005" > item_name = 0x35001f20 "prefs_key=/apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" > #16 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #17 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #18 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #19 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #20 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #21 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #22 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #23 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #24 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #25 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #26 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #27 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #28 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #29 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #30 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #31 0x0808de16 in panel_applet_frame_activated (object=0x36670df0, > error_reason=0x0, data=0x353cce80) at panel-applet-frame.c:1284 > frame_act = (PanelAppletFrameActivating *) 0x353cce80 > frame = (PanelAppletFrame *) 0x35378d28 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x36670d0c > control = 0x3412fa48 > container = 0xbfbfcae8 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x36670d0c "e\005" > item_name = 0x35001e10 "prefs_key=/apps/panel/applets/13t1062698508ut595090u1001p864r2117240955k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" > #32 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #33 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #34 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #35 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #36 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #37 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #38 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #39 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #40 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #41 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #42 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #43 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #44 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #45 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #46 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #47 0x0808de16 in panel_applet_frame_activated (object=0x36670d60, > error_reason=0x0, data=0x353cce40) at panel-applet-frame.c:1284 > frame_act = (PanelAppletFrameActivating *) 0x353cce40 > frame = (PanelAppletFrame *) 0x35378c88 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x36670d0c > control = 0x3412fa48 > container = 0xbfbfcf48 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x36670d0c "e\005" > item_name = 0x35001260 "prefs_key=/apps/panel/applets/5t1062869464ut397874u1001p914r1840881773k3217026572/prefs;background=none:;orient=up;size=small;locked_down=false" > #48 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #49 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #50 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #51 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #52 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #53 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #54 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #55 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #56 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #57 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #58 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #59 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #60 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #61 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #62 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > No symbol table info available. > #63 0x0808de4b in panel_applet_frame_activated (object=0x36670c10, > error_reason=0x0, data=0x353ccc40) at panel-applet-frame.c:1290 > containee = 0x36670c10 > frame_act = (PanelAppletFrameActivating *) 0x353ccc40 > frame = (PanelAppletFrame *) 0x35378828 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x36670bbc > control = 0x3412fa48 > container = 0x36670c70 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x36670bbc "" > item_name = 0x353fbe80 "prefs_key=/apps/panel/applets/applet_41/prefs;background=none:;orient=down;size=x-small;locked_down=false" > #64 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #65 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #66 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #67 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #68 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #69 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #70 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #71 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #72 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #73 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #74 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #75 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #76 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #77 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #78 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > No symbol table info available. > #79 0x0808de4b in panel_applet_frame_activated (object=0x36670af0, > error_reason=0x0, data=0x353cccc0) at panel-applet-frame.c:1290 > containee = 0x36670af0 > frame_act = (PanelAppletFrameActivating *) 0x353cccc0 > frame = (PanelAppletFrame *) 0x35378968 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x36670a0c > control = 0x3412fa48 > container = 0x36670b50 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x36670a0c "" > item_name = 0x353fbe00 "prefs_key=/apps/panel/applets/applet_36/prefs;background=none:;orient=down;size=x-small;locked_down=false" > #80 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #81 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #82 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #83 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #84 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #85 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #86 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #87 0x34b6567e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #88 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #89 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #90 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #91 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #92 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #93 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #94 0x34124ea3 in Bonobo_Unknown_queryInterface () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #95 0x0808de16 in panel_applet_frame_activated (object=0x36670a60, > error_reason=0x0, data=0x353ccc80) at panel-applet-frame.c:1284 > frame_act = (PanelAppletFrameActivating *) 0x353ccc80 > frame = (PanelAppletFrame *) 0x353788c8 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x36670a0c > control = 0x3412fa48 > container = 0xbfbfdc68 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x36670a0c "" > item_name = 0x353fbd80 "prefs_key=/apps/panel/applets/applet_22/prefs;background=none:;orient=down;size=x-small;locked_down=false" > #96 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #97 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #98 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #99 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #100 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #101 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #102 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #103 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #104 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #105 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #106 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #107 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #108 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #109 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #110 0x34124f1f in Bonobo_Unknown_unref () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #111 0x340e6c47 in bonobo_object_release_unref () > from /usr/local/lib/libbonobo-2.so.0 > No symbol table info available. > #112 0x0808df62 in panel_applet_frame_activated (object=0x366706a0, > error_reason=0x0, data=0x353ccc00) at panel-applet-frame.c:1321 > frame_act = (PanelAppletFrameActivating *) 0x353ccc00 > frame = (PanelAppletFrame *) 0x35373ee0 > widget = (GtkWidget *) 0x350e2c10 > control_frame = (BonoboControlFrame *) 0x3667064c > control = 0x3412fa48 > container = 0x36670700 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x3667064c "" > item_name = 0x353fbd80 "prefs_key=/apps/panel/applets/applet_22/prefs;background=none:;orient=down;size=x-small;locked_down=false" > #113 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #114 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #115 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #116 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #117 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #118 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #119 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #120 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #121 0x34b65b7c in g_main_context_iteration () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #122 0x349ecbc7 in link_main_iteration () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #123 0x349d01de in giop_recv_buffer_get () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #124 0x349d4cc8 in ORBit_small_invoke_stub () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #125 0x349d4ed5 in ORBit_small_invoke_stub_n () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #126 0x349e1672 in ORBit_c_stub_invoke () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #127 0x340fa56f in Bonobo_ItemContainer_getObjectByName () > from /usr/local/lib/libbonobo-2.so.0 > No symbol table info available. > #128 0x0808de4b in panel_applet_frame_activated (object=0x366705b0, > error_reason=0x0, data=0x353cc9e0) at panel-applet-frame.c:1290 > containee = 0x366705b0 > frame_act = (PanelAppletFrameActivating *) 0x353cc9e0 > frame = (PanelAppletFrame *) 0x35373e40 > widget = (GtkWidget *) 0x0 > control_frame = (BonoboControlFrame *) 0x3667055c > control = 0x3412fa48 > container = 0x36670550 > corba_ev = {_id = 0x0, _major = 0, _any = {_type = 0x0, _value = 0x0, > _release = 0 '\0'}} > info = (AppletInfo *) 0x34127974 > error = 0x3667055c "P\005" > item_name = 0x353fbd00 "prefs_key=/apps/panel/applets/applet_48/prefs;background=none:;orient=down;size=x-small;locked_down=false" > #129 0x34127af0 in activation_async_callback () > from /usr/local/lib/libbonobo-activation.so.4 > No symbol table info available. > #130 0x349d3b08 in async_recv_cb () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #131 0x349cd199 in giop_invoke_async () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #132 0x349d0c22 in giop_connection_handle_input () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #133 0x349eef6d in link_connection_io_handler () > from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #134 0x349f1656 in link_source_dispatch () from /usr/local/lib/libORBit-2.so.0 > No symbol table info available. > #135 0x34b62439 in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #136 0x34b6567e in g_main_context_check () > from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #137 0x34b65a07 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 > No symbol table info available. > #138 0x342c4ee4 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 > No symbol table info available. > #139 0x08065723 in main (argc=1, argv=0xbfbfe8d8) at main.c:108 > context = (GOptionContext *) 0x35008040 > program = (GnomeProgram *) 0x35036448 > > > ----------- .xsession-errors (78739723 sec old) --------------------- > Identity added: /home/oberman/.ssh/identity (oberman@puppeter.es.net) > ** (gnome-session:989): WARNING **: Host name lookup failure on localhost. > closing > closing > closing > Saving session: gnome-terminal --window-with-profile-internal-id=Default --show-menubar --role=gnome-terminal-778-120588377-1063381573 --active --geometry 80x24+150+26 --title SLAN - /home/oberman --w > Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. > Window manager warning: Got a request to focus 0x1000052 (SLAN - /ho) with a timestamp of 0. This shouldn't happen! > Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. > Window manager warning: Got a request to focus 0x1000074 (LLNL Weath) with a timestamp of 0. This shouldn't happen! > Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. > Window manager warning: Got a request to focus 0xc00020 (Desktop) with a timestamp of 0. This shouldn't happen! > Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. > Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! > -------------------------------------------------- > > -- 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/20090510/33cebf4c/attachment.pgp From tofu.dev at blue.gismo.ca Sun May 10 04:02:02 2009 From: tofu.dev at blue.gismo.ca (Matthew Lam) Date: Sun May 10 04:02:59 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 In-Reply-To: <200905091925.n49JP7SD073115@freefall.freebsd.org> References: <200905091925.n49JP7SD073115@freefall.freebsd.org> Message-ID: <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> Hi mezz, I never did a Perl upgrade. The problem is not that gnome-power-manager depends on docbook2man, rather that docbook2man was already installed on the system when the build failed. The build only worked after docbook-to-man was installed. You can see in the logs that docbook-utils is already installed. That's not the problem. The problem is something else is missing. Either docbook-to-man or one of it's dependencies. So, I stand by my conclusion that docbook-to-man is a missing dependency. Can you point out the entry in /usr/ports/UPDATING where you think I wasn't folli Thanks, Matthew On Sat, May 9, 2009 at 12:25 PM, wrote: > Synopsis: Missing dependency on docbook_to_man (1.0_1) in > sysutils/gnome-power-manager 2.24.4_4 > > State-Changed-From-To: open->closed > State-Changed-By: mezz > State-Changed-When: Sat May 9 19:23:30 UTC 2009 > State-Changed-Why: > The gnome-power-manager already depends on textproc/docbook-utils by > default > that has docbook2man. Your problem is related with not follow the Perl > upgrade process in the /usr/ports/UPDATING. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 > From marcus at FreeBSD.org Sun May 10 04:17:29 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun May 10 04:17:36 2009 Subject: [CFT]: GDM patches for XDMCP support Message-ID: <1241929056.88553.29.camel@shumai.marcuscom.com> If anyone out there is trying to use GDM with XDMCP, you will definitely need these patches to make it work. However, I have one user reporting there is still something missing. However, he's on amd64. I'd appreciate some i386 feedback as well. All of these patches need to be copied to x11/gdm/files. http://www.marcuscom.com/downloads/gdm/ 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/20090510/3bad4d98/attachment.pgp From oberman at es.net Sun May 10 04:30:37 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 04:30:44 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: Your message of "Sat, 09 May 2009 23:41:19 EDT." <1241926879.88553.27.camel@shumai.marcuscom.com> Message-ID: <20090510043034.CB60C1CC0B@ptavv.es.net> > From: Joe Marcus Clarke > Date: Sat, 09 May 2009 23:41:19 -0400 > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > From: Joe Marcus Clarke > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > not gdm. > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > what might be happening, but it makes the system pretty unusable. The > > > > only way out that I could come up with was to switch back to vty0 and > > > > enter a ^C. > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > help. Would .local or some other directory possibly help? > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > problem? > > > > > > Follow the instructions at > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > but I cannot reproduce. > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > Looks to me like I will need to build a bunch more stuff with debug, > > but maybe this will help someone more familiar with the code. > > Does this key exist: > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > Nope. Should it? -- 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 From marcus at marcuscom.com Sun May 10 04:33:00 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 04:33:09 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: <20090510043034.CB60C1CC0B@ptavv.es.net> References: <20090510043034.CB60C1CC0B@ptavv.es.net> Message-ID: <1241929986.88553.30.camel@shumai.marcuscom.com> On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > From: Joe Marcus Clarke > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > not gdm. > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > enter a ^C. > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > problem? > > > > > > > > Follow the instructions at > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > but I cannot reproduce. > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > but maybe this will help someone more familiar with the code. > > > > Does this key exist: > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > Nope. Should it? Yes. Each applet should have a locked key. 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/20090510/f53c8a6f/attachment.pgp From oberman at es.net Sun May 10 04:39:13 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 04:39:18 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 In-Reply-To: Your message of "Sat, 09 May 2009 20:29:46 PDT." <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> Message-ID: <20090510043910.A81C11CC0B@ptavv.es.net> > Date: Sat, 9 May 2009 20:29:46 -0700 > From: Matthew Lam > Sender: owner-freebsd-gnome@freebsd.org > > Hi mezz, > > I never did a Perl upgrade. The problem is not that gnome-power-manager > depends on docbook2man, rather that docbook2man was already installed on the > system when the build failed. The build only worked after docbook-to-man > was installed. You can see in the logs that docbook-utils is already > installed. That's not the problem. The problem is something else is > missing. Either docbook-to-man or one of it's dependencies. > So, I stand by my conclusion that docbook-to-man is a missing dependency. > > Can you point out the entry in /usr/ports/UPDATING where you think I wasn't > folli There are two, depending on whether you are running perl 5.10 or perl 5.8. If it's 5.8, you MUST read 'man perl-after-upgrade' or it likely that you will do the wrong thing as, by default, it does not fix anything, it just generates a report. 20090328: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.10 is out. If you want to switch to it from, for example lang/perl5.8, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall perl with new 5.10: portupgrade -o lang/perl5.10 -f perl-5.8.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: portmaster -o lang/perl5.10 lang/perl5.8 portmaster -r perl\* 20090113: AFFECTS: users of lang/perl5.8 AUTHOR: skv@FreeBSD.org lang/perl5.8 has been updated to 5.8.9. You should update everything depending on perl. The easiest way to do that is to use perl-after-upgrade script supplied with lang/perl5.8. Please see its manual page for details. Failing to do this can result in a variety of strange and seemingly unrelated problems. (I know from painful experience.) -- 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 From oberman at es.net Sun May 10 04:44:37 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 04:44:44 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: Your message of "Sun, 10 May 2009 00:33:06 EDT." <1241929986.88553.30.camel@shumai.marcuscom.com> Message-ID: <20090510044434.A09651CC0B@ptavv.es.net> > From: Joe Marcus Clarke > Date: Sun, 10 May 2009 00:33:06 -0400 > > On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > > From: Joe Marcus Clarke > > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > > From: Joe Marcus Clarke > > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > > not gdm. > > > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > > enter a ^C. > > > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > > problem? > > > > > > > > > > Follow the instructions at > > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > > but I cannot reproduce. > > > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > > but maybe this will help someone more familiar with the code. > > > > > > Does this key exist: > > > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > > > > Nope. Should it? > > Yes. Each applet should have a locked key. So, should I re-install gnome-applets? Or does the schema come from somewhere else? -- 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 From marcus at marcuscom.com Sun May 10 04:50:06 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 04:50:16 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: <20090510044434.A09651CC0B@ptavv.es.net> References: <20090510044434.A09651CC0B@ptavv.es.net> Message-ID: <1241931012.88553.31.camel@shumai.marcuscom.com> On Sat, 2009-05-09 at 21:44 -0700, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Sun, 10 May 2009 00:33:06 -0400 > > > > On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > > > From: Joe Marcus Clarke > > > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > > > From: Joe Marcus Clarke > > > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > > > not gdm. > > > > > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > > > enter a ^C. > > > > > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > > > problem? > > > > > > > > > > > > Follow the instructions at > > > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > > > but I cannot reproduce. > > > > > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > > > but maybe this will help someone more familiar with the code. > > > > > > > > Does this key exist: > > > > > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > > > > > > > Nope. Should it? > > > > Yes. Each applet should have a locked key. > > So, should I re-install gnome-applets? Or does the schema come from > somewhere else? You can try to reinstall gnome-panel. 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/20090510/12c34820/attachment.pgp From romain at blogreen.org Sun May 10 12:51:20 2009 From: romain at blogreen.org (Romain =?iso-8859-1?Q?Tarti=E8re?=) Date: Sun May 10 12:51:27 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <1241929056.88553.29.camel@shumai.marcuscom.com> References: <1241929056.88553.29.camel@shumai.marcuscom.com> Message-ID: <20090510125118.GA5434@blogreen.org> Hi Joe, On Sun, May 10, 2009 at 12:17:36AM -0400, Joe Marcus Clarke wrote: > If anyone out there is trying to use GDM with XDMCP, you will definitely > need these patches to make it work. However, I have one user reporting > there is still something missing. However, he's on amd64. I'd > appreciate some i386 feedback as well. All of these patches need to be > copied to x11/gdm/files. > > http://www.marcuscom.com/downloads/gdm/ Because I am using the experimental Nouveau video driver, I can't run multiple X instance at once, so am interested in XDMCP to use Xephyr and have multiple users logged-in simultaneously. So, I added your patches and restarted GDM: | % sockstat -l46 | grep :177 | root gdm-binary 999 7 udp46 *:177 *:* Then, I started Xephyr querying on loopback, IPv4 address and then IPv6 address. The two first attempts failed but with IPv6 address it's Okay, I can login using GDM: | % Xephyr -query 127.0.0.1 -screen 1024x768 :2 | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | | Fatal server error: | XDMCP fatal error: Session declined Maximum number of open sessions from | your host reached | | % Xephyr -query -screen 1024x768 :3 | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | | Fatal server error: | XDMCP fatal error: Session declined Maximum number of open sessions from | your host reached | | % Xephyr -query -screen 1024x768 :4 | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) I tried to get more information about those errors related to HAL adding -verbosity 1000 to the Xephyr cmdline, unfortunately it doesn't help me to determine if this is related to the experimental Nouveau driver or not: | (II) config/hal: initialized(II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so | (II) GLX: Initialized DRISWRAST GL provider for screen 0 | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned kbd | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned USB Keyboard | (II) config/hal: Adding input device USB Keyboard | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned mouse | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned /dev/sysmouse | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned USB Gaming Mouse | (II) config/hal: Adding input device USB Gaming Mouse | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/atkbd_0 returned kbd | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/atkbd_0 returned | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/atkbd_0 returned AT Keyboard | (II) config/hal: Adding input device AT Keyboard | unrecognised device identifier! | (EE) config/hal: NewInputDeviceRequest failed (2) Another thing: if I close Xephyr, I can't run it again: I get | Fatal server error: | XDMCP fatal error: Session declined Maximum number of open sessions from your host reached After restarting GDM I can connect to Xephyr again. Since it is the same message I get with IPv4 addresses, I think it might be relevant to note it although it could be caused by the experimental video driver. Regards, Romain -- Romain Tarti?re http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090510/00f39282/attachment.pgp From romain at blogreen.org Sun May 10 12:53:49 2009 From: romain at blogreen.org (Romain =?iso-8859-1?Q?Tarti=E8re?=) Date: Sun May 10 12:53:55 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <20090510125118.GA5434@blogreen.org> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <20090510125118.GA5434@blogreen.org> Message-ID: <20090510125348.GB5434@blogreen.org> On Sun, May 10, 2009 at 02:51:18PM +0200, Romain Tarti?re wrote: > Another thing: if I close Xephyr, I can't run it again: I get > | Fatal server error: > | XDMCP fatal error: Session declined Maximum number of open sessions from your host reached > > After restarting GDM I can connect to Xephyr again. Since it is the same > message I get with IPv4 addresses, I think it might be relevant to note > it although it could be caused by the experimental video driver. The IPv6 loopback address (::1) seems to not cause this behaviour: I can close and run Xephyr without any problem. -- Romain Tarti?re http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090510/d5fdc6f6/attachment.pgp From oberman at es.net Sun May 10 15:17:57 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 15:18:14 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: Your message of "Sun, 10 May 2009 00:50:12 EDT." <1241931012.88553.31.camel@shumai.marcuscom.com> Message-ID: <20090510151756.73A1A1CC0B@ptavv.es.net> > From: Joe Marcus Clarke > Date: Sun, 10 May 2009 00:50:12 -0400 > > On Sat, 2009-05-09 at 21:44 -0700, Kevin Oberman wrote: > > > From: Joe Marcus Clarke > > > Date: Sun, 10 May 2009 00:33:06 -0400 > > > > > > On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > > > > From: Joe Marcus Clarke > > > > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > > > > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > > > > From: Joe Marcus Clarke > > > > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > > > > not gdm. > > > > > > > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > > > > enter a ^C. > > > > > > > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > > > > problem? > > > > > > > > > > > > > > Follow the instructions at > > > > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > > > > but I cannot reproduce. > > > > > > > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > > > > but maybe this will help someone more familiar with the code. > > > > > > > > > > Does this key exist: > > > > > > > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > > > > > > > > > > Nope. Should it? > > > > > > Yes. Each applet should have a locked key. > > > > So, should I re-install gnome-applets? Or does the schema come from > > somewhere else? > > You can try to reinstall gnome-panel. No luck. This seems to be a known problem in gconf2-2.26. It was first reported to bugzilla on May 5 and can be seen at: http://bugzilla.gnome.org/show_bug.cgi?id=581880 Thanks for our help, but this does not look to be FreeBSD specific. -- 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 From mezz7 at cox.net Sun May 10 16:52:14 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun May 10 16:52:41 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 In-Reply-To: <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> References: <200905091925.n49JP7SD073115@freefall.freebsd.org> <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> Message-ID: On Sat, 09 May 2009 22:29:46 -0500, Matthew Lam wrote: > Hi mezz, > > I never did a Perl upgrade. The problem is not that gnome-power-manager > depends on docbook2man, rather that docbook2man was already installed on > the > system when the build failed. The build only worked after docbook-to-man > was installed. You can see in the logs that docbook-utils is already > installed. That's not the problem. The problem is something else is > missing. Either docbook-to-man or one of it's dependencies. > So, I stand by my conclusion that docbook-to-man is a missing dependency. > > Can you point out the entry in /usr/ports/UPDATING where you think I > wasn't > folli Can you show the output of 'ls /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl' and 'pkg_info'? Thanks. Cheers, Mezz > Thanks, > Matthew > > On Sat, May 9, 2009 at 12:25 PM, wrote: > >> Synopsis: Missing dependency on docbook_to_man (1.0_1) in >> sysutils/gnome-power-manager 2.24.4_4 >> >> State-Changed-From-To: open->closed >> State-Changed-By: mezz >> State-Changed-When: Sat May 9 19:23:30 UTC 2009 >> State-Changed-Why: >> The gnome-power-manager already depends on textproc/docbook-utils by >> default >> that has docbook2man. Your problem is related with not follow the Perl >> upgrade process in the /usr/ports/UPDATING. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mezz at FreeBSD.org Sun May 10 17:41:02 2009 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun May 10 17:41:08 2009 Subject: ports/134339: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed Message-ID: <200905101741.n4AHf2Q7021857@freefall.freebsd.org> Synopsis: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun May 10 17:40:48 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134339 From marcus at marcuscom.com Sun May 10 17:41:08 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 17:41:15 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <20090510125118.GA5434@blogreen.org> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <20090510125118.GA5434@blogreen.org> Message-ID: <1241977274.88553.33.camel@shumai.marcuscom.com> On Sun, 2009-05-10 at 14:51 +0200, Romain Tarti?re wrote: > Hi Joe, > > On Sun, May 10, 2009 at 12:17:36AM -0400, Joe Marcus Clarke wrote: > > If anyone out there is trying to use GDM with XDMCP, you will definitely > > need these patches to make it work. However, I have one user reporting > > there is still something missing. However, he's on amd64. I'd > > appreciate some i386 feedback as well. All of these patches need to be > > copied to x11/gdm/files. > > > > http://www.marcuscom.com/downloads/gdm/ > > Because I am using the experimental Nouveau video driver, I can't run > multiple X instance at once, so am interested in XDMCP to use Xephyr and > have multiple users logged-in simultaneously. I uploaded a new patch set as well as a new Makefile for x11/gdm. Try those out. Joe > > So, I added your patches and restarted GDM: > | % sockstat -l46 | grep :177 > | root gdm-binary 999 7 udp46 *:177 *:* > > Then, I started Xephyr querying on loopback, IPv4 address and then IPv6 > address. The two first attempts failed but with IPv6 address it's Okay, > I can login using GDM: > > | % Xephyr -query 127.0.0.1 -screen 1024x768 :2 > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | > | Fatal server error: > | XDMCP fatal error: Session declined Maximum number of open sessions from > | your host reached > | > | % Xephyr -query -screen 1024x768 :3 > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | > | Fatal server error: > | XDMCP fatal error: Session declined Maximum number of open sessions from > | your host reached > | > | % Xephyr -query -screen 1024x768 :4 > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > > I tried to get more information about those errors related to HAL adding > -verbosity 1000 to the Xephyr cmdline, unfortunately it doesn't help me to > determine if this is related to the experimental Nouveau driver or not: > > | (II) config/hal: initialized(II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > | (II) GLX: Initialized DRISWRAST GL provider for screen 0 > | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned kbd > | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned > | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/usb_device_1e54_2030_noserial returned USB Keyboard > | (II) config/hal: Adding input device USB Keyboard > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned mouse > | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned /dev/sysmouse > | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/usb_device_46d_c049_noserial returned USB Gaming Mouse > | (II) config/hal: Adding input device USB Gaming Mouse > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > | (II) config/hal: getting input.x11_driver on /org/freedesktop/Hal/devices/atkbd_0 returned kbd > | (II) config/hal: getting input.device on /org/freedesktop/Hal/devices/atkbd_0 returned > | (II) config/hal: getting info.product on /org/freedesktop/Hal/devices/atkbd_0 returned AT Keyboard > | (II) config/hal: Adding input device AT Keyboard > | unrecognised device identifier! > | (EE) config/hal: NewInputDeviceRequest failed (2) > > Another thing: if I close Xephyr, I can't run it again: I get > | Fatal server error: > | XDMCP fatal error: Session declined Maximum number of open sessions from your host reached > > After restarting GDM I can connect to Xephyr again. Since it is the same > message I get with IPv4 addresses, I think it might be relevant to note > it although it could be caused by the experimental video driver. > > Regards, > Romain > > -- 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/20090510/b3b0ac7f/attachment.pgp From dfilter at FreeBSD.ORG Sun May 10 17:50:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 10 17:50:09 2009 Subject: ports/134339: commit references a PR Message-ID: <200905101750.n4AHo2gi029436@freefall.freebsd.org> The following reply was made to PR ports/134339; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134339: commit references a PR Date: Sun, 10 May 2009 17:40:26 +0000 (UTC) mezz 2009-05-10 17:40:07 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome-extras Makefile Log: When use libxul, make sure it does build and install the module. Bump the PORTREVISION. PR: ports/134339 Submitted by: "Junji NAKANISHI" Revision Changes Path 1.31 +2 -2 ports/x11-toolkits/py-gnome-extras/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From mezz at FreeBSD.org Sun May 10 17:59:14 2009 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Sun May 10 17:59:25 2009 Subject: ports/130970: [PATCH]:textproc/link-grammar : update to 4.4.2 Message-ID: <200905101759.n4AHxDwW042342@freefall.freebsd.org> Synopsis: [PATCH]:textproc/link-grammar : update to 4.4.2 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun May 10 17:59:01 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=130970 From dfilter at FreeBSD.ORG Sun May 10 18:00:16 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 10 18:00:22 2009 Subject: ports/130970: commit references a PR Message-ID: <200905101800.n4AI0DA8042455@freefall.freebsd.org> The following reply was made to PR ports/130970; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130970: commit references a PR Date: Sun, 10 May 2009 17:59:01 +0000 (UTC) mezz 2009-05-10 17:58:47 UTC FreeBSD ports repository Modified files: textproc/link-grammar Makefile distinfo pkg-plist Removed files: textproc/link-grammar/files patch-configure Log: Update to 4.5.4. PR: ports/130970 (4.4.2 version) Submitted by: bf Revision Changes Path 1.9 +3 -2 ports/textproc/link-grammar/Makefile 1.7 +3 -3 ports/textproc/link-grammar/distinfo 1.2 +0 -108 ports/textproc/link-grammar/files/patch-configure (dead) 1.5 +13 -4 ports/textproc/link-grammar/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From tofu.dev at blue.gismo.ca Sun May 10 18:26:48 2009 From: tofu.dev at blue.gismo.ca (Matthew Lam) Date: Sun May 10 18:26:58 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 In-Reply-To: References: <200905091925.n49JP7SD073115@freefall.freebsd.org> <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> Message-ID: <4c1e6ad30905101126w7101f6d7lcc43da1bc4ce73c5@mail.gmail.com> Sure, I haven't ran perl-after-upgrade yet. I'm also in the midst of installing gnome2 (with many package install problems -- which eventually led to this one) if that's relevant. Thanks, Matthew ---- ciel# ls /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5: 5.8.8 5.8.9 site_perl /usr/local/lib/perl5/site_perl: 5.8.8 5.8.9 ciel# pkg_info ImageMagick-6.5.1.1 Image processing tools ORBit2-2.14.17 High-performance CORBA ORB with support for the C language OpenEXR-1.6.1_1 A high dynamic-range (HDR) image file format aalib-1.4.r5_4 An ascii art library abiword-2.6.8 An open-source, cross-platform WYSIWYG word processor adns-1.4_1 Easy to use, asynchronous-capable DNS client library and ut alacarte-0.11.10 An editor for the freedesktop.org menu specification amspsfnt-1.0_5 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-2.0.63_2 Version 2.0.x of Apache web server with prefork MPM. apache-2.2.11_3 Version 2.2.x of Apache web server with prefork MPM. appres-1.0.1 Program to list application's resources apr-gdbm-db42-1.3.3.1.3.4_1 Apache Portability Library asciidoc-8.2.7 A text document format for writing short documents and man aspell-0.60.6_2 Spelling checker with better suggestion logic than ispell at-spi-1.22.1_2 An Assistive Technology Service Provider Interface atk-1.26.0 A GNOME accessibility toolkit (ATK) atomix-2.14.0_5 A yet another little mind game autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.62 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf autogen-5.9.5_1 The Automated Program Generator automake-1.10.1 GNU Standards-compliant Makefile generator (1.10) automake-1.4.6_5 GNU Standards-compliant Makefile generator (1.4) automake-1.5_5,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3_1 GNU Standards-compliant Makefile generator (1.6) automake-1.7.9_2 GNU Standards-compliant Makefile generator (1.7) automake-1.8.5_3 GNU Standards-compliant Makefile generator (1.8) automake-1.9.6_3 GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake autotools-20080819 Autotools meta-port avahi-app-0.6.25 Service discovery on a local network avahi-gtk-0.6.23 Gtk+ tools and bindings to the Avahi mDNS system babl-0.0.22 Dynamic pixel format conversion library bash-4.0.10_2 The GNU Project's Bourne Again SHell bdftopcf-1.0.1 Convert X font from BDF to PCF beforelight-1.0.3_1 A sample screen saver for X bigreqsproto-1.0.2 BigReqs extension headers bison-2.4.1,1 A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.3_1 Bitmap editor and converter utilities for X bitstream-vera-1.10_4 Bitstream Vera TrueType font collection bluefish-1.0.7_5 HTML editor designed for the experienced web designer boehm-gc-6.8 Garbage collection and memory leak detection for C and C++ boost-1.34.1 Free peer-reviewed portable C++ source libraries bpm-0.4.1b_15 A graphical BSD ports collection manager brasero-2.26.1 CD/DVD mastering tool for the GNOME desktop brightside-1.4.0_6 A tool to add reactivity to the edges and corners of the GN bug-buddy-2.26.0 A bug reporting tool for GNOME 2 ca_root_nss-3.11.9_2 The root certificate bundle from the Mozilla Project cairo-1.8.6_1,1 Vector graphics library with cross-device output support cairomm-1.8.0_1 C++ interface to cairo cclient-2007e,1 Mark Crispin's C-client mail access routines 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_7 CD/CD-R[W] and ISO-9660 image creation and extraction tools cheese-2.26.0 A Photobooth-inspired app for taking pictures and videos fr clutter-0.8.8 OpenGL based interactive canvas library clutter-cairo-0.8.2 Clutter Cairo integrarion library clutter-gtk-0.8.3 GTK+ Integration library for Clutter cmake-2.6.3 A cross-platform make cmpsfont-1.0_6 Computer Modern PostScript Fonts (Adobe Type 1 format) cog-0.8.0_7 A program for editing advanced GNOME settings in an easy wa compat6x-i386-6.4.604000.200810 A convenience package to install the compat6x libraries compositeproto-0.4 Composite extension headers conglomerate-0.9.1_7 GNOME2 visual XML editor with emphasis on DocBook editing consolekit-0.3.0_8 Framework for defining and tracking users ctags-5.7 A feature-filled tagfile generator for vi and emacs clones cups-base-1.3.9_3 Common UNIX Printing System curl-7.19.4 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) damageproto-1.1.0_2 Damage extension headers dasher-4.10.0,2 Information efficient text-entry interface db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 dbus-1.2.4.4 A message bus system for inter-application communication dbus-glib-0.80 GLib bindings for the D-BUS messaging system ddclient-3.7.3 Update dynamic DNS entries denyhosts-2.6_2 Script to thwart ssh attacks deskbar-applet-2.26.1 Omnipresent versatile search interface desktop-file-utils-0.15_1 A couple of command line utilities for working with desktop devhelp-0.23,1 Developer help browser for GNOME 2 devilspie-0.22_1 A window manipulation tool dia-0.96.1_6,1 Diagram creation program, similar to Visio djbfft-0.76_2 An extremely fast library for floating-point convolution dmidecode-2.10 A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.2.2 DMX extension headers docbook-1.4 Meta-port for the different versions of the DocBook DTD docbook-3.1_4 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.1_3 V4.1 of the DocBook DTD, designed for technical documentati docbook-4.2 V4.2 of the DocBook DTD, designed for technical documentati docbook-4.3 DocBook/SGML DTD V4.3, designed for technical documentation docbook-4.4_2 DocBook/SGML DTD V4.4, designed for technical documentation docbook-4.5_2 DocBook/SGML DTD V4.5, designed for technical documentation docbook-5.0_1 DocBook 5.0, designed for technical documentation docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled for Scrol docbook-to-man-1.0_1 A DocBook SGML DTD into nroff/troff -man macros converter docbook-utils-0.6.14_7 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_1 DocBook/XML DTD V4.4, designed for technical documentation docbook-xml-4.5 DocBook/XML DTD V4.5, designed for technical documentation docbook-xsl-1.74.0_1 XSL DocBook stylesheets dri-7.3,2 OpenGL hardware acceleration drivers for the DRI dri2proto-1.99.3 DRI2 prototype headers dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1 DVD burning software e2fsprogs-libuuid-1.41.4_1 UUID library from e2fsprogs package editres-1.0.3_1 Dynamic resource editor for X Toolkit Applications eel-2.26.0 Generally useful classes and extensions to GNOME eiciel-0.9.6.1_1 A GNOME-based ACL editor, with integration into Nautilus ekiga-2.0.11_5 VoIP phone for GNOME emacs-22.3 GNU editing macros empathy-2.26.1 GNOME IM client based around telepathy enchant-1.4.2 Dictionary/spellchecking framework encodings-1.0.2,1 X.Org Encoding fonts eog-2.26.1 The Eye Of Gnome image viewer epiphany-2.26.1 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.41 A sound library for enlightenment package evieext-1.0.2 XEVIE extension headers evince-2.26.1 GNOME 2 multi-format document viewer evolution-2.26.1.1 An integrated mail, calendar and address book distributed s evolution-data-server-2.26.1.1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.26.1 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.26.0 Webcal(endar) handler for gnome exempi-2.1.0 A port of Adobe XMP SDK to work on UNIX expat-2.0.1 XML 1.0 parser written in C ez-ipupdate-3.0.11b8_3 Update your host name on any dynamic DNS service faad2-2.6.1_1,1 MPEG-2 and MPEG-4 AAC audio decoder farsight2-0.0.9 Collection of GStreamer modules and libraries for videoconf fastest_cvsup-0.2.9_6 Finds fastest CVSup server ffmpeg-2008.07.27_7 Hyper fast realtime audio/video encoder/converter, streamin fftw3-3.1.3 Fast C routines to compute the Discrete Fourier Transform file-roller-2.26.1,1 An archive manager for zip files, tar, etc firefox-2.0.0.20,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers flac-1.2.1 Free lossless audio codec flex-2.5.35_1 Fast lexical analyzer generator font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font font-alias-1.0.1 X.Org Font aliases font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.0 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.0 X.Org IBM Type1 font font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.0.0_1 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.1 X.Org XFree86 Type1 font fontcacheproto-0.1.2 Fontcache extension headers fontconfig-2.6.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 freedesktop-sound-theme-0.2 Sound theme based on the FreeDesktop specification freetds-msdblib-0.64_2,1 Sybase/Microsoft TDS protocol library freetype2-2.3.9_1 A free and portable TrueType font rendering engine fribidi-0.10.9 A Free Implementation of the Unicode Bidirectional Algorith fslsfonts-1.0.2 List fonts served by the X font server fstobdf-1.0.3 Generate BDF font from X font server fusefs-kmod-0.3.9.p1.20080208_5 Kernel module for fuse fusefs-libs-2.7.4 FUSE allows filesystem implementation in userspace gTweakUI-0.4.0_7 A collection of simple dialogs as a front end to GConf galeon-2.0.7 A GNOME 2 Web browser based on gecko (the Mozilla rendering gamin-0.1.10_2 A file and directory monitoring system gawk-3.1.6_1 The GNU version of Awk gcalctool-5.22.3,2 A GNOME 2 calculator tool based on the old calctool for Ope gcc-3.4.6_3,1 GNU Compiler Collection 3.4 gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf-editor-2.26.0,1 A gconf database editor for the GNOME 2 environment gconf2-2.26.0 A configuration database system for GNOME gconfmm-2.24.0 C++ wrapper for gconf2 API library gd-2.0.35,1 A graphics library for fast creation of images gdb-6.6_1 GNU GDB of newer version than comes with the system gdbm-1.8.3_3 The GNU database manager gdesklets-0.35.4_4 A framework for Gnome 2.x for desktop applets gdl-2.26.0 Components intended to be shared between GNOME development gdm-2.26.1_1 GNOME 2 version of xdm display manager gedit-2.22.3_1 A small but powerful text editor for GNOME 2 Desktop Enviro gegl-0.0.20_1 A graph based image processing framework getopt-1.1.4_1 A getopt(1) replacement that supports GNU-style long option gettext-0.17_1 GNU gettext package ggz-client-libs-0.0.14.1_1 The GGZ Gaming Zone - Core Client Libraries ghex-2.24.0 GNOME 2 hex editor ghostscript8-8.62_5 Ghostscript 8.x PostScript interpreter gimp-2.4.7,2 The "meta-port" for The Gimp gimp-app-2.4.7,1 A GNU Image Manipulation Program gimp-gutenprint-5.1.7_1 GutenPrint Printer Driver gio-fam-backend-2.20.1 FAM backend for GLib's GIO library gkrellm-2.3.1_5 A GTK based system monitor glabels-2.2.3 A program to create labels and business cards glade3-3.4.5_1 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.20.1 Some useful routines of C programming (current stable versi glibmm-2.20.0,1 C++ interfaces for glib2 glproto-1.4.9 GLX extension headers gmake-3.81_3 GNU version of 'make' utility gmime-2.2.22 Library (written in C) for parsing and creating messages us gnome-applets-2.26.1 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_1 A collection of backgrounds for GNOME 2 gnome-blog-0.9.1_2 GNOME app to post to blogs gnome-common-2.20.0 Common automake macros for GNOME and GNOME 2 gnome-control-center-2.26.0 Control center for GNOME 2 project gnome-desktop-2.26.1 Additional UI API for GNOME 2 gnome-devel-docs-2.22.0_1 Documents targeted for GNOME developers gnome-doc-utils-0.16.1 GNOME doc utils gnome-icon-theme-2.26.0_1 A collection of icons for the GNOME 2 desktop gnome-keyring-2.26.1_1 A program that keeps passwords and other secrets gnome-mag-0.14.10_2 GNOME screen magnifier gnome-media-2.26.0 Multimedia applications for the GNOME 2 desktop gnome-menus-2.22.2_1 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_3 A MIME and Application database for GNOME gnome-mount-0.8_2 A front-end to mount, umount, and eject using HAL gnome-netstatus-2.26.0 A GNOME applet that shows network status gnome-nettool-2.22.0_1,1 A GNOME utility that provides network information statistic gnome-panel-2.26.1 Panel component for the GNOME 2 Desktop gnome-pkgview-1.0.7 Displays the version of GNOME components installed gnome-power-manager-2.24.4_4 Power management system for the GNOME Desktop gnome-screensaver-2.26.1 GNOME screen saver and locker gnome-session-2.26.1 Session component for the GNOME 2 desktop gnome-settings-daemon-2.26.1_1 GNOME 2 settings daemon gnome-speech-0.4.21 GNOME text-to-speech API gnome-spell-1.0.8_2 A GNOME/Bonobo component for spell checking gnome-system-monitor-2.26.1 GNOME 2 system monitor program gnome-system-tools-2.22.2 Tools to configure workstations gnome-terminal-2.26.1 Terminal component for the GNOME 2 Desktop gnome-themes-2.26.1 A collection of themes and icons for GNOME2 gnome-themes-extras-2.22.0_3 More themes for the GNOME 2 desktop environment gnome-user-docs-2.22.1_1 GNOME 2 users guide gnome-user-share-0.31_2 Personal file-sharing service for the GNOME Desktop gnome-utils-2.26.0_1,1 GNOME 2 support utilities gnome-vfs-2.24.1 GNOME Virtual File System gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_12 A utility port that creates the GNOME directory tree gnupg-2.0.9_2 The GNU Privacy Guard gnutls-2.6.4 GNU Transport Layer Security library gob2-2.0.15_1 A preprocessor for making GObjects with inline C goffice-0.4.3_5 GLib/GTK+ set of document centric objects and utilities gok-2.26.0,1 GNOME On-Screen Keyboard (GOK) gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gperf-3.0.3 Generates perfect hash functions for sets of keywords gpgme-1.1.5_1 A library to make access to GnuPG easier graphviz-2.20.2 Graph Visualization Software from AT&T and Bell Labs gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gstreamer-0.10.22_1 Development framework for creating media applications gstreamer-ffmpeg-0.10.4_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.22_1,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.9_3,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.8_1,3 Bad gstreamer-plugins gstreamer-plugins-cdparanoia-0.10.20_1,3 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_10 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.8_3,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.9_3,3 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.10_3,3 Gstreamer enlightenment sound library plugin gstreamer-plugins-flac-0.10.10_4,3 Gstreamer free lossless audio encoder/decoder plugin gstreamer-plugins-gconf-0.10.10_4,3 Gstreamer gconf plugin gstreamer-plugins-gio-0.10.20_2,3 Gstreamer gio (Glib I/O) plugin gstreamer-plugins-gnomevfs-0.10.20_1,3 Gstreamer gnomevfs plugin gstreamer-plugins-good-0.10.10,3 Good gstreamer-plugins gstreamer-plugins-hal-0.10.10_4,3 Gstreamer hal plugin gstreamer-plugins-jpeg-0.10.10_3,3 Gstreamer jpeg encoder/decoder plugin gstreamer-plugins-libpng-0.10.10_3,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.9_3,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0_1 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-mpeg2dec-0.10.9_3,3 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.20_1,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.20_1,3 Gstreamer pango textoverlay plugin gstreamer-plugins-soup-0.10.10_3,3 Gstreamer soup http src plugin gstreamer-plugins-theora-0.10.20_1,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.9_1,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.20_1,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.8_3,3 Gstreamer xvid plugin gtar-1.21 GNU version of the traditional tape archiver gthumb-2.10.11 An image viewer and browser for the GNOME 2 environment gtk-1.2.10_20 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.16.1 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.18.1 Theme engine for the GTK+-2.0 toolkit gtk-send-pr-0.4.9_1 GTK2 send-pr tool gtk-vnc-0.3.8 VNC viewer widget for GTK+ gtkglext-1.2.0_3 An OpenGL extension to GTK gtkhtml3-3.26.1.1 Lightweight HTML rendering/printing/editing engine gtkmm-2.16.0 C++ wrapper for Gtk+, Pango, Atk gtksourceview-1.8.5_4 A text widget that adds syntax highlighting to the GtkTextV gtksourceview2-2.6.1 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.15 A GTK+ 2 spell checking component gtranslator-1.1.7_5 A GNOME application for creating GNU gettext translation fi gucharmap-2.26.1 A Unicode/ISO10646 character map and font viewer guile-1.8.6 GNU Ubiquitous Intelligent Language for Extension gutenprint-5.1.7_1 The "meta-port" for GutenPrint gutenprint-base-5.1.7_1 GutenPrint Printer Driver gutenprint-ijs-5.1.7_1 GutenPrint Printer Driver gvfs-1.2.2 GNOME virtual file system hal-0.5.11_23 Hardware Abstraction Layer for simplifying device access hal-info-20080508_1 Additional FDI files to further classify HAL devices help2man-1.36.4_3 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.7 Utilities of the Tango project icu-3.8.1_1 International Components for Unicode (from IBM) ilmbase-1.0.1_1 ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex imake-1.0.2_4,1 Imake and other utilities from X.Org imlib-1.9.15_7 A graphic library for enlightenment package inkscape-0.46_5 A program seeks to become a full featured open source SVG e inputproto-1.5.0 Input extension headers intltool-0.40.6 Tools to internationalize various kinds of data files iso-codes-3.8 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) 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_7 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_7 IJG's jpeg compression utilities json-glib-0.6.2_1 JSON (RFC 4627) interface for Glib kbproto-1.0.3 KB extension headers lcms-1.17,1 Light Color Management System -- a color management library libFS-1.0.1 The FS library libGL-7.4_1 OpenGL library that renders using GLX or DRI libGLU-7.4_1 OpenGL utility library libICE-1.0.4_1,1 Inter Client Exchange library for X11 libIDL-0.8.13 A library for creating trees of CORBA IDL files libSM-1.1.0_1,1 Session Management library for X11 libX11-1.2.1,1 X11 library libXScrnSaver-1.1.3 The XScrnSaver library libXTrap-1.0.0 The XTrap library libXau-1.0.4 Authentication Protocol library for X11 libXaw-1.0.5_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.5,1 X11 Extension library libXfixes-4.0.3_1 X Fixes extension library libXfont-1.3.4,1 X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.13 A client-sided font API for X applications libXi-1.2.1,1 X Input extension library libXinerama-1.0.3,1 X11 Xinerama library libXmu-1.0.4,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.3.0 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.4,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.2 X Vidmode Extension liba52-0.7.4_2 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.24.1 A component and compound document system for GNOME2 libbonoboui-2.24.1 GUI frontend to the libbonobo component of GNOME 2 libcanberra-0.6_5 Implementation of the Freedesktop sound theme spec libcddb-1.3.0 A library to access data on a CDDB server libcdio-0.78.2_2 Compact Disc Input and Control Library libcheck-0.9.6 A unit test framework for C libcroco-0.6.1_1 CSS2 parsing library libdaemon-0.12 Lightweight C library that eases the writing of UNIX daemon libdca-0.0.5 Free DTS Coherent Acoustics decoder libdiscid-0.2.2 A library for creating MusicBrainz DiscIDs libdmx-1.0.2_1 DMX extension library libdrm-2.4.9 Userspace interface to kernel Direct Rendering Module servi libdvdcss-1.2.10_1 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 libesmtp-1.0.4_1,1 A library for posting electronic mail libexecinfo-1.1_3 A library for inspecting program's backtrace libexif-0.6.17 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 libgail-gnome-1.20.1 An implementation of the ATK interfaces for GNOME widgets libgcrypt-1.4.4 General purpose crypto library based on code used in GnuPG libgda3-3.0.4_1 Provides uniform access to different kinds of data sources libgda4-4.0.2 Provides uniform access to different kinds of data sources libggz-0.0.14.1_4 The GGZ Gaming Zone - Base Library libgksu-1.3.8_3 Library providing su and sudo functionality libgksuui-1.0.7_3 A graphical fronted to su library libglade2-2.6.4 GNOME glade library libglademm-2.6.7 C++ wrapper for libglade2 library libglut-7.0.1_1 OpenGL utility toolkit libgmp-4.2.4 A free library for arbitrary precision arithmetic libgnome-2.26.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.26.0 A graphics library for GNOME libgnomecups-0.2.3_1,1 Support library for gnome cups admistration libgnomekbd-2.26.0 GNOME keyboard shared library libgnomeprint-2.18.6 Gnome print support library libgnomeprintui-2.18.4 Gnome print support library libgnomesu-1.0.0_5 Library and frontend for running commands as root libgnomeui-2.24.1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.7 Common error values for all GnuPG components libgphoto2-2.4.5 A universal digital camera picture control tool libgpod-0.6.0_1 A library for direct access of iPod's contents libgsf-1.14.11 An extensible i/o abstraction for dealing with structured f libgsf-gnome-1.14.8_1 A GNOME wrapper for libgsf libgtkhtml-2.11.1_2 Lightweight HTML rendering/printing/editing engine libgtop-2.26.1 GNOME 2 top library libgweather-2.26.1 Library to accessing online weather informations libical-0.43_1 An implementation of the IETF's Calendaring and Scheduling libiconv-1.11_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-1.8_2 Internationalized Domain Names command line tool libijs-0.35_1 C library that supports plugin printer driver for Ghostscri libksba-1.0.3 KSBA is an X.509 Library libltdl-1.5.26 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmcrypt-2.5.8 Multi-cipher cryptographic library (used in PHP) libmng-1.0.10 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.5.1 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 libmusicbrainz3-3.0.2_1 MusicBrainz client library for audio metadata lookup libnice-0.0.6 Library and transmitter that implements ICE-19 libnotify-0.4.5 A library for desktop notifications libntlm-1.0 A library that implement Microsoft's NTLM authentication libogg-1.1.3,4 Ogg bitstream library liboil-0.3.15 Library of optimized inner loops liboldX-1.0.1 Old X library liboobs-2.22.0_1 Wrapping library to the System Tools Backends libopenraw-0.0.5_1 Library for camera RAW files decoding libpciaccess-0.10.5_4 Generic PCI access library libproxy-0.2.3 Library that provides automatic proxy configuration managem libpthread-stubs-0.1 This library provides weak aliases for pthread functions libpurple-2.5.1 Backend library for the Pidgin multi-protocol messaging cli librsvg2-2.22.2_2 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.7 Secret Rabbit Code: a Sample Rate Converter for audio libsexy-0.1.11_1 Extension widgets for GTK+ libsigc++-2.2.3 Callback Framework for C++ libsndfile-1.0.19 Reading and writing files containing sampled sound (like WA libsoup-2.2.105_3 A SOAP (Simple Object Access Protocol) implementation in C libsoup-2.26.1 A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.1 A small library for rendering Postscript documents libspiro-20071029 Library to convert clothoid splines into bezier splines libssh2-0.18 A library implementing the SSH2 protocol libtasn1-1.8 ASN.1 structure parser library libtelepathy-0.3.3_1 Flexible Communications Framework libtheora-1.0.b2 Theora video codec for the Ogg multimedia streaming system libtool-1.5.26 Generic shared library support script libungif-4.1.4_5 Tools and library routines for working with GIF images libusb-0.1.12_4 Library giving userland programs access to USB devices libutempter-1.1.5_1 Interface to record user sessions to utmp and wtmp files libvolume_id-0.81.1 Library to provide file system type information libvorbis-1.2.0_2,3 Audio compression codec library libwmf-0.2.8.4_2 Tools and library for converting Microsoft WMF (windows met libwnck-2.22.3 Library used for writing pagers and taskslists libwww-5.4.0_4 The W3C Reference Library libxcb-1.2_1 The X protocol C-language Binding (XCB) library libxkbfile-1.0.5 XKB file library libxkbui-1.0.2_1 The xkbui library libxklavier-3.9,1 An utility library to make XKB stuff easier libxml++-2.26.0 XML API for C++ libxml2-2.7.3 XML parser library for GNOME libxslt-1.1.24_2 The XSLT C library for GNOME liferea-1.4.19 Simple RSS/RDF feed reader links-2.2,1 Lynx-like text WWW browser linux_base-fc-4_14 Base set of packages needed in Linux mode (for i386/amd64) listres-1.0.1_1 List resources in widgets loudmouth-1.4.2 Lightweight Jabber client library luit-1.0.3_1 Locale and ISO 2022 support for Unicode terminals lynx-2.8.6.5_4,1 A non-graphical, text-based World-Wide Web client lzmautils-4.32.7 LZMA compression and decompression tools lzo2-2.03_2 Portable speedy, lossless data compression library lzop-1.02.r1 Fast file compressor similar to gzip, using the LZO library m4-1.4.12,1 GNU m4 makedepend-1.0.1,1 A dependency generator for makefiles meld-1.2.1 GNOME 2 visual diff and merge tool metacity-2.26.0 A window manager for the adult in you mhash-0.9.9 An easy-to-use library for strong hashes such as MD5 and SH ming-0.3.0_3 LGPL'ed Flash 4/5 movie output library with many languages mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.4 Create an index of X font files in a directory mkfontscale-1.0.6 Creates an index of scalable font files for X mlview-0.8_8 A tree oriented XML editor for Gnome mousetweaks-2.26.0 Mouse accessibility enhancements for the GNOME desktop mysql-client-5.1.34 Multithreaded SQL database (client) mysql-scripts-5.1.34 Multithreaded SQL database (scripts) mysql-server-5.1.34 Multithreaded SQL database (server) nasm-2.02,1 General-purpose multi-platform x86 and x86-64 assembler nautilus-2.26.2_1 File manager for the GNOME desktop nautilus-open-terminal-0.9_2 Nautilus extension which allows you to open a terminal neon28-0.28.3 An HTTP and WebDAV client library for Unix systems net-snmp-5.4.2.1_1 An extendable SNMP implementation notification-daemon-0.3.7_3 Send small notifications to your desktop nspr-4.7 A platform-neutral API for system level and libc like funct nss-3.11.9_2 Libraries to support development of security-enabled applic oclock-1.0.1 Round clock application for X opal-2.2.11 VoIP abstraction library openldap-client-2.4.16 Open source LDAP client implementation orca-2.26.1 Scriptable screen reader p5-Authen-SASL-2.12 Perl5 module for SASL authentication p5-Compress-Raw-Zlib-2.015 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.015 Perl5 interface to zlib compression library p5-DBD-mysql51-4.010 MySQL 5.1 driver for the Perl5 Database Interface (DBI) p5-DBI-1.60.7 The perl5 Database Interface. Required for DBD::* modules p5-Date-Manip-5.54 Perl5 module containing date manipulation routines p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36_1 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.015 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.015 Perl5 interface for reading and writing of (g)zip files p5-IO-Socket-SSL-1.22 Perl5 interface to SSL sockets 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-Net-SSLeay-1.35 Perl5 interface to SSL p5-Parse-Yapp-1.05 Perl extension for generating and using LALR parsers p5-SGMLSpm-1.03_1 Perl module for postprocessing the output from sgmls and ns p5-Storable-2.18 Persistency for perl data structures 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.9719,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.37 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-DOM-1.44 Perl module for building DOM Level 1 compliant document str p5-XML-Filter-BufferText-1.01 Filter to put all characters() in one event p5-XML-Grove-0.46.a Perl-style XML objects p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.36 Perl extension interface to James Clark's XML parser, expat p5-XML-RegExp-0.03 Regular expressions for XML tokens p5-XML-SAX-0.96 Simple API for XML p5-XML-SAX-Expat-0.40 Simple API for XML p5-XML-SAX-Writer-0.52 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_2 Message handling functions p5-libwww-5.826 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 pam_helper-1.0 Authenticate applications requiring PAM services pan-0.133 Threaded GTK+2 newsreader based on Agent for Windows pango-1.24.1 An open-source framework for the layout and rendering of i1 pangomm-2.24.0 C++ wrapper for Pango pccts-1.33.33 The Purdue Compiler Construction Tool Set pciids-20090224 Database of all known ID's used in PCI devices pcre-7.9 Perl Compatible Regular Expressions library pdflib-7.0.3 A C library for dynamically generating PDF pdksh-5.2.14p2_2 The Public Domain Korn Shell pecl-fileinfo-1.0.4 A PECL extension to retrieve info about files pecl-pdflib-2.1.5 A PECL extension to create PDF on the fly perl-5.8.9_2 Practical Extraction and Report Language php5-5.2.8 PHP Scripting Language php5-bcmath-5.2.8 The bcmath shared extension for php php5-bz2-5.2.8 The bz2 shared extension for php php5-calendar-5.2.8 The calendar shared extension for php php5-ctype-5.2.8 The ctype shared extension for php php5-curl-5.2.8 The curl shared extension for php php5-dba-5.2.8 The dba shared extension for php php5-dbase-5.2.8 The dbase shared extension for php php5-dom-5.2.8 The dom shared extension for php php5-exif-5.2.8 The exif shared extension for php php5-extensions-1.2 A "meta-port" to install PHP extensions php5-filter-5.2.8 The filter shared extension for php php5-ftp-5.2.8 The ftp shared extension for php php5-gd-5.2.8_1 The gd shared extension for php php5-gettext-5.2.8 The gettext shared extension for php php5-gmp-5.2.8 The gmp shared extension for php php5-hash-5.2.8 The hash shared extension for php php5-iconv-5.2.8 The iconv shared extension for php php5-imap-5.2.8 The imap shared extension for php php5-json-5.2.8 The json shared extension for php php5-ldap-5.2.8_1 The ldap shared extension for php php5-mbstring-5.2.8 The mbstring shared extension for php php5-mcrypt-5.2.8 The mcrypt shared extension for php php5-mhash-5.2.8 The mhash shared extension for php php5-ming-5.2.8 The ming shared extension for php php5-mssql-5.2.8 The mssql shared extension for php php5-mysql-5.2.8 The mysql shared extension for php php5-mysqli-5.2.8 The mysqli shared extension for php php5-ncurses-5.2.8 The ncurses shared extension for php php5-odbc-5.2.8 The odbc shared extension for php php5-openssl-5.2.8 The openssl shared extension for php php5-pdo-5.2.8 The pdo shared extension for php php5-pdo_sqlite-5.2.8 The pdo_sqlite shared extension for php php5-pgsql-5.2.8 The pgsql shared extension for php php5-posix-5.2.8 The posix shared extension for php php5-readline-5.2.8 The readline shared extension for php php5-recode-5.2.8 The recode shared extension for php php5-session-5.2.8 The session shared extension for php php5-simplexml-5.2.8 The simplexml shared extension for php php5-snmp-5.2.8_2 The snmp shared extension for php php5-soap-5.2.8 The soap shared extension for php php5-sockets-5.2.8 The sockets shared extension for php php5-spl-5.2.8 The spl shared extension for php php5-sqlite-5.2.8 The sqlite shared extension for php php5-tidy-5.2.8 The tidy shared extension for php php5-tokenizer-5.2.8 The tokenizer shared extension for php php5-wddx-5.2.8 The wddx shared extension for php php5-xml-5.2.8 The xml shared extension for php php5-xmlreader-5.2.8 The xmlreader shared extension for php php5-xmlrpc-5.2.8 The xmlrpc shared extension for php php5-xmlwriter-5.2.8 The xmlwriter shared extension for php php5-xsl-5.2.8 The xsl shared extension for php php5-zip-5.2.8 The zip shared extension for php php5-zlib-5.2.8 The zlib shared extension for php pico-alpine-2.00_1 [Al]PIne's message COmposition editor and Pilot file manage pidgin-2.5.1 Pidgin multi-protocol messaging client (GTK+ UI) pixman-0.15.2 Low-level pixel manipulation library pkg-config-0.23_1 A utility to retrieve information about installed libraries planner-0.14.4 Project management application for GNOME 2 png-1.2.35 Library for manipulating PNG images policykit-0.9_4 Framework for controlling access to system-wide components policykit-gnome-0.9.2 GNOME frontend to the PolicKit framework poppler-0.10.6 A PDF rendering library poppler-data-0.2.1 Poppler encoding data poppler-gtk-0.10.6 Gtk bindings to poppler popt-1.7_5 A getopt(3) like library with a number of enhancements, fro portaudit-0.5.12 Checks installed ports against a list of security vulnerabi portbrowser-0.5.20050618_2 Graphical frontend for the BSD ports system portupgrade-2.4.6,2 FreeBSD ports/packages administration and management tool s postgresql-client-8.2.12 PostgreSQL database (client) printproto-1.0.4 Print extension headers psiconv-0.9.8_1 A conversion utility to convert Psion 5(MX) files into othe pth-2.0.7 GNU Portable Threads pulseaudio-0.9.14_5 Sound server for UNIX pwlib-1.12.0_3,1 A cross platform C++ library, used by OpenH323 py25-adns-1.2.1 A Python Interface to adns, the asynchronous DNS library py25-bsddb-2.5.2_2 Python bindings to the Berkeley DB library py25-cairo-1.8.2 Python bindings for Cairo py25-dbus-0.83.0_1 Python bindings for the D-BUS messaging system py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho py25-gdata-1.1.1 GData Python Client Library py25-gnome-2.26.1 A set of Python bindings for GNOME 2 py25-gnome-desktop-2.26.0 A set of Python bindings used by modules in the GNOME Deskt py25-gnome-extras-2.25.3_1 A set of Python bindings for GNOME 2 py25-gobject-2.16.1 Python bindings for GObject py25-gstreamer-0.10.12 A set of Python bindings for gstreamer py25-gtk-2.14.1 A set of Python bindings for GTK+ py25-gtksourceview-2.2.0_1 A python bindings for the version 2 of the GtkSourceView li py25-libxml2-2.7.3 Python interface for XML parser library for GNOME py25-numeric-24.2_3 The Numeric Extension to Python py25-openssl-0.6 Python interface to the OpenSSL library py25-orbit-2.14.3_1 Python bindings for ORBit2 py25-pycrypto-2.0.1_1 The Python Cryptography Toolkit py25-pymsn-0.3.3 MSN Connection library py25-setuptools-0.6c9 Download, build, install, upgrade, and uninstall Python pac py25-simplejson-2.0.9 Simplejson is a simple, fast, extensible JSON encoder/decod py25-sqlite3-2.5.2_1 Standard Python binding to the SQLite3 library py25-telepathy-butterfly-0.3.2 MSN Connection Manager for Telepathy Framework py25-telepathy-python-0.15.1 Python bindings for the Telepathy framework py25-xml-0.8.4 PyXML: Python XML library enhancements python25-2.5.4_1 An interpreted object-oriented programming language randrproto-1.3.0 Randr extension headers rarian-0.8.1 An OMF help system based on the Freedesktop specification rdesktop-1.6.0 RDP client for Windows NT/2000/2003 Terminal Server recode-3.6_7 Converts files between character sets and usages recordproto-1.13.2 RECORD extension headers regexxer-0.9_3 An interactive tool for performing search and replace opera renderproto-0.9.3 RenderProto protocol headers resourceproto-1.0.2 Resource extension headers rgb-1.0.1 Uncompile an rgb corl-name database rpm-3.0.6_14 The Red Hat Package Manager rstart-1.0.2 Sample implementation of a Remote Start client rsync-3.0.5 A network file distribution/synchronization utility ruby-1.8.7.72_1,1 An object-oriented interpreted scripting language ruby18-atk-0.16.0.20080905 Ruby binding for ATK ruby18-bdb-0.6.4 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-cairo-1.6.3 Ruby binding for Cairo ruby18-deplate-0.8.5 Ruby tool for converting wiki-like markup ruby18-gconf2-0.16.0.20080905 A Ruby interface to GConf2 ruby18-gdk_pixbuf2-0.16.0.20080905 Ruby binding for GdkPixbuf2 ruby18-glib2-0.16.0.20080905 Ruby binding for GLib2 ruby18-gnome2-0.16.0.20080905 A set of Ruby bindings for GNOME2 ruby18-gnomecanvas2-0.16.0.20080905 Ruby binding for GnomeCanvas2 ruby18-gtk2-0.16.0.20080905 Ruby binding for GTK+2 ruby18-libart2-0.16.0.20080905 Ruby binding for Libart2 ruby18-libglade2-0.16.0.20080905 Ruby binding for Libglade2 ruby18-pango-0.16.0.20080905 Ruby binding for Pango samba-3.0.34,1 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.34_1 Shared libs from the samba package screen-4.0.3_5 A multi-screen window manager 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 sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD seahorse-2.22.3 GNOME application for managing encryption keys (PGP, SSH) sessreg-1.0.4 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.60 A MIME type database from the FreeDesktop project showfont-1.0.2 Font dumper for the X font server smproxy-1.0.2 Session Manager Proxy sodipodi-0.34_11 A small vector based drawing program with GNOME libraries sound-juicer-2.26.1 Clean, mean and lean CD ripper for GNOME2 speex-1.2.r1_1,1 An open-source patent-free voice codec splashsetter-0.6.5.3_2 Splash screen changer for GNOME sqlite3-3.6.13 An SQL database engine in a C library startup-notification-0.9_2 Library that supports startup notification spec from freede straw-0.27_3 A GNOME 2 desktop weblog aggregator written in Python subversion-1.5.5_1 Version control system sudo-1.6.9.17 Allow others to run commands as root swfdec-0.6.8 Flash Rendering Library swfdec-gnome-2.22.2_1 Gtk flash player and thumbnailer system-tools-backends-2.6.1 Backend system admin scripts for gnome-system-tools t1lib-5.1.2_1,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.5 Library for manipulating ID3 tags and Ogg comments 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-farsight-0.0.6 Farsight Connection Manager for Telepathy Framework telepathy-gabble-0.7.8 Jabber Connection Manager for Telepathy Framework telepathy-glib-0.7.29 GLib utility library for the Telepathy framework telepathy-idle-0.1.3 IRC Connection Manager for Telepathy Framework telepathy-mission-control-4.67 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 thefish-0.6.6_2 Qt/Gtk+/ncurses rc.conf editor/management tool tidy-lib-080621.c Utility to clean up and pretty print HTML/XHTML/XML (with s tiff-3.8.2_3 Tools and library routines for working with TIFF images totem-2.26.1 A gstreamer-based video player for the GNOME 2 Desktop totem-pl-parser-2.26.1 GObject-based library to parse a host of playlist formats trapproto-3.4.3 DEC-XTRAP extension headers twm-1.0.4 Tab Window Manager for the X Window System unique-1.0.6 Library for single instance applications. unixODBC-2.2.14_1 ODBC library suite for Unix unzip-5.52_5 List, test and extract compressed files in a ZIP archive v4l_compat-1.0.20060801 Video4Linux compatibility header vala-0.6.1 Programming language and compiler that converts Vala code i valgrind-352_7 A (memory) debugging and profiling tool videoproto-2.2.2 Video extension headers viewres-1.0.1_1 Graphical class browser for Xt vim-lite-7.2.69 Vi "workalike", with many additional features (Lite package vinagre-2.26.1 VNC client for the GNOME Desktop vino-2.26.1 VNC server that allows for remote access to your GNOME desk vte-0.20.1 Terminal widget with improved accessibility and I18N suppor webkit-gtk2-1.0.1_6 An opensource browser engine weblint-1.020 HTML validator and sanity checker wv-1.2.4_2 A library and executables to access Microsoft Word files x11perf-1.5 X11 server performance test program x264-0.0.20080409_2 Multimedia library and tool for encoding H.264/AVC video st xauth-1.0.3 X authority file utility xbacklight-1.1 Program to adjust backlight brightness xbiff-1.0.1_1 Mailbox flag for X xbitmaps-1.0.1 X.Org bitmaps data xcalc-1.0.2_1 Scientific calculator for X xcb-proto-1.4 The X protocol C-language Binding (XCB) protocol xcb-util-0.3.3 A module with libxcb/libX11 extension/replacement libraries xchat-2.8.6_1 An X11 IRC client using the GTK+ 2 toolkit xclipboard-1.0.1_1 X clipboard client xclock-1.0.3_1 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_1 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_1 Display ditroff output xdm-1.1.8_1 X.Org X display manager xdpyinfo-1.0.3 Display information utility for X xdriinfo-1.0.2 Query configuration information of DRI drivers xedit-1.1.2 Simple text editor for X xev-1.0.3 Print contents of X events xextproto-7.0.5 XExt extension headers xeyes-1.0.1 A follow the mouse X demo xf86-input-keyboard-1.3.2 X.Org keyboard input driver xf86-input-mouse-1.4.0_3 X.Org mouse input driver xf86-input-vmmouse-12.6.3 X.Org vmmouse input driver xf86-video-ati-6.10.0 X.Org ati display driver xf86-video-intel-2.5.1 Driver for Intel integrated graphics chipsets xf86-video-mach64-6.8.0_1 X.Org mach64 display driver xf86-video-mga-1.9.100,1 X.Org mga display driver xf86-video-nv-2.1.12_1 X.Org nv display driver xf86-video-openchrome-0.2.903 X.Org openChrome display driver xf86-video-r128-6.8.0_1 X.Org r128 display driver xf86-video-radeonhd-1.2.4_1 X.Org ati RadeonHD display driver xf86-video-vesa-2.1.0 X.Org vesa display driver xf86-video-vga-4.1.0_2 X.Org vga display driver xf86-video-via-0.2.2_3 X.Org via display driver xf86-video-vmware-10.16.5 X.Org vmware display driver xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers xf86dga-1.0.2_1 Test program for the XFree86-DGA extension xf86dgaproto-2.0.3 XFree86-DGA extension headers xf86driproto-2.0.4 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_1 Display all characters in an X font xfindproxy-1.0.1 Locate available proxy services xfontsel-1.0.2_1 Point and click selection of X11 font names xfs-1.0.8_1,1 X.Org font server xfsinfo-1.0.2 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_1 X graphics demo xhost-1.0.2 Server access control program for X xineramaproto-1.1.2 Xinerama extension headers xinit-1.1.1 X Window System initializer xinput-1.4.0 Very useful utility for configuring and testing XInput devi xkbcomp-1.0.5 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_2 XKB utility demos xkeyboard-config-1.4 X Keyboard Configuration Database xkill-1.0.1 Utility for killing a client by its X resource xload-1.0.2_1 System load average display for X xlogo-1.0.1_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_1 X application for screen magnifying xman-1.0.3_1 Manual page display program for X xmessage-1.0.2_1 Display message or query in a X window xmlcatmgr-2.2 SGML and XML catalog manager xmlcharent-0.3_2 XML character entities xmodmap-1.0.3 Utility for modifying keymaps and pointer button mappings i xmore-1.0.1_1 Plain text display program for X xorg-7.4 X.Org complete distribution metaport xorg-apps-7.4_1 X.org apps meta-port xorg-cf-files-1.0.2_3 X.org cf files for use with imake builds xorg-docs-1.4,1 X.org documentation files xorg-drivers-7.4 X.org drivers meta-port xorg-fonts-100dpi-7.4 X.Org 100dpi bitmap fonts xorg-fonts-7.4 X.org fonts meta-port xorg-fonts-75dpi-7.4 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.4 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.4 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.4 X.Org TrueType fonts xorg-fonts-type1-7.4 X.Org Type1 fonts xorg-libraries-7.4 X.org libraries meta-port xorg-macros-1.2.1 X.Org development aclocal macros xorg-server-1.5.3_5,1 X.Org X server and related programs xorg-vfbserver-1.4_1,1 X virtual framebuffer server from X.Org 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.4 Property displayer for X xproto-7.0.15 X11 protocol headers xproxymanagementprotocol-1.0.2 X Proxy Management Protocol headers xrandr-1.2.3 Primitive command line interface to the RandR extension xrdb-1.0.5 X server resource database utility xrefresh-1.0.2 Refresh all or part of an X screen xrx-1.0.1_2 RX helper program xscreensaver-gnome-hacks-5.07 Save your screen while you entertain your cat (for GNOME us xset-1.0.4 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_1 X Session Manager xstdcmap-1.0.1 X standard colormap utility xterm-241 Terminal emulator for the X Window System xtrans-1.2.3 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_1 Video mode tuner for X xvinfo-1.0.2 Print out X-Video extension adaptor information xwd-1.0.2 Dump an image of an X window xwininfo-1.0.4 Window information utility for X xwud-1.0.1 Image displayer for X yasm-0.7.1_1 A complete rewrite of the NASM assembler yelp-2.26.0 A help browser for the GNOME 2 desktop zenity-2.26.0 Display GNOME dialogs from the command line zip-3.0 Create/update ZIP files compatible with pkzip zsh-4.3.9_5 The Z shell On Sun, May 10, 2009 at 9:52 AM, Jeremy Messenger wrote: > On Sat, 09 May 2009 22:29:46 -0500, Matthew Lam > wrote: > > Hi mezz, >> >> I never did a Perl upgrade. The problem is not that gnome-power-manager >> depends on docbook2man, rather that docbook2man was already installed on >> the >> system when the build failed. The build only worked after docbook-to-man >> was installed. You can see in the logs that docbook-utils is already >> installed. That's not the problem. The problem is something else is >> missing. Either docbook-to-man or one of it's dependencies. >> So, I stand by my conclusion that docbook-to-man is a missing dependency. >> >> Can you point out the entry in /usr/ports/UPDATING where you think I >> wasn't >> folli >> > > Can you show the output of 'ls /usr/local/lib/perl5 > /usr/local/lib/perl5/site_perl' and 'pkg_info'? Thanks. > > Cheers, > Mezz > > > Thanks, >> Matthew >> >> On Sat, May 9, 2009 at 12:25 PM, wrote: >> >> Synopsis: Missing dependency on docbook_to_man (1.0_1) in >>> sysutils/gnome-power-manager 2.24.4_4 >>> >>> State-Changed-From-To: open->closed >>> State-Changed-By: mezz >>> State-Changed-When: Sat May 9 19:23:30 UTC 2009 >>> State-Changed-Why: >>> The gnome-power-manager already depends on textproc/docbook-utils by >>> default >>> that has docbook2man. Your problem is related with not follow the Perl >>> upgrade process in the /usr/ports/UPDATING. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 >>> >> > > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > From mezz7 at cox.net Sun May 10 19:57:07 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun May 10 19:57:13 2009 Subject: ports/134394: Missing dependency on docbook_to_man (1.0_1) in sysutils/gnome-power-manager 2.24.4_4 In-Reply-To: <4c1e6ad30905101126w7101f6d7lcc43da1bc4ce73c5@mail.gmail.com> References: <200905091925.n49JP7SD073115@freefall.freebsd.org> <4c1e6ad30905092029i4fae6a2bj632e0f12c46f086@mail.gmail.com> <4c1e6ad30905101126w7101f6d7lcc43da1bc4ce73c5@mail.gmail.com> Message-ID: On Sun, 10 May 2009 13:26:47 -0500, Matthew Lam wrote: > Sure, > I haven't ran perl-after-upgrade yet. I'm also in the midst of > installing > gnome2 (with many package install problems -- which eventually led to > this > one) if that's relevant. > > Thanks, > Matthew > > ---- > ciel# ls /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl > /usr/local/lib/perl5: > 5.8.8 5.8.9 site_perl > > /usr/local/lib/perl5/site_perl: > 5.8.8 5.8.9 Thanks for the output, yes, you did the Perl upgrade. It's why your port can't find some stuff, because some of Perl files are still in the 5.8.8 while the files are searching for the Perl files in the 5.8.9. You might want to stop the GNOME install and do the Perl first. It should solves your GNOME installation. Cheers, Mezz > ciel# pkg_info > > On Sun, May 10, 2009 at 9:52 AM, Jeremy Messenger wrote: > >> On Sat, 09 May 2009 22:29:46 -0500, Matthew Lam >> wrote: >> >> Hi mezz, >>> >>> I never did a Perl upgrade. The problem is not that >>> gnome-power-manager >>> depends on docbook2man, rather that docbook2man was already installed >>> on >>> the >>> system when the build failed. The build only worked after >>> docbook-to-man >>> was installed. You can see in the logs that docbook-utils is already >>> installed. That's not the problem. The problem is something else is >>> missing. Either docbook-to-man or one of it's dependencies. >>> So, I stand by my conclusion that docbook-to-man is a missing >>> dependency. >>> >>> Can you point out the entry in /usr/ports/UPDATING where you think I >>> wasn't >>> folli >>> >> >> Can you show the output of 'ls /usr/local/lib/perl5 >> /usr/local/lib/perl5/site_perl' and 'pkg_info'? Thanks. >> >> Cheers, >> Mezz >> >> >> Thanks, >>> Matthew >>> >>> On Sat, May 9, 2009 at 12:25 PM, wrote: >>> >>> Synopsis: Missing dependency on docbook_to_man (1.0_1) in >>>> sysutils/gnome-power-manager 2.24.4_4 >>>> >>>> State-Changed-From-To: open->closed >>>> State-Changed-By: mezz >>>> State-Changed-When: Sat May 9 19:23:30 UTC 2009 >>>> State-Changed-Why: >>>> The gnome-power-manager already depends on textproc/docbook-utils by >>>> default >>>> that has docbook2man. Your problem is related with not follow the Perl >>>> upgrade process in the /usr/ports/UPDATING. >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=134394 >>>> >>> >> >> -- >> mezz7@cox.net - mezz@FreeBSD.org >> FreeBSD GNOME Team >> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org >> -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From marcus at marcuscom.com Sun May 10 19:59:30 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 19:59:37 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: <20090510151756.73A1A1CC0B@ptavv.es.net> References: <20090510151756.73A1A1CC0B@ptavv.es.net> Message-ID: <1241985569.88553.36.camel@shumai.marcuscom.com> On Sun, 2009-05-10 at 08:17 -0700, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Sun, 10 May 2009 00:50:12 -0400 > > > > On Sat, 2009-05-09 at 21:44 -0700, Kevin Oberman wrote: > > > > From: Joe Marcus Clarke > > > > Date: Sun, 10 May 2009 00:33:06 -0400 > > > > > > > > On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > > > > > From: Joe Marcus Clarke > > > > > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > > > > > > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > > > > > From: Joe Marcus Clarke > > > > > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > > > > > not gdm. > > > > > > > > > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > > > > > enter a ^C. > > > > > > > > > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > > > > > problem? > > > > > > > > > > > > > > > > Follow the instructions at > > > > > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > > > > > but I cannot reproduce. > > > > > > > > > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > > > > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > > > > > but maybe this will help someone more familiar with the code. > > > > > > > > > > > > Does this key exist: > > > > > > > > > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > > > > > > > > > > > > > Nope. Should it? > > > > > > > > Yes. Each applet should have a locked key. > > > > > > So, should I re-install gnome-applets? Or does the schema come from > > > somewhere else? > > > > You can try to reinstall gnome-panel. > > No luck. > > This seems to be a known problem in gconf2-2.26. It was first reported to > bugzilla on May 5 and can be seen at: > http://bugzilla.gnome.org/show_bug.cgi?id=581880 > > Thanks for our help, but this does not look to be FreeBSD specific. This should now be fixed in ports. 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/20090510/2167b66e/attachment.pgp From romain at blogreen.org Sun May 10 20:20:52 2009 From: romain at blogreen.org (Romain =?iso-8859-1?Q?Tarti=E8re?=) Date: Sun May 10 20:20:59 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <1241977274.88553.33.camel@shumai.marcuscom.com> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <20090510125118.GA5434@blogreen.org> <1241977274.88553.33.camel@shumai.marcuscom.com> Message-ID: <20090510202050.GA49060@blogreen.org> On Sun, May 10, 2009 at 01:41:14PM -0400, Joe Marcus Clarke wrote: > I uploaded a new patch set as well as a new Makefile for x11/gdm. Try > those out. There is a vim-like typo in the new Makefile: --- Makefile.orig 2009-05-10 19:42:53.000000000 +0200 +++ Makefile 2009-05-10 22:10:17.000000000 +0200 @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home \ --enable-debug -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/includei -DHAS_SA_LEN" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAS_SA_LEN" \ LDFLAGS="-L${LOCALBASE}/lib" \ GTKDOC="false" BTW, with these patches I get exactly the same result (IPv6 is Okay but not IPv4). Romain -- Romain Tarti?re http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090510/f75f2880/attachment.pgp From marcus at marcuscom.com Sun May 10 20:28:45 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 10 20:28:52 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <20090510202050.GA49060@blogreen.org> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <20090510125118.GA5434@blogreen.org> <1241977274.88553.33.camel@shumai.marcuscom.com> <20090510202050.GA49060@blogreen.org> Message-ID: <1241987327.88553.37.camel@shumai.marcuscom.com> On Sun, 2009-05-10 at 22:20 +0200, Romain Tarti?re wrote: > On Sun, May 10, 2009 at 01:41:14PM -0400, Joe Marcus Clarke wrote: > > I uploaded a new patch set as well as a new Makefile for x11/gdm. Try > > those out. > > There is a vim-like typo in the new Makefile: > > --- Makefile.orig 2009-05-10 19:42:53.000000000 +0200 > +++ Makefile 2009-05-10 22:10:17.000000000 +0200 > @@ -37,7 +37,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home \ > --enable-debug > -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/includei -DHAS_SA_LEN" \ > +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAS_SA_LEN" \ > LDFLAGS="-L${LOCALBASE}/lib" \ > GTKDOC="false" > > BTW, with these patches I get exactly the same result (IPv6 is Okay but > not IPv4). What if you reconfigure without IPv6 support? Joe > > Romain -- 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/20090510/49fb3591/attachment.pgp From oberman at es.net Sun May 10 21:19:39 2009 From: oberman at es.net (Kevin Oberman) Date: Sun May 10 21:19:47 2009 Subject: gonf2 upgrade breaks my system In-Reply-To: Your message of "Sun, 10 May 2009 15:59:29 EDT." <1241985569.88553.36.camel@shumai.marcuscom.com> Message-ID: <20090510211938.5B7871CC0B@ptavv.es.net> > From: Joe Marcus Clarke > Date: Sun, 10 May 2009 15:59:29 -0400 > > On Sun, 2009-05-10 at 08:17 -0700, Kevin Oberman wrote: > > > From: Joe Marcus Clarke > > > Date: Sun, 10 May 2009 00:50:12 -0400 > > > > > > On Sat, 2009-05-09 at 21:44 -0700, Kevin Oberman wrote: > > > > > From: Joe Marcus Clarke > > > > > Date: Sun, 10 May 2009 00:33:06 -0400 > > > > > > > > > > On Sat, 2009-05-09 at 21:30 -0700, Kevin Oberman wrote: > > > > > > > From: Joe Marcus Clarke > > > > > > > Date: Sat, 09 May 2009 23:41:19 -0400 > > > > > > > > > > > > > > On Sat, 2009-05-09 at 20:30 -0700, Kevin Oberman wrote: > > > > > > > > > From: Joe Marcus Clarke > > > > > > > > > Date: Sat, 09 May 2009 01:10:30 -0400 > > > > > > > > > > > > > > > > > > On Fri, 2009-05-08 at 16:00 -0700, Kevin Oberman wrote: > > > > > > > > > > 7.2-STABLE of April 22. Uniprocessor system (ThinkPad T43). > > > > > > > > > > > > > > > > > > > > All ports updated to cvs as of 7-May at 03:00:00 UTC. > > > > > > > > > > > > > > > > > > > > After updating gconf2 to 2.26.1, my Gnome startup fails. I use startx, > > > > > > > > > > not gdm. > > > > > > > > > > > > > > > > > > > > The failure is that gnome-panel starts and the top panel appears for a > > > > > > > > > > second or two, then vanishes. But the CPU gets very busy, and the > > > > > > > > > > display starts jumping up and down by 24 pixels every second or so. > > > > > > > > > > > > > > > > > > > > I get no core files and see nothing on the console that would indicate > > > > > > > > > > what might be happening, but it makes the system pretty unusable. The > > > > > > > > > > only way out that I could come up with was to switch back to vty0 and > > > > > > > > > > enter a ^C. > > > > > > > > > > > > > > > > > > > > I tried moving my .gnome2 directory out of the way, but that did not > > > > > > > > > > help. Would .local or some other directory possibly help? > > > > > > > > > > > > > > > > > > > > Any idea of where to look? How to try to get an indication of the > > > > > > > > > > problem? > > > > > > > > > > > > > > > > > > Follow the instructions at > > > > > > > > > http://www.freebsd.org/gnome/docs/bugging.html to build gnome-panel and > > > > > > > > > gconf2 (at least) with debugging symbols, then hopefully you'll be able > > > > > > > > > to get a backtrace from gnome-panel. All the symptoms point to a crash, > > > > > > > > > but I cannot reproduce. > > > > > > > > > > > > > > > > Yes, gnome-panel crashes when I upgrade gconf2 to 2.26.1. > > > > > > > > > > > > > > > > Looks to me like I will need to build a bunch more stuff with debug, > > > > > > > > but maybe this will help someone more familiar with the code. > > > > > > > > > > > > > > Does this key exist: > > > > > > > > > > > > > > /apps/panel/applets/12t1062698483ut637949u1001p864r1504910582k3217026572/locked > > > > > > > > > > > > > > > > > > > Nope. Should it? > > > > > > > > > > Yes. Each applet should have a locked key. > > > > > > > > So, should I re-install gnome-applets? Or does the schema come from > > > > somewhere else? > > > > > > You can try to reinstall gnome-panel. > > > > No luck. > > > > This seems to be a known problem in gconf2-2.26. It was first reported to > > bugzilla on May 5 and can be seen at: > > http://bugzilla.gnome.org/show_bug.cgi?id=581880 > > > > Thanks for our help, but this does not look to be FreeBSD specific. > > This should now be fixed in ports. I can confirm that this fixed the problem for me. I now have all ports up to date and everything seems to be working. Thanks so much for your time this weekend, especially late last night. -- 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 From marcus at FreeBSD.org Sun May 10 21:34:22 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 10 21:36:38 2009 Subject: ports/134118: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors Message-ID: <200905102134.n4ALYMjq044805@freefall.freebsd.org> Synopsis: devel/glade3: gtk_tree_view_set_enable_tree_lines() causes X errors State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Sun May 10 21:33:53 UTC 2009 State-Changed-Why: This was a bug in the submitter's GTK+ theme. Switching to Clearlooks did not exhibit the bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=134118 From mbeis at xs4all.nl Mon May 11 00:08:14 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Mon May 11 00:08:20 2009 Subject: GDM users list Message-ID: Hi, When I use GDM for logging in, the only possible users I can choose from are the "logcheck system account" and "other", but not my regular user account. Why is that? Marco -- Only way to open lips of pigeon, sledgehammer. From mbeis at xs4all.nl Mon May 11 00:21:35 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Mon May 11 00:21:41 2009 Subject: GDM users list In-Reply-To: References: Message-ID: On Mon, 11 May 2009, Marco Beishuizen wrote: > Hi, > > When I use GDM for logging in, the only possible users I can choose from are > the "logcheck system account" and "other", but not my regular user account. > Why is that? I'm not sure if this is related to my problem but in my logfiles I saw some error messages: ... May 11 00:33:54 yokozuna gdm-simple-greeter[24852]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference May 11 00:33:54 yokozuna gdm-simple-greeter[24852]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference ... Marco -- Anyone can do any amount of work provided it isn't the work he is supposed to be doing at the moment. -- Robert Benchley From marcus at marcuscom.com Mon May 11 00:30:01 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 11 00:30:08 2009 Subject: GDM users list In-Reply-To: References: Message-ID: <1242001810.88553.40.camel@shumai.marcuscom.com> On Mon, 2009-05-11 at 02:21 +0200, Marco Beishuizen wrote: > On Mon, 11 May 2009, Marco Beishuizen wrote: > > > Hi, > > > > When I use GDM for logging in, the only possible users I can choose from are > > the "logcheck system account" and "other", but not my regular user account. > > Why is that? > > I'm not sure if this is related to my problem but in my logfiles I saw > some error messages: > > ... > May 11 00:33:54 yokozuna gdm-simple-greeter[24852]: Gtk-WARNING: Failed to > set text from markup due to error > parsing markup: Error on line 1: Unfinished entity reference > May 11 00:33:54 yokozuna gdm-simple-greeter[24852]: Gtk-WARNING: Failed to > set text from markup due to error > parsing markup: Error on line 1: Unfinished entity reference > ... This is the problem. Your /etc/passwd entry contains a '&' which makes for bad XML. Replace this character with a real name for your user, and this problem should go away. Joe > > Marco -- 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/20090511/996951ac/attachment.pgp From mbeis at xs4all.nl Mon May 11 00:48:04 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Mon May 11 00:48:29 2009 Subject: GDM users list In-Reply-To: <1242001810.88553.40.camel@shumai.marcuscom.com> References: <1242001810.88553.40.camel@shumai.marcuscom.com> Message-ID: On Mon, 11 May 2009, Joe Marcus Clarke wrote: > This is the problem. Your /etc/passwd entry contains a '&' which makes > for bad XML. Replace this character with a real name for your user, and > this problem should go away. This doesn't seem to be the problem. I removed the & from /etc/passwd from the regular user and root, and restarted X. The errors are still in the logfile, and only the "logcheck system user" and "other" in GDM. Marco -- If ever the pleasure of one has to be bought by the pain of the other, there better be no trade. A trade by which one gains and the other loses is a fraud. -- Dagny Taggart, "Atlas Shrugged" From marcus at marcuscom.com Mon May 11 02:00:45 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 11 02:00:51 2009 Subject: GDM users list In-Reply-To: References: <1242001810.88553.40.camel@shumai.marcuscom.com> Message-ID: <1242007255.88553.42.camel@shumai.marcuscom.com> On Mon, 2009-05-11 at 02:48 +0200, Marco Beishuizen wrote: > On Mon, 11 May 2009, Joe Marcus Clarke wrote: > > > This is the problem. Your /etc/passwd entry contains a '&' which makes > > for bad XML. Replace this character with a real name for your user, and > > this problem should go away. > > This doesn't seem to be the problem. I removed the & from /etc/passwd from > the regular user and root, and restarted X. The errors are still in the > logfile, and only the "logcheck system user" and "other" in GDM. That is not correct. /etc/passwd is a convenience file, but no tthe real password database. You need to edit /etc/master.passwd, and change the fields there. This is best done with the vipw command. Once the master.passwd file has been changed, vipw will automatically regenerate the binary password databases. 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/20090511/66b52964/attachment.pgp From markir at paradise.net.nz Mon May 11 02:19:23 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Mon May 11 02:19:30 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <1241834877.88553.3.camel@shumai.marcuscom.com> References: <4A014F9C.6010503@paradise.net.nz> <1241834877.88553.3.camel@shumai.marcuscom.com> Message-ID: <4A078AF5.5050302@paradise.net.nz> Joe Marcus Clarke wrote: > On Wed, 2009-05-06 at 20:51 +1200, Mark Kirkwood wrote: > >> In the process of trying to upload debug info for another issue, I ran >> into this - using "connect to server" of type ftp with password from >> Nautilus gives: >> >> Nautilus cannot handle "ftp" locations >> >> ... is this expected? connecting to ftp servers was a handy feature. >> System is RELENG_7 from 2009-04-20 with Gnome 2.26. >> > > Works fine for me. Try rebuilding devel/gvfs. > > Joe > > Thanks Joe - rebuilt gvfs but the behavior persists (tried a reboot too, no effect). Mark From marcus at marcuscom.com Mon May 11 03:39:37 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 11 03:39:44 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <4A078AF5.5050302@paradise.net.nz> References: <4A014F9C.6010503@paradise.net.nz> <1241834877.88553.3.camel@shumai.marcuscom.com> <4A078AF5.5050302@paradise.net.nz> Message-ID: <1242013187.88553.85.camel@shumai.marcuscom.com> On Mon, 2009-05-11 at 14:18 +1200, Mark Kirkwood wrote: > Joe Marcus Clarke wrote: > > On Wed, 2009-05-06 at 20:51 +1200, Mark Kirkwood wrote: > > > >> In the process of trying to upload debug info for another issue, I ran > >> into this - using "connect to server" of type ftp with password from > >> Nautilus gives: > >> > >> Nautilus cannot handle "ftp" locations > >> > >> ... is this expected? connecting to ftp servers was a handy feature. > >> System is RELENG_7 from 2009-04-20 with Gnome 2.26. > >> > > > > Works fine for me. Try rebuilding devel/gvfs. > > > > Joe > > > > > Thanks Joe - rebuilt gvfs but the behavior persists (tried a reboot too, > no effect). Then there is probably a problem with your devel/libsoup package. Make sure libsoup is up-to-date, then rebuild gvfs. Joe > > Mark > -- 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/20090511/b3e2ec85/attachment.pgp From markir at paradise.net.nz Mon May 11 03:59:38 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Mon May 11 03:59:44 2009 Subject: Unable to mount removable media in nautilus after 2.26 upgrade: dbus pending operation In-Reply-To: <1241285731.33649.94.camel@shumai.marcuscom.com> References: <49FAC1CE.50803@paradise.net.nz> <1241285731.33649.94.camel@shumai.marcuscom.com> Message-ID: <4A07A2A2.9090807@paradise.net.nz> Joe Marcus Clarke wrote: > On Fri, 2009-05-01 at 21:33 +1200, Mark Kirkwood wrote: > >> Post Gnome 2.26 and Xorg 7.4 upgrade I get this when trying to mount usb >> or cdrom media: >> >> DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is >> already pending >> >> > > See http://www.freebsd.gnome/gnome/docs/halfaq.html on how to provide > proper hal troubleshooting data. > > Joe > > Thanks Joe. I've dumped the information here: http://homepages.paradise.net.nz/markir/hal/ck-list-sessions.out http://homepages.paradise.net.nz/markir/hal/conftxt.out http://homepages.paradise.net.nz/markir/hal/fstab.out http://homepages.paradise.net.nz/markir/hal/hald.out http://homepages.paradise.net.nz/markir/hal/lshal.out http://homepages.paradise.net.nz/markir/hal/mount.out I tried gnome-mount --block --no-ui --verbose --hal-udi xxx for several of the device udi's and all seemed to hang after showing the version number. Cheers Mark From marcus at marcuscom.com Mon May 11 04:14:51 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 11 04:14:58 2009 Subject: Unable to mount removable media in nautilus after 2.26 upgrade: dbus pending operation In-Reply-To: <4A07A2A2.9090807@paradise.net.nz> References: <49FAC1CE.50803@paradise.net.nz> <1241285731.33649.94.camel@shumai.marcuscom.com> <4A07A2A2.9090807@paradise.net.nz> Message-ID: <1242015300.88553.89.camel@shumai.marcuscom.com> On Mon, 2009-05-11 at 15:59 +1200, Mark Kirkwood wrote: > Joe Marcus Clarke wrote: > > On Fri, 2009-05-01 at 21:33 +1200, Mark Kirkwood wrote: > > > >> Post Gnome 2.26 and Xorg 7.4 upgrade I get this when trying to mount usb > >> or cdrom media: > >> > >> DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is > >> already pending > >> > >> > > > > See http://www.freebsd.gnome/gnome/docs/halfaq.html on how to provide > > proper hal troubleshooting data. > > > > Joe > > > > > Thanks Joe. > > I've dumped the information here: > > http://homepages.paradise.net.nz/markir/hal/ck-list-sessions.out > http://homepages.paradise.net.nz/markir/hal/conftxt.out > http://homepages.paradise.net.nz/markir/hal/fstab.out > http://homepages.paradise.net.nz/markir/hal/hald.out > http://homepages.paradise.net.nz/markir/hal/lshal.out > http://homepages.paradise.net.nz/markir/hal/mount.out > > I tried > > gnome-mount --block --no-ui --verbose --hal-udi xxx > > for several of the device udi's and all seemed to hang after showing the > version number. You did not include the conftxt output when the USB drive was attached. What is the output of: gnome-mount --block --no-ui --verbose --device /dev/da0s1 Joe > > Cheers > > Mark > > > > -- 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/20090511/382e2c16/attachment.pgp From markir at paradise.net.nz Mon May 11 04:18:33 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Mon May 11 04:18:39 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <1242013187.88553.85.camel@shumai.marcuscom.com> References: <4A014F9C.6010503@paradise.net.nz> <1241834877.88553.3.camel@shumai.marcuscom.com> <4A078AF5.5050302@paradise.net.nz> <1242013187.88553.85.camel@shumai.marcuscom.com> Message-ID: <4A07A710.4030109@paradise.net.nz> Joe Marcus Clarke wrote: > > Then there is probably a problem with your devel/libsoup package. Make > sure libsoup is up-to-date, then rebuild gvfs. > > I just noticed that during gvfs build it spits out (this is with libsoup-2.26.1 ): gvfs configuration summary: gio module directory : /usr/local/lib/gio/modules FTP/HTTP/WebDAV support yes ObexFTP support no Samba support: yes FUSE support: yes CDDA support: yes Gphoto2 support: yes archive support: yes GConf support: yes DNS-SD support: yes Use HAL for volume monitor: yes (with fast init path: yes) GNOME Keyring support: yes Bash-completion support: yes So looks like it thinks I don't want ftp right? Is this the problem? Cheers Mark From marcus at marcuscom.com Mon May 11 04:20:35 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 11 04:20:42 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <4A07A710.4030109@paradise.net.nz> References: <4A014F9C.6010503@paradise.net.nz> <1241834877.88553.3.camel@shumai.marcuscom.com> <4A078AF5.5050302@paradise.net.nz> <1242013187.88553.85.camel@shumai.marcuscom.com> <4A07A710.4030109@paradise.net.nz> Message-ID: <1242015644.88553.90.camel@shumai.marcuscom.com> On Mon, 2009-05-11 at 16:18 +1200, Mark Kirkwood wrote: > Joe Marcus Clarke wrote: > > > > Then there is probably a problem with your devel/libsoup package. Make > > sure libsoup is up-to-date, then rebuild gvfs. > > > > > > I just noticed that during gvfs build it spits out (this is with > libsoup-2.26.1 ): > > gvfs configuration summary: > > gio module directory : /usr/local/lib/gio/modules > > FTP/HTTP/WebDAV support yes > ObexFTP support no > Samba support: yes > FUSE support: yes > CDDA support: yes > Gphoto2 support: yes > archive support: yes > GConf support: yes > DNS-SD support: yes > Use HAL for volume monitor: yes (with fast init path: yes) > GNOME Keyring support: yes > Bash-completion support: yes > > So looks like it thinks I don't want ftp right? Is this the problem? No, this is what it should look like. Joe > > Cheers > > Mark > -- 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/20090511/0b13922d/attachment.pgp From markir at paradise.net.nz Mon May 11 04:31:32 2009 From: markir at paradise.net.nz (Mark Kirkwood) Date: Mon May 11 04:31:39 2009 Subject: Gnome 2.26 - Nautilus cannot handle ftp locations In-Reply-To: <4A07A710.4030109@paradise.net.nz> References: <4A014F9C.6010503@paradise.net.nz> <1241834877.88553.3.camel@shumai.marcuscom.com> <4A078AF5.5050302@paradise.net.nz> <1242013187.88553.85.camel@shumai.marcuscom.com> <4A07A710.4030109@paradise.net.nz> Message-ID: <4A07AA18.8090702@paradise.net.nz> Mark Kirkwood wrote: > Joe Marcus Clarke wrote: >> >> Then there is probably a problem with your devel/libsoup package. Make >> sure libsoup is up-to-date, then rebuild gvfs. >> >> > > I just noticed that during gvfs build it spits out (this is with > libsoup-2.26.1 ): > > gvfs configuration summary: > > gio module directory : /usr/local/lib/gio/modules > > FTP/HTTP/WebDAV support yes > ObexFTP support no > Sorry - confusing the ObexFTP and FTP lines (doh). Mark From tim at bishnet.net Mon May 11 07:39:32 2009 From: tim at bishnet.net (Tim Bishop) Date: Mon May 11 07:39:39 2009 Subject: [PATCH] misc/shared-mime-info: Respect LOCALBASE Message-ID: >Submitter-Id: current-users >Originator: Tim Bishop >Organization: >Confidential: no >Synopsis: [PATCH] misc/shared-mime-info: Respect LOCALBASE >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.2-STABLE i386 >Environment: System: FreeBSD pendennis.kent.ac.uk 7.2-STABLE FreeBSD 7.2-STABLE #11: Sat May 9 11:29:42 BST >Description: This port does not correctly respect LOCALBASE. If it is set to anything other than /usr/local it installs files in to the wrong location. It's actually caused by one of the patches, rather than the port itself. Diff is attached to fix it. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- shared-mime-info-0.60.patch begins here --- Index: files/patch-Makefile.in =================================================================== RCS file: /u1/freebsd/cvs/ports/misc/shared-mime-info/files/patch-Makefile.in,v retrieving revision 1.8 diff -u -r1.8 patch-Makefile.in --- files/patch-Makefile.in 23 Feb 2009 05:20:29 -0000 1.8 +++ files/patch-Makefile.in 10 May 2009 21:41:27 -0000 @@ -5,7 +5,7 @@ install-data-hook: -@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" -V "$(DESTDIR)$(datadir)/mime" -+@ENABLE_UPDATE_MIMEDB_TRUE@ for mdir in /usr/local/share/mime /usr/local/gnome2/shared-mime-info/share/mime; do \ ++@ENABLE_UPDATE_MIMEDB_TRUE@ for mdir in $(prefix)/share/mime $(prefix)/gnome2/shared-mime-info/share/mime; do \ +@ENABLE_UPDATE_MIMEDB_TRUE@ if [ -d $${mdir} ]; then \ +@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" "$${mdir}" ; \ +@ENABLE_UPDATE_MIMEDB_TRUE@ fi; \ --- shared-mime-info-0.60.patch ends here --- From edwin at FreeBSD.org Mon May 11 07:40:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon May 11 07:40:23 2009 Subject: ports/134449: [PATCH] misc/shared-mime-info: Respect LOCALBASE Message-ID: <200905110740.n4B7eGpN093730@freefall.freebsd.org> Synopsis: [PATCH] misc/shared-mime-info: Respect LOCALBASE Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 11 07:40:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134449 From romain at blogreen.org Mon May 11 09:57:12 2009 From: romain at blogreen.org (Romain =?iso-8859-1?Q?Tarti=E8re?=) Date: Mon May 11 09:57:19 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <1241987327.88553.37.camel@shumai.marcuscom.com> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <20090510125118.GA5434@blogreen.org> <1241977274.88553.33.camel@shumai.marcuscom.com> <20090510202050.GA49060@blogreen.org> <1241987327.88553.37.camel@shumai.marcuscom.com> Message-ID: <20090511095709.GA2818@blogreen.org> On Sun, May 10, 2009 at 04:28:47PM -0400, Joe Marcus Clarke wrote: > On Sun, 2009-05-10 at 22:20 +0200, Romain Tarti?re wrote: > > BTW, with these patches I get exactly the same result (IPv6 is Okay but > > not IPv4). > > What if you reconfigure without IPv6 support? Still don't work :-/ -- Romain Tarti?re http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090511/6af9ae2a/attachment.pgp From mbeis at xs4all.nl Mon May 11 10:37:46 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Mon May 11 10:37:52 2009 Subject: GDM users list In-Reply-To: <1242007255.88553.42.camel@shumai.marcuscom.com> References: <1242001810.88553.40.camel@shumai.marcuscom.com> <1242007255.88553.42.camel@shumai.marcuscom.com> Message-ID: On Mon, 11 May 2009, Joe Marcus Clarke wrote: > On Mon, 2009-05-11 at 02:48 +0200, Marco Beishuizen wrote: >> On Mon, 11 May 2009, Joe Marcus Clarke wrote: >> >>> This is the problem. Your /etc/passwd entry contains a '&' which makes >>> for bad XML. Replace this character with a real name for your user, and >>> this problem should go away. >> >> This doesn't seem to be the problem. I removed the & from /etc/passwd from >> the regular user and root, and restarted X. The errors are still in the >> logfile, and only the "logcheck system user" and "other" in GDM. > > That is not correct. /etc/passwd is a convenience file, but no tthe > real password database. You need to edit /etc/master.passwd, and change > the fields there. This is best done with the vipw command. Once the > master.passwd file has been changed, vipw will automatically regenerate > the binary password databases. Ok, now the error messages in the logfile are gone, thanks! The only thing that is left is that the possible login names to choose from are now "User" and "Logcheck system account". "User" is fine of course but why the logcheck system account? "Root" seems more logical. Marco -- It is a wise father that knows his own child. -- William Shakespeare, "The Merchant of Venice" From bugmaster at FreeBSD.org Mon May 11 11:07:16 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 11 11:10:01 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200905111107.n4BB7Faw086312@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134449 gnome [PATCH] misc/shared-mime-info: Respect LOCALBASE a ports/134361 gnome devel/gvfs ports with smbclient support doesn't pass a f ports/133794 gnome x11/gnome2: No go with automatic proxy configuration o ports/133793 gnome x11/gdm: gdm ignores settings from /etc/login.conf o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/131769 gnome upgrade ports/converters/libiconv 6 problems total. From mezz at FreeBSD.org Mon May 11 12:23:37 2009 From: mezz at FreeBSD.org (mezz@FreeBSD.org) Date: Mon May 11 12:23:44 2009 Subject: ports/134449: [PATCH] misc/shared-mime-info: Respect LOCALBASE Message-ID: <200905111223.n4BCNawQ099439@freefall.freebsd.org> Synopsis: [PATCH] misc/shared-mime-info: Respect LOCALBASE State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Mon May 11 12:23:23 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134449 From dfilter at FreeBSD.ORG Mon May 11 12:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon May 11 12:30:10 2009 Subject: ports/134449: commit references a PR Message-ID: <200905111230.n4BCU4Un099618@freefall.freebsd.org> The following reply was made to PR ports/134449; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134449: commit references a PR Date: Mon, 11 May 2009 12:23:11 +0000 (UTC) mezz 2009-05-11 12:23:00 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile misc/shared-mime-info/files patch-Makefile.in Log: Restore the %%MIMEDIRS%% to respect the paths, bump the PORTREVISION. PR: ports/134449 Submitted by: Tim Bishop Revision Changes Path 1.56 +1 -0 ports/misc/shared-mime-info/Makefile 1.9 +1 -1 ports/misc/shared-mime-info/files/patch-Makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Mon May 11 16:45:16 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon May 11 16:45:27 2009 Subject: ports/134358: x11/gnome2: trackerd uses up all of the cpu Message-ID: <200905111645.n4BGjFCa054973@freefall.freebsd.org> Old Synopsis: trackerd uses up all of the cpu New Synopsis: x11/gnome2: trackerd uses up all of the cpu Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 11 16:44:36 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=134358 From marcus at freebsd.org Mon May 11 18:16:50 2009 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Mon May 11 18:16:57 2009 Subject: GDM users list In-Reply-To: References: <1242001810.88553.40.camel@shumai.marcuscom.com> <1242007255.88553.42.camel@shumai.marcuscom.com> Message-ID: <4A086B98.2090501@freebsd.org> Marco Beishuizen wrote: > On Mon, 11 May 2009, Joe Marcus Clarke wrote: > >> On Mon, 2009-05-11 at 02:48 +0200, Marco Beishuizen wrote: >>> On Mon, 11 May 2009, Joe Marcus Clarke wrote: >>> >>>> This is the problem. Your /etc/passwd entry contains a '&' which makes >>>> for bad XML. Replace this character with a real name for your user, >>>> and >>>> this problem should go away. >>> >>> This doesn't seem to be the problem. I removed the & from /etc/passwd >>> from >>> the regular user and root, and restarted X. The errors are still in the >>> logfile, and only the "logcheck system user" and "other" in GDM. >> >> That is not correct. /etc/passwd is a convenience file, but no tthe >> real password database. You need to edit /etc/master.passwd, and change >> the fields there. This is best done with the vipw command. Once the >> master.passwd file has been changed, vipw will automatically regenerate >> the binary password databases. > > Ok, now the error messages in the logfile are gone, thanks! The only > thing that is left is that the possible login names to choose from are > now "User" and "Logcheck system account". "User" is fine of course but > why the logcheck system account? "Root" seems more logical. Root is excluded by default. All system build-in accounts should be excluded, as there is a list of accounts not to show hardcoded in GDM. This Logcheck user is outside of that realm of known excluded users. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From oleg.ginzburg at nevosoft.ru Tue May 12 08:05:09 2009 From: oleg.ginzburg at nevosoft.ru (Oleg Ginzburg) Date: Tue May 12 08:05:17 2009 Subject: ports/134361: devel/gvfs ports with smbclient support doesn't pass anonymous browsing In-Reply-To: <200905092016.n49KGRJi041490@freefall.freebsd.org> References: <200905092016.n49KGRJi041490@freefall.freebsd.org> Message-ID: <200905121147.35300.oleg.ginzburg@nevosoft.ru> On Sunday 10 May 2009 00:16:27 marcus@freebsd.org wrote: > Synopsis: devel/gvfs ports with smbclient support doesn't pass anonymous > browsing > > State-Changed-From-To: open->analyzed > State-Changed-By: marcus > State-Changed-When: Sat May 9 20:15:22 UTC 2009 > State-Changed-Why: > You are right, and FreeBSD isn't the only OS seeing this (see > https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/316862). Can you > raise a bug in GNOME Bugzilla for this (http://bugzilla.gnome.org)? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=134361 done. http://bugzilla.gnome.org/show_activity.cgi?id=582277 From linimon at FreeBSD.org Tue May 12 21:29:53 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue May 12 21:30:04 2009 Subject: ports/134463: misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compiles, but fails to install Message-ID: <200905122129.n4CLTqkD019295@freefall.freebsd.org> Synopsis: misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compiles, but fails to install Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 12 21:29:37 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=134463 From mezz7 at cox.net Tue May 12 23:00:17 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue May 12 23:00:23 2009 Subject: ports/134463: misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compiles, but fails to install Message-ID: <200905122300.n4CN0BRq040818@freefall.freebsd.org> The following reply was made to PR ports/134463; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, shweduke@mail.ru Cc: Subject: Re: ports/134463: misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compiles, but fails to install Date: Tue, 12 May 2009 17:56:25 -0500 It looks like you need to follow the Perl upgrade in /usr/ports/UPDATING. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From edwin at FreeBSD.org Wed May 13 11:50:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed May 13 11:50:19 2009 Subject: ports/134509: graphics/inkscape: after loading any type of data file (SVG, PDF, EPS ...) inkscape gets stuck and eating up 100% CPU :** (inkscape:1677): CRITICAL **: SPCurve* sp_curve_new_from_foreign_bpath(const NArtBpath*): assertion `new_bpath != N Message-ID: <200905131150.n4DBoCHx024694@freefall.freebsd.org> Synopsis: graphics/inkscape: after loading any type of data file (SVG, PDF, EPS ...) inkscape gets stuck and eating up 100% CPU :** (inkscape:1677): CRITICAL **: SPCurve* sp_curve_new_from_foreign_bpath(const NArtBpath*): assertion `new_bpath != N Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 13 11:50:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134509 From nathan.stocks at gmail.com Wed May 13 14:32:18 2009 From: nathan.stocks at gmail.com (Nathan) Date: Wed May 13 14:32:25 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 Message-ID: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> Hi, this is my first time with FreeBSD. I'm trying to replace an old linux server for a thin-client lab with a brand-new FreeBSD one on a nice amd opteron box. I can't get XDMCP working with either xdm or gdm. I spent all day yesterday (with two coworkers) reading, googling, and trying everything we read or could think of to get either login manager working. They both work on the local console, but the configurations for enabling XDMCP don't seem to work. Then on #freebsd this morning someone pointed me to this recent email in this mailing list's archive: http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel Everything I currently have installed was straight off the DVD (literally. I just installed the "X-Kern-Developer" distribution, and then installed gnome2 off the DVD). What do I need to do to use those patches referenced in the email above? Do I need to update ports, then download those patches, and then upgrade all of gnome from ports somehow? Or can I just download the patches and update gdm? I really don't care whether we use xdm or gdm, but I can't get either one working using the freebsd handbook or any other documentation I can find. (though I have gotten both working on several Linux distros) This is a fresh install, so I'll mess with stuff trying to figure it out in the meantime, and I can always wipe and reinstall, but I would really appreciate some guidance here! I'll post any progress I make to the list. I'll be working on this for about the next 9 hours straight. ~ Nathan From nathan.stocks at gmail.com Wed May 13 15:18:46 2009 From: nathan.stocks at gmail.com (Nathan) Date: Wed May 13 15:18:53 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 In-Reply-To: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> References: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> Message-ID: <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> On Wed, May 13, 2009 at 8:12 AM, Nathan wrote: > Hi, this is my first time with FreeBSD. ?I'm trying to replace an old > linux server for a thin-client lab with a brand-new FreeBSD one on a > nice amd opteron box. > > I can't get XDMCP working with either xdm or gdm. ?I spent all day > yesterday (with two coworkers) reading, googling, and trying > everything we read or could think of to get either login manager > working. ?They both work on the local console, but the configurations > for enabling XDMCP don't seem to work. ?Then on #freebsd this morning > someone pointed me to this recent email in this mailing list's > archive: > > http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel > > Everything I currently have installed was straight off the DVD > (literally. ?I just installed the "X-Kern-Developer" distribution, and > then installed gnome2 off the DVD). ?What do I need to do to use those > patches referenced in the email above? ?Do I need to update ports, > then download those patches, and then upgrade all of gnome from ports > somehow? ?Or can I just download the patches and update gdm? > > I really don't care whether we use xdm or gdm, but I can't get either > one working using the freebsd handbook or any other documentation I > can find. ?(though I have gotten both working on several Linux > distros) > > This is a fresh install, so I'll mess with stuff trying to figure it > out in the meantime, and I can always wipe and reinstall, but I would > really appreciate some guidance here! > > I'll post any progress I make to the list. ?I'll be working on this > for about the next 9 hours straight. Okay, I did "portsnap fetch" and "portsnap extract" and "portsnap update" and then: * put "Makefile" from the patches[1] into /usr/ports/x11/gdm * put the rest of the patches[1] into /usr/ports/x11/gdm/files [1] http://www.marcuscom.com/downloads/gdm/ Then I ran "make build" with the default config options from /usr/ports/x11/gdm -- and hit the following error: ------------------------------- ===> Vulnerability check disabled, database not found ===> Found saved configuration for gdm-2.26.1_1 => gdm-2.26.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gdm/2.26/. gdm-2.26.1.tar.bz2 100% of 2467 kB 53 kBps 00m00s ===> Extracting for gdm-2.26.1_1 => MD5 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. => SHA256 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. ===> Patching for gdm-2.26.1_1 ===> Applying FreeBSD patches for gdm-2.26.1_1 ===> gdm-2.26.1_1 depends on executable: zenity - found ===> gdm-2.26.1_1 depends on executable: gmake - found ===> gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmxproto.pc - found ===> gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmx.pc - found ===> gdm-2.26.1_1 depends on file: /usr/local/bin/intltool-extract - not found ===> Verifying install for /usr/local/bin/intltool-extract in /usr/ports/textproc/intltool ===> Vulnerability check disabled, database not found => intltool-0.40.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/intltool/0.40/. intltool-0.40.6.tar.bz2 100% of 137 kB 75 kBps ===> Extracting for intltool-0.40.6 => MD5 Checksum OK for gnome/intltool-0.40.6.tar.bz2. => SHA256 Checksum OK for gnome/intltool-0.40.6.tar.bz2. ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found ===> Patching for intltool-0.40.6 ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found ===> intltool-0.40.6 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found ===> intltool-0.40.6 depends on executable: gmake - found ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found ===> intltool-0.40.6 depends on shared library: iconv.3 - found ===> Configuring for intltool-0.40.6 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no [snip] cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" -DSBINDIR=\"/usr/local/sbin\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DGDM_XAUTH_DIR=\"/var/run/gdm\" -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT gdm-manager.o -MD -MP -MF .deps/gdm-manager.Tpo -c -o gdm-manager.o gdm-manager.c gdm-manager.c:36:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined : warning: this is the location of the previous definition mv -f .deps/gdm-manager.Tpo .deps/gdm-manager.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" -DSBINDIR=\"/usr/local/sbin\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DGDM_XAUTH_DIR=\"/var/run/gdm\" -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT gdm-slave-proxy.o -MD -MP -MF .deps/gdm-slave-proxy.Tpo -c -o gdm-slave-proxy.o gdm-slave-proxy.c mv -f .deps/gdm-slave-proxy.Tpo .deps/gdm-slave-proxy.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" -DSBINDIR=\"/usr/local/sbin\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DGDM_XAUTH_DIR=\"/var/run/gdm\" -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT gdm-xdmcp-display-factory.o -MD -MP -MF .deps/gdm-xdmcp-display-factory.Tpo -c -o gdm-xdmcp-display-factory.o gdm-xdmcp-display-factory.c gdm-xdmcp-display-factory.c: In function 'decode_packet': gdm-xdmcp-display-factory.c:2839: error: cannot convert to a pointer type gmake[3]: *** [gdm-xdmcp-display-factory.o] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/x11/gdm. *** Error code 1 Stop in /usr/ports/x11/gdm. ------------------------------- What should I try now? ~ Nathan From edward.meewis at telfort.nl Wed May 13 17:04:12 2009 From: edward.meewis at telfort.nl (Edward Meewis) Date: Wed May 13 17:04:18 2009 Subject: FreeBSD Port: devel/dbus - Mising dependency libSM? Message-ID: <4A0AFA02.2080602@telfort.nl> Hi, During a vanilla compile/install of the xorg-minimal port with portinstall on FreeBSD 7.1 I got the following message: --- /usr/bin/ld: cannot find -lSM gmake[2]: *** [dbus-launch] Error 1 gmake[2]: Leaving directory `/usr/builds/usr/ports/devel/dbus/work/dbus-1.2.4.6permissive/tools' ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20090513-59145-12wtsuh-0 env make --- Seems that dbus also depends on libSM. Would it be a good idea to add that to the dependency list? That may have also caused the following: --- ---> Skipping 'sysutils/consolekit' because a requisite port 'devel/dbus-glib' failed (specify -k to force) ---> Skipping 'sysutils/hal' because a requisite port 'sysutils/policykit' failed (specify -k to force) ---> Skipping 'x11-servers/xorg-server' because a requisite port 'sysutils/hal' failed (specify -k to force) ---> Skipping 'x11-drivers/xf86-input-keyboard' because a requisite port 'x11-servers/xorg-server' failed (specify -k to force) ---> Skipping 'x11-drivers/xf86-input-mouse' because a requisite port 'x11-servers/xorg-server' failed (specify -k to force) ---> Skipping 'x11-drivers/xf86-video-vesa' because a requisite port 'x11-servers/xorg-server' failed (specify -k to force) --- Could you add that? Regards, Edward uname -a: FreeBSD bullebak.meewis.home 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #0: Tue May 12 23:28:41 CEST 2009 root@bullebak.meewis.home:/usr/obj/usr/src/sys/Minimal i386 From nathan.stocks at gmail.com Wed May 13 18:38:15 2009 From: nathan.stocks at gmail.com (Nathan) Date: Wed May 13 18:38:22 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 In-Reply-To: <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> References: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> Message-ID: <96c9d6a80905131138v1095134ey1ee265514ca612a5@mail.gmail.com> On Wed, May 13, 2009 at 9:18 AM, Nathan wrote: > On Wed, May 13, 2009 at 8:12 AM, Nathan wrote: >> Hi, this is my first time with FreeBSD. ?I'm trying to replace an old >> linux server for a thin-client lab with a brand-new FreeBSD one on a >> nice amd opteron box. >> >> I can't get XDMCP working with either xdm or gdm. ?I spent all day >> yesterday (with two coworkers) reading, googling, and trying >> everything we read or could think of to get either login manager >> working. ?They both work on the local console, but the configurations >> for enabling XDMCP don't seem to work. ?Then on #freebsd this morning >> someone pointed me to this recent email in this mailing list's >> archive: >> >> http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel >> >> Everything I currently have installed was straight off the DVD >> (literally. ?I just installed the "X-Kern-Developer" distribution, and >> then installed gnome2 off the DVD). ?What do I need to do to use those >> patches referenced in the email above? ?Do I need to update ports, >> then download those patches, and then upgrade all of gnome from ports >> somehow? ?Or can I just download the patches and update gdm? >> >> I really don't care whether we use xdm or gdm, but I can't get either >> one working using the freebsd handbook or any other documentation I >> can find. ?(though I have gotten both working on several Linux >> distros) >> >> This is a fresh install, so I'll mess with stuff trying to figure it >> out in the meantime, and I can always wipe and reinstall, but I would >> really appreciate some guidance here! >> >> I'll post any progress I make to the list. ?I'll be working on this >> for about the next 9 hours straight. > > Okay, I did "portsnap fetch" and "portsnap extract" and "portsnap > update" and then: > > * put "Makefile" from the patches[1] into /usr/ports/x11/gdm > * put the rest of the patches[1] into /usr/ports/x11/gdm/files > > [1] http://www.marcuscom.com/downloads/gdm/ > > Then I ran "make build" with the default config options from > /usr/ports/x11/gdm -- and hit the following error: > > ------------------------------- > ===> ?Vulnerability check disabled, database not found > ===> ?Found saved configuration for gdm-2.26.1_1 > => gdm-2.26.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. > => Attempting to fetch from > ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gdm/2.26/. > gdm-2.26.1.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? ? ? ?100% of 2467 kB ? 53 kBps 00m00s > ===> ?Extracting for gdm-2.26.1_1 > => MD5 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. > => SHA256 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. > ===> ?Patching for gdm-2.26.1_1 > ===> ?Applying FreeBSD patches for gdm-2.26.1_1 > ===> ? gdm-2.26.1_1 depends on executable: zenity - found > ===> ? gdm-2.26.1_1 depends on executable: gmake - found > ===> ? gdm-2.26.1_1 depends on file: > /usr/local/libdata/pkgconfig/dmxproto.pc - found > ===> ? gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmx.pc - found > ===> ? gdm-2.26.1_1 depends on file: /usr/local/bin/intltool-extract - not found > ===> ? ?Verifying install for /usr/local/bin/intltool-extract in > /usr/ports/textproc/intltool > ===> ?Vulnerability check disabled, database not found > => intltool-0.40.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. > => Attempting to fetch from > ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/intltool/0.40/. > intltool-0.40.6.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? 100% of ?137 kB ? 75 kBps > ===> ?Extracting for intltool-0.40.6 > => MD5 Checksum OK for gnome/intltool-0.40.6.tar.bz2. > => SHA256 Checksum OK for gnome/intltool-0.40.6.tar.bz2. > ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > ===> ?Patching for intltool-0.40.6 > ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > ===> ? intltool-0.40.6 depends on file: > /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found > ===> ? intltool-0.40.6 depends on executable: gmake - found > ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > ===> ? intltool-0.40.6 depends on shared library: iconv.3 - found > ===> ?Configuring for intltool-0.40.6 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > > [snip] > > cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common > -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > -DSBINDIR=\"/usr/local/sbin\" > -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > -DGDM_XAUTH_DIR=\"/var/run/gdm\" > -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes > -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT > gdm-manager.o -MD -MP -MF .deps/gdm-manager.Tpo -c -o gdm-manager.o > gdm-manager.c > gdm-manager.c:36:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined > : warning: this is the location of the previous definition > mv -f .deps/gdm-manager.Tpo .deps/gdm-manager.Po > cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common > -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > -DSBINDIR=\"/usr/local/sbin\" > -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > -DGDM_XAUTH_DIR=\"/var/run/gdm\" > -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes > -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT > gdm-slave-proxy.o -MD -MP -MF .deps/gdm-slave-proxy.Tpo -c -o > gdm-slave-proxy.o gdm-slave-proxy.c > mv -f .deps/gdm-slave-proxy.Tpo .deps/gdm-slave-proxy.Po > cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common > -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > -DSBINDIR=\"/usr/local/sbin\" > -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > -DGDM_XAUTH_DIR=\"/var/run/gdm\" > -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes > -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT > gdm-xdmcp-display-factory.o -MD -MP -MF > .deps/gdm-xdmcp-display-factory.Tpo -c -o gdm-xdmcp-display-factory.o > gdm-xdmcp-display-factory.c > gdm-xdmcp-display-factory.c: In function 'decode_packet': > gdm-xdmcp-display-factory.c:2839: error: cannot convert to a pointer type > gmake[3]: *** [gdm-xdmcp-display-factory.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/x11/gdm. > *** Error code 1 > > Stop in /usr/ports/x11/gdm. > ------------------------------- > > What should I try now? > > ~ Nathan I switched over to working on xdm and finally got it to work! The root of the problem seems to be that xdm was binding to udp6 (as in udp on ipv6) ONLY, and I'm using a regular ipv4 network. The solution in xdm's case was to add "LISTEN 0.0.0.0" to the top of "/usr/local/lib/X11/xdm/Xaccess". I suspect that my problem with gdm may be similar, but I haven't verified that. I'm reinstalling the system right now, so I'll check and see if gdm is only binding to udp6 when it's back up. If that did happen to be gdm's problem, how could I instruct it to listen on regular udp as well? There doesn't seem to be an Xaccess file in /usr/local/etc/gdm. ~ Nathan From nathan.stocks at gmail.com Wed May 13 19:08:40 2009 From: nathan.stocks at gmail.com (Nathan) Date: Wed May 13 19:08:52 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 In-Reply-To: <96c9d6a80905131138v1095134ey1ee265514ca612a5@mail.gmail.com> References: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> <96c9d6a80905131138v1095134ey1ee265514ca612a5@mail.gmail.com> Message-ID: <96c9d6a80905131208x15269130ibea95a7d9144308c@mail.gmail.com> On Wed, May 13, 2009 at 12:38 PM, Nathan wrote: > On Wed, May 13, 2009 at 9:18 AM, Nathan wrote: >> On Wed, May 13, 2009 at 8:12 AM, Nathan wrote: >>> Hi, this is my first time with FreeBSD. ?I'm trying to replace an old >>> linux server for a thin-client lab with a brand-new FreeBSD one on a >>> nice amd opteron box. >>> >>> I can't get XDMCP working with either xdm or gdm. ?I spent all day >>> yesterday (with two coworkers) reading, googling, and trying >>> everything we read or could think of to get either login manager >>> working. ?They both work on the local console, but the configurations >>> for enabling XDMCP don't seem to work. ?Then on #freebsd this morning >>> someone pointed me to this recent email in this mailing list's >>> archive: >>> >>> http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel >>> >>> Everything I currently have installed was straight off the DVD >>> (literally. ?I just installed the "X-Kern-Developer" distribution, and >>> then installed gnome2 off the DVD). ?What do I need to do to use those >>> patches referenced in the email above? ?Do I need to update ports, >>> then download those patches, and then upgrade all of gnome from ports >>> somehow? ?Or can I just download the patches and update gdm? >>> >>> I really don't care whether we use xdm or gdm, but I can't get either >>> one working using the freebsd handbook or any other documentation I >>> can find. ?(though I have gotten both working on several Linux >>> distros) >>> >>> This is a fresh install, so I'll mess with stuff trying to figure it >>> out in the meantime, and I can always wipe and reinstall, but I would >>> really appreciate some guidance here! >>> >>> I'll post any progress I make to the list. ?I'll be working on this >>> for about the next 9 hours straight. >> >> Okay, I did "portsnap fetch" and "portsnap extract" and "portsnap >> update" and then: >> >> * put "Makefile" from the patches[1] into /usr/ports/x11/gdm >> * put the rest of the patches[1] into /usr/ports/x11/gdm/files >> >> [1] http://www.marcuscom.com/downloads/gdm/ >> >> Then I ran "make build" with the default config options from >> /usr/ports/x11/gdm -- and hit the following error: >> >> ------------------------------- >> ===> ?Vulnerability check disabled, database not found >> ===> ?Found saved configuration for gdm-2.26.1_1 >> => gdm-2.26.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> => Attempting to fetch from >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gdm/2.26/. >> gdm-2.26.1.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? ? ? ?100% of 2467 kB ? 53 kBps 00m00s >> ===> ?Extracting for gdm-2.26.1_1 >> => MD5 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. >> => SHA256 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. >> ===> ?Patching for gdm-2.26.1_1 >> ===> ?Applying FreeBSD patches for gdm-2.26.1_1 >> ===> ? gdm-2.26.1_1 depends on executable: zenity - found >> ===> ? gdm-2.26.1_1 depends on executable: gmake - found >> ===> ? gdm-2.26.1_1 depends on file: >> /usr/local/libdata/pkgconfig/dmxproto.pc - found >> ===> ? gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmx.pc - found >> ===> ? gdm-2.26.1_1 depends on file: /usr/local/bin/intltool-extract - not found >> ===> ? ?Verifying install for /usr/local/bin/intltool-extract in >> /usr/ports/textproc/intltool >> ===> ?Vulnerability check disabled, database not found >> => intltool-0.40.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> => Attempting to fetch from >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/intltool/0.40/. >> intltool-0.40.6.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? 100% of ?137 kB ? 75 kBps >> ===> ?Extracting for intltool-0.40.6 >> => MD5 Checksum OK for gnome/intltool-0.40.6.tar.bz2. >> => SHA256 Checksum OK for gnome/intltool-0.40.6.tar.bz2. >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> ===> ?Patching for intltool-0.40.6 >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> ===> ? intltool-0.40.6 depends on file: >> /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found >> ===> ? intltool-0.40.6 depends on executable: gmake - found >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> ===> ? intltool-0.40.6 depends on shared library: iconv.3 - found >> ===> ?Configuring for intltool-0.40.6 >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >> checking whether build environment is sane... yes >> checking for gawk... no >> checking for mawk... no >> >> [snip] >> >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> -DSBINDIR=\"/usr/local/sbin\" >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> gdm-manager.o -MD -MP -MF .deps/gdm-manager.Tpo -c -o gdm-manager.o >> gdm-manager.c >> gdm-manager.c:36:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined >> : warning: this is the location of the previous definition >> mv -f .deps/gdm-manager.Tpo .deps/gdm-manager.Po >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> -DSBINDIR=\"/usr/local/sbin\" >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> gdm-slave-proxy.o -MD -MP -MF .deps/gdm-slave-proxy.Tpo -c -o >> gdm-slave-proxy.o gdm-slave-proxy.c >> mv -f .deps/gdm-slave-proxy.Tpo .deps/gdm-slave-proxy.Po >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> -DSBINDIR=\"/usr/local/sbin\" >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> gdm-xdmcp-display-factory.o -MD -MP -MF >> .deps/gdm-xdmcp-display-factory.Tpo -c -o gdm-xdmcp-display-factory.o >> gdm-xdmcp-display-factory.c >> gdm-xdmcp-display-factory.c: In function 'decode_packet': >> gdm-xdmcp-display-factory.c:2839: error: cannot convert to a pointer type >> gmake[3]: *** [gdm-xdmcp-display-factory.o] Error 1 >> gmake[3]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' >> gmake[2]: *** [all] Error 2 >> gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1' >> gmake: *** [all] Error 2 >> *** Error code 1 >> >> Stop in /usr/ports/x11/gdm. >> *** Error code 1 >> >> Stop in /usr/ports/x11/gdm. >> ------------------------------- >> >> What should I try now? >> >> ~ Nathan > > I switched over to working on xdm and finally got it to work! ?The > root of the problem seems to be that xdm was binding to udp6 (as in > udp on ipv6) ONLY, and I'm using a regular ipv4 network. ?The solution > in xdm's case was to add "LISTEN 0.0.0.0" to the top of > "/usr/local/lib/X11/xdm/Xaccess". ?I suspect that my problem with gdm > may be similar, but I haven't verified that. ?I'm reinstalling the > system right now, so I'll check and see if gdm is only binding to udp6 > when it's back up. ?If that did happen to be gdm's problem, how could > I instruct it to listen on regular udp as well? ?There doesn't seem to > be an Xaccess file in /usr/local/etc/gdm. > > ~ Nathan > Okay, fresh install, gdm running (from CD, not ports -- and no custom patches). According to sockstat, it appears that gdm is doing the same thing that xdm was -- only binding to udp6 and not regular udp: root gdm-binary 999 8 udp6 *:177 *:* compare that to the entry for syslog, for example: root syslogd 536 6 udp6 *:514 *:* root syslogd 536 7 udp4 *:514 *:* Is there a config setting for gdm that I can set to make it listen on regular udp as well? ~ Nathan From marcus at marcuscom.com Wed May 13 19:16:43 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed May 13 19:16:50 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 In-Reply-To: <96c9d6a80905131208x15269130ibea95a7d9144308c@mail.gmail.com> References: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> <96c9d6a80905131138v1095134ey1ee265514ca612a5@mail.gmail.com> <96c9d6a80905131208x15269130ibea95a7d9144308c@mail.gmail.com> Message-ID: <1242242210.42382.91.camel@shumai.marcuscom.com> On Wed, 2009-05-13 at 13:08 -0600, Nathan wrote: > On Wed, May 13, 2009 at 12:38 PM, Nathan wrote: > > On Wed, May 13, 2009 at 9:18 AM, Nathan wrote: > >> On Wed, May 13, 2009 at 8:12 AM, Nathan wrote: > >>> Hi, this is my first time with FreeBSD. I'm trying to replace an old > >>> linux server for a thin-client lab with a brand-new FreeBSD one on a > >>> nice amd opteron box. > >>> > >>> I can't get XDMCP working with either xdm or gdm. I spent all day > >>> yesterday (with two coworkers) reading, googling, and trying > >>> everything we read or could think of to get either login manager > >>> working. They both work on the local console, but the configurations > >>> for enabling XDMCP don't seem to work. Then on #freebsd this morning > >>> someone pointed me to this recent email in this mailing list's > >>> archive: > >>> > >>> http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel > >>> > >>> Everything I currently have installed was straight off the DVD > >>> (literally. I just installed the "X-Kern-Developer" distribution, and > >>> then installed gnome2 off the DVD). What do I need to do to use those > >>> patches referenced in the email above? Do I need to update ports, > >>> then download those patches, and then upgrade all of gnome from ports > >>> somehow? Or can I just download the patches and update gdm? > >>> > >>> I really don't care whether we use xdm or gdm, but I can't get either > >>> one working using the freebsd handbook or any other documentation I > >>> can find. (though I have gotten both working on several Linux > >>> distros) > >>> > >>> This is a fresh install, so I'll mess with stuff trying to figure it > >>> out in the meantime, and I can always wipe and reinstall, but I would > >>> really appreciate some guidance here! > >>> > >>> I'll post any progress I make to the list. I'll be working on this > >>> for about the next 9 hours straight. > >> > >> Okay, I did "portsnap fetch" and "portsnap extract" and "portsnap > >> update" and then: > >> > >> * put "Makefile" from the patches[1] into /usr/ports/x11/gdm > >> * put the rest of the patches[1] into /usr/ports/x11/gdm/files > >> > >> [1] http://www.marcuscom.com/downloads/gdm/ > >> > >> Then I ran "make build" with the default config options from > >> /usr/ports/x11/gdm -- and hit the following error: > >> > >> ------------------------------- > >> ===> Vulnerability check disabled, database not found > >> ===> Found saved configuration for gdm-2.26.1_1 > >> => gdm-2.26.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. > >> => Attempting to fetch from > >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gdm/2.26/. > >> gdm-2.26.1.tar.bz2 100% of 2467 kB 53 kBps 00m00s > >> ===> Extracting for gdm-2.26.1_1 > >> => MD5 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. > >> => SHA256 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. > >> ===> Patching for gdm-2.26.1_1 > >> ===> Applying FreeBSD patches for gdm-2.26.1_1 > >> ===> gdm-2.26.1_1 depends on executable: zenity - found > >> ===> gdm-2.26.1_1 depends on executable: gmake - found > >> ===> gdm-2.26.1_1 depends on file: > >> /usr/local/libdata/pkgconfig/dmxproto.pc - found > >> ===> gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmx.pc - found > >> ===> gdm-2.26.1_1 depends on file: /usr/local/bin/intltool-extract - not found > >> ===> Verifying install for /usr/local/bin/intltool-extract in > >> /usr/ports/textproc/intltool > >> ===> Vulnerability check disabled, database not found > >> => intltool-0.40.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. > >> => Attempting to fetch from > >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/intltool/0.40/. > >> intltool-0.40.6.tar.bz2 100% of 137 kB 75 kBps > >> ===> Extracting for intltool-0.40.6 > >> => MD5 Checksum OK for gnome/intltool-0.40.6.tar.bz2. > >> => SHA256 Checksum OK for gnome/intltool-0.40.6.tar.bz2. > >> ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > >> ===> Patching for intltool-0.40.6 > >> ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > >> ===> intltool-0.40.6 depends on file: > >> /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found > >> ===> intltool-0.40.6 depends on executable: gmake - found > >> ===> intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found > >> ===> intltool-0.40.6 depends on shared library: iconv.3 - found > >> ===> Configuring for intltool-0.40.6 > >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > >> checking whether build environment is sane... yes > >> checking for gawk... no > >> checking for mawk... no > >> > >> [snip] > >> > >> cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common > >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > >> -DSBINDIR=\"/usr/local/sbin\" > >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" > >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > >> -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes > >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > >> -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT > >> gdm-manager.o -MD -MP -MF .deps/gdm-manager.Tpo -c -o gdm-manager.o > >> gdm-manager.c > >> gdm-manager.c:36:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined > >> : warning: this is the location of the previous definition > >> mv -f .deps/gdm-manager.Tpo .deps/gdm-manager.Po > >> cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common > >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > >> -DSBINDIR=\"/usr/local/sbin\" > >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" > >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > >> -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes > >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > >> -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT > >> gdm-slave-proxy.o -MD -MP -MF .deps/gdm-slave-proxy.Tpo -c -o > >> gdm-slave-proxy.o gdm-slave-proxy.c > >> mv -f .deps/gdm-slave-proxy.Tpo .deps/gdm-slave-proxy.Po > >> cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common > >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" > >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" > >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" > >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" > >> -DSBINDIR=\"/usr/local/sbin\" > >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" > >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" > >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 > >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal > >> -D_THREAD_SAFE -I/usr/local/include -Wall -Wmissing-prototypes > >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" > >> -I/usr/local/include -DHAS_SA_LEN -O2 -fno-strict-aliasing -pipe -MT > >> gdm-xdmcp-display-factory.o -MD -MP -MF > >> .deps/gdm-xdmcp-display-factory.Tpo -c -o gdm-xdmcp-display-factory.o > >> gdm-xdmcp-display-factory.c > >> gdm-xdmcp-display-factory.c: In function 'decode_packet': > >> gdm-xdmcp-display-factory.c:2839: error: cannot convert to a pointer type > >> gmake[3]: *** [gdm-xdmcp-display-factory.o] Error 1 > >> gmake[3]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' > >> gmake[2]: *** [all] Error 2 > >> gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' > >> gmake[1]: *** [all-recursive] Error 1 > >> gmake[1]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1' > >> gmake: *** [all] Error 2 > >> *** Error code 1 > >> > >> Stop in /usr/ports/x11/gdm. > >> *** Error code 1 > >> > >> Stop in /usr/ports/x11/gdm. > >> ------------------------------- > >> > >> What should I try now? > >> > >> ~ Nathan > > > > I switched over to working on xdm and finally got it to work! The > > root of the problem seems to be that xdm was binding to udp6 (as in > > udp on ipv6) ONLY, and I'm using a regular ipv4 network. The solution > > in xdm's case was to add "LISTEN 0.0.0.0" to the top of > > "/usr/local/lib/X11/xdm/Xaccess". I suspect that my problem with gdm > > may be similar, but I haven't verified that. I'm reinstalling the > > system right now, so I'll check and see if gdm is only binding to udp6 > > when it's back up. If that did happen to be gdm's problem, how could > > I instruct it to listen on regular udp as well? There doesn't seem to > > be an Xaccess file in /usr/local/etc/gdm. > > > > ~ Nathan > > > > Okay, fresh install, gdm running (from CD, not ports -- and no custom patches). > > According to sockstat, it appears that gdm is doing the same thing > that xdm was -- only binding to udp6 and not regular udp: > > root gdm-binary 999 8 udp6 *:177 *:* > > compare that to the entry for syslog, for example: > > root syslogd 536 6 udp6 *:514 *:* > root syslogd 536 7 udp4 *:514 *:* > > Is there a config setting for gdm that I can set to make it listen on > regular udp as well? No. GDM is currently broken with it comes to XDMCP. I have not been able to create a working patch set. 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/20090513/099ddd31/attachment.pgp From marcus at marcuscom.com Wed May 13 19:19:51 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed May 13 19:19:57 2009 Subject: FreeBSD Port: devel/dbus - Mising dependency libSM? In-Reply-To: <4A0AFA02.2080602@telfort.nl> References: <4A0AFA02.2080602@telfort.nl> Message-ID: <1242242399.42382.94.camel@shumai.marcuscom.com> On Wed, 2009-05-13 at 18:49 +0200, Edward Meewis wrote: > Hi, > > During a vanilla compile/install of the xorg-minimal port with > portinstall on FreeBSD 7.1 I got the following message: > --- > /usr/bin/ld: cannot find -lSM > gmake[2]: *** [dbus-launch] Error 1 > gmake[2]: Leaving directory > `/usr/builds/usr/ports/devel/dbus/work/dbus-1.2.4.6permissive/tools' > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall20090513-59145-12wtsuh-0 env make > --- > > Seems that dbus also depends on libSM. Would it be a good idea to add > that to the dependency list? No, dbus does not depend on libSM. That library must be sneaking in from some other dependency as dbus builds just fine in Tinderbox: http://www.marcuscom.com/tb/logs/7.2-MarcusCom/dbus-1.2.4.6.log Joe > > That may have also caused the following: > --- > ---> Skipping 'sysutils/consolekit' because a requisite port > 'devel/dbus-glib' failed (specify -k to force) > ---> Skipping 'sysutils/hal' because a requisite port > 'sysutils/policykit' failed (specify -k to force) > ---> Skipping 'x11-servers/xorg-server' because a requisite port > 'sysutils/hal' failed (specify -k to force) > ---> Skipping 'x11-drivers/xf86-input-keyboard' because a requisite > port 'x11-servers/xorg-server' failed (specify -k to force) > ---> Skipping 'x11-drivers/xf86-input-mouse' because a requisite port > 'x11-servers/xorg-server' failed (specify -k to force) > ---> Skipping 'x11-drivers/xf86-video-vesa' because a requisite port > 'x11-servers/xorg-server' failed (specify -k to force) > --- > > Could you add that? > > Regards, Edward > > uname -a: > > FreeBSD bullebak.meewis.home 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #0: > Tue May 12 23:28:41 CEST 2009 > root@bullebak.meewis.home:/usr/obj/usr/src/sys/Minimal i386 > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090513/71751b1d/attachment.pgp From nathan.stocks at gmail.com Wed May 13 19:50:31 2009 From: nathan.stocks at gmail.com (Nathan) Date: Wed May 13 19:50:40 2009 Subject: Problems with XDMCP and gnome 2.26 on 7.2-RELEASE-amd64-dvd1 In-Reply-To: <1242242210.42382.91.camel@shumai.marcuscom.com> References: <96c9d6a80905130712q2adc071eoea9a2a9e36cb85db@mail.gmail.com> <96c9d6a80905130818h28fcffcenbadcb9d6bdc4ad93@mail.gmail.com> <96c9d6a80905131138v1095134ey1ee265514ca612a5@mail.gmail.com> <96c9d6a80905131208x15269130ibea95a7d9144308c@mail.gmail.com> <1242242210.42382.91.camel@shumai.marcuscom.com> Message-ID: <96c9d6a80905131250u7637a5dcm91bdf5eb716f7092@mail.gmail.com> On Wed, May 13, 2009 at 1:16 PM, Joe Marcus Clarke wrote: > On Wed, 2009-05-13 at 13:08 -0600, Nathan wrote: >> On Wed, May 13, 2009 at 12:38 PM, Nathan wrote: >> > On Wed, May 13, 2009 at 9:18 AM, Nathan wrote: >> >> On Wed, May 13, 2009 at 8:12 AM, Nathan wrote: >> >>> Hi, this is my first time with FreeBSD. ?I'm trying to replace an old >> >>> linux server for a thin-client lab with a brand-new FreeBSD one on a >> >>> nice amd opteron box. >> >>> >> >>> I can't get XDMCP working with either xdm or gdm. ?I spent all day >> >>> yesterday (with two coworkers) reading, googling, and trying >> >>> everything we read or could think of to get either login manager >> >>> working. ?They both work on the local console, but the configurations >> >>> for enabling XDMCP don't seem to work. ?Then on #freebsd this morning >> >>> someone pointed me to this recent email in this mailing list's >> >>> archive: >> >>> >> >>> http://docs.freebsd.org/cgi/mid.cgi?1241929056.88553.29.camel >> >>> >> >>> Everything I currently have installed was straight off the DVD >> >>> (literally. ?I just installed the "X-Kern-Developer" distribution, and >> >>> then installed gnome2 off the DVD). ?What do I need to do to use those >> >>> patches referenced in the email above? ?Do I need to update ports, >> >>> then download those patches, and then upgrade all of gnome from ports >> >>> somehow? ?Or can I just download the patches and update gdm? >> >>> >> >>> I really don't care whether we use xdm or gdm, but I can't get either >> >>> one working using the freebsd handbook or any other documentation I >> >>> can find. ?(though I have gotten both working on several Linux >> >>> distros) >> >>> >> >>> This is a fresh install, so I'll mess with stuff trying to figure it >> >>> out in the meantime, and I can always wipe and reinstall, but I would >> >>> really appreciate some guidance here! >> >>> >> >>> I'll post any progress I make to the list. ?I'll be working on this >> >>> for about the next 9 hours straight. >> >> >> >> Okay, I did "portsnap fetch" and "portsnap extract" and "portsnap >> >> update" and then: >> >> >> >> * put "Makefile" from the patches[1] into /usr/ports/x11/gdm >> >> * put the rest of the patches[1] into /usr/ports/x11/gdm/files >> >> >> >> [1] http://www.marcuscom.com/downloads/gdm/ >> >> >> >> Then I ran "make build" with the default config options from >> >> /usr/ports/x11/gdm -- and hit the following error: >> >> >> >> ------------------------------- >> >> ===> ?Vulnerability check disabled, database not found >> >> ===> ?Found saved configuration for gdm-2.26.1_1 >> >> => gdm-2.26.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> >> => Attempting to fetch from >> >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gdm/2.26/. >> >> gdm-2.26.1.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? ? ? ?100% of 2467 kB ? 53 kBps 00m00s >> >> ===> ?Extracting for gdm-2.26.1_1 >> >> => MD5 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. >> >> => SHA256 Checksum OK for gnome2/gdm-2.26.1.tar.bz2. >> >> ===> ?Patching for gdm-2.26.1_1 >> >> ===> ?Applying FreeBSD patches for gdm-2.26.1_1 >> >> ===> ? gdm-2.26.1_1 depends on executable: zenity - found >> >> ===> ? gdm-2.26.1_1 depends on executable: gmake - found >> >> ===> ? gdm-2.26.1_1 depends on file: >> >> /usr/local/libdata/pkgconfig/dmxproto.pc - found >> >> ===> ? gdm-2.26.1_1 depends on file: /usr/local/libdata/pkgconfig/dmx.pc - found >> >> ===> ? gdm-2.26.1_1 depends on file: /usr/local/bin/intltool-extract - not found >> >> ===> ? ?Verifying install for /usr/local/bin/intltool-extract in >> >> /usr/ports/textproc/intltool >> >> ===> ?Vulnerability check disabled, database not found >> >> => intltool-0.40.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> >> => Attempting to fetch from >> >> ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/intltool/0.40/. >> >> intltool-0.40.6.tar.bz2 ? ? ? ? ? ? ? ? ? ? ? 100% of ?137 kB ? 75 kBps >> >> ===> ?Extracting for intltool-0.40.6 >> >> => MD5 Checksum OK for gnome/intltool-0.40.6.tar.bz2. >> >> => SHA256 Checksum OK for gnome/intltool-0.40.6.tar.bz2. >> >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> >> ===> ?Patching for intltool-0.40.6 >> >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> >> ===> ? intltool-0.40.6 depends on file: >> >> /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found >> >> ===> ? intltool-0.40.6 depends on executable: gmake - found >> >> ===> ? intltool-0.40.6 depends on file: /usr/local/bin/perl5.8.9 - found >> >> ===> ? intltool-0.40.6 depends on shared library: iconv.3 - found >> >> ===> ?Configuring for intltool-0.40.6 >> >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >> >> checking whether build environment is sane... yes >> >> checking for gawk... no >> >> checking for mawk... no >> >> >> >> [snip] >> >> >> >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> >> -DSBINDIR=\"/usr/local/sbin\" >> >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> >> gdm-manager.o -MD -MP -MF .deps/gdm-manager.Tpo -c -o gdm-manager.o >> >> gdm-manager.c >> >> gdm-manager.c:36:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined >> >> : warning: this is the location of the previous definition >> >> mv -f .deps/gdm-manager.Tpo .deps/gdm-manager.Po >> >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> >> -DSBINDIR=\"/usr/local/sbin\" >> >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> >> gdm-slave-proxy.o -MD -MP -MF .deps/gdm-slave-proxy.Tpo -c -o >> >> gdm-slave-proxy.o gdm-slave-proxy.c >> >> mv -f .deps/gdm-slave-proxy.Tpo .deps/gdm-slave-proxy.Po >> >> cc -DHAVE_CONFIG_H -I. -I.. ?-I. -I.. -I../common >> >> -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/local/bin\" >> >> -DDATADIR=\"/usr/local/share\" -DDMCONFDIR=\"/usr/local/etc/dm\" >> >> -DGDMCONFDIR=\"/usr/local/etc/gdm\" -DLIBDIR=\"/usr/local/lib\" >> >> -DLIBEXECDIR=\"/usr/local/libexec\" -DLOGDIR=\"/var/log/gdm\" >> >> -DSBINDIR=\"/usr/local/sbin\" >> >> -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" >> >> -DGDM_XAUTH_DIR=\"/var/run/gdm\" >> >> -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" >> >> -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/dbus-1.0 >> >> -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 >> >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hal >> >> -D_THREAD_SAFE -I/usr/local/include ? -Wall -Wmissing-prototypes >> >> -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/usr/local/etc/sysconfig/i18n\" >> >> -I/usr/local/include -DHAS_SA_LEN ?-O2 -fno-strict-aliasing -pipe -MT >> >> gdm-xdmcp-display-factory.o -MD -MP -MF >> >> .deps/gdm-xdmcp-display-factory.Tpo -c -o gdm-xdmcp-display-factory.o >> >> gdm-xdmcp-display-factory.c >> >> gdm-xdmcp-display-factory.c: In function 'decode_packet': >> >> gdm-xdmcp-display-factory.c:2839: error: cannot convert to a pointer type >> >> gmake[3]: *** [gdm-xdmcp-display-factory.o] Error 1 >> >> gmake[3]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' >> >> gmake[2]: *** [all] Error 2 >> >> gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1/daemon' >> >> gmake[1]: *** [all-recursive] Error 1 >> >> gmake[1]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.26.1' >> >> gmake: *** [all] Error 2 >> >> *** Error code 1 >> >> >> >> Stop in /usr/ports/x11/gdm. >> >> *** Error code 1 >> >> >> >> Stop in /usr/ports/x11/gdm. >> >> ------------------------------- >> >> >> >> What should I try now? >> >> >> >> ~ Nathan >> > >> > I switched over to working on xdm and finally got it to work! ?The >> > root of the problem seems to be that xdm was binding to udp6 (as in >> > udp on ipv6) ONLY, and I'm using a regular ipv4 network. ?The solution >> > in xdm's case was to add "LISTEN 0.0.0.0" to the top of >> > "/usr/local/lib/X11/xdm/Xaccess". ?I suspect that my problem with gdm >> > may be similar, but I haven't verified that. ?I'm reinstalling the >> > system right now, so I'll check and see if gdm is only binding to udp6 >> > when it's back up. ?If that did happen to be gdm's problem, how could >> > I instruct it to listen on regular udp as well? ?There doesn't seem to >> > be an Xaccess file in /usr/local/etc/gdm. >> > >> > ~ Nathan >> > >> >> Okay, fresh install, gdm running (from CD, not ports -- and no custom patches). >> >> According to sockstat, it appears that gdm is doing the same thing >> that xdm was -- only binding to udp6 and not regular udp: >> >> root ? ? gdm-binary 999 ? 8 ?udp6 ? *:177 ? ? ? ? ? ? ? ? *:* >> >> compare that to the entry for syslog, for example: >> >> root ? ? syslogd ? ?536 ? 6 ?udp6 ? *:514 ? ? ? ? ? ? ? ? *:* >> root ? ? syslogd ? ?536 ? 7 ?udp4 ? *:514 ? ? ? ? ? ? ? ? *:* >> >> Is there a config setting for gdm that I can set to make it listen on >> regular udp as well? > > No. ?GDM is currently broken with it comes to XDMCP. ?I have not been > able to create a working patch set. > > Joe Good to know. I'll stop spinning my wheels on that and simply use xdm for now. Thanks! ~ Nathan From pav at FreeBSD.org Thu May 14 11:46:30 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu May 14 11:46:42 2009 Subject: ports/134536: [patch] Gimp 2.6.6 fails to open URI's Message-ID: <200905141146.n4EBkT07005483@freefall.freebsd.org> Synopsis: [patch] Gimp 2.6.6 fails to open URI's Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: pav Responsible-Changed-When: Thu May 14 11:46:14 UTC 2009 Responsible-Changed-Why: Assign http://www.freebsd.org/cgi/query-pr.cgi?pr=134536 From theearlylearner at fwpi.com Thu May 14 19:17:57 2009 From: theearlylearner at fwpi.com (The Early Learner) Date: Thu May 14 19:18:05 2009 Subject: The Early Learner e-newsletter - May Message-ID: You're receiving this e-mail because you were a subscriber to The Early Learner magazine, which is now a monthly e-newsletter. As promised, this issue presents great products for the early childhood market. If you wish to unsubscribe, click here http://fahy-williamspublishinginc.cmail3.com/t/y/u/hiutg/tdkuiyihi/. ShopEarlyChildhood [http://www.ShopEarlyChildhood.com] .com [http://www.shopschoolsupplies.com/] | TheEarlyLearner.com [http://www.theearlylearner.com] [http://www.spielwarenmesse.de/index.php?id=963&L=1] Featured Products Is TV Bad for Babies? The jury is in. Television viewing by babies doesn't help but doesn't harm their language and motor skills. A recent study published in Pediatrics showed that TV viewing from birth to age 2 was not significantly associated with language and motor skills at age 3. The study was conducted by a group of researchers from Harvard Medical School. Do you take this as good news or bad? Some will look at this report and say, "See? TV does not make children smarter! I knew it wasn't good." Others may say, "See? TV does not harm children . It's perfectly fine." read more [http://theearlylearner.com/enews_articles.php#article1] Ways to Encourage Emergent Literacy May is Get Caught Reading Month, a nationwide campaign to remind people of all ages how fun it is to read. The event is sponsored by the Association of American Publishers, and has won the support of celebrities as well as teachers and librarians. The website [http://www.getcaughtreading.org] lists interesting literacy facts like this one: "Children who have not developed some basic literacy skills by the time they enter school are three to four times more likely to drop out in later years." read more [http://theearlylearner.com/enews_articles.php#article2] Kindergarteners Don't Play Enough Time for play in most public kindergartens appears to be dwindling, replaced by lengthy lessons and standardized testing, say the results of three new studies released by the Alliance for Childhood. From the 268 full-day kindergarten classrooms studied, classic play materials like blocks, sand-and-water tables and props for dramatic play had largely disappeared. Researchers from UCLA, Long Island University and Sarah Lawrence College in New York conducted the studies. Their findings are documented in the report, "Crisis in the Kindergarten: Why Children Need to Play in School," which can be found at [http://www.allianceforchildhood.org]. read more [http://theearlylearner.com/enews_articles.php#article3] Doctors Prescribe These Summer Reads Reach Out and Read, a national nonprofit organization that promotes early literacy by making books a routine part of pediatric care, has released this summer book list for kids. Board Books for 0- to 2-year-olds "Run, Mouse, Run!" by Pel?r Hor?celk "A Busy Year" by Leo Lionni "A Color of His Own" by Leo Lionni "Max at the Seashore" by Kate & Liz Pope "Clip-Clop" by Nicole Semee read more [http://theearlylearner.com/enews_articles.php#article4] A Great New Way to Take Advantage of Early Childhood Specials Just click. [http://www.theearlylearner.com/featuredproducts.php#preschool] ZinkoTek ZinkoTek is a 276-piece large-scale construction toy that allows children to create structures sturdy enough to play in. read more [http://www.theearlylearner.com/featuredproducts.php#zinkotek] [http://www.theearlylearner.com/featuredproducts.php#preschool] [http://www.theearlylearner.com/newsletter/link.php] [http://www.eddealermagazine.com/hotnewproducts.php#onthemark] [http://www.theearlylearner.com/hotnewproducts.php#classroom] [http://www.theearlylearner.com/hotnewproducts.php#toys] [http://www.eddealermagazine.com/hotnewproducts.php#jonticraft] Children's Graduation Gowns Celebrate scholastic accomplishments with a sense of pride while creating memories that last a lifetime at an affordable price. read more [http://www.theearlylearner.com/featuredproducts.php#rhymeuniversity] [http://www.eddealermagazine.com/hotnewproducts.php#teachersfriend] Award Winning and Endorsed Ozark River portable hand-washing stations won the prestigious 2008 Director's Choice and Judge's Selection Awards. Designed for helping education comply with hand-washing codes and offer you sink location versatility and budget flexibility. ? Hot/Cold Water ? Self-Contained, No Plumbing ? Locking Maple Cabinet and Casters read more [http://www.theearlylearner.com/featuredproducts.php#ozark] [http://www.theearlylearner.com/newsletter/link.php] [http://www.eddealermagazine.com/hotnewproducts.php#onthemark] [http://www.theearlylearner.com/hotnewproducts.php#classroom] [http://www.theearlylearner.com/hotnewproducts.php#toys] [http://www.eddealermagazine.com/hotnewproducts.php#jonticraft] Great Shirts for Teachers! Unique designs for early childhood teachers: ? Preschool ? Pre-K ? Kindergarten Ideal for teachers and staff! read more [http://www.theearlylearner.com/featuredproducts.php#classroomfaces] [http://www.eddealermagazine.com/hotnewproducts.php#teachersfriend] New! A Complete Pre-K Math Curriculum from Kathy Richardson! This new resource features more than 75 activities for pre-K classrooms.?Closely aligned with NCTM standards, the book provides activities in number sense, geometry, sorting and classifying, patterns, measurement and data collection. Teachers will learn how to actively engage young students so they can meaningfully develop these mathematical ideas. A must for every pre-K classroom! Item #123892 - order at www.didax.com! [http://www.didax.com] read more [http://theearlylearner.com/archive_april.php#article1] Online Child Care Training $99 gives you unlimited, annual access to 100+ college credit-eligible, CEU-awarded courses available in English and Spanish. read more [http://www.theearlylearner.com/featuredproducts.php#ccei] [http://www.theearlylearner.com/hotnewproducts.php#mind] [http://www.eddealermagazine.com/hotnewproducts.php#steven] [http://www.theearlylearner.com/newsletter/link.php] [http://www.eddealermagazine.com/hotnewproducts.php#onthemark] [http://www.theearlylearner.com/hotnewproducts.php#classroom] [http://www.theearlylearner.com/hotnewproducts.php#toys] [http://www.eddealermagazine.com/hotnewproducts.php#jonticraft] [http://www.eddealermagazine.com/hotnewproducts.php#teachersfriend] Portable Diaper Changing Station ? Self-contained portable sink ? No plumbing needed ? Just add water Free shipping when you mention code ELOC309 read more [http://www.theearlylearner.com/featuredproducts.php#monsam] New from Preschool Prep Company! Flashcards, Coloring Books, Basic Skill Workbook Now available is a line-up of accessories created to accompany the award-winning Preschool Prep Series DVDs, Meet the Letters, Numbers, Shapes, Colors and Meet the Sight Words 1, 2 and 3. read more [http://www.theearlylearner.com/featuredproducts.php#preschool] [http://www.theearlylearner.com/featuredproducts.php#preschool] [http://www.theearlylearner.com/featuredproducts.php#preschool] unsubscribe http://fahy-williamspublishinginc.cmail3.com/t/y/u/hiutg/tdkuiyihi/ Contact us at Fahy-Williams Publishing, Inc. ? P.O. Box 1080 ? Geneva, NY 14456 Copyright ? 2009 Fahy-Williams Publishing, Inc. All Rights Reserved. [http://www.artmaterialsretailer.com/AMRSubscriptionUPDATE.php]If you are experiencing problems viewing this e-newsletter, please click here [http://www.theearlylearner.com/newsletter/index.html]. To receive information about advertising in the e-newsletter, click here [http://theearlylearner.com/contactus.php#rates]. From dkarapet at nd.edu Fri May 15 19:56:16 2009 From: dkarapet at nd.edu (David Karapetyan) Date: Fri May 15 19:56:22 2009 Subject: Problems with PolicyKit and device mounting Message-ID: <20090515193205.GP12125@vagrant> Hello all. I am currently running 7.2-Release. I followed the instructions at the freebsd project website for configuring gnome; furthermore, I edited my Policy Kit to allow user 'bobo' to mount removable drives. However, when I start gnome, hal only mounts cd drives; while icons are produced for the other removable drives, hal does not mount them. Any suggestions would be welcome. -- -- Best, David Karapetyan http://davidkarapetyan.com University of Notre Dame Department of Mathematics 255 Hurley Hall Notre Dame, IN 46556-4618 Phone: 574-631-5706 Cell: 202-460-5173 Fax: 574-631-6579 From tevans.uk at googlemail.com Fri May 15 20:14:54 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Fri May 15 20:15:00 2009 Subject: Xorg 1.6.0 uses 100% CPU in gnome+gdm Message-ID: <1242416473.14085.5.camel@localhost> Hi all I upgraded kernel, world and ports from ~7.1 RELEASE to RELENG_7 of yesterday, and now Xorg constantly chews CPU. I'm running: FreeBSD jacob.nubtek.com 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu May 14 20:37:49 BST 2009 root@jacob.nubtek.com:/usr/obj/usr/data/FreeBSD/RELENG_7/src/sys/LOST i386 I've double checked that all ports are up to date, and was going to blame some bug in the nvidia binary driver, but it also exhibits it if I use the 'nv' or 'vesa' driver as well - I've not tested nouveau. The nvidia.ko module was loaded whilst running with nv and vesa, would that matter? I tried disabling any/all of the extensions (damage, composite etc - see xorg.conf for full list) but this had no effect. I also checked to see if there what difference there was between a full gnome session, just gdm, and just twm. There was no difference between a full gnome session and just gdm, it still used 100% CPU, but just running 'Xorg -config /etc/X11/xorg.conf', without running any wm at all, used virtually no CPU. I'm running hald and dbus. All relevant logs/conf files/pkg lists can be got at here [1]. Any hints/ideas, as the sound of my fan whirling constantly is driving me nuts! Please keep me cc'ed, I'm not on freebsd-gnome@ Cheers Tom [1] http://freebsd.nubtek.com/files/xorg/ From kstewart at owt.com Fri May 15 20:34:04 2009 From: kstewart at owt.com (Kent Stewart) Date: Fri May 15 20:34:16 2009 Subject: Xorg 1.6.0 uses 100% CPU in gnome+gdm In-Reply-To: <1242416473.14085.5.camel@localhost> References: <1242416473.14085.5.camel@localhost> Message-ID: <200905151314.01390.kstewart@owt.com> On Friday 15 May 2009 12:41:13 pm Tom Evans wrote: > Hi all > > I upgraded kernel, world and ports from ~7.1 RELEASE to RELENG_7 of > yesterday, and now Xorg constantly chews CPU. I'm running: > > FreeBSD jacob.nubtek.com 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu May 14 > 20:37:49 BST 2009 > root@jacob.nubtek.com:/usr/obj/usr/data/FreeBSD/RELENG_7/src/sys/LOST > i386 > > I've double checked that all ports are up to date, and was going to > blame some bug in the nvidia binary driver, but it also exhibits it if I > use the 'nv' or 'vesa' driver as well - I've not tested nouveau. The > nvidia.ko module was loaded whilst running with nv and vesa, would that > matter? > I have had this happen several times. It always went away after I force built xorg and its dependancies. My personal opinion is that something was built out of order and while your ports may be current, something used an old linkage. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From tevans.uk at googlemail.com Fri May 15 20:38:34 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Fri May 15 20:39:51 2009 Subject: Xorg 1.6.0 uses 100% CPU in gnome+gdm In-Reply-To: <200905151314.01390.kstewart@owt.com> References: <1242416473.14085.5.camel@localhost> <200905151314.01390.kstewart@owt.com> Message-ID: <1242419844.14339.1.camel@localhost> On Fri, 2009-05-15 at 13:14 -0700, Kent Stewart wrote: > On Friday 15 May 2009 12:41:13 pm Tom Evans wrote: > > Hi all > > > > I upgraded kernel, world and ports from ~7.1 RELEASE to RELENG_7 of > > yesterday, and now Xorg constantly chews CPU. I'm running: > > > > FreeBSD jacob.nubtek.com 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu May 14 > > 20:37:49 BST 2009 > > root@jacob.nubtek.com:/usr/obj/usr/data/FreeBSD/RELENG_7/src/sys/LOST > > i386 > > > > I've double checked that all ports are up to date, and was going to > > blame some bug in the nvidia binary driver, but it also exhibits it if I > > use the 'nv' or 'vesa' driver as well - I've not tested nouveau. The > > nvidia.ko module was loaded whilst running with nv and vesa, would that > > matter? > > > > I have had this happen several times. It always went away after I force built > xorg and its dependancies. My personal opinion is that something was built > out of order and while your ports may be current, something used an old > linkage. > > Kent > meh - ok, another `portupgrade -Rf '*xorg*'` kicked off. Thanks for the tip. Cheers tom From tevans.uk at googlemail.com Sat May 16 17:43:36 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Sat May 16 17:43:42 2009 Subject: Xorg 1.6.0 uses 100% CPU in gnome+gdm In-Reply-To: <200905151314.01390.kstewart@owt.com> References: <1242416473.14085.5.camel@localhost> <200905151314.01390.kstewart@owt.com> Message-ID: <1242495750.1617.1.camel@localhost> On Fri, 2009-05-15 at 13:14 -0700, Kent Stewart wrote: > On Friday 15 May 2009 12:41:13 pm Tom Evans wrote: > > Hi all > > > > I upgraded kernel, world and ports from ~7.1 RELEASE to RELENG_7 of > > yesterday, and now Xorg constantly chews CPU. I'm running: > > > > FreeBSD jacob.nubtek.com 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu May 14 > > 20:37:49 BST 2009 > > root@jacob.nubtek.com:/usr/obj/usr/data/FreeBSD/RELENG_7/src/sys/LOST > > i386 > > > > I've double checked that all ports are up to date, and was going to > > blame some bug in the nvidia binary driver, but it also exhibits it if I > > use the 'nv' or 'vesa' driver as well - I've not tested nouveau. The > > nvidia.ko module was loaded whilst running with nv and vesa, would that > > matter? > > > > I have had this happen several times. It always went away after I force built > xorg and its dependancies. My personal opinion is that something was built > out of order and while your ports may be current, something used an old > linkage. > > Kent > Sorry for the noise, I didn't notice until this morning that I had checked out x11-servers/xorg-server with a sticky date from CVS. Reverting that, rebuilding xorg-server and all dependant ports made the problem go away. Cheers Tom From marcus at marcuscom.com Sat May 16 18:36:22 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat May 16 18:36:28 2009 Subject: Problems with PolicyKit and device mounting In-Reply-To: <20090515193205.GP12125@vagrant> References: <20090515193205.GP12125@vagrant> Message-ID: <1242498983.81795.6.camel@shumai.marcuscom.com> On Fri, 2009-05-15 at 15:32 -0400, David Karapetyan wrote: > Hello all. I am currently running 7.2-Release. I followed the > instructions at the freebsd project website for configuring gnome; > furthermore, I edited my Policy Kit to allow user 'bobo' to mount > removable drives. However, when I start gnome, hal only mounts cd > drives; while icons are produced for the other removable drives, hal > does not mount them. Any suggestions would be welcome. Follow the instructions at http://www.freebsd.org/gnome/docs/halfaq.html to collect the required information to troubleshoot this problem. 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/20090516/a7931377/attachment.pgp From mike.gordon at primus.ca Sun May 17 14:32:43 2009 From: mike.gordon at primus.ca (mike gordon) Date: Sun May 17 14:33:42 2009 Subject: Technology - Oracle, IBM, ERP - SAP, QAD, CRM - Siebel, Communication - Cisco, Manufacturing, Healthcare customer lists Message-ID: <200905171330.n4HDUhAx025468@matrix.start.ca> This email is to introduce our company Repharm and services we offer. Repharm is an international leader of sales and marketing database products for high technology businesses. We provide installed customer lists for companies such as Oracle, PeopleSoft, Siebel, etc. Our lists are continuously maintained to ensure the highest level of accuracy and completeness. We have hundreds of industry leaders as customers today - many whose names you would recognize. If you are interested, we could send you a sample of one of our lists complete with summary information, so that you could evaluate our content. To find out about the various lists we have available, in preparation for any sales or marketing campaigns that your organization may be considering in future, we'd love to hear from you. Or, perhaps you'd be interested in acquiring your competitors' customer lists? If you would like more information, please contact us at (905) 721-8456 or email us at repharm1@aol.com Below are just some of the lists available: ERP (ENTERPRISE RESOURCE PLANNING): Baan JD Edwards Lawson Made2Manage Mapics Marcam Oracle Peoplesoft SAP SSA E-BUSINESS APPLICATIONS: Ariba BMC BroadVision Commerce One Webtrends MIDDLEWARE/CONNECTIVITY/APP SERVERS/WEB SERVERS: Bea Systems Iona Unisys OPERATING SYSTEMS/HARDWARE/SOFTWARE: COMPAQ HP 3000 HP 9000 HP-UX IBM AS/400 IBM OS/390 Lotus Notes Microsoft Sun Microsystems DATABASE: DB2 FileMaker Informix Oracle SQL SybaseCRM (CUSTOMER RELATIONSHIP MANAGEMENT): Clarify E.piphany HNC Onyx Pivotal Siebel Vantive Xchange SUPPLY CHAIN: Agile i2 Technologies Manugistics QAD Webplan COMMUNICATIONS: Nortel Cisco 3com Siemens Alcatel Telecom Vars ASP?s CLECS ISP?s E-COMMERCE: Dot Com Directory Consultant Directory Software Directory EXECUTIVE DIRECTORIES: Chief Executive Officer Chief Financial Officer Chief Information Officer Engineering Human Resources Purchasing Sales/Marketing INDUSTRY SPECIFIC LISTS: Agriculture, Forestry and Fishing, Communications, Construction, Finance, Insurance and Real Estate, Manufacturing, Mining, Public Administration, Retail Trade, Services, Transportation, Utilities, Wholesale Trade From hselasky at freebsd.org Mon May 18 09:34:20 2009 From: hselasky at freebsd.org (Hans Petter Selasky) Date: Mon May 18 09:34:26 2009 Subject: Minor USB related sysutils/hal patch Message-ID: <200905181036.51184.hselasky@freebsd.org> Hi, I've made some minor patches for sysutils/hal If the device is detached during config read, the config can be NULL. Check that. Make sure that we close the device handles as we go, to save number of open files. When the backend is freed any leftover file handles will get freed, so it is not absolutely needed to close the device handle in every case. --HPS -------------- next part -------------- A non-text attachment was scrubbed... Name: files.diff Type: text/x-diff Size: 1310 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090518/3efb3766/files.bin From dinoex at FreeBSD.org Mon May 18 10:23:27 2009 From: dinoex at FreeBSD.org (dinoex@FreeBSD.org) Date: Mon May 18 10:23:33 2009 Subject: ports/134641: [patch] x11-toolkits/gtk20 reduce depenedencies on cups-base Message-ID: <200905181023.n4IANQ48018448@freefall.freebsd.org> Synopsis: [patch] x11-toolkits/gtk20 reduce depenedencies on cups-base Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 18 12:23:08 CEST 2009 Responsible-Changed-Why: - to gnome for review http://www.freebsd.org/cgi/query-pr.cgi?pr=134641 From bugmaster at FreeBSD.org Mon May 18 11:07:13 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 18 11:10:02 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200905181107.n4IB7CJe076003@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134641 gnome [patch] x11-toolkits/gtk20 reduce depenedencies on cup o ports/134536 gnome [patch] graphics/gimp: Gimp 2.6.6 fails to open URI's o ports/134509 gnome graphics/inkscape: after loading any type of data file o ports/134463 gnome misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compi a ports/134361 gnome devel/gvfs ports with smbclient support doesn't pass a f ports/134358 gnome x11/gnome2: trackerd uses up all of the cpu f ports/133794 gnome x11/gnome2: No go with automatic proxy configuration o ports/133793 gnome x11/gdm: gdm ignores settings from /etc/login.conf o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/131769 gnome upgrade ports/converters/libiconv 10 problems total. From marcus at marcuscom.com Mon May 18 13:07:41 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 18 13:08:05 2009 Subject: Problems with PolicyKit and device mounting In-Reply-To: <20090515193205.GP12125@vagrant> References: <20090515193205.GP12125@vagrant> Message-ID: <1242498983.81795.6.camel@shumai.marcuscom.com> On Fri, 2009-05-15 at 15:32 -0400, David Karapetyan wrote: > Hello all. I am currently running 7.2-Release. I followed the > instructions at the freebsd project website for configuring gnome; > furthermore, I edited my Policy Kit to allow user 'bobo' to mount > removable drives. However, when I start gnome, hal only mounts cd > drives; while icons are produced for the other removable drives, hal > does not mount them. Any suggestions would be welcome. Follow the instructions at http://www.freebsd.org/gnome/docs/halfaq.html to collect the required information to troubleshoot this problem. 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/20090518/a7931377/attachment.pgp From hselasky at freebsd.org Mon May 18 13:07:42 2009 From: hselasky at freebsd.org (Hans Petter Selasky) Date: Mon May 18 13:08:51 2009 Subject: Minor USB related sysutils/hal patch Message-ID: <200905181036.51184.hselasky@freebsd.org> Hi, I've made some minor patches for sysutils/hal If the device is detached during config read, the config can be NULL. Check that. Make sure that we close the device handles as we go, to save number of open files. When the backend is freed any leftover file handles will get freed, so it is not absolutely needed to close the device handle in every case. --HPS -------------- next part -------------- A non-text attachment was scrubbed... Name: files.diff Type: text/x-diff Size: 1310 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090518/3efb3766/files-0002.bin -------------- next part -------------- _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Mon May 18 17:10:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon May 18 17:10:12 2009 Subject: ports/134641: commit references a PR Message-ID: <200905181710.n4IHA4Od068196@freefall.freebsd.org> The following reply was made to PR ports/134641; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134641: commit references a PR Date: Mon, 18 May 2009 17:08:34 +0000 (UTC) marcus 2009-05-18 17:08:19 UTC FreeBSD ports repository Modified files: print/libgnomecups Makefile x11-toolkits/gtk20 Makefile Log: Fix the CUPS dependency. PR: 134641 Submitted by: dinoex Revision Changes Path 1.26 +2 -2 ports/print/libgnomecups/Makefile 1.227 +1 -1 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 marcus at FreeBSD.org Mon May 18 17:16:18 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon May 18 17:16:24 2009 Subject: ports/134641: [patch] x11-toolkits/gtk20 reduce depenedencies on cups-base Message-ID: <200905181716.n4IHGGR4082130@freefall.freebsd.org> Synopsis: [patch] x11-toolkits/gtk20 reduce depenedencies on cups-base State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon May 18 17:16:05 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134641 From tmclaugh at sdf.lonestar.org Tue May 19 16:39:06 2009 From: tmclaugh at sdf.lonestar.org (Tom McLaughlin) Date: Tue May 19 16:39:13 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <1241929056.88553.29.camel@shumai.marcuscom.com> References: <1241929056.88553.29.camel@shumai.marcuscom.com> Message-ID: <4A12E0A7.4090205@sdf.lonestar.org> Joe Marcus Clarke wrote, On 05/10/2009 12:17 AM: > If anyone out there is trying to use GDM with XDMCP, you will definitely > need these patches to make it work. However, I have one user reporting > there is still something missing. However, he's on amd64. I'd > appreciate some i386 feedback as well. All of these patches need to be > copied to x11/gdm/files. > > http://www.marcuscom.com/downloads/gdm/ > > Joe > You're gonna hate me Marcus, but never realized the firewall on my laptop was blocking the connections back from the server... Works great now though! :) tom -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | From marcus at freebsd.org Tue May 19 16:41:52 2009 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Tue May 19 16:41:58 2009 Subject: [CFT]: GDM patches for XDMCP support In-Reply-To: <4A12E0A7.4090205@sdf.lonestar.org> References: <1241929056.88553.29.camel@shumai.marcuscom.com> <4A12E0A7.4090205@sdf.lonestar.org> Message-ID: <4A12E14B.7010404@freebsd.org> Tom McLaughlin wrote: > Joe Marcus Clarke wrote, On 05/10/2009 12:17 AM: >> If anyone out there is trying to use GDM with XDMCP, you will definitely >> need these patches to make it work. However, I have one user reporting >> there is still something missing. However, he's on amd64. I'd >> appreciate some i386 feedback as well. All of these patches need to be >> copied to x11/gdm/files. >> >> http://www.marcuscom.com/downloads/gdm/ >> >> Joe >> > > You're gonna hate me Marcus, but never realized the firewall on my > laptop was blocking the connections back from the server... Works great > now though! :) There were other issues. In any event, the port as it sits now is working fine with XDMCP with IPv4 and IPv6 provided GDM is built with the correct OPTIONS. Joe > > tom > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From edwin at FreeBSD.org Wed May 20 00:10:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed May 20 00:10:22 2009 Subject: ports/134732: editors/abiword shows spacing corruption Message-ID: <200905200010.n4K0AEeQ032978@freefall.freebsd.org> Synopsis: editors/abiword shows spacing corruption Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 20 00:10:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134732 From jsa.bsd at gmail.com Wed May 20 02:40:05 2009 From: jsa.bsd at gmail.com (Joseph S. Atkinson) Date: Wed May 20 02:40:11 2009 Subject: ports/134732: editors/abiword shows spacing corruption Message-ID: <200905200240.n4K2e4DZ035039@freefall.freebsd.org> The following reply was made to PR ports/134732; it has been noted by GNATS. From: "Joseph S. Atkinson" To: Koop Mast , FreeBSD Bug Followup Cc: Joe Marcus Clarke Subject: Re: ports/134732: editors/abiword shows spacing corruption Date: Tue, 19 May 2009 22:30:59 -0400 I've solved this... kinda... The issue is that the fonts it wants do not exist and... can't be shipped with it either. The default fonts are MS fonts found in x11-fonts/webfonts. The solution, seemingly, would thus be to change the default font in abiword to something more F/OSS friendly... However, documents written in the MS fonts will still cause this garbage to render out. This should really be falling back to a sane font proper though. Currently, the only real fix is to install webfonts. From linimon at FreeBSD.org Wed May 20 06:25:21 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed May 20 06:25:33 2009 Subject: ports/134737: Update www/webkit-gtk2 to 1.1.7 Message-ID: <200905200625.n4K6PKW9047401@freefall.freebsd.org> Old Synopsis: Update webkit-gtk2 to 1.1.7 New Synopsis: Update www/webkit-gtk2 to 1.1.7 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed May 20 06:24:46 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=134737 From edwin at FreeBSD.org Wed May 20 07:35:08 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed May 20 07:35:15 2009 Subject: ports/134731: sysutils/hal - hald uses 100% of CPU Message-ID: <200905200735.n4K7Z86g066871@freefall.freebsd.org> Synopsis: sysutils/hal - hald uses 100% of CPU Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 20 07:35:07 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134731 From dpd at dpdtech.com Wed May 20 08:40:40 2009 From: dpd at dpdtech.com (David P. Discher) Date: Wed May 20 08:40:47 2009 Subject: FreeBSD Port: py25-telepathy-butterfly-0.3.3 Message-ID: <4DC33212-808C-459D-8B38-FCAF14737209@dpdtech.com> In order for gnome2 to built with LOCALBASE = something other than / usr/local, and net-im/telepathy-butterfly will need to add CONFIGURE_ARGS+= --prefix=${PREFIX} in order to correctly install into the alt LOCALBASE. Otherwise, the port installs into /usr/local, and with LOCALBASE set to /home/opt, the 'make package' will fail. ----------------------------------------------------------------------- David P. Discher * * C: 408.368.3725 * AIM: DavidDPD | Y!M: daviddpdz * H: 408.541.0159 ----------------------------------------------------------------------- From QAT at FreeBSD.org Wed May 20 17:29:09 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed May 20 17:29:21 2009 Subject: cvs commit: ports/x11/gnome-desktop Makefile distinfo pkg-plist In-Reply-To: <200905201535.n4KFZ7BC064863@repoman.freebsd.org> References: <200905201535.n4KFZ7BC064863@repoman.freebsd.org> Message-ID: <20090520171534.CBA2E8FC4F@release.ixsystems.com> The Restless Daemon identified a mtree error while trying to build: gnome-desktop-2.26.2 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/x11/gnome-desktop/Makefile,v 1.78 2009/05/20 15:35:07 kwm Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/gnome-desktop-2.26.2.log : install -o root -g wheel -m 444 lgpl-de.omf /usr/local/share/omf/lgpl/lgpl-de.omf install -o root -g wheel -m 444 lgpl-el.omf /usr/local/share/omf/lgpl/lgpl-el.omf install -o root -g wheel -m 444 lgpl-es.omf /usr/local/share/omf/lgpl/lgpl-es.omf install -o root -g wheel -m 444 lgpl-eu.omf /usr/local/share/omf/lgpl/lgpl-eu.omf install -o root -g wheel -m 444 lgpl-fi.omf /usr/local/share/omf/lgpl/lgpl-fi.omf install -o root -g wheel -m 444 lgpl-fr.omf /usr/local/share/omf/lgpl/lgpl-fr.omf install -o root -g wheel -m 444 lgpl-hu.omf /usr/local/share/omf/lgpl/lgpl-hu.omf install -o root -g wheel -m 444 lgpl-ko.omf /usr/local/share/omf/lgpl/lgpl-ko.omf install -o root -g wheel -m 444 lgpl-oc.omf /usr/local/share/omf/lgpl/lgpl-oc.omf install -o root -g wheel -m 444 lgpl-pa.omf /usr/local/share/omf/lgpl/lgpl-pa.omf install -o root -g wheel -m 444 lgpl-sv.omf /usr/local/share/omf/lgpl/lgpl-sv.omf install -o root -g wheel -m 444 lgpl-uk.omf /usr/local/share/omf/lgpl/lgpl-uk.omf install -o root -g wheel -m 444 lgpl-vi.omf /usr/local/share/omf/lgpl/lgpl-vi.omf install -o root -g wheel -m 444 lgpl-zh_CN.omf /usr/local/share/omf/lgpl/lgpl-zh_CN.omf scrollkeeper-update -p /var/db/rarian -o /usr/local/share/omf/lgpl Making install in docs Making install in reference Making install in gnome-desktop -- Nothing to install Making install in man install -o root -g wheel -m 444 './gnome-about.1' '/usr/local/man/man1/gnome-about.1' install -o root -g wheel -m 444 'gnome-version.xml' '/usr/local/share/gnome-about/gnome-version.xml' ===> Compressing manual pages for gnome-desktop-2.26.2 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for gnome-desktop-2.26.2 ================================================================ ======================================== ===> Building package for gnome-desktop-2.26.2 Creating package /tmp/packages/All/gnome-desktop-2.26.2.tbz Registering depends: py25-gnome-2.26.1 libgnomeui-2.24.1 libbonoboui-2.24.1 libgnome-2.26.0 gnome-vfs-2.24.1 gvfs-1.2.3 gnome-mount-0.8_2 gnome-keyring-2.26.1_1 policykit-gnome-0.9.2 libsoup-2.26.2 gconf2-2.26.2 libgnomecanvas-2.26.0 py25-gtk-2.14.1 libglade2-2.6.4 libnotify-0.4.5 gnome-icon-theme-2.26.0_1 gtk-2.16.1 atk-1.26.0 libcdio-0.78.2_2 cdparanoia-3.9.8_8 esound-0.2.41 libaudiofile-0.2.6 libcddb-1.3.0 gnome-mime-data-2.18.0_3 gnome-doc-utils-0.16.1 rarian-0.8.1 getopt-1.1.4_1 bash-4.0.24 hal-0.5.11_23 consolekit-0.3.0_8 policykit-0.9_4 avahi-app-0.6.25_1 libbonobo-2.24.1 dbus-glib-0.80 shared-mime-info-0.60_1 pango-1.24.2 py25-orbit-2.24.0 ORBit2-2.14.17 libIDL-0.8.13 py25-gobject-2.16.1 gio-fam-backend-2.20.2 gamin-0.1.10_2 glib-2.20.2 popt-1.7_5 gnutls-2.6.5 libgcrypt-1.4.4 libgpg-error-1.7 libgphoto2-2.4.5 libexif-0.6.17 gettext-0.17_1 libxslt-1.1.24_2 py25-libxml2-2.7.3 dbus-1.2.4.6 libxml2-2.7.3 samba-libsmbclient-3.0.34_1 fusefs-libs-2.7.4 libiconv-1.11_1 gdbm-1 .8.3_3 sqlite3-3.6.13 libdaemon-0.12 libltdl-1.5.26 libXpm-3.5.7 libXcomposite-0.4.0,1 libXrandr-1.3.0 libXi-1.2.1,1 libXinerama-1.0.3,1 libXext-1.0.5,1 libXt-1.0.5_1 libXdamage-1.1.1 libXcursor-1.1.9_1 libXfixes-4.0.3_1 libXft-2.1.13 py25-cairo-1.8.2 cairo-1.8.6_1,1 libXrender-0.9.4_1 startup-notification-0.10 libX11-1.2.1,1 xcb-util-0.3.4 libxcb-1.2_1 libpthread-stubs-0.1 libusb-0.1.12_4 libvolume_id-0.81.1 pcre-7.9 libXdmcp-1.0.2_1 libXau-1.0.4 libSM-1.1.0_1,1 libICE-1.0.4_1,1 xorg-fonts-truetype-7.4 font-bh-ttf-1.0.0 font-misc-meltho-1.0.0_1 font-misc-ethiopic-1.0.0 mkfontdir-1.0.4 mkfontscale-1.0.6 libfontenc-1.0.4 xproto-7.0.15 bitstream-vera-1.10_4 fontconfig-2.6.0,1 freetype2-2.3.9_1 pixman-0.15.4 libart_lgpl-2.3.20,1 libtasn1-2.1 pkg-config-0.23_1 jasper-1.900.1_7 tiff-3.8.2_3 jpeg-6b_7 png-1.2.35 perl-5.8.9_2 xcb-proto-1.4 libproxy-0.2.3 py25-numeric-24.2_3 python25-2.5.4_1 gnomehier-2.3_12 hicolor-icon-theme-0.10_2 pciids-20090224 dmidecode-2.10 fusefs-kmod-0.3.9. p1.20080208_5 gnome_subr-1.0 docbook-xsl-1.74.0_1 docbook-1.4 docbook-4.1_3 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-5.0_1 docbook-sk-4.1.2_4 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 expat-2.0.1 iso8879-1986_2 xmlcharent-0.3_2 xmlcatmgr-2.2 encodings-1.0.2,1 font-util-1.0.1 compositeproto-0.4 damageproto-1.1.0_2 fixesproto-4.0 inputproto-1.5.0 kbproto-1.0.3 randrproto-1.3.0 renderproto-0.9.3 xextproto-7.0.5 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/gnome-desktop-2.26.2.tbz' Deleting gnome-desktop-2.26.2 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 44443897 4 drwxr-xr-x 2 root wheel 512 May 20 17:15 usr/local/share/gnome/help/fdl/el ================================================================ build of /usr/ports/x11/gnome-desktop ended at Wed May 20 17:15:32 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/gnome-desktop-2.26.2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11&portname=gnome-desktop The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 4 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From d9364104 at mail.nchu.edu.tw Fri May 22 08:40:03 2009 From: d9364104 at mail.nchu.edu.tw (Eric L. Chen) Date: Fri May 22 08:40:09 2009 Subject: ports/134737: Update webkit-gtk2 to 1.1.7 Message-ID: <200905220840.n4M8e2wW006908@freefall.freebsd.org> The following reply was made to PR ports/134737; it has been noted by GNATS. From: "Eric L. Chen" To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/134737: Update webkit-gtk2 to 1.1.7 Date: Fri, 22 May 2009 16:13:56 +0800 --001485f0e7788bb7c4046a7bd7cd Content-Type: multipart/alternative; boundary=001485f0e7788bb7b9046a7bd7cb --001485f0e7788bb7b9046a7bd7cb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Refresh patches, Fix plugin path (this problem existed in 1.0.1_6, too). /Eric On Wed, May 20, 2009 at 2:10 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/134737'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=134737 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Update webkit-gtk2 to 1.1.7 > >Arrival-Date: Wed May 20 06:10:03 UTC 2009 > --001485f0e7788bb7b9046a7bd7cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Refresh patches, Fix plugin path (this problem existed in 1.0.1_6, too)./Eric

On Wed, May 20, 2009 at 2:10 PM, = <F= reeBSD-gnats-submit@freebsd.org> wrote:
Thank you very mu= ch for your problem report.
It has the internal identification `ports/134737'.
The individual assigned to look at your
report is: freebsd-ports-bugs.

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=3D134737

>Category: =C2=A0 =C2=A0 =C2=A0 ports
>Responsible: =C2=A0 =C2=A0freebsd-ports-bugs
>Synopsis: =C2=A0 =C2=A0 =C2=A0 Update webkit-gtk2 to 1.1.7
>Arrival-Date: =C2=A0 Wed May 20 06:10:03 UTC 2009

--001485f0e7788bb7b9046a7bd7cb-- --001485f0e7788bb7c4046a7bd7cd Content-Type: text/plain; charset=US-ASCII; name="patch-webkit-gtk2.txt" Content-Disposition: attachment; filename="patch-webkit-gtk2.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fv0m6lq50 ZGlmZiAtcHVyTiB3d3cvd2Via2l0LWd0azIub3JpZy9NYWtlZmlsZSB3d3cvd2Via2l0LWd0azIv TWFrZWZpbGUKLS0tIHd3dy93ZWJraXQtZ3RrMi5vcmlnL01ha2VmaWxlCTIwMDktMDUtMjAgMTQ6 MzY6MzAuMDAwMDAwMDAwICswODAwCisrKyB3d3cvd2Via2l0LWd0azIvTWFrZWZpbGUJMjAwOS0w NS0yMiAxNDo1OTo1Mi4wMDAwMDAwMDAgKzA4MDAKQEAgLTcsMTAgKzcsMTAgQEAKICMKIAogUE9S VE5BTUU9CXdlYmtpdAotUE9SVFZFUlNJT049CTEuMC4xCi1QT1JUUkVWSVNJT049CTYKK1BPUlRW RVJTSU9OPQkxLjEuNworUE9SVFJFVklTSU9OPQkwCiBDQVRFR09SSUVTPQl3d3cKLU1BU1RFUl9T SVRFUz0JaHR0cDovL3Blb3BsZS5mcmVlZGVza3RvcC5vcmcvfmFscC93ZWJraXQvZ3RrLworTUFT VEVSX1NJVEVTPQlodHRwOi8vd2Via2l0Z3RrLm9yZy8KIFBLR05BTUVTVUZGSVg9CS1ndGsyCiAK IE1BSU5UQUlORVI9CWdub21lQEZyZWVCU0Qub3JnCkBAIC0yNywxNSArMjcsMTMgQEAgVVNFX0dN QUtFPQl5ZXMKIFVTRV9HTk9NRT0JZ3RrMjAgbGlieHNsdAogVVNFX1BFUkw1PQl5ZXMKIFVTRV9M RENPTkZJRz0JeWVzCi1VU0VfQVVUT1RPT0xTPQlhdXRvY29uZjoyNjIgYXV0b21ha2U6MTEwIGxp YnRvb2w6MTUKK0hBU19DT05GSUdVUkU9CXllcwogQ09ORklHVVJFX0VOVj0JQ1BQRkxBR1M9Ii1J JHtMT0NBTEJBU0V9L2luY2x1ZGUiIFwKIAkJTERGTEFHUz0iLUwke0xPQ0FMQkFTRX0vbGliIiBc CiAJCWFjX2N2X3BhdGhfRE9MVF9CQVNIPSIiCi1DT05GSUdVUkVfQVJHUz0JLS13aXRoLXdlYmtp dC10YXJnZXQ9eDExIFwKLQkJLS1lbmFibGUtaWNvbi1kYXRhYmFzZSBcCitDT05GSUdVUkVfQVJH Uz0JLS1lbmFibGUtaWNvbi1kYXRhYmFzZSBcCiAJCS0tZW5hYmxlLXN2ZyBcCi0JCS0tZW5hYmxl LXN2Zy1mb250cyBcCi0JCS0tZW5hYmxlLXN2Zy1leHBlcmltZW50YWwKKwkJLS1lbmFibGUtc3Zn LWZvbnRzCiBNQUtFRklMRT0JR05VbWFrZWZpbGUKIAogQlJPV1NFUl9QTFVHSU5TX0RJUj89CSR7 TE9DQUxCQVNFfS9saWIvYnJvd3Nlcl9wbHVnaW5zL3N5bWxpbmtzL3dlYmtpdC1ndGsyCkBAIC01 MywxOCArNTEsOSBAQCBDT05GSUdVUkVfQVJHUys9LS1lbmFibGUtdmlkZW8KIHBvc3QtcGF0Y2g6 CiAJQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3N8JSVCUk9XU0VSX1BMVUdJTlNfRElSJSV8JHtCUk9X U0VSX1BMVUdJTlNfRElSfXwnIFwKIAkJJHtXUktTUkN9L1dlYkNvcmUvcGx1Z2lucy9QbHVnaW5E YXRhYmFzZS5jcHAKLQlAJHtSRUlOUExBQ0VfQ01EfSAtZSAnc3xhdXRvY29uZnwke0FVVE9DT05G fXxnIDsgXAotCQlzfGF1dG9tYWtlfCR7QVVUT01BS0V9fGcgOyBzfGFjbG9jYWx8JHtBQ0xPQ0FM fXxnIDsgXAotCQlzfGF1dG9oZWFkZXJ8JHtBVVRPSEVBREVSfXxnIDsgXAotCQlzfExJQlRPT0xJ WkU9bGlidG9vbGl6ZXxMSUJUT09MSVpFPSR7TElCVE9PTElaRX18ZyA7IFwKLQkJc3wkJHNyY2Rp ci9jb25maWd1cmV8IyQkc3JjZGlyL2NvbmZpZ3VyZXxnJyBcCi0JCQkke1dSS1NSQ30vYXV0b2dl bi5zaAogCUAke0ZJTkR9ICR7V1JLU1JDfSAtbmFtZSBHTlVtYWtlZmlsZS5hbSB8ICR7WEFSR1N9 ICR7UkVJTlBMQUNFX0NNRH0gLWUgXAogCQknc3xbKF1saWJkaXJbKV0vcGtnY29uZmlnfChwcmVm aXgpL2xpYmRhdGEvcGtnY29uZmlnfGcnCiAKLXByZS1jb25maWd1cmU6Ci0JQChjZCAke1dSS1NS Q30gJiYgJHtTSH0gYXV0b2dlbi5zaCkKLQogcG9zdC1pbnN0YWxsOgogIyBJbnN0YWxsIGNvbXBh dCBwa2ctY29uZmlnIGZpbGUgc28gd2UgZG9uJ3QgaGF2ZSB0byBwYXRjaCBwb3J0cwogCSR7Q1B9 ICR7UFJFRklYfS9saWJkYXRhL3BrZ2NvbmZpZy93ZWJraXQtMS4wLnBjIFwKZGlmZiAtcHVyTiB3 d3cvd2Via2l0LWd0azIub3JpZy9kaXN0aW5mbyB3d3cvd2Via2l0LWd0azIvZGlzdGluZm8KLS0t IHd3dy93ZWJraXQtZ3RrMi5vcmlnL2Rpc3RpbmZvCTIwMDktMDUtMjAgMTQ6MzY6MzAuMDAwMDAw MDAwICswODAwCisrKyB3d3cvd2Via2l0LWd0azIvZGlzdGluZm8JMjAwOS0wNS0yMiAxNDo1OTo1 Mi4wMDAwMDAwMDAgKzA4MDAKQEAgLTEsMyArMSwzIEBACi1NRDUgKHdlYmtpdC0xLjAuMS50YXIu Z3opID0gNGRlNjhhNTc3Mzk5OGJlYTE0ZTg5MzlhYTM0MWM0NjYKLVNIQTI1NiAod2Via2l0LTEu MC4xLnRhci5neikgPSA5NjAxZWQ1Nzk3OGU3ZjEyMjFmNzcwYzI0OTMzZDIwMzdmZGI5M2U0YjQx MjcxNmQ4NDJiOTkzNTA3ZjBiODU2Ci1TSVpFICh3ZWJraXQtMS4wLjEudGFyLmd6KSA9IDEzNDE4 NzUyCitNRDUgKHdlYmtpdC0xLjEuNy50YXIuZ3opID0gZjY4MTc3M2UyOTg5ODUwOTc0MWNkM2Jj MjkzODE2ZjQKK1NIQTI1NiAod2Via2l0LTEuMS43LnRhci5neikgPSAxYWFhZTJiYzM2YmE3ZmZi Mjc2OTA2NDdlMTYzMWYzMzZjMGFlZTU2YmFkMmZkOTFlZTZlYTkwNmZmMTc5NDVmCitTSVpFICh3 ZWJraXQtMS4xLjcudGFyLmd6KSA9IDYyMDUwMjQKZGlmZiAtcHVyTiB3d3cvd2Via2l0LWd0azIu b3JpZy9maWxlcy9wYXRjaC1XZWJLaXRfZ3RrX3dlYmtpdC5wYy5pbiB3d3cvd2Via2l0LWd0azIv ZmlsZXMvcGF0Y2gtV2ViS2l0X2d0a193ZWJraXQucGMuaW4KLS0tIHd3dy93ZWJraXQtZ3RrMi5v cmlnL2ZpbGVzL3BhdGNoLVdlYktpdF9ndGtfd2Via2l0LnBjLmluCTIwMDktMDUtMjAgMTQ6MzY6 MzAuMDAwMDAwMDAwICswODAwCisrKyB3d3cvd2Via2l0LWd0azIvZmlsZXMvcGF0Y2gtV2ViS2l0 X2d0a193ZWJraXQucGMuaW4JMjAwOS0wNS0yMiAxNDo1OTo1Mi4wMDAwMDAwMDAgKzA4MDAKQEAg LTEsOCArMSw4IEBACi0tLS0gV2ViS2l0L2d0ay93ZWJraXQucGMuaW4ub3JpZwkyMDA4LTA0LTAx IDE0OjQ2OjA5LjI1MTIxMDczOCAtMDQwMAotKysrIFdlYktpdC9ndGsvd2Via2l0LnBjLmluCTIw MDgtMDQtMDEgMTQ6NDY6MjEuMjE4MDY4ODE2IC0wNDAwCi1AQCAtOCw0ICs4LDQgQEAKKy0tLSBX ZWJLaXQvZ3RrL3dlYmtpdC5wYy5pbi5vcmlnCTIwMDktMDUtMTMgMjA6NTU6MTAuMDAwMDAwMDAw ICswODAwCisrKysgV2ViS2l0L2d0ay93ZWJraXQucGMuaW4JMjAwOS0wNS0xOSAxNTowOTo1MS4w MDAwMDAwMDAgKzA4MDAKK0BAIC04LDQgKzgsNCBAQCBEZXNjcmlwdGlvbjogV2ViIGNvbnRlbnQg ZW5naW5lIGZvciBHVEsrCiAgVmVyc2lvbjogQFZFUlNJT05ACi0gUmVxdWlyZXM6IGd0aystMi4w CisgUmVxdWlyZXM6IGdsaWItMi4wIGd0aystMi4wIGxpYnNvdXAtMi40CiAgTGliczogLUwke2xp YmRpcn0gLWx3ZWJraXQtMS4wCiAtQ2ZsYWdzOiAtSSR7aW5jbHVkZWRpcn0vd2Via2l0LTEuMAog K0NmbGFnczogLUkke2luY2x1ZGVkaXJ9L3dlYmtpdC0xLjAgLUkke2luY2x1ZGVkaXJ9L3dlYmtp dC0xLjAvd2Via2l0CmRpZmYgLXB1ck4gd3d3L3dlYmtpdC1ndGsyLm9yaWcvZmlsZXMvcGF0Y2gt V2ViY29yZV9wbHVnaW5zX1BsdWdpbkRhdGFiYXNlLmNwcCB3d3cvd2Via2l0LWd0azIvZmlsZXMv cGF0Y2gtV2ViY29yZV9wbHVnaW5zX1BsdWdpbkRhdGFiYXNlLmNwcAotLS0gd3d3L3dlYmtpdC1n dGsyLm9yaWcvZmlsZXMvcGF0Y2gtV2ViY29yZV9wbHVnaW5zX1BsdWdpbkRhdGFiYXNlLmNwcAky MDA5LTA1LTIwIDE0OjM2OjMwLjAwMDAwMDAwMCArMDgwMAorKysgd3d3L3dlYmtpdC1ndGsyL2Zp bGVzL3BhdGNoLVdlYmNvcmVfcGx1Z2luc19QbHVnaW5EYXRhYmFzZS5jcHAJMjAwOS0wNS0yMiAx NTowMjo0NS4wMDAwMDAwMDAgKzA4MDAKQEAgLTEsMTAgKzEsMTAgQEAKLS0tLSBXZWJDb3JlL3Bs dWdpbnMvUGx1Z2luRGF0YWJhc2UuY3BwLm9yaWcJMjAwOC0wNS0yNiAwMTowMzowNy4yMzY5NzM4 MzggLTA3MDAKLSsrKyBXZWJDb3JlL3BsdWdpbnMvUGx1Z2luRGF0YWJhc2UuY3BwCTIwMDgtMDUt MjYgMDE6MDM6NTIuMzU2NDM2Nzg3IC0wNzAwCi1AQCAtMjgxLDYgKzI4MSw3IEBACistLS0gV2Vi Q29yZS9wbHVnaW5zL1BsdWdpbkRhdGFiYXNlLmNwcC5vcmlnCTIwMDgtMTEtMDIgMDM6MTI6MDUu MDAwMDAwMDAwICswODAwCisrKysgV2ViQ29yZS9wbHVnaW5zL1BsdWdpbkRhdGFiYXNlLmNwcAky MDA5LTA1LTE5IDE1OjA5OjUxLjAwMDAwMDAwMCArMDgwMAorQEAgLTI4Myw2ICsyODMsNyBAQCBW ZWN0b3I8U3RyaW5nPiBQbHVnaW5EYXRhYmFzZTo6ZGVmYXVsdFBsCiAgICAgIHVzZXJQbHVnaW5Q YXRoLmFwcGVuZChTdHJpbmcoIi8ubmV0c2NhcGUvcGx1Z2lucyIpKTsKICAgICAgcGF0aHMuYXBw ZW5kKHVzZXJQbHVnaW5QYXRoKTsKICAKLSsgICAgcGF0aHMuYXBwZW5kKCIlJUJST1dTRVJfUExV R0lOUyUlIik7CisrICAgIHBhdGhzLmFwcGVuZCgiJSVCUk9XU0VSX1BMVUdJTlNfRElSJSUiKTsK ICAgICAgcGF0aHMuYXBwZW5kKCIvdXNyL2xpYi9icm93c2VyL3BsdWdpbnMiKTsKICAgICAgcGF0 aHMuYXBwZW5kKCIvdXNyL2xvY2FsL2xpYi9tb3ppbGxhL3BsdWdpbnMiKTsKICAgICAgcGF0aHMu YXBwZW5kKCIvdXNyL2xpYi9maXJlZm94L3BsdWdpbnMiKTsKZGlmZiAtcHVyTiB3d3cvd2Via2l0 LWd0azIub3JpZy9maWxlcy9wYXRjaC1jYWlybyB3d3cvd2Via2l0LWd0azIvZmlsZXMvcGF0Y2gt Y2Fpcm8KLS0tIHd3dy93ZWJraXQtZ3RrMi5vcmlnL2ZpbGVzL3BhdGNoLWNhaXJvCTIwMDktMDUt MjAgMTQ6MzY6MzAuMDAwMDAwMDAwICswODAwCisrKyB3d3cvd2Via2l0LWd0azIvZmlsZXMvcGF0 Y2gtY2Fpcm8JMjAwOS0wNS0yMiAxNDo1OTo1Mi4wMDAwMDAwMDAgKzA4MDAKQEAgLTEsMzEgKzEs MTEgQEAKLS0tLSBXZWJDb3JlL3BsYXRmb3JtL2dyYXBoaWNzL0JpdG1hcEltYWdlLmNwcAotKysr IFdlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvQml0bWFwSW1hZ2UuY3BwCi1AQCAtMjAzLDcgKzIw Myw3IEBAIGZsb2F0IEJpdG1hcEltYWdlOjpmcmFtZUR1cmF0aW9uQXRJbmRleChzaXplX3QgaW5k ZXgpCi0gYm9vbCBCaXRtYXBJbWFnZTo6ZnJhbWVIYXNBbHBoYUF0SW5kZXgoc2l6ZV90IGluZGV4 KQorLS0tIFdlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvQml0bWFwSW1hZ2UuY3BwLm9yaWcJMjAw OS0wMy0wNCAwMzozNDoxNi4wMDAwMDAwMDAgKzA4MDAKKysrKyBXZWJDb3JlL3BsYXRmb3JtL2dy YXBoaWNzL0JpdG1hcEltYWdlLmNwcAkyMDA5LTA1LTE5IDE1OjA5OjUxLjAwMDAwMDAwMCArMDgw MAorQEAgLTIwMiw3ICsyMDIsNyBAQCBib29sIEJpdG1hcEltYWdlOjppc1NpemVBdmFpbGFibGUo KQorIE5hdGl2ZUltYWdlUHRyIEJpdG1hcEltYWdlOjpmcmFtZUF0SW5kZXgoc2l6ZV90IGluZGV4 KQogIHsKICAgICAgaWYgKGluZGV4ID49IGZyYW1lQ291bnQoKSkKIC0gICAgICAgIHJldHVybiAw OwotKyAgICAgICAgcmV0dXJuIHRydWU7CisrICAgICAgICByZXR1cm4gTlVMTDsKICAKICAgICAg aWYgKGluZGV4ID49IG1fZnJhbWVzLnNpemUoKSB8fCAhbV9mcmFtZXNbaW5kZXhdLm1fZnJhbWUp CiAgICAgICAgICBjYWNoZUZyYW1lKGluZGV4KTsKLS0tLSBXZWJDb3JlL3BsYXRmb3JtL2dyYXBo aWNzL2NhaXJvL0ltYWdlQ2Fpcm8uY3BwCi0rKysgV2ViQ29yZS9wbGF0Zm9ybS9ncmFwaGljcy9j YWlyby9JbWFnZUNhaXJvLmNwcAotQEAgLTc2LDYgKzc2LDcgQEAgQml0bWFwSW1hZ2U6OkJpdG1h cEltYWdlKGNhaXJvX3N1cmZhY2VfdCogc3VyZmFjZSwgSW1hZ2VPYnNlcnZlciogb2JzZXJ2ZXIp Ci0gCi0gICAgIG1fZnJhbWVzLmdyb3coMSk7Ci0gICAgIG1fZnJhbWVzWzBdLm1fZnJhbWUgPSBz dXJmYWNlOwotKyAgICBtX2ZyYW1lc1swXS5tX2hhc0FscGhhID0gY2Fpcm9fc3VyZmFjZV9nZXRf Y29udGVudChzdXJmYWNlKSAhPSBDQUlST19DT05URU5UX0NPTE9SOwotICAgICBjaGVja0ZvclNv bGlkQ29sb3IoKTsKLSB9Ci0gCi0tLS0gV2ViQ29yZS9wbGF0Zm9ybS9ncmFwaGljcy9jZy9JbWFn ZUNHLmNwcAotKysrIFdlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvY2cvSW1hZ2VDRy5jcHAKLUBA IC04Nyw2ICs4Nyw3IEBAIEJpdG1hcEltYWdlOjpCaXRtYXBJbWFnZShDR0ltYWdlUmVmIGNnSW1h Z2UsIEltYWdlT2JzZXJ2ZXIqIG9ic2VydmVyKQotIAotICAgICBtX2ZyYW1lcy5ncm93KDEpOwot ICAgICBtX2ZyYW1lc1swXS5tX2ZyYW1lID0gY2dJbWFnZTsKLSsgICAgbV9mcmFtZXNbMF0ubV9o YXNBbHBoYSA9IHRydWU7Ci0gICAgIGNoZWNrRm9yU29saWRDb2xvcigpOwotIH0KLSAKZGlmZiAt cHVyTiB3d3cvd2Via2l0LWd0azIub3JpZy9maWxlcy9wYXRjaC1jb25maWd1cmUgd3d3L3dlYmtp dC1ndGsyL2ZpbGVzL3BhdGNoLWNvbmZpZ3VyZQotLS0gd3d3L3dlYmtpdC1ndGsyLm9yaWcvZmls ZXMvcGF0Y2gtY29uZmlndXJlCTE5NzAtMDEtMDEgMDg6MDA6MDAuMDAwMDAwMDAwICswODAwCisr KyB3d3cvd2Via2l0LWd0azIvZmlsZXMvcGF0Y2gtY29uZmlndXJlCTIwMDktMDUtMjIgMTQ6NTk6 NTIuMDAwMDAwMDAwICswODAwCkBAIC0wLDAgKzEsMjAgQEAKKy0tLSBjb25maWd1cmUub3JpZwky MDA5LTA1LTE5IDE1OjE3OjUxLjAwMDAwMDAwMCArMDgwMAorKysrIGNvbmZpZ3VyZQkyMDA5LTA1 LTE5IDE1OjE4OjIxLjAwMDAwMDAwMCArMDgwMAorQEAgLTIwOTg2LDcgKzIwOTg2LDcgQEAKKyAK KyBpZiB0ZXN0ICIkZW5hYmxlX2ppdCIgPSAieWVzIjsgdGhlbgorICAgICBjYXNlICIkdGFyZ2V0 X2NwdSIgaW4KKy0gICAgICAgIGkqODZ8eDg2XzY0KQorKyAgICAgICAgaSo4Nnx4ODZfNjR8YW1k NjQpCisgCisgY2F0ID4+Y29uZmRlZnMuaCA8PFxfQUNFT0YKKyAjZGVmaW5lIEVOQUJMRV9KSVQg MQorQEAgLTIxMDIwLDcgKzIxMDIwLDcgQEAKKyBfQUNFT0YKKyAKKyAgICAgICAgICAgICAgICAg OzsKKy0gICAgICAgICAgICAgICAgeDg2XzY0KQorKyAgICAgICAgICAgICAgICB4ODZfNjR8YW1k NjQpCisgCisgY2F0ID4+Y29uZmRlZnMuaCA8PFxfQUNFT0YKKyAjZGVmaW5lIFdURl9VU0VfSklU X1NUVUJfQVJHVU1FTlRfUkVHSVNURVIgMQpkaWZmIC1wdXJOIHd3dy93ZWJraXQtZ3RrMi5vcmln L3BrZy1wbGlzdCB3d3cvd2Via2l0LWd0azIvcGtnLXBsaXN0Ci0tLSB3d3cvd2Via2l0LWd0azIu b3JpZy9wa2ctcGxpc3QJMjAwOS0wNS0yMCAxNDozNjozMC4wMDAwMDAwMDAgKzA4MDAKKysrIHd3 dy93ZWJraXQtZ3RrMi9wa2ctcGxpc3QJMjAwOS0wNS0yMiAxNDo1OTo1Mi4wMDAwMDAwMDAgKzA4 MDAKQEAgLTgsNiArOCw3IEBAIGluY2x1ZGUvd2Via2l0LTEuMC9KYXZhU2NyaXB0Q29yZS9KU1N0 cmkKIGluY2x1ZGUvd2Via2l0LTEuMC9KYXZhU2NyaXB0Q29yZS9KU1ZhbHVlUmVmLmgKIGluY2x1 ZGUvd2Via2l0LTEuMC9KYXZhU2NyaXB0Q29yZS9KYXZhU2NyaXB0LmgKIGluY2x1ZGUvd2Via2l0 LTEuMC9KYXZhU2NyaXB0Q29yZS9KYXZhU2NyaXB0Q29yZS5oCitpbmNsdWRlL3dlYmtpdC0xLjAv SmF2YVNjcmlwdENvcmUvV2ViS2l0QXZhaWxhYmlsaXR5LmgKIGluY2x1ZGUvd2Via2l0LTEuMC93 ZWJraXQvd2Via2l0LmgKIGluY2x1ZGUvd2Via2l0LTEuMC93ZWJraXQvd2Via2l0ZGVmaW5lcy5o CiBpbmNsdWRlL3dlYmtpdC0xLjAvd2Via2l0L3dlYmtpdG5ldHdvcmtyZXF1ZXN0LmgKQEAgLTE3 LDEyICsxOCwxNDMgQEAgaW5jbHVkZS93ZWJraXQtMS4wL3dlYmtpdC93ZWJraXR3ZWJmcmFtZQog aW5jbHVkZS93ZWJraXQtMS4wL3dlYmtpdC93ZWJraXR3ZWJoaXN0b3J5aXRlbS5oCiBpbmNsdWRl L3dlYmtpdC0xLjAvd2Via2l0L3dlYmtpdHdlYnNldHRpbmdzLmgKIGluY2x1ZGUvd2Via2l0LTEu MC93ZWJraXQvd2Via2l0d2Vidmlldy5oCi1saWIvbGlid2Via2l0LTEuMC5hCitpbmNsdWRlL3dl YmtpdC0xLjAvd2Via2l0L3dlYmtpdGRvd25sb2FkLmgKK2luY2x1ZGUvd2Via2l0LTEuMC93ZWJr aXQvd2Via2l0ZXJyb3IuaAoraW5jbHVkZS93ZWJraXQtMS4wL3dlYmtpdC93ZWJraXRzb3VwYXV0 aGRpYWxvZy5oCitpbmNsdWRlL3dlYmtpdC0xLjAvd2Via2l0L3dlYmtpdHdlYmluc3BlY3Rvci5o CitpbmNsdWRlL3dlYmtpdC0xLjAvd2Via2l0L3dlYmtpdHdlYm5hdmlnYXRpb25hY3Rpb24uaAor aW5jbHVkZS93ZWJraXQtMS4wL3dlYmtpdC93ZWJraXR3ZWJwb2xpY3lkZWNpc2lvbi5oCitpbmNs dWRlL3dlYmtpdC0xLjAvd2Via2l0L3dlYmtpdHdlYndpbmRvd2ZlYXR1cmVzLmgKK2luY2x1ZGUv d2Via2l0LTEuMC93ZWJraXQvd2Via2l0ZW51bXR5cGVzLmgKIGxpYi9saWJ3ZWJraXQtMS4wLmxh CiBsaWIvbGlid2Via2l0LTEuMC5zbwotbGliL2xpYndlYmtpdC0xLjAuc28uMQorbGliL2xpYndl YmtpdC0xLjAuc28uNwogbGliZGF0YS9wa2djb25maWcvV2ViS2l0R3RrLnBjCiBsaWJkYXRhL3Br Z2NvbmZpZy93ZWJraXQtMS4wLnBjCitzaGFyZS9sb2NhbGUvZGUvTENfTUVTU0FHRVMvd2Via2l0 Lm1vCitzaGFyZS9sb2NhbGUvaXQvTENfTUVTU0FHRVMvd2Via2l0Lm1vCitzaGFyZS9sb2NhbGUv cHRfQlIvTENfTUVTU0FHRVMvd2Via2l0Lm1vCitzaGFyZS9sb2NhbGUvcnUvTENfTUVTU0FHRVMv d2Via2l0Lm1vCitzaGFyZS9sb2NhbGUvc3YvTENfTUVTU0FHRVMvd2Via2l0Lm1vCitzaGFyZS93 ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvYmFjay5wbmcKK3NoYXJlL3dlYmtpdC0xLjAv d2ViaW5zcGVjdG9yL0ltYWdlcy9jaGVja2VyLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNw ZWN0b3IvSW1hZ2VzL2NsZWFyQ29uc29sZUJ1dHRvbnMucG5nCitzaGFyZS93ZWJraXQtMS4wL3dl Ymluc3BlY3Rvci9JbWFnZXMvY2xvc2VCdXR0b25zLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJp bnNwZWN0b3IvSW1hZ2VzL2NvbnNvbGVCdXR0b25zLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJp bnNwZWN0b3IvSW1hZ2VzL2RhdGFiYXNlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL2RhdGFiYXNlVGFibGUucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9JbWFnZXMvZGF0YWJhc2VzSWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9y L0ltYWdlcy9kZWJ1Z2dlckNvbnRpbnVlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL2RlYnVnZ2VyUGF1c2UucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9JbWFnZXMvZGVidWdnZXJTdGVwSW50by5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVj dG9yL0ltYWdlcy9kZWJ1Z2dlclN0ZXBPdXQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3Bl Y3Rvci9JbWFnZXMvZGVidWdnZXJTdGVwT3Zlci5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5z cGVjdG9yL0ltYWdlcy9kaXNjbG9zdXJlVHJpYW5nbGVTbWFsbERvd24ucG5nCitzaGFyZS93ZWJr aXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZGlzY2xvc3VyZVRyaWFuZ2xlU21hbGxEb3duQmxh Y2sucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZG9ja0J1dHRvbnMu cG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZGlzY2xvc3VyZVRyaWFu Z2xlU21hbGxEb3duV2hpdGUucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFn ZXMvZGlzY2xvc3VyZVRyaWFuZ2xlU21hbGxSaWdodC5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2Vi aW5zcGVjdG9yL0ltYWdlcy9kaXNjbG9zdXJlVHJpYW5nbGVTbWFsbFJpZ2h0QmxhY2sucG5nCitz aGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZGlzY2xvc3VyZVRyaWFuZ2xlU21h bGxSaWdodERvd24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZGlz Y2xvc3VyZVRyaWFuZ2xlU21hbGxSaWdodERvd25CbGFjay5wbmcKK3NoYXJlL3dlYmtpdC0xLjAv d2ViaW5zcGVjdG9yL0ltYWdlcy9kaXNjbG9zdXJlVHJpYW5nbGVTbWFsbFJpZ2h0RG93bldoaXRl LnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL2Rpc2Nsb3N1cmVUcmlh bmdsZVNtYWxsUmlnaHRXaGl0ZS5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0lt YWdlcy9kb21TdG9yYWdlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2Vz L2VsZW1lbnRzSWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9l bmFibGVCdXR0b25zLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL2Vy cm9ySWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9lcnJvck1l ZGl1bUljb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZXhjbHVk ZUJ1dHRvbnMucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZm9jdXNC dXR0b25zLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL2ZvcndhcmQu cG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZ2xvc3N5SGVhZGVyLnBu Zworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL2dsb3NzeUhlYWRlclByZXNz ZWQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZ2xvc3N5SGVhZGVy U2VsZWN0ZWQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvZ2xvc3N5 SGVhZGVyU2VsZWN0ZWRQcmVzc2VkLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3Iv SW1hZ2VzL2dvQXJyb3cucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMv Z3JhcGhMYWJlbENhbGxvdXRMZWZ0LnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3Iv SW1hZ2VzL2dyYXBoTGFiZWxDYWxsb3V0UmlnaHQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmlu c3BlY3Rvci9JbWFnZXMvbGFyZ2VyUmVzb3VyY2VzQnV0dG9ucy5wbmcKK3NoYXJlL3dlYmtpdC0x LjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9ub2RlU2VhcmNoQnV0dG9ucy5wbmcKK3NoYXJlL3dlYmtp dC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wYW5lQm90dG9tR3Jvdy5wbmcKK3NoYXJlL3dlYmtp dC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wYW5lQm90dG9tR3Jvd0FjdGl2ZS5wbmcKK3NoYXJl L3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wYW5lR3Jvd0hhbmRsZUxpbmUucG5nCitz aGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvcGF1c2VPbkV4Y2VwdGlvbkJ1dHRv bnMucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvcGVyY2VudEJ1dHRv bnMucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvcHJvZmlsZUdyb3Vw SWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wcm9maWxlSWNv bi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wcm9maWxlU21hbGxJ Y29uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3Byb2ZpbGVzSWNv bi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9wcm9maWxlc1NpbGhv dWV0dGUucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvcmVjb3JkQnV0 dG9ucy5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9yZWxvYWRCdXR0 b25zLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3Jlc291cmNlQ1NT SWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9yZXNvdXJjZURv Y3VtZW50SWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9yZXNv dXJjZURvY3VtZW50SWNvblNtYWxsLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3Iv SW1hZ2VzL3Jlc291cmNlSlNJY29uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3Iv SW1hZ2VzL3Jlc291cmNlUGxhaW5JY29uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL3Jlc291cmNlUGxhaW5JY29uU21hbGwucG5nCitzaGFyZS93ZWJraXQtMS4wL3dl Ymluc3BlY3Rvci9JbWFnZXMvcmVzb3VyY2VzSWNvbi5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2Vi aW5zcGVjdG9yL0ltYWdlcy9yZXNvdXJjZXNTaXplR3JhcGhJY29uLnBuZworc2hhcmUvd2Via2l0 LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3Jlc291cmNlc1RpbWVHcmFwaEljb24ucG5nCitzaGFy ZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2NyaXB0c0ljb24ucG5nCitzaGFyZS93 ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2NyaXB0c1NpbGhvdWV0dGUucG5nCitzaGFy ZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2VhcmNoU21hbGxCbHVlLnBuZworc2hh cmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3NlYXJjaFNtYWxsQnJpZ2h0Qmx1ZS5w bmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zZWFyY2hTbWFsbEdyYXku cG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2VhcmNoU21hbGxXaGl0 ZS5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zZWdtZW50LnBuZwor c2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3NlZ21lbnRFbmQucG5nCitzaGFy ZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2VnbWVudEhvdmVyLnBuZworc2hhcmUv d2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3NlZ21lbnRIb3ZlckVuZC5wbmcKK3NoYXJl L3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zZWdtZW50U2VsZWN0ZWQucG5nCitzaGFy ZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvc2VnbWVudFNlbGVjdGVkRW5kLnBuZwor c2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3NwbGl0dmlld0RpbXBsZS5wbmcK K3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zcGxpdHZpZXdEaXZpZGVyQmFj a2dyb3VuZC5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zdGF0dXNi YXJCYWNrZ3JvdW5kLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3N0 YXR1c2JhckJvdHRvbUJhY2tncm91bmQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9JbWFnZXMvc3RhdHVzYmFyQnV0dG9ucy5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVj dG9yL0ltYWdlcy9zdGF0dXNiYXJNZW51QnV0dG9uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJp bnNwZWN0b3IvSW1hZ2VzL3N0YXR1c2Jhck1lbnVCdXR0b25TZWxlY3RlZC5wbmcKK3NoYXJlL3dl YmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zdGF0dXNiYXJSZXNpemVySG9yaXpvbnRhbC5w bmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy9zdGF0dXNiYXJSZXNpemVy VmVydGljYWwucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvdGltZWxp bmVIb2xsb3dQaWxsQmx1ZS5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdl cy90aW1lbGluZUhvbGxvd1BpbGxHcmF5LnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL3RpbWVsaW5lSG9sbG93UGlsbEdyZWVuLnBuZworc2hhcmUvd2Via2l0LTEuMC93 ZWJpbnNwZWN0b3IvSW1hZ2VzL3RpbWVsaW5lSG9sbG93UGlsbE9yYW5nZS5wbmcKK3NoYXJlL3dl YmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy90aW1lbGluZUhvbGxvd1BpbGxQdXJwbGUucG5n CitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvdGltZWxpbmVIb2xsb3dQaWxs UmVkLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3RpbWVsaW5lSG9s bG93UGlsbFllbGxvdy5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy90 aW1lbGluZVBpbGxCbHVlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2Vz L3RpbWVsaW5lUGlsbEdyYXkucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFn ZXMvdGltZWxpbmVQaWxsR3JlZW4ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9J bWFnZXMvdGltZWxpbmVQaWxsT3JhbmdlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL3RpbWVsaW5lUGlsbFB1cnBsZS5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5z cGVjdG9yL0ltYWdlcy90aW1lbGluZVBpbGxSZWQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmlu c3BlY3Rvci9JbWFnZXMvdGltZWxpbmVQaWxsWWVsbG93LnBuZworc2hhcmUvd2Via2l0LTEuMC93 ZWJpbnNwZWN0b3IvSW1hZ2VzL3RpcEJhbGxvb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmlu c3BlY3Rvci9JbWFnZXMvdGlwQmFsbG9vbkJvdHRvbS5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2Vi aW5zcGVjdG9yL0ltYWdlcy90aXBJY29uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL3RpcEljb25QcmVzc2VkLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0 b3IvSW1hZ2VzL3Rvb2xiYXJJdGVtU2VsZWN0ZWQucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmlu c3BlY3Rvci9JbWFnZXMvdHJlZURvd25UcmlhbmdsZUJsYWNrLnBuZworc2hhcmUvd2Via2l0LTEu MC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3RyZWVEb3duVHJpYW5nbGVXaGl0ZS5wbmcKK3NoYXJlL3dl YmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy90cmVlUmlnaHRUcmlhbmdsZUJsYWNrLnBuZwor c2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3RyZWVSaWdodFRyaWFuZ2xlV2hp dGUucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvdHJlZVVwVHJpYW5n bGVCbGFjay5wbmcKK3NoYXJlL3dlYmtpdC0xLjAvd2ViaW5zcGVjdG9yL0ltYWdlcy90cmVlVXBU cmlhbmdsZVdoaXRlLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzL3Vz ZXJJbnB1dEljb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9JbWFnZXMvdXNl cklucHV0UHJldmlvdXNJY29uLnBuZworc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1h Z2VzL3VzZXJJbnB1dFJlc3VsdEljb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9JbWFnZXMvd2FybmluZ0ljb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rvci9J bWFnZXMvd2FybmluZ01lZGl1bUljb24ucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9JbWFnZXMvd2FybmluZ3NFcnJvcnMucG5nCitzaGFyZS93ZWJraXQtMS4wL3dlYmluc3BlY3Rv ci9sb2NhbGl6ZWRTdHJpbmdzLmpzCitzaGFyZS93ZWJraXQtMS4wL3Jlc291cmNlcy9lcnJvci5o dG1sCitAZGlycm0gc2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IvSW1hZ2VzCitAZGlycm0g c2hhcmUvd2Via2l0LTEuMC93ZWJpbnNwZWN0b3IKK0BkaXJybSBzaGFyZS93ZWJraXQtMS4wL3Jl c291cmNlcworQGRpcnJtIHNoYXJlL3dlYmtpdC0xLjAKIEBkaXJybSBpbmNsdWRlL3dlYmtpdC0x LjAvd2Via2l0CiBAZGlycm0gaW5jbHVkZS93ZWJraXQtMS4wL0phdmFTY3JpcHRDb3JlCiBAZGly cm0gaW5jbHVkZS93ZWJraXQtMS4wCg== --001485f0e7788bb7c4046a7bd7cd-- From edwin at FreeBSD.org Fri May 22 13:10:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri May 22 13:10:28 2009 Subject: ports/134861: sysutils/gnome-settings-daemon does not install required shared libs Message-ID: <200905221310.n4MDAGdK005993@freefall.freebsd.org> Synopsis: sysutils/gnome-settings-daemon does not install required shared libs Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 22 13:10:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134861 From thomas at FreeBSD.ORG Sat May 23 15:50:04 2009 From: thomas at FreeBSD.ORG (Thomas Quinot) Date: Sat May 23 15:50:10 2009 Subject: ports/133793 Message-ID: <200905231550.n4NFo3Y0053510@freefall.freebsd.org> The following reply was made to PR ports/133793; it has been noted by GNATS. From: Thomas Quinot To: bug-followup@freebsd.org Cc: mickey242@gmx.net Subject: Re: ports/133793 Date: Sat, 23 May 2009 17:47:25 +0200 Another issue that may be related: with gdm-2.24.1_6, not only the PATH setting from /etc/login.conf is ignored, but also setlogin(2) is not called during session setup, and getlogin(2) thus always returns "root" in GDM sessions. Thomas. From thomas at FreeBSD.ORG Sat May 23 17:20:03 2009 From: thomas at FreeBSD.ORG (Thomas Quinot) Date: Sat May 23 17:20:17 2009 Subject: ports/133793 [PATCH] gdm: missing call to setusercontext Message-ID: <200905231720.n4NHK2f3020108@freefall.freebsd.org> The following reply was made to PR ports/133793; it has been noted by GNATS. From: Thomas Quinot To: bug-followup@freebsd.org Cc: mickey242@gmx.net Subject: Re: ports/133793 [PATCH] gdm: missing call to setusercontext Date: Sat, 23 May 2009 19:18:26 +0200 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Thomas Quinot, 2009-05-23 : > Another issue that may be related: with gdm-2.24.1_6, not only the PATH > setting from /etc/login.conf is ignored, but also setlogin(2) is not > called during session setup, and getlogin(2) thus always returns "root" > in GDM sessions. The attached patch appears to fix both problems for me. Note, you'll also need to patch daemon/Makefile to add -lutil to the ld command line for gdm-session-worker. Thomas. --HcAYCG3uE/tztfnV Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="gdm-2.26.1-20090523.diff" --- daemon/gdm-session-worker.c.orig 2009-05-23 18:37:51.000000000 +0200 +++ daemon/gdm-session-worker.c 2009-05-23 19:09:38.000000000 +0200 @@ -31,6 +31,9 @@ #include #include #include +#ifdef HAVE_LOGINCAP +#include +#endif #include @@ -1757,11 +1760,12 @@ char **environment; char *home_dir; int fd; +#ifdef HAVE_LOGINCAP + char *login = worker->priv->username; + struct passwd *pwent = getpwnam (login); +#endif - if (setuid (worker->priv->uid) < 0) { - g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); - _exit (1); - } + /* Call setsid() before setusercontext() */ if (setsid () < 0) { g_debug ("GdmSessionWorker: could not set pid '%u' as leader of new session and process group - %s", @@ -1769,6 +1773,28 @@ _exit (2); } +#ifdef HAVE_LOGINCAP + if (setusercontext (NULL, pwent, pwent->pw_uid, + LOGIN_SETLOGIN | LOGIN_SETPATH | + LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | + LOGIN_SETUMASK | LOGIN_SETUSER | + LOGIN_SETENV) < 0) { + g_debug ("%s: setusercontext () failed for %s. " + "Aborting.", "gdm_session_worker_start_user_session", + login ? login : "(null)"); + } + + /* Propagate PATH environment variable from user context to child processes */ + + gdm_session_worker_set_environment_variable (worker, "PATH", getenv ("PATH")); + +#else + if (setuid (worker->priv->uid) < 0) { + g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); + _exit (1); + } +#endif + environment = gdm_session_worker_get_environment (worker); g_assert (geteuid () == getuid ()); --HcAYCG3uE/tztfnV-- From thomas at FreeBSD.ORG Sat May 23 17:40:02 2009 From: thomas at FreeBSD.ORG (Thomas Quinot) Date: Sat May 23 17:40:10 2009 Subject: ports/133793 [PATCH] gdm: missing call to setusercontext Message-ID: <200905231740.n4NHe2G0036002@freefall.freebsd.org> The following reply was made to PR ports/133793; it has been noted by GNATS. From: Thomas Quinot To: bug-followup@freebsd.org Cc: mickey242@gmx.net Subject: Re: ports/133793 [PATCH] gdm: missing call to setusercontext Date: Sat, 23 May 2009 19:30:42 +0200 * Thomas Quinot, 2009-05-23 : > The attached patch appears to fix both problems for me. Note, you'll > also need to patch daemon/Makefile to add -lutil to the ld command line > for gdm-session-worker. See also http://bugzilla.gnome.org/show_bug.cgi?id=583660 Thomas. From marcus at FreeBSD.org Sat May 23 19:29:47 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 23 19:29:54 2009 Subject: ports/134732: editors/abiword shows spacing corruption Message-ID: <200905231929.n4NJTlKE018037@freefall.freebsd.org> Synopsis: editors/abiword shows spacing corruption State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sat May 23 19:29:30 UTC 2009 State-Changed-Why: This has been fixed by changing the default font to DejaVu Serif. http://www.freebsd.org/cgi/query-pr.cgi?pr=134732 From dfilter at FreeBSD.ORG Sat May 23 19:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat May 23 19:30:11 2009 Subject: ports/134732: commit references a PR Message-ID: <200905231930.n4NJU32P018231@freefall.freebsd.org> The following reply was made to PR ports/134732; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134732: commit references a PR Date: Sat, 23 May 2009 19:29:39 +0000 (UTC) marcus 2009-05-23 19:29:25 UTC FreeBSD ports repository Modified files: editors/abiword Makefile Added files: editors/abiword/files patch-default-font Log: Merge a patch from Fedora to chaneg the default font from Times Roman to DejaVu Serif. This will fix the font corruption issue on machines which don't have webfonts installed, and still allow us to package abiword. PR: 134732 Revision Changes Path 1.133 +2 -0 ports/editors/abiword/Makefile 1.1 +732 -0 ports/editors/abiword/files/patch-default-font (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From marcus at FreeBSD.org Sat May 23 21:19:25 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sat May 23 21:19:35 2009 Subject: ports/134731: sysutils/hal - hald uses 100% of CPU Message-ID: <200905232119.n4NLJOqn002551@freefall.freebsd.org> Synopsis: sysutils/hal - hald uses 100% of CPU State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sat May 23 21:19:13 UTC 2009 State-Changed-Why: Fixed, thanks for reporting. http://www.freebsd.org/cgi/query-pr.cgi?pr=134731 From dfilter at FreeBSD.ORG Sat May 23 21:20:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat May 23 21:20:10 2009 Subject: ports/134731: commit references a PR Message-ID: <200905232120.n4NLK3oG002620@freefall.freebsd.org> The following reply was made to PR ports/134731; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134731: commit references a PR Date: Sat, 23 May 2009 21:19:14 +0000 (UTC) marcus 2009-05-23 21:19:03 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile sysutils/hal/files patch-configure patch-configure.in patch-hald_freebsd_probing_probe-usb2-device.c patch-hald_hf-storage.c Log: * Correct a potential infinite recursion loop triggered by the new GEOM classes [1] * Fix some minor issues with usb2 support [2] PR: 134731 [1] Submitted by: hselasky [2] Revision Changes Path 1.55 +1 -1 ports/sysutils/hal/Makefile 1.3 +1 -1 ports/sysutils/hal/files/patch-configure 1.3 +1 -1 ports/sysutils/hal/files/patch-configure.in 1.3 +5 -4 ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c 1.4 +25 -20 ports/sysutils/hal/files/patch-hald_hf-storage.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From marcus at FreeBSD.org Sun May 24 06:16:38 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 24 06:16:44 2009 Subject: ports/134737: Update www/webkit-gtk2 to 1.1.7 Message-ID: <200905240616.n4O6Gbdf011880@freefall.freebsd.org> Synopsis: Update www/webkit-gtk2 to 1.1.7 State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Sun May 24 06:15:24 UTC 2009 State-Changed-Why: We've already updated webkit to 1.1.6 in MarcusCom CVS. Additionally, you latest patch is corrupt. Can you download the 1.1.6 work from CVS, and provie a 1.1.7 diff with your plug-in fixes to that port? http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/www/webkit-gtk2/ http://www.freebsd.org/cgi/query-pr.cgi?pr=134737 From marcus at FreeBSD.org Sun May 24 06:17:26 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 24 06:17:32 2009 Subject: ports/133794: x11/gnome2: No go with automatic proxy configuration Message-ID: <200905240617.n4O6HQ0D011925@freefall.freebsd.org> Synopsis: x11/gnome2: No go with automatic proxy configuration State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Sun May 24 06:16:47 UTC 2009 State-Changed-Why: If you install net/libproxy-mozjs, you should be able to use your PAC file. I have also added libxul support to this port, so you can build with either Firefox or libxul. http://www.freebsd.org/cgi/query-pr.cgi?pr=133794 From anray at FreeBSD.org Sun May 24 08:23:15 2009 From: anray at FreeBSD.org (Andrey Slusar) Date: Sun May 24 08:23:50 2009 Subject: Need update lang/librep x11-toolkits/rep-gtk2 for update x11-wm/sawfish Message-ID: <47e01da70905240102u61319db4y21519e5bfab6c7b6@mail.gmail.com> Hello! In new version sawfish, librep, rep-gtk2 is removed gnome depends. For update sawfish need update the librep and rep-gtk2. And I think, Gnome Team is agreed to transer maintainership of lang/librep and x11-toolkits/rep-gtk2 to me(i'm maintainer of x11-wm/sawfish). -- Regards, Andrey. From jahnke at sonatabio.com Sun May 24 16:00:10 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Sun May 24 16:00:17 2009 Subject: Evolution "Preferences" Crashes Message-ID: <1243178905.1596.6.camel@zinfandel> I've been testing the VirtualBox port, and I have had repeated crashes loading the kernel module. One side effect of that is that I can no longer reach the "Preferences" menu within Evolution. It crashes with the error message GConf:ERROR:gconf-client.c:1202:gconf_client_key_is_writable: assertion failed: (entry != NULL) This sounds like a simple GConf fix, but I have no idea where the key is located. Alternatively, there is often a .something file that can be deleted that restored things to proper working order. If there is, what is that file? Otherwise, evo seems to work fine, though it does drop the saved passwords to log in to my mail host. System is i386 7-STABLE, Gnome 2.26.1. Advice would be most appreciated. If further info is needed, I can recompile with debugging flags. Frank From marcus at marcuscom.com Sun May 24 18:37:59 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 24 18:38:07 2009 Subject: Evolution "Preferences" Crashes In-Reply-To: <1243178905.1596.6.camel@zinfandel> References: <1243178905.1596.6.camel@zinfandel> Message-ID: <1243190278.18715.229.camel@shumai.marcuscom.com> On Sun, 2009-05-24 at 08:28 -0700, Frank Jahnke wrote: > I've been testing the VirtualBox port, and I have had repeated crashes > loading the kernel module. One side effect of that is that I can no > longer reach the "Preferences" menu within Evolution. It crashes with > the error message > > GConf:ERROR:gconf-client.c:1202:gconf_client_key_is_writable: > assertion failed: (entry != NULL) > > This sounds like a simple GConf fix, but I have no idea where the key is > located. Alternatively, there is often a .something file that can be > deleted that restored things to proper working order. If there is, what > is that file? > > Otherwise, evo seems to work fine, though it does drop the saved > passwords to log in to my mail host. System is i386 7-STABLE, Gnome > 2.26.1. > > Advice would be most appreciated. If further info is needed, I can > recompile with debugging flags. You need to be running GConf 2.26.2. 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/20090524/83bbf8c0/attachment.pgp From marcus at marcuscom.com Sun May 24 18:41:40 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun May 24 18:41:46 2009 Subject: Need update lang/librep x11-toolkits/rep-gtk2 for update x11-wm/sawfish In-Reply-To: <47e01da70905240102u61319db4y21519e5bfab6c7b6@mail.gmail.com> References: <47e01da70905240102u61319db4y21519e5bfab6c7b6@mail.gmail.com> Message-ID: <1243190499.18715.230.camel@shumai.marcuscom.com> On Sun, 2009-05-24 at 11:02 +0300, Andrey Slusar wrote: > Hello! > > In new version sawfish, librep, rep-gtk2 is removed gnome depends. For > update sawfish need update the librep and rep-gtk2. > And I think, Gnome Team is agreed to transer maintainership of > lang/librep and x11-toolkits/rep-gtk2 to me(i'm maintainer of > x11-wm/sawfish). I have assigned you maintainership of both. Thanks for taking over the upkeep of sawfish and friends. 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/20090524/2c3f8303/attachment.pgp From d9364104 at mail.nchu.edu.tw Sun May 24 23:44:44 2009 From: d9364104 at mail.nchu.edu.tw (Eric L. Chen) Date: Sun May 24 23:44:51 2009 Subject: ports/134737: Update www/webkit-gtk2 to 1.1.7 In-Reply-To: <200905240616.n4O6Gbdf011880@freefall.freebsd.org> References: <200905240616.n4O6Gbdf011880@freefall.freebsd.org> Message-ID: <1243207282.1683.0.camel@localhost> On Sun, 2009-05-24 at 06:16 +0000, marcus@FreeBSD.org wrote: > Synopsis: Update www/webkit-gtk2 to 1.1.7 > > State-Changed-From-To: open->feedback > State-Changed-By: marcus > State-Changed-When: Sun May 24 06:15:24 UTC 2009 > State-Changed-Why: > We've already updated webkit to 1.1.6 in MarcusCom CVS. Additionally, > you latest patch is corrupt. Can you download the 1.1.6 work from CVS, and > provie a 1.1.7 diff with your plug-in fixes to that port? > > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/www/webkit-gtk2/ > > http://www.freebsd.org/cgi/query-pr.cgi?pr=134737 -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-webkit-gtk2.diff Type: text/x-patch Size: 6485 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090524/67593d89/patch-webkit-gtk2.bin From bugmaster at FreeBSD.org Mon May 25 11:07:13 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 25 11:10:51 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200905251107.n4PB7CBQ093190@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134861 gnome sysutils/gnome-settings-daemon does not install requir f ports/134737 gnome Update www/webkit-gtk2 to 1.1.7 o ports/134536 gnome [patch] graphics/gimp: Gimp 2.6.6 fails to open URI's o ports/134509 gnome graphics/inkscape: after loading any type of data file o ports/134463 gnome misc/gnome-icon-theme: gnome-icon-theme-2.26.0_1 compi a ports/134361 gnome devel/gvfs ports with smbclient support doesn't pass a f ports/134358 gnome x11/gnome2: trackerd uses up all of the cpu o ports/133793 gnome x11/gdm: gdm ignores settings from /etc/login.conf o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/131769 gnome upgrade ports/converters/libiconv 10 problems total. From jahnke at sonatabio.com Mon May 25 13:44:44 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Mon May 25 13:44:50 2009 Subject: Evolution "Preferences" Crashes In-Reply-To: 1243178905.1596.6.camel@zinfandel Message-ID: <1243258917.84411.3.camel@zinfandel> > You need to be running GConf 2.26.2. That did the trick. Thanks, Joe. Frank From sales at tijanre.ae Mon May 25 17:36:59 2009 From: sales at tijanre.ae (Tijan) Date: Mon May 25 17:37:06 2009 Subject: Distressed Freehold Properties 4 Sale @ OP Message-ID: <124321397440e686d4dabe1eb57f19221aa7fc69d4@Tijanre.ae> Distressed Freehold Properties 4 Sale @ Original Price (Direct From the Owner) Half Floor Offices - Full Floor Offices - Showroom -Shops - Villa Call: Eng. Khaldoun: 050 4629302 Half Floor Offices @ Dubai Silicon Oasis -Freehold & Free zone Tower: Palace Towers, Developer: Tameer holdings Floor: 9 th Floor (3 offices, 3 Bath, 3 Kitchen, 6 basement Parking ) Total Area: 7,277 Sq. ft Delivery: Ready on April 2009 Location:: Corner, Prime Location on the entrance of DSO Corner, Amazing direct View to Main / RA & Academy City, Facilities: 25 floors luxurious building, 6 lifts, Retails, swimming Pool, Mini Golf, Equipped Gymnasium, Shopping Arcade Payment Plan: 80% Paid, 20% on Delivery Original Price: AED 5,424,764 (745 /Sq. ft) Selling Price: AED 5,424,764 (745 /Sq. ft) Net Full Floor Offices @ Dubai Silicon Oasis -Freehold & Free zone Tower: Palace Towers, Developer: Tameer holdings Floor: 16 Floor (6 offices, 6 Bath, 6 Kitchen,13 basement Parking) Total Area: 13,534 Sq. ft Delivery: Ready on April 2009 Location:: Corner, Prime Location on the entrance of DSO Corner, Amazing direct View to Main / RA & Academy City, Facilities: 25 floors luxurious building, 6 lifts, Retails, swimming Pool, Mini Golf, Equipped Gymnasium, Shopping Arcade Payment Plan: 80% Paid, 20% on Delivery Original Price: AED 10,367,724 (767 /Sq. ft) Selling Price: AED 10,367,724 (767 /Sq. ft) Net Freehold Villa 4 Sale @ Jumeirah Park (Phase 1) Type: 3B/R + Maids Legacy Small - Big Plot Villa No.: JP-H3VS-040 View: Full Water Canal from Front & Full Park from Rear Details: 2 Story Duplex Detached Villa, 3 B/R+ Maids + 4 Bath R, Living, Dining, 3 Balcony, Garage Plot Area: 7,320 Sq. Ft, (Big Plot) Built up: 3,612 Sq Ft. (Net 3,063 Sq. Ft) Delivery: September 2009 Original Price: AED 2,467,600 Selling Price: AED 2,467,600 Net Payment Plan: 75% Paid, 15% on May 2009,10% on Completion Showroom / Shops @ International City CBD- Freehold Shop Nos.: 1-2-3-4, with 4 Bath, 4 Kitchen, 4 Parking in basement Building: G+10 Al Dana 2 ? Developer: Tameer holdings Cluster: CBD (Central Businesses District) Details: 4 Shops each has bath and buffet, it can open to get huge Showroom, Suitable for: Bank, Exchange, Restaurant, Coffee Shop View: Corner direct view to Main Round about & Forbidden City Total Area: 4,500 Sq. Ft (2,063 Sq. Ft + Huge Terrace 2,500 Sq. Ft Delivery: Ready to Move in, Brand New Original Price: AED 2,476,000 Selling Price: AED 2,476,000 Net From hartzell at alerce.com Mon May 25 18:27:40 2009 From: hartzell at alerce.com (George Hartzell) Date: Mon May 25 18:27:50 2009 Subject: problem with pulseaudio on 7.2 via ftp/pkg_add. Message-ID: <18970.56492.806856.562876@already.dhcp.gene.com> I'm building up -STABLE system on an old 500MHz Sony laptop by pulling down preinstalled things via ftp and pkg_add -r. I have gnome installed and running, and sound work in mplayer. Gnome sound doesn't seem to be working, no volume applet and when I try to set my sound preferences I get a dialog box about the sound system not responding. There are a series of messages in /var/log/messages from pulseaudio that say: Daemon startup without any loaded modules, refusing to work. Daemon startup failed. and if I run pulsaudio from the command line I get Daemon startup without any loaded modules, refusing to work. in red. What module does it need to be loading and how can I find/configure it? Thanks, g. From marcus at marcuscom.com Mon May 25 19:10:10 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Mon May 25 19:10:17 2009 Subject: problem with pulseaudio on 7.2 via ftp/pkg_add. In-Reply-To: <18970.56492.806856.562876@already.dhcp.gene.com> References: <18970.56492.806856.562876@already.dhcp.gene.com> Message-ID: <1243278608.18715.250.camel@shumai.marcuscom.com> On Mon, 2009-05-25 at 11:00 -0700, George Hartzell wrote: > I'm building up -STABLE system on an old 500MHz Sony laptop by pulling > down preinstalled things via ftp and pkg_add -r. > > I have gnome installed and running, and sound work in mplayer. > > Gnome sound doesn't seem to be working, no volume applet and when I > try to set my sound preferences I get a dialog box about the sound > system not responding. > > There are a series of messages in /var/log/messages from pulseaudio > that say: > > Daemon startup without any loaded modules, refusing to work. > Daemon startup failed. > > and if I run pulsaudio from the command line I get > > Daemon startup without any loaded modules, refusing to work. > > in red. > > What module does it need to be loading and how can I find/configure > it? Known issue, and it is now fixed. You can load the pulseaudio package from http://www.marcuscom.com/tb/packages/7.2-FreeBSD/ if you want. 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/20090525/d83acc9e/attachment.pgp From marcus at FreeBSD.org Mon May 25 19:54:13 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon May 25 19:54:19 2009 Subject: ports/134737: Update www/webkit-gtk2 to 1.1.7 Message-ID: <200905251954.n4PJsCt2095428@freefall.freebsd.org> Synopsis: Update www/webkit-gtk2 to 1.1.7 State-Changed-From-To: feedback->patched State-Changed-By: marcus State-Changed-When: Mon May 25 19:53:53 UTC 2009 State-Changed-Why: Committed, to MC CVS pending the release of GNOME 2.28. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134737 From fhcarron at terra.es Mon May 25 23:21:29 2009 From: fhcarron at terra.es (Fernando Herrero =?ISO-8859-1?Q?Carr=F3n?=) Date: Mon May 25 23:21:37 2009 Subject: Nautilus opening infinite files since 2.26 update Message-ID: <1243293086.1360.11.camel@localhost> Hi list, I am experiencing the same repeatable problem since my last update to GNOME 2.26. When I log in to my session, the gnome splash only shows "file manager" starting up. However, everything else starts up fine. Right from the beginning several buttons begin to appear on the gnome panel where active windows are (the taskbar??) with the title "starting file manager". However no corresponding windows appear. From then on, infinite windows seem to be created. Besides this, the desktop is completely usable. Then, at some point, the system reaches its maximum open files number, which of course renders it unusable. Taking a look at fstat yields infinite instances of "gam_server". Issuing the comand "pkill nautilus" stops the creation of new windows (actually no windows appear, just their buttons in the taskbar) and all previously created ones disappear. The desktop is completely usable at this point, including nautilus itself. Besides this, /var/tmp gets completely filled with "gfvs-username-*" directories, containing either "socket1" or "socket1" and "socket2". This behaviour occurs every time I log in to my account. This does not happen with other accounts of the system. I have tried finding related session information for nautilus, gvfs or something related but haven't been able to find why nautilus would try to open that many files. My system is: FreeBSD fionn 7.1-STABLE FreeBSD 7.1-STABLE #6: Tue Mar 10 00:03:22 CET 2009 root@:/usr/obj/usr/src/sys/FIONN amd64 running GNOME 2.26 compiled on 13/4/2009. Thank you very much for your help! Fernando From fender0107401 at gmail.com Tue May 26 08:32:42 2009 From: fender0107401 at gmail.com (Li) Date: Tue May 26 08:32:48 2009 Subject: A very strange problem. Message-ID: <20090526081229.GA1634@PC-686.Workstation> Hi all: I found a very strange problem! It's very strange, because it's random, but think computer never do something randomly. So I can't be sure that someone can reproduce it. /******************************************************************************/ Problem Description: Sometimes, when I enter the gnome-desktop-environment: { 1.The volume control in the panel will not appear; 2.A "gdb.core" will emerge in my home directory; $ file gdb.core $ gdb.core: ELF 64-bit LSB core file x86-64, version 1 (FreeBSD), FreeBSD-style, from 'gd' $ whereis gd $ gd: /usr/ports/graphics/gd 3.If I hit system->shut down, I will log out to the gdm instead of shut down the computer directly. } And it is RANDOM. I mean sometimes everything is OK, and sometimes is not. /******************************************************************************/ System Information: uname -a FreeBSD PC-686.Workstation 7.2-RELEASE FreeBSD 7.2-RELEASE #5: Mon May 4 20:39:50 CST 2009 fender@PC-686.Workstation:/usr/obj/usr/src/sys/MYKERNEL +amd64 Kernel and Userland is recompiled from source. xorg-minimal, gnome2-lite, gdm is installed from ports, and I update everything in the weekend alwaysly. /******************************************************************************/ Compilation Flags: CFLAGS=-O2 -fno-strict-aliasing -pipe CXXFLAGS+=-fconserve-space /******************************************************************************/ -- Just be yourself. ----------------- From QAT at FreeBSD.org Tue May 26 17:40:34 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue May 26 17:40:40 2009 Subject: www/webkit-gtk2 - fails: PLIST Message-ID: <20090526174019.D898739845@216-243-150-125.static.iphouse.net> The Restless Daemon identified a PLIST error while trying to build: webkit-gtk2-1.0.1_6 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.9 2009/02/01 16:46:09 mezz Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/webkit-gtk2-1.0.1_6.log : Deleting fixesproto-4.0 Deleting encodings-1.0.2,1 Deleting dbus-1.2.4.6 Deleting bitstream-vera-1.10_4 Deleting font-util-1.0.1 Deleting fontconfig-2.6.0,1 Deleting gamin-0.1.10_2 Deleting gnome_subr-1.0 Deleting libX11-1.2.1,1 Deleting libxml2-2.7.3 Deleting mkfontdir-1.0.4 Deleting renderproto-0.9.3 Deleting mkfontscale-1.0.6 Deleting libxcb-1.2_1 Deleting kbproto-1.0.3 Deleting glib-2.20.2 Deleting expat-2.0.1 Deleting freetype2-2.3.9_1 Deleting gettext-0.17_1 Deleting libXau-1.0.4 Deleting libXdmcp-1.0.2_1 Deleting libfontenc-1.0.4 Deleting libpthread-stubs-0.1 Deleting pcre-7.9 Deleting perl-5.8.9_2 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Deleting xcb-proto-1.4 Deleting xproto-7.0.15 Deleting python25-2.5.4_1 Deleting libiconv-1.11_1 Deleting pkg-config-0.23_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/www/webkit-gtk2 ended at Tue May 26 17:39:37 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/webkit-gtk2-1.0.1_6.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=www&portname=webkit-gtk2 The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 4 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From mbeis at xs4all.nl Wed May 27 22:34:32 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Wed May 27 22:34:38 2009 Subject: default character encoding in gnome-terminal Message-ID: Hi, Does anyone know how to change the default character encoding in gnome-terminal? I can set it to ISO-8859-15 in the menu but the default UTF-8 keeps coming back. I think it has something to do with the locale settings in FreeBSD but how do I change that? Thanks, Marco -- The only problem with seeing too much is that it makes you insane. -- Phaedrus From grepkeen at gmail.com Wed May 27 23:18:26 2009 From: grepkeen at gmail.com (John D. Gage III) Date: Wed May 27 23:18:32 2009 Subject: default character encoding in gnome-terminal In-Reply-To: References: Message-ID: <4A1DC45A.7010009@gmail.com> Marco Beishuizen wrote: > Hi, > > Does anyone know how to change the default character encoding in > gnome-terminal? I can set it to ISO-8859-15 in the menu but the > default UTF-8 keeps coming back. I think it has something to do with > the locale settings in FreeBSD but how do I change that? e.g. LANG="en_US.UTF-8" in /etc/profile and/or /etc/rc.conf You may also want to read this entire thread from April regarding certain issues between setting LANG in /etc/profile and /etc/rc.conf: http://lists.freebsd.org/pipermail/freebsd-gnome/2009-April/022116.html -John Gage > > Thanks, > Marco > From mezz7 at cox.net Thu May 28 01:17:43 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu May 28 01:17:49 2009 Subject: ports/134732: editors/abiword shows spacing corruption In-Reply-To: <200905200240.n4K2e4DZ035039@freefall.freebsd.org> References: <200905200240.n4K2e4DZ035039@freefall.freebsd.org> Message-ID: On Tue, 19 May 2009 21:40:04 -0500, Joseph S. Atkinson wrote: > The following reply was made to PR ports/134732; it has been noted by > GNATS. > > From: "Joseph S. Atkinson" > To: Koop Mast , > FreeBSD Bug Followup > Cc: Joe Marcus Clarke > Subject: Re: ports/134732: editors/abiword shows spacing corruption > Date: Tue, 19 May 2009 22:30:59 -0400 > > I've solved this... kinda... > The issue is that the fonts it wants do not exist and... can't be > shipped with it either. The default fonts are MS fonts found in > x11-fonts/webfonts. > The solution, seemingly, would thus be to change the default font in > abiword to something more F/OSS friendly... > However, documents written in the MS fonts will still cause this garbage > to render out. This should really be falling back to a sane font > proper though. > Currently, the only real fix is to install webfonts. Nice find. It might be a great idea for you to file a bug (request/suggest) in AbiWord bugzilla. But best to search in there first. It's odd for any open source to use Microsoft's fonts by default when great open source fonts are available. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From mbeis at xs4all.nl Thu May 28 10:58:46 2009 From: mbeis at xs4all.nl (Marco Beishuizen) Date: Thu May 28 10:58:53 2009 Subject: default character encoding in gnome-terminal In-Reply-To: References: Message-ID: On Thu, 28 May 2009, Marco Beishuizen wrote: > Hi, > > Does anyone know how to change the default character encoding in > gnome-terminal? I can set it to ISO-8859-15 in the menu but the default UTF-8 > keeps coming back. I think it has something to do with the locale settings in > FreeBSD but how do I change that? > > Thanks, > Marco This is solved. I changed the charset setting in ~/.login_conf to iso-8859-15 and this seems to work. -- Science Fiction, Double Feature. Frank has built and lost his creature. Darkness has conquered Brad and Janet. The servants gone to a distant planet. Wo, oh, oh, oh. At the late night, double feature, Picture show. I want to go, oh, oh, oh. To the late night, double feature, Picture show. -- Rocky Horror Picture Show From linimon at FreeBSD.org Thu May 28 19:34:28 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu May 28 19:34:35 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20090528193426.EEB9D1CCCE@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: databases/libgda4-jdbc broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=libgda4-jdbc portname: www/epiphany-webkit broken because: is not ready for use; this port should be available in GNOME 2.26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=epiphany-webkit 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 linimon at lonesome.com Fri May 29 04:59:16 2009 From: linimon at lonesome.com (Mark Linimon) Date: Fri May 29 04:59:22 2009 Subject: [linimon@FreeBSD.org: cvs commit: ports/www/webkit-gtk2 Makefile] Message-ID: <20090529044314.GD15504@lonesome.com> fyi. see http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.7.20090518145042/webkit-gtk2-1.0.1_6.log ----- Forwarded message from Mark Linimon ----- From: Mark Linimon To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webkit-gtk2 Makefile linimon 2009-05-29 04:41:42 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile Log: Mark as broken on sparc64: fails to compile. Revision Changes Path 1.10 +4 -0 ports/www/webkit-gtk2/Makefile ----- End forwarded message ----- From hawk at eyry.org Sat May 30 17:10:03 2009 From: hawk at eyry.org (Dr. Hawkins) Date: Sat May 30 17:10:09 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200905301710.n4UHA28h006165@freefall.freebsd.org> The following reply was made to PR ports/132684; it has been noted by GNATS. From: "Dr. Hawkins" To: bug-followup@FreeBSD.org, kevinxlinuz@163.com Cc: Subject: Re: ports/132684: sysutils/hal build failed Date: Sat, 30 May 2009 09:39:08 -0700 This patch has apparently escaped the system and needs to be recommitted. I couldn't build hal (and therefore xorg). After hand-applying this patch, it built without a problem. I'm using CURRENT updated to a few minutes ago. -- These opinions are mine. Noone else may have them without paying my retainer. From bf2006a at yahoo.com Sat May 30 21:50:08 2009 From: bf2006a at yahoo.com (bf) Date: Sat May 30 21:50:14 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200905302150.n4ULo7ke024356@freefall.freebsd.org> The following reply was made to PR ports/132684; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, kevin , marcus@FreeBSD.org Cc: Subject: Re: ports/132684: sysutils/hal build failed Date: Sat, 30 May 2009 14:47:59 -0700 (PDT) On -CURRENT amd64 r193074, sysutils/hal 0.5.11_25 fails with: ... creating hald-probe-volume gcc44 -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=\""/usr/local/etc"\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_LOCALSTATEDIR=\""/var"\" -I../../.. -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include -DHAVE_CK_0_3 -O2 -fno-strict-aliasing -pipe -Wstack-protector -fstack-protector -Wall -Wextra -march=athlon64 -Wchar-subscripts -Wmissing-declarations -Wnested -externs -Wpointer-arith -Wcast-align -Wsign-compare -MT probe-usb2-device.o -MD -MP -MF .deps/probe-usb2-device.Tpo -c -o probe-usb2-device.o probe-usb2-device.c probe-usb2-device.c: In function 'main': probe-usb2-device.c:79: error: storage size of 'di' isn't known probe-usb2-device.c:79: warning: unused variable 'di' gmake[5]: *** [probe-usb2-device.o] Error 1 gmake[5]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/hald' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/hald' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/sysutils/hal. *** Error code 1 Stop in /usr/ports/sysutils/hal. Is this the same error that prompted this PR? Regards, b. From marcus at FreeBSD.org Sat May 30 22:50:09 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat May 30 22:50:21 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200905302250.n4UMo8CS069425@freefall.freebsd.org> The following reply was made to PR ports/132684; it has been noted by GNATS. From: Joe Marcus Clarke To: bf Cc: bug-followup@FreeBSD.org, kevin Subject: Re: ports/132684: sysutils/hal build failed Date: Sat, 30 May 2009 18:49:10 -0400 --=-91musOLIHV5J5JhT4eBD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2009-05-30 at 14:47 -0700, bf wrote: > On -CURRENT amd64 r193074, sysutils/hal 0.5.11_25 fails with: Not if your ports tree is up-to-date. Joe >=20 > ... >=20 > creating hald-probe-volume > gcc44 -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=3D\""/usr/loc= al/etc"\" -DPACKAGE_DATA_DIR=3D\""/usr/local/share"\" -DPACKAGE_BIN_DIR=3D\= ""/usr/local/bin"\" -DPACKAGE_LOCALE_DIR=3D\""/usr/local/share/locale"\" -D= PACKAGE_LOCALSTATEDIR=3D\""/var"\" -I../../.. -I/usr/local/include/dbus-1.0= -I/usr/local/include/dbus-1.0/include -I/usr/local/include -DHAVE_CK_0_3= -O2 -fno-strict-aliasing -pipe -Wstack-protector -fstack-protector -Wall = -Wextra -march=3Dathlon64 -Wchar-subscripts -Wmissing-declarations -Wnested= -externs -Wpointer-arith -Wcast-align -Wsign-compare -MT probe-usb2-device.= o -MD -MP -MF .deps/probe-usb2-device.Tpo -c -o probe-usb2-device.o probe-u= sb2-device.c > probe-usb2-device.c: In function 'main': > probe-usb2-device.c:79: error: storage size of 'di' isn't known > probe-usb2-device.c:79: warning: unused variable 'di' > gmake[5]: *** [probe-usb2-device.o] Error 1 > gmake[5]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/= hald/freebsd/probing' > gmake[4]: *** [all-recursive] Error 1 > gmake[4]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/= hald/freebsd' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/= hald' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11/= hald' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/tmp/usr/ports/sysutils/hal/work/hal-0.5.11' > gmake: *** [all] Error 2 > *** Error code 1 >=20 > Stop in /usr/ports/sysutils/hal. > *** Error code 1 >=20 > Stop in /usr/ports/sysutils/hal. >=20 >=20 > Is this the same error that prompted this PR? >=20 > Regards, > b. >=20 >=20 > =20 >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-91musOLIHV5J5JhT4eBD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkoht+QACgkQb2iPiv4Uz4ehjACfaAYUxJb/R97v/58Qdqf7trqr WQUAnRSizNUMpiud5e+D/DqJ64kJsWdo =J782 -----END PGP SIGNATURE----- --=-91musOLIHV5J5JhT4eBD-- From bf2006a at yahoo.com Sat May 30 23:20:04 2009 From: bf2006a at yahoo.com (bf) Date: Sat May 30 23:20:11 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200905302320.n4UNK4JT092960@freefall.freebsd.org> The following reply was made to PR ports/132684; it has been noted by GNATS. From: bf To: Joe Marcus Clarke Cc: bug-followup@FreeBSD.org, kevin Subject: Re: ports/132684: sysutils/hal build failed Date: Sat, 30 May 2009 16:19:22 -0700 (PDT) --- On Sat, 5/30/09, Joe Marcus Clarke wrote: > From: Joe Marcus Clarke > Subject: Re: ports/132684: sysutils/hal build failed > To: "bf" > Cc: bug-followup@FreeBSD.org, "kevin" > Date: Saturday, May 30, 2009, 6:49 PM > On Sat, 2009-05-30 at 14:47 -0700, bf > wrote: > > On -CURRENT amd64 r193074, sysutils/hal 0.5.11_25 > fails with: > > Not if your ports tree is up-to-date. > > Joe It is, but I see the problem: my kernel is at r193074, but I'm still using a slightly earlier world with __FreeBSD_version 800091, so your new changes aren't triggered. I'll rebuild and try again. Thanks for the response. Regards, b. From marcus at FreeBSD.org Sun May 31 20:01:24 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun May 31 20:01:30 2009 Subject: ports/133793: x11/gdm: gdm ignores settings from /etc/login.conf Message-ID: <200905312001.n4VK1Nob085504@freefall.freebsd.org> Synopsis: x11/gdm: gdm ignores settings from /etc/login.conf State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun May 31 20:00:55 UTC 2009 State-Changed-Why: This should now be fixed in GDM 2.26.1_3. http://www.freebsd.org/cgi/query-pr.cgi?pr=133793 From dfilter at FreeBSD.ORG Sun May 31 20:10:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun May 31 20:10:09 2009 Subject: ports/133793: commit references a PR Message-ID: <200905312010.n4VKA3a6085711@freefall.freebsd.org> The following reply was made to PR ports/133793; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133793: commit references a PR Date: Sun, 31 May 2009 20:00:29 +0000 (UTC) marcus 2009-05-31 20:00:18 UTC FreeBSD ports repository Modified files: x11/gdm Makefile x11/gdm/files patch-daemon_Makefile.in patch-daemon_gdm-session-worker.c Log: * Fix hardcoded use of /usr/local. * Re-add support for reading /etc/login.conf. [1] PR: 133793 [1] Submitted by: thomas [1] Revision Changes Path 1.119 +2 -2 ports/x11/gdm/Makefile 1.2 +14 -6 ports/x11/gdm/files/patch-daemon_Makefile.in 1.2 +59 -3 ports/x11/gdm/files/patch-daemon_gdm-session-worker.c _______________________________________________ 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"