[MacPorts] #47849: py34-ipython fails in destroot stage on PPC Leopard
MacPorts
noreply at macports.org
Tue May 26 23:27:43 PDT 2015
#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
More information about the macports-tickets
mailing list