#30882: port install py{26,27}-matplotlib hangs on OS X 10.6.8 while staging into destroot ----------------------------------------------+-------------------- Reporter: henrik_pilz@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: | Keywords: Port: py26-matplotlib py27-matplotlib | ----------------------------------------------+-------------------- Comment (by paulries@…): I just had this problem when upgrading matplotlib on a Mac with 10.6.8. There were at least two factors which I think were responsible for the hang-up: * I was running python w/matplotlib while installing * the installing left processes running and hung in the background after CTRL+C'ing the ''port upgrade outdated'' command I tried ''ps -A | grep python'' and killing the results, as well as clearing the install, but that didn't seem to work. However, rebooting the machine and then running ''port upgrade py27-matplotlib'' succeeded. I suspect there was a hung process somewhere without python in the name that was preventing matplotlib from being installed and rebooting killed whatever it was. -- Ticket URL: <https://trac.macports.org/ticket/30882#comment:19> MacPorts <http://www.macports.org/> Ports system for OS X