[MacPorts] #40037: py27-numpy @ 1.7.1 Build failure
#40037: py27-numpy @ 1.7.1 Build failure -------------------------+-------------------------------- Reporter: macports1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: py27-numpy -------------------------+-------------------------------- While upgrading py27-matplotlib, py27-numpy build fails. {{{ tiagovieira at imac in ~ $ sudo port outdated The following installed ports are outdated: py27-matplotlib 1.2.1_0 < 1.3.0_0 tiagovieira at imac in ~ $ sudo port upgrade outdated ---> Computing dependencies for py27-matplotlib ---> Dependencies to be installed: py27-numpy py27-pyobjc-cocoa py27-pyobjc py27-py2app py27-tkinter tk tcl ---> Fetching archive for py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_11.i386-x86_64.tbz2 from http://lil.fr.packages.macports.org/py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_11.i386-x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_11.i386-x86_64.tbz2 from http://packages.macports.org/py27-numpy ---> Fetching distfiles for py27-numpy ---> Verifying checksums for py27-numpy ---> Extracting py27-numpy ---> Applying patches to py27-numpy ---> Configuring py27-numpy ---> Building py27-numpy ---> Staging py27-numpy into destroot Error: org.macports.destroot for port py27-numpy returned: command execution failed Error: Failed to install py27-numpy Please see the log file for port py27-numpy for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py-numpy/py27-numpy/main.log Error: The following dependencies were not installed: py27-numpy py27 -pyobjc-cocoa py27-pyobjc py27-py2app py27-tkinter tk tcl Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets tiagovieira at imac in ~ }}} -- Ticket URL: <https://trac.macports.org/ticket/40037> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py27-numpy @ 1.7.1 destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py27-numpy | --------------------------+------------------- Changes (by ryandesign@…): * cc: michaelld@… (added) * owner: macports-tickets@… => dh@… -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py27-numpy @ 1.7.1 destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py27-numpy | --------------------------+------------------- Comment (by poorsod@…): I'm having the same destroot failure when trying to install py33-numpy+universal. Logs look very similar (I'm attaching them). -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py27-numpy @ 1.7.1 destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py27-numpy | --------------------------+------------------- Comment (by macports1@…): The issue seems to be related to the +universal variant. If I install it without +universal it is built and installed successfully. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Changes (by larryv@…): * cc: david.t.kerns@… (added) * port: py27-numpy => py-numpy Comment: Has duplicate #40104. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by matthew.alexander.fraser@…): I used the advice on the Macports website in the installation guide... Use this command for py27, it worked for me and I had the same error reported above: sudo port -n upgrade --force python27 -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by david.t.kerns@…): my Ticket #40104 was duped to this one, as stated there, I've tried the command:[[BR]] sudo port -n upgrade --force python27[[BR]] it didn't resolve the issue for me. There might be additional data (contents of site package dir) in my ticket that sheds some light on this problem. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by michaelld@…): For folks who have done the forced python27 update and are still experiencing issues, please verify that "port installed python27" returns "python27 @2.7.5_1+universal". If the version is not @2.7.5_1, then the forced update did not work. If the python version is correct, then please try the following: {{{ sudo port clean py27-numpy sudo port selfupdate sudo port install py27-numpy +universal }}} and see if that works. If not, please post the resulting full log file for py27-numpy to this ticket. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by david.t.kerns@…): {{{ $ port installed python27 The following ports are currently installed: python27 @2.7.1_3+universal python27 @2.7.2_0+universal python27 @2.7.2_1+universal python27 @2.7.3_0+universal python27 @2.7.5_1+universal (active) $ sudo port clean py27-numpy Password: ---> Cleaning py27-numpy $ sudo port selfupdate ---> Updating MacPorts base sources using rsync MacPorts base version 2.2.0 installed, MacPorts base version 2.2.0 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated $ sudo port install py27-numpy +universal ---> Computing dependencies for py27-numpy ---> Fetching archive for py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://packages.macports.org/py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-numpy ---> Attempting to fetch py27-numpy-1.7.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://lil.fr.packages.macports.org/py27-numpy ---> Fetching distfiles for py27-numpy ---> Verifying checksums for py27-numpy ---> Extracting py27-numpy ---> Applying patches to py27-numpy ---> Configuring py27-numpy ---> Building py27-numpy ---> Staging py27-numpy into destroot Error: org.macports.destroot for port py27-numpy returned: command execution failed Please see the log file for port py27-numpy for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_ports_python_py-numpy/py27-numpy/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-numpy failed $ }}} -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by michaelld@…): Thanks; that looks like the same issue as before the Python27 change. I'll push numpy up on my queue, hopefully get to this early next week. Sorry for the long wait. Do you really need +universal? If not, other folks have found success installing as -universal. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by david.t.kerns@…): sorry, I don't know the difference... just getting +universal by default -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by poorsod@…): I do need +universal... I'm relying on a lib that only runs in i386 mode -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by michaelld@…): Fair enough about needing +universal. I can replicate this issue for python33; I'll continue to investigate. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by poorsod@…): Is this still a priority? -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:20> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by michaelld@…): Priority, no. I was gone for the past week. I will try to get to this item this coming week. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:22> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by poorsod@…): Thanks! :) -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:23> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by chmitchell@…): Just curious. I'm still having an issue with this. I am assuming this is still unresolved? -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:26> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: py-numpy | --------------------------+------------------- Comment (by jeremyhu@…): Replying to [comment:26 chmitchell@…]:
Just curious. I'm still having an issue with this. I am assuming this is still unresolved?
As the bug report is still open and you are still having the issue, that would certainly indicate as such ;) -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:27> MacPorts <http://www.macports.org/> Ports system for OS X
#40037: py*-numpy @1.7.1+universal: destroot failure --------------------------+-------------------- Reporter: macports1@… | Owner: dh@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: duplicate | Keywords: Port: py-numpy | --------------------------+-------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: Duplicate of #34562. -- Ticket URL: <https://trac.macports.org/ticket/40037#comment:28> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts