fuse and python 2.7 ...

2011-11-17 Thread Cameron Simpson
If I do a "port search fuse" I see: fuse-bindings-python @0.2 (fuse, python) Python interface for FUSE fuse-bindings-python25 @0.2 (fuse, python) Python 2.5 interface for FUSE but nothing for python27 which is what I'm using. I think the code I'm using needs at least python 2.6 (

Re: Trac and svn are down?

2011-11-17 Thread Brandon Allbery
On Thu, Nov 17, 2011 at 21:46, Ryan Schmidt wrote: > I can't seem to get an http response from trac.macports.org or > svn.macosforge.org at the moment. > IRC is reporting that the server is overloaded and is being rebooted. -- brandon s allbery allber...@gm

Trac and svn are down?

2011-11-17 Thread Ryan Schmidt
I can't seem to get an http response from trac.macports.org or svn.macosforge.org at the moment. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: need help on upgrade macport

2011-11-17 Thread Ryan Schmidt
Phillip Koebbe wrote: > I don't know how prevalent this is, but there are reports of Xcode 4.2 not > playing nice with many things. The first I saw of it was a note in the RVM > installation that indicated 4.2 would not build some rubies and gems > correctly. I recently got a new Mac with Lion

Re: gcc version mismatches

2011-11-17 Thread Mike Alexander
--On November 17, 2011 12:32:58 AM -0800 Kyle Husmann wrote: On Thu, Nov 17, 2011 at 12:16 AM, Keith J. Schultz wrote: Yet, as long as you are aware what you are doing and the "subtleties" of mixing compilers and libraries you are on the safe side. Where can one learn these "subtleties"? D

Re: need help on upgrade macport

2011-11-17 Thread Jin Chen
Sorry Phillip :-) Thanks again Jeremy and Ryan! On Thu, Nov 17, 2011 at 1:33 PM, Phillip Koebbe wrote: > I've been having a bit of trouble with reply/reply all myself ... > > Begin forwarded message: > > *From: *Jin Chen > *Subject: **Re: need help on upgrade macport* > *Date: *November 17, 20

Fwd: need help on upgrade macport

2011-11-17 Thread Phillip Koebbe
I've been having a bit of trouble with reply/reply all myself ... Begin forwarded message: > From: Jin Chen > Subject: Re: need help on upgrade macport > Date: November 17, 2011 12:31:58 PM CST > To: Phillip Koebbe > > Thank you all for sending me these suggestions! > > Jeremy, I first tried

Re: gcc version mismatches

2011-11-17 Thread Keith J. Schultz
Hi Kyle, Sorry, I do know of any courses or resources. Just like there are no true resources for mixing languages. Just good programming practices and experience. regards Keith. Am 17.11.2011 um 09:32 schrieb Kyle Husmann: > On Thu, Nov 17, 2011 at 12:16 AM, Keith J. Schultz > wrote:

Re: kde4-kile installation problems on Lion: okular - poppler dependencies

2011-11-17 Thread stef
Thanks ... installing with the +qt4+quartz variant make everything work Stefano ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: gcc version mismatches

2011-11-17 Thread Kyle Husmann
On Thu, Nov 17, 2011 at 12:16 AM, Keith J. Schultz wrote: > Yet, as long as you are aware what you are doing and the > "subtleties" of mixing compilers and libraries you are on the safe side. Where can one learn these "subtleties"? Do you have any good resources I can peruse? Thanks, Kyle __

Re: gcc version mismatches

2011-11-17 Thread Keith J. Schultz
Hi All, Generally, mixing compilers should not be a problem to the experienced programmer as long as s/he is aware that they are mixing them. Naturally, using a single compiler is easier. Yet, as long as you are aware what you are doing and the "subtleties" of mixing compilers and libraries y