Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14289 closed defect (duplicate)

py-readline build fails on Leopard 10.5.1

Reported by: gt@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: py-ipython, Leopard 10.5.1 Cc:
Port:

Description

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)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Bugs
Owner: changed from macports-tickets@… to mww@…
Summary: py-ipython fails on Leopard 10.5.1py-readline build fails on Leopard 10.5.1

From the output you've provided, it's actually py-readline that is failing to build.

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

Duplicate of #13930.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.