[New-bugs-announce] [issue6989] Python-2.6.2

Ashish report at bugs.python.org
Thu Sep 24 21:07:35 CEST 2009


New submission from Ashish <pimple9 at gmail.com>:

I am getting error while compiling python-2.6.2
OS - Solaris 10 8/07 s10s_u4wos_12b SPARC
bash-3.00$ isainfo -v
64-bit sparcv9 applications
        asi_blk_init
32-bit sparc applications
        asi_blk_init v8plus div32 mul32
Paths and defined
PATH=/usr/local/bin:/opt/sfw/bin:/opt/sfw/sbin:/usr/sfw/bin:/usr/sfw/sbin:/opt/SUNWspci/bin:/usr/ccs/bin:/usr/bin:$PATH
export LD_LIBRARY_PATH="/usr/lib/sparcv9:/usr/local/lib/sparcv9"
export LDFLAGS="-mcpu=v9 -m64"
export LDDFLAGS="-mcpu=v9 -m64 -G"
export CC="gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1"

Configure seems to be runs fine. ( Attched File for configure )
 sudo ./configure --with-universal-archs="64 bit"
--prefix=/opt/Python-2.6.2/

But getting error after running make
bash-3.00$ sudo make
\gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1 -c -fno-strict-aliasing
-DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include 
-DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
/var/tmp//ccBDYDRE.s: Assembler messages:
/var/tmp//ccBDYDRE.s:7339: Error: Illegal operands: There are only 32
single precision f registers; [0-31]
*** Error code 1
make: Fatal error: Command failed for target `Objects/floatobject.o'

Please advice.

----------
components: Installation
files: Configure.txt
messages: 93088
nosy: ashish
severity: normal
status: open
title: Python-2.6.2
type: compile error
versions: Python 2.6
Added file: http://bugs.python.org/file14968/Configure.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6989>
_______________________________________


More information about the New-bugs-announce mailing list