Error installing policykit-gnome due to gconf schema issue

2010-10-22 Thread Drake, Richard R
Hello, I've been trying to install policykit-gnome from scratch for a while now and for the last few weeks, get an error. I wonder if someone knows a fix. Here is what I do: % sudo port -f uninstall installed % sudo port selfupdate % sudo port install policykit-gnome It gets all through the

Re: Error installing policykit-gnome due to gconf schema issue

2010-10-22 Thread David Evans
On 10/22/10 10:22 AM, Drake, Richard R wrote: Hello, I've been trying to install policykit-gnome from scratch for a while now and for the last few weeks, get an error. I wonder if someone knows a fix. Here is what I do: % sudo port -f uninstall installed % sudo port selfupdate % sudo

Order of the variants on the port command line matters/port bug?

2010-10-22 Thread C D
Dear all, I thought the order of the variants was not significant on the port install command line. However, it turns out that sudo port install ocaml +labltk+profile and sudo port install ocaml +profile+labltk do not install the same thing (on an Intel i3 Mac running Mac OS 10.6 with

Re: Error installing policykit-gnome due to gconf schema issue

2010-10-22 Thread David Evans
On 10/22/10 10:22 AM, Drake, Richard R wrote: Hello, I've been trying to install policykit-gnome from scratch for a while now and for the last few weeks, get an error. I wonder if someone knows a fix. Here is what I do: % sudo port -f uninstall installed % sudo port selfupdate % sudo

Re: Problems w/ MacFUSE SSHFS

2010-10-22 Thread kevin beckford
MacFUSE doesn't support 64-bit kernels. The problem is that 64-bit filesystems need to be thread-safe, and MacFUSE isn't. http://www.tuaw.com/2008/12/09/macfuse-updated-to-2-0-now-includes-64-bit-and-snow-leopard-supp/ Since the statement above horrified, me, since I am making a point of using

Re: Error installing policykit-gnome due to gconf schema issue

2010-10-22 Thread Drake, Richard R
That works! Thank you much. -rich From: David Evans dev...@macports.org Date: Fri, 22 Oct 2010 14:36:24 -0600 To: macports-users@lists.macosforge.org Subject: Re: Error installing policykit-gnome due to gconf schema issue On 10/22/10 10:22 AM, Drake, Richard R

Re: Problems w/ MacFUSE SSHFS

2010-10-22 Thread Dan Ports
On Fri, Oct 22, 2010 at 03:13:28PM -0700, kevin beckford wrote: I respectfully request some clarification: How can I determine it 'works for me' because the thread checking is off? Well, first of all, it's only incompatible with a 64-bit *kernel* -- are you running one? Most 64-bit systems are

Re: Order of the variants on the port command line matters/port bug?

2010-10-22 Thread Ryan Schmidt
On Oct 22, 2010, at 15:29, C D wrote: I thought the order of the variants was not significant on the port install command line. Correct, the order should not matter. However, it turns out that sudo port install ocaml +labltk+profile and sudo port install ocaml +profile+labltk