[MacPorts] #30521: ipython update to version 0.11
MacPorts
noreply at macports.org
Tue Aug 9 13:38:44 PDT 2011
#30521: ipython update to version 0.11
--------------------------------------+-------------------------------------
Reporter: Deil.Christoph@… | Owner: akitada@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: py25-ipython, py26-ipython, py27-ipython
--------------------------------------+-------------------------------------
Comment(by Deil.Christoph@…):
Replying to [comment:23 jjstickel@…]:
> I just uploaded a revised unified Portfile based on the suggestions by
macsforever2000. Please test it out (I only tested py26).
It works for 2.6 and 2.7.
For 3.1 and 3.2 the checksums are different, so I changed the Portfile
like this:
{{{
if { $subport == "py31-ipython" || $subport == "py32-ipython" } {
master_sites
http://archive.ipython.org/release/${version}/py3
distname ${my_name}-${version}-py3
checksums md5 d4a83d38401c6c8c6768cba8a63341db \
sha1
8204a5f05f97de2f0f434b7ffc751749b4407f38 \
rmd160
6dd414f5e85f2d96c94974fe67c06699f123e360
}
}}}
After this change the install still fails in some cd command:
{{{
:notice:build ---> Building py31-ipython
:debug:build Executing proc-pre-org.macports.build-build-0
:debug:build Executing org.macports.build (py31-ipython)
:debug:build Environment: CFLAGS='' CXXFLAGS='' CPATH='/opt/local/include'
MACOSX_DEPLOYMENT_TARGET='10.7' LIBRARY_PATH='/opt/local/lib' F90FLAGS=''
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/work/.CC_PRINT_OPTIONS'
LDFLAGS='' FCFLAGS='' OBJCFLAGS='' FFLAGS='' CC_PRINT_OPTIONS='YES'
:debug:build Assembled command: 'cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/work/ipython-0.11-py3"
&&
/opt/local/Library/Frameworks/Python.framework/Versions/3.1/bin/python3.1
setup.py --no-user-cfg build'
:debug:build Executing command line: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/work/ipython-0.11-py3"
&&
/opt/local/Library/Frameworks/Python.framework/Versions/3.1/bin/python3.1
setup.py --no-user-cfg build
:info:build sh: line 0: cd:
/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/work/ipython-0.11-py3:
No such file or directory
:info:build shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/work/ipython-0.11-py3"
&&
/opt/local/Library/Frameworks/Python.framework/Versions/3.1/bin/python3.1
setup.py --no-user-cfg build " returned error 1
:error:build Target org.macports.build returned: shell command failed (see
log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for
py31-ipython): org.macports.activate org.macports.build
org.macports.destroot org.macports.install
:notice:build Log for py31-ipython is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py31-ipython/main.log
}}}
And one more issue: The pyxx-ipython Portfile generates py-ipython,
py24-ipython and py25-ipython ports as well (I don't know why since these
are not listed subparts in the Portfile):
{{{
$ port search ipython
ipython_select @0.1 (python)
common files for selecting default ipython version
py-ipython @0.11 (python)
An enhanced Interactive Python shell
py24-ipython @0.11 (python)
An enhanced Interactive Python shell
py25-ipython @0.11 (python)
An enhanced Interactive Python shell
py26-ipython @0.11 (python)
An enhanced Interactive Python shell
py27-ipython @0.11 (python)
An enhanced Interactive Python shell
py31-ipython @0.11 (python)
An enhanced Interactive Python shell
py32-ipython @0.11 (python)
An enhanced Interactive Python shell
Found 8 ports.
christoph-deils-macbook:dports deil$ port file py26-ipython
/opt/local/var/macports/sources/svn.macports.org/trunk/dports/python/pyxx-
ipython/Portfile
christoph-deils-macbook:dports deil$ port file py25-ipython
/opt/local/var/macports/sources/svn.macports.org/trunk/dports/python/pyxx-
ipython/Portfile
}}}
Trying to install py25-ipython fails:
{{{
---> Staging py25-ipython into destroot
. missing (directory not created: File exists)
./Applications missing (directory not created: File exists)
./Developer missing (directory not created: File exists)
./Library missing (directory not created: File exists)
sh:
/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-
ipython/py25-ipython/work/destroot/opt/local/share/doc/py-ipython/README:
No such file or directory
shell command "echo py-ipython is a stub port >
/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-
ipython/py25-ipython/work/destroot/opt/local/share/doc/py-ipython/README"
returned error 1
Error: Target org.macports.destroot returned: shell command failed (see
log for details)
Warning: the following items did not execute (for py25-ipython):
org.macports.activate org.macports.destroot org.macports.install
Log for py25-ipython is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports
.org_trunk_dports_python_pyxx-ipython/py25-ipython/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30521#comment:24>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list