[MacPorts] #47849: py34-ipython fails in destroot stage on PPC Leopard
#47849: py34-ipython fails in destroot stage on PPC Leopard ---------------------------+-------------------------------- Reporter: zanderpower@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: PPC ipython | Port: py34-ipython ---------------------------+-------------------------------- Attempted to build with the variants +notebook+parallel+pyqt4+terminal. py27-ipython with the same variants (and +scientific) builds fine. I tried building py34-ipython with py27-ipython deactivated and obtained the same result. -- Ticket URL: <https://trac.macports.org/ticket/47849> MacPorts <https://www.macports.org/> Ports system for OS X
#47849: py34-ipython fails in destroot stage on PPC Leopard ----------------------------+----------------------------- Reporter: zanderpower@… | Owner: aronnax@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: powerpc leopard Port: py-ipython | ----------------------------+----------------------------- Changes (by mf2k@…): * cc: aronnax@… (removed) * keywords: PPC ipython => powerpc leopard * port: py34-ipython => py-ipython * owner: macports-tickets@… => aronnax@… -- Ticket URL: <https://trac.macports.org/ticket/47849#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#47849: py34-ipython fails in destroot stage on PPC Leopard ----------------------------+----------------------------- Reporter: zanderpower@… | Owner: aronnax@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: powerpc leopard Port: py-ipython | ----------------------------+----------------------------- Comment (by md14-macports@…): I get the same error trying to install py34-ipython on Yosemite, so the problem is not specific to either PPC or Leopard. Note these lines in the py34-ipython_log attachment: {{{ :info:destroot gzip: /mp2/local/var/macports/build/_mp2_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py- ipython/py34-ipython/work/destroot/mp2/local/Library/Frameworks/Python.framework/Versions/2.7/share/man/man1/ipcluster.1: No such file or directory :info:destroot Command failed: /usr/bin/gzip -9vf /mp2/local/var/macports/build/_mp2_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py- ipython/py34-ipython/work/destroot/mp2/local/Library/Frameworks/Python.framework/Versions/2.7/share/man/man1/ipcluster.1 }}} The py34-ipython port is trying to install files in the python27 framework instead of the python34 framework. This problem does not seem to be specific to the py-ipython port either. I get similar errors with other py34-* ports. {{{ $ port installed python27 python34 The following ports are currently installed: python27 @2.7.10_2 (active) python34 @3.4.3_4 (active) }}} {{{ $ port installed py{27,34}-nose None of the specified ports are installed. $ sudo port -vs install py34-nose $ port contents py34-nose | fgrep 2.7 /opt/local/bin/nosetests-2.7 /opt/local/share/man/man1/nosetests2.7.1 }}} {{{ $ port installed py{27,34}-sympy None of the specified ports are installed. $ sudo port -vs install py34-sympy ... gzip: can't stat: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py- sympy/py34-sympy/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/man/man1/isympy.1 (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py- sympy/py34-sympy/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/man/man1/isympy.1): No such file or directory Command failed: /usr/bin/gzip -9vf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py- sympy/py34-sympy/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/man/man1/isympy.1 ... }}} {{{ $ port installed py{27,34}-cython None of the specified ports are installed. $ sudo port -vs install py34-cython $ port contents py34-cython | fgrep 2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/About.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/FAQ.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/INSTALL.txt /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/README.txt /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/ToDo.txt /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/USAGE.txt /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/extension_types.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/index.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/overview.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/primes.c /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/sharing.html /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/doc/cython/special_methods.html }}} I suspect this problem is related to the changes for #34326. -- Ticket URL: <https://trac.macports.org/ticket/47849#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#47849: select-1.0: overwrites "name" portfile option ----------------------------+----------------------- Reporter: zanderpower@… | Owner: aronnax@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: select-1.0 | ----------------------------+----------------------- Changes (by larryv@…): * keywords: powerpc leopard => * status: new => closed * resolution: => fixed * port: py-ipython => select-1.0 Comment: Replying to [comment:2 md14-macports@…]:
I suspect this problem is related to the changes for #34326.
It is, but probably not in the way you expect. r136794 -- Ticket URL: <https://trac.macports.org/ticket/47849#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#47849: select-1.0: overwrites "name" portfile option ----------------------------+----------------------- Reporter: zanderpower@… | Owner: aronnax@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: select-1.0 | ----------------------------+----------------------- Comment (by zanderpower@…): Apparently that solves it. For a minute it looked like sheer magic, until I realized I did a "port selfupdate" automatically (and unconsciously) a few minutes before. Thanks for your help. -- Ticket URL: <https://trac.macports.org/ticket/47849#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#47849: select-1.0: overwrites "name" portfile option ----------------------------+----------------------- Reporter: zanderpower@… | Owner: aronnax@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: select-1.0 | ----------------------------+----------------------- Comment (by zanderpower@…): py34-sympy also builds and installs, as does py34-pip. -- Ticket URL: <https://trac.macports.org/ticket/47849#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts