This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: build fails on Solaris 10 for Objects/complexobject.c
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: dharmakat, nnorwitz
Priority: normal Keywords:

Created on 2005-09-22 22:19 by dharmakat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26367 - (view) Author: Kenneth Simpson (dharmakat) Date: 2005-09-22 22:19
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
msg26368 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-09-23 04:46
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.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42404
2005-09-22 22:19:46dharmakatcreate