Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Did a sudo port deactivate py27-xml as suggested here: https://trac.macports.org/ticket/32090 and now it is continuing again. The saga continues On Sat, Sep 8, 2012 at 12:32 PM, Jasper Frumau wrote: > Some more data here using sudo port -v upgrade outdated. Seems to be an > architecture issue

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Some more data here using sudo port -v upgrade outdated. Seems to be an architecture issue...? File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_xmlplus/parsers/expat.py", line 4, in from pyexpat import * ImportError: dlopen(/opt/local/Library/Fram

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Hmm, still more issues: Staging python27 into destroot Error: org.macports.destroot for port python27 returned: command execution failed Error: Failed to install python27 Please see the log file for port python27 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macp

Re: Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
Well, activated python27 as it was not active, then did a clean to make the upgrade run again. All working again now.. On Sat, Sep 8, 2012 at 11:19 AM, Jasper Frumau wrote: > I was upgrading all ports and got stuck at Python 2.7: > > ---> Staging python27 into destroot > Error: org.macports.dest

Python 2.7 installation errors

2012-09-07 Thread Jasper Frumau
I was upgrading all ports and got stuck at Python 2.7: ---> Staging python27 into destroot Error: org.macports.destroot for port python27 returned: command execution failed Please see the log file for port python27 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.m

Re: macports hangs while installing port

2012-09-07 Thread Clemens Lang
Taking this to -dev, because I think it's rather development related and might be a bug in some Apple utility. On Wed, Aug 29, 2012 at 03:12:27PM +0300, Viktor Remennik wrote: > there's a common point in both cases. port run something that is > trying to check a version. Found another case with ja

Re: ports.tar.gz update interval?

2012-09-07 Thread Ryan Schmidt
On Sep 7, 2012, at 11:11, Andrew Todd wrote: > wget http://www.macports.org/files/ports.tar.gz > Did everyone go on vacation this week, or is the tarball out of date? Thanks. The tarball appears to be out of date! $ curl -I http://www.macports.org/files/ports.tar.gz HTTP/1.1 200 OK Date: Fri,

Re: ports.tar.gz update interval?

2012-09-07 Thread Rainer Müller
On 2012-09-07 18:11, Andrew Todd wrote: > Like many people, I use MacPorts from behind a restrictive firewall > that blocks rsync. It's also somewhat slow, so to update my ports > tree, I have this configuration in ports.conf: > > file:///Users/atodd/dev/macports/ports/ [default] Note that 'port

ports.tar.gz update interval?

2012-09-07 Thread Andrew Todd
Like many people, I use MacPorts from behind a restrictive firewall that blocks rsync. It's also somewhat slow, so to update my ports tree, I have this configuration in ports.conf: file:///Users/atodd/dev/macports/ports/ [default] and I execute a script that looks like this: #!/usr/bin/env bash

Re: GDB is not usable

2012-09-07 Thread Brandon Allbery
On Fri, Sep 7, 2012 at 11:35 AM, Richard Stanton wrote: > I'm not sure if this is related to gdb, gcc, or upgrading to Mountain Lion > a month ago (I haven't used gdb for a while), but currently I can't use gdb > on my system. Here's an example where I try to debug one fairly simple > program comp

GDB is not usable

2012-09-07 Thread Richard Stanton
I'm not sure if this is related to gdb, gcc, or upgrading to Mountain Lion a month ago (I haven't used gdb for a while), but currently I can't use gdb on my system. Here's an example where I try to debug one fairly simple program compiled using mp-gcc47. First, to verify that the program actual