[Python-bugs-list] [ python-Bugs-691793 ] Python 2.3a2 build fails on Tru64

SourceForge.net noreply@sourceforge.net
Sun, 23 Feb 2003 10:46:57 -0800


Bugs item #691793, was opened at 2003-02-23 11:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=691793&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan A. Terre (sfiedler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python 2.3a2 build fails on Tru64

Initial Comment:
There is one persistent warning, and then a
build-stopping error, on Tru64. 

% uname -a
OSF1 ruby V4.0 1229 alpha
Ran configure to use the vendor compiler as:

env CC=cc CXX=cxx ./configure
--prefix=/var/tmp/sat/python_test


The configuration appeared to go fine. Upon building,
this warning was repeated numerous times:

cc -c -Olimit 1500 -DNDEBUG -O -I. -I./Include 
-DPy_BUILD_CORE -o Objects/descrobject.o
Objects/descrobject.c
cc: Info: ./Include/objimpl.h, line 252: In this
declaration, type long double has the same
representation as type double on this platform and is
treated as a synonym for type double in this
compilation mode. (longdoubleny1)
        long double dummy;  /* force worst-case
alignment */
--------^


And then these errors appeared:

cc -c -Olimit 1500 -DNDEBUG -O -I. -I./Include 
-DPy_BUILD_CORE -o Python/thread.o Python/thread.c
cc: Error: /usr/include/sys/psx4_nspace_ts.h, line 147:
Missing type specifier or type qualifier. (missingtype)
       ushort           entry_cnt;      /* Number of
key entries total in the
-------^
cc: Error: /usr/include/sys/psx4_nspace_ts.h, line 149:
Missing type specifier or type qualifier. (missingtype)
       ushort           entry_size;     /* size of key
entry */
-------^


I am happy to try candidate fixes from CVS if that
would be useful.

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

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