py-readline build fails on Leopard 10.5.1
Macintosh-2:~ yus$ port version
Version: 1.600
Macintosh-2:~ yus$ python
Python 2.4.3 (#1, Jul 24 2006, 02:14:11)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
Macintosh-2:~ yus$ sudo port install py-ipython
---> Fetching readline
---> Attempting to fetch readline52-001 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-002 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-003 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-004 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-005 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-006 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline52-007 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/
---> Attempting to fetch readline-5.2.tar.gz from http://ftp.gnu.org/gnu/readline
---> Verifying checksum(s) for readline
---> Extracting readline
---> Applying patches to readline
---> Configuring readline
---> Building readline with target all
---> Staging readline into destroot
---> Installing readline 5.2.007_0+darwin_9
---> Activating readline 5.2.007_0+darwin_9
---> Cleaning readline
---> Fetching py-readline
---> Attempting to fetch Python-2.4.4.tar.bz2 from http://www.python.org/ftp/python/2.4.4/
---> Verifying checksum(s) for py-readline
---> Extracting py-readline
---> Configuring py-readline
---> Building py-readline with target build
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-readline/work/Python-2.4.4/Modules" && /opt/local/bin/python2.4 setup.py build " returned error 1
Command output: running build
running build_ext
building 'readline' extension
creating build
creating build/temp.darwin-9.1.0-i386-2.4
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/python2.4 -c readline.c -o build/temp.darwin-9.1.0-i386-2.4/readline.o
unable to execute -fno-strict-aliasing: No such file or directory
error: command '-fno-strict-aliasing' failed with exit status 1
Error: The following dependencies failed to build: py-readline py-scientific netcdf
Error: Status 1 encountered during processing.
Macintosh-2:~ yus$
Change History (3)
Milestone: |
→ Port Bugs
|
Owner: |
changed from macports-tickets@… to mww@…
|
Summary: |
py-ipython fails on Leopard 10.5.1 →
py-readline build fails on Leopard 10.5.1
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
From the output you've provided, it's actually py-readline that is failing to build.