[ python-Bugs-1299187 ] build fails on Solaris 10 for Objects/complexobject.c

SourceForge.net noreply at sourceforge.net
Fri Sep 23 06:46:27 CEST 2005


Bugs item #1299187, was opened at 2005-09-22 15:19
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1299187&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Kenneth Simpson (dharmakat)
Assigned to: Nobody/Anonymous (nobody)
Summary: build fails on Solaris 10 for Objects/complexobject.c

Initial Comment:
Solaris 10 
gcc 3.4.4
gas 2.16.1
python 2.4.2c1

/usr/devtools/bin/gcc -c -fno-strict-aliasing -DNDEBUG
-g -O3 -Wall -Wstrict-prototypes -I. -I./Include -fPIC
-DPy_BUILD_CORE -o Objects/complexobject.o
Objects/complexobject.c
Objects/complexobject.c: In function `complex_pow':
Objects/complexobject.c:476: error: invalid operands to
binary ==
Objects/complexobject.c:476: error: wrong type argument
to unary minus
Objects/complexobject.c:476: error: invalid operands to
binary ==
Objects/complexobject.c:476: error: wrong type argument
to unary minus
make: *** [Objects/complexobject.o] Error 1


----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2005-09-22 21:46

Message:
Logged In: YES 
user_id=33168

Dupe of 1276509 and possibly others.  If you could work on a
patch that would be great.  I don't have access to Solaris 10.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1299187&group_id=5470


More information about the Python-bugs-list mailing list