[Python-bugs-list] [Bug #115006] Python 2.0 won't build on HP Unix 10.2

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Sep 2000 03:03:13 -0700


Bug #115006, was updated on 2000-Sep-21 13:31
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: Python 2.0 won't build on HP Unix 10.2

Details: Call me at 877 737 7357 X4477  if I can help. ...Bob

With threads (default) at:

gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c thread.c

get error message:

In file included from thread.c_116:
thread_pthread.h: In function 'PyThread_get_thread_ident':
thread_pthread.h:181: aggreagete value used where an integer was expected




Without threads at:

gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./posixmodule.c

error message is:

./posixmodule.c:713: 'fdatasync' undeclared (first use in this function)

Follow-Ups:

Date: 2000-Sep-21 14:56
By: fdrake

Comment:
Could you please check your system's man page for fdatasync() to and let us know what includes and compile-time defines are needed?  Thanks!
-------------------------------------------------------

Date: 2000-Sep-22 03:03
By: gvanrossum

Comment:
Assigned to me. Suspect it's a duplicate of #110650 and #110665.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115006&group_id=5470