can't upgrade py27-zmq

2014-04-14 Thread Comer Duncan
I have today run across a failure to update py27-zmq. The output seems non-instructive so I am hoping to get some help. I paste the output of my attempt here: comermacpro:MarkFiniteDiffDerivativs comerduncan$ sudo port upgrade py27-zmq --- Scanning binaries for linking errors: 100.0% ---

Re: can't upgrade py27-zmq

2014-04-14 Thread Brandon Allbery
On Mon, Apr 14, 2014 at 2:52 PM, Comer Duncan comer.dun...@gmail.comwrote: Please see the log file for port py27-zmq for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-zmq/py27-zmq/main.log Without this file, nobody can tell

Re: can't upgrade py27-zmq

2014-04-14 Thread Craig Treleaven
The important bit was: At 2:52 PM -0400 4/14/14, Comer Duncan wrote: Please see the log file for port py27-zmq for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-zmq/py27-zmq/main.log You might try sudo port clean py27-zmq

Re: can't upgrade py27-zmq

2014-04-14 Thread Jeremy Lavergne
Attach the log to a ticket, assuming there isn’t already one. On Apr 14, 2014, at 14:52, Comer Duncan comer.dun...@gmail.com wrote: --- Building py27-zmq Error: org.macports.build for port py27-zmq returned: command execution failed Please see the log file for port py27-zmq for details:

Re: can't upgrade py27-zmq

2014-04-14 Thread Sean Farley
Comer Duncan comer.dun...@gmail.com writes: I have today run across a failure to update py27-zmq. The output seems non-instructive so I am hoping to get some help. I paste the output of my attempt here: comermacpro:MarkFiniteDiffDerivativs comerduncan$ sudo port upgrade py27-zmq Ah,

Re: can't upgrade py27-zmq

2014-04-14 Thread Brandon Allbery
Please keep discussion on the list. On Mon, Apr 14, 2014 at 3:08 PM, Comer Duncan comer.dun...@gmail.comwrote: Ok, am attaching the main.log file. :info:build stream = open(path, 'rb') :info:build IOError: [Errno 13] Permission denied:

Fwd: can't upgrade py27-zmq

2014-04-14 Thread Comer Duncan
Sorry, I forgot to include the list when replying to Brandon. Here is what I sent. -- Forwarded message -- From: Comer Duncan comer.dun...@gmail.com Date: Mon, Apr 14, 2014 at 3:30 PM Subject: Re: can't upgrade py27-zmq To: Brandon Allbery allber...@gmail.com Thanks Brandon.

Re: can't upgrade py27-zmq

2014-04-14 Thread Brandon Allbery
On Mon, Apr 14, 2014 at 3:31 PM, Comer Duncan comer.dun...@gmail.comwrote: comermacpro:site-packages comerduncan$ cd python_dateutil-2.2-py2.7.egg-info/ comermacpro:python_dateutil-2.2-py2.7.egg-info comerduncan$ ls total 48 -rw--- 1 root wheel 970 Mar 27 18:21 PKG-INFO -rw--- 1

Re: can't upgrade py27-zmq

2014-04-14 Thread Brandon Allbery
On Mon, Apr 14, 2014 at 3:59 PM, Comer Duncan comer.dun...@gmail.comwrote: Ok, I did chmod a+r while in the subdirectory where the permissions complaint occurred and then did sudo clean py27-zmq and then sudo install py27-zmq. This time all went fine, apparently. Thanks for the help!!