Re: CDE?

2012-08-08 Thread Jamie Paul Griffin
== Richard L. Hamilton wrote on Thu 9.Aug'12 at 0:29:45 -0400 == > Since it's been open-sourced (six years or so after someone started a > petition asking for that!), is there anyone out here that's ever built CDE > from source, on any platform, such that they have some idea how it's to be >

CDE?

2012-08-08 Thread Richard L. Hamilton
Since it's been open-sourced (six years or so after someone started a petition asking for that!), is there anyone out here that's ever built CDE from source, on any platform, such that they have some idea how it's to be done? I'd love to get this running on OS X (although I probably wouldn't use

Re: OT upgrade

2012-08-08 Thread James Linder
On 09/08/2012, at 3:00 AM, macports-users-requ...@lists.macosforge.org wrote: >> I'm using snow-leopard and everything works perfectly: gnome-terminal, >> wireshark, gimp, wget, latex ... >> After watching the woes unfold here why would I upgrade, what does lion >> offer that I don't have? (fac

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Brandon Allbery
On Wed, Aug 8, 2012 at 7:40 PM, Clemens Lang wrote: > On Wed, Aug 08, 2012 at 07:09:16PM -0400, Brandon Allbery wrote: > > Homebrew was the most recent attempt by someone to pretend that > > avoiding the system-installed stuff is "just being stupid" or > > whatever. It, like everyone else, has sw

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Ryan Schmidt
On Aug 8, 2012, at 18:01, Sam Halliday wrote: > PS: is it possible to be subscribed to this mailing list so that I can post > via nabble, but without receiving *ANY* e-mails? Google Groups makes such a > thing very easy. Yes, this is possible. Go the mailing list page: http://lists.macosforge.o

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Clemens Lang
On Wed, Aug 08, 2012 at 04:01:52PM -0700, Sam Halliday wrote: > I really don't want to install macport's Python, because Mountain Lion > already comes with Python. If I uninstall python27 (and all the ports > that depend on it) and issue "port select --list python" I get > > Available versions for

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Brandon Allbery
On Wed, Aug 8, 2012 at 7:01 PM, Sam Halliday wrote: > Furthermore, is it possible to install "subversion-python27bindings" > against > the system Python 2.7? > No it is not, no this is not a bug, no it will not be "fixed". This is also why there's no mechanism to select the system python (altho

Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Sam Halliday
Hi all, I really don't want to install macport's Python, because Mountain Lion already comes with Python. If I uninstall python27 (and all the ports that depend on it) and issue "port select --list python" I get Available versions for python: none (active) Does this mean I can't select

Re: unable to upgrade pango

2012-08-08 Thread Lawrence Velázquez
On Aug 8, 2012, at 4:13 p.m., MAS! wrote: >> Run `sudo port clean pango` and `sudo port -d upgrade pango &> ~/pango.log` >> then attach the full debug file to a ticket. [snip] > Error: Unable to upgrade port: 1 > To report a bug, follow the instructions in the guide: >http://guide.macports.

Re: unable to upgrade pango

2012-08-08 Thread Jeremy Lavergne
The problem seems to be: > :info:build ImportError: > dlopen(/opt/local/lib/gobject-introspection/giscanner/_giscanner.so, 2): > Symbol not found: _PyUnicodeUCS2_AsUTF8String But since this wasn't a clean build we can't be sure that's all that's wrong. > :debug:main Executing org.macports.main

unable to upgrade pango

2012-08-08 Thread MAS!
I'm unable to upgrade pango 1.30.1_0 < 1.30.1_1 on 10.7.4 any help? thank you in advance MAS! version:1 :msg:main ---> Computing dependencies for pango:info:main .:debug:main Checking for conflicts against pango :debug:main Searching for dependency: pango-devel :debug:main Didn't find receipt,

Re: Mountain Lion/Xcode/Macports upgrade failure

2012-08-08 Thread Dominik Reichardt
Am 08.08.2012 um 12:38 schrieb Ryan Schmidt : > > On Aug 8, 2012, at 05:21, Jim Graham wrote: > >> Ok, I was confused. I thought someone said (either in this thread or in >> another one) that it's the command line utils package that you have to >> pay for. That's obviously not the case, as

Re: Mountain Lion/Xcode/Macports upgrade failure

2012-08-08 Thread Jamie Paul Griffin
== Ryan Schmidt wrote on Wed 8.Aug'12 at 5:38:53 -0500 == > > On Aug 8, 2012, at 05:21, Jim Graham wrote: > > > Ok, I was confused. I thought someone said (either in this thread or in > > another one) that it's the command line utils package that you have to > > pay for. That's obviously no

Re: Mountain Lion/Xcode/Macports upgrade failure

2012-08-08 Thread Ryan Schmidt
On Aug 8, 2012, at 05:21, Jim Graham wrote: > Ok, I was confused. I thought someone said (either in this thread or in > another one) that it's the command line utils package that you have to > pay for. That's obviously not the case, as I have gcc, java, etc., and > was not aware (until now---t

Re: Mountain Lion/Xcode/Macports upgrade failure

2012-08-08 Thread Jim Graham
On Wed, Aug 08, 2012 at 12:06:30AM -0400, Jeremy Lavergne wrote: > > Which utils are in the command line utils package? > > gcc/java/clang/make... everything but xcode. Ok, I was confused. I thought someone said (either in this thread or in another one) that it's the command line utils package t

Re: Distributing apps built with mac port gcc

2012-08-08 Thread Mike Krus
that worked wonders, thanks for the info! Mike On Saturday, 4 August 2012 at 19:47, Ryan Schmidt wrote: > > On Aug 4, 2012, at 13:32, Mike Krus (mailto:mike.k...@gmail.com)> wrote: > > > I suppose I need to copy the gcc/g++ libs into the bundle and do the > > install_name_tool dance, but