[Python-bugs-list] [ python-Bugs-473788 ] CVS socket module does not compile on Tru64
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 30 Oct 2001 03:31:05 -0800
Bugs item #473788, was opened at 2001-10-22 13:33
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473788&group_id=5470
Category: Build
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Ralf W. Grosse-Kunstleve (rwgk)
Assigned to: Martin v. Löwis (loewis)
Summary: CVS socket module does not compile on Tru64
Initial Comment:
Platform:
OSF1 ringneck.lbl.gov V5.1 732 alpha
Compaq C V6.3-028 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.3-026 (sys) cc Driver
Python 2.2b1 (#1, Oct 20 2001, 23:40:31) [C] on osf1V5
configure --disable-ipv6
cc -O -Olimit 1500 -I. -
I/net/ringneck/scratch1/rwgk/Python-2.2b1/./Include -
I/usr/local/include -IInclude/ -
c /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/socketmodule.c -o build/temp.osf1-V5.1-
alpha-2.2/socketmodule.o
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 205: In this
statement, "EAI_MAX" is not declared. (undeclared)
if (ecode < 0 || ecode > EAI_MAX)
---------------------------------^
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 285: In this
statement, "EAI_BADHINTS" is not declared. (undeclared)
ERR(EAI_BADHINTS); /* xxx */
------------------------^
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 286: In this
statement, "AI_MASK" is not declared. (undeclared)
if (hints->ai_flags & ~AI_MASK)
---------------------------------------^
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 320: In this
statement, "EAI_BADHINTS" is not declared. (undeclared)
ERR
(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 326: In this
statement, "EAI_BADHINTS" is not declared. (undeclared)
ERR
(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: /net/ringneck/scratch1/rwgk/Python-
2.2b1/Modules/getaddrinfo.c, line 376: In this
statement, "EAI_PROTOCOL" is not declared. (undeclared)
ERR
(EAI_PROTOCOL); /*xxx*/
----------------------------------------^
WARNING: building of extension "_socket" failed:
command 'cc' failed with exit status 1
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2001-10-30 03:31
Message:
Logged In: YES
user_id=21627
Fixed with configure.in 1.277.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473788&group_id=5470