[MacPorts] #45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 ----------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Keywords: Yosemite | Port: py27-numpy ----------------------+-------------------------------- While attempting to upgrade py27-ipython macports failed to upgrade py27-numpy (running on Yosemite). The previous version of python/numpy worked fine. The upgrade also fails for py34-ipython with the same apparent mode of failure. {{{ $ sudo port upgrade py27-ipython ---> Computing dependencies for py27-numpy ---> Fetching archive for py27-numpy ---> Attempting to fetch py27-numpy-1.9.1_0+atlas+gcc48.darwin_14.x86_64.tbz2 from http://packages.macports.org/py27-numpy ---> Attempting to fetch py27-numpy-1.9.1_0+atlas+gcc48.darwin_14.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/py27-numpy ---> Attempting to fetch py27-numpy-1.9.1_0+atlas+gcc48.darwin_14.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 Error: org.macports.build 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_tarballs_ports_python_py-numpy/py27-numpy/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets }}} -- Ticket URL: <https://trac.macports.org/ticket/45926> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -------------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py27-numpy | -------------------------+-------------------------------- Changes (by larryv@…): * cc: openmaintainer@… (removed) * keywords: Yosemite => -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -------------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py27-numpy | -------------------------+-------------------------------- Comment (by and.damore@…): Is this still actual since @1.9.2 is out? -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -------------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py27-numpy | -------------------------+-------------------------------- Comment (by michaelld@…): Looks like surreptitious linking with OpenBLAS; probably need to tell NumPy to disable OpenBLAS support, so that it won't be used even when it is installed already. If you don't need OpenBLAS, can you deactivate it, clean py27-numpy, and then try the install again: {{{ sudo port clean py27-numpy sudo port -f deactivate openblas sudo port install py27-numpy }}} you can even "activate" openblas again now if you want to. I'll look into disabling the surreptitious linking. -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -------------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py27-numpy | -------------------------+-------------------------------- Comment (by michaelld@…): After installing OpenBLAS, I see this error too; so it really is surreptitious linking with OpenBLAS. -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -------------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py27-numpy | -------------------------+-------------------------------- Comment (by petr@…): I recall, I have already observed this opportunistic linking against OpenBLAS before. Apparently, that was for `py-scipy`, but it might be related as `py-scipy` relies on `py-numpy` and its build system. There the ticket for reference: #46763. -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0 -----------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py-numpy | -----------------------+-------------------------------- Changes (by mf2k@…): * port: py27-numpy => py-numpy -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: py-numpy: oportunistic linking agaist openblas results in build failure -----------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: | Keywords: Port: py-numpy | -----------------------+-------------------------------- -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#45926: py-numpy: oportunistic linking agaist openblas results in build failure -----------------------+-------------------------------- Reporter: elenc@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.2 Resolution: fixed | Keywords: Port: py-numpy | -----------------------+-------------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => fixed Comment: Hopefully fixed in r139293. -- Ticket URL: <https://trac.macports.org/ticket/45926#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts