[Python-bugs-list] [Bug #110706] gcc error msg, 1.5.2, Slackware + threads (PR#44)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 15 Sep 2000 11:05:30 -0700


Bug #110706, was updated on 2000-Jul-31 14:29
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: Remind
Bug Group: Platform-specific
Priority: 5
Summary: gcc error msg, 1.5.2, Slackware + threads (PR#44)

Details: Jitterbug-Id: 44
Submitted-By: rene@kronos.szabinet.hu
Date: Sun, 1 Aug 1999 16:39:42 -0400 (EDT)
Version: 1.5.2
OS: Linux


Compile error with Python-1.5.2 on
Linux Slackware 4.0, kernel 2.2.10-ac8, gcc 2.7.2.3, make 3.76.1

./configure --prefix=/usr/local --with-threads && make
...
./socketmodule.c: In function `setipaddr':
./socketmodule.c:392: warning: passing arg 5 of `gethostbyname_r' from
incompatible pointer type
./socketmodule.c:392: too many arguments to function `gethostbyname_r'
./socketmodule.c:392: warning: assignment makes integer from pointer without a
cast
./socketmodule.c: In function `PySocket_gethostbyname_ex':
./socketmodule.c:1471: warning: passing arg 5 of `gethostbyname_r' from
incompatible pointer type
./socketmodule.c:1471: too many arguments to function `gethostbyname_r'
./socketmodule.c:1471: warning: assignment makes integer from pointer without a
cast
./socketmodule.c: In function `PySocket_gethostbyaddr':
./socketmodule.c:1534: warning: passing arg 7 of `gethostbyaddr_r' from
incompatible pointer type
./socketmodule.c:1534: too many arguments to function `gethostbyaddr_r'
./socketmodule.c:1534: warning: assignment makes integer from pointer without a
cast
make[1]: *** [socketmodule.o] Error 1
make: *** [Modules] Error 2



====================================================================
Audit trail:
Wed Aug 04 12:12:39 1999	guido	moved from incoming to platformbug
Mon Aug 30 12:37:34 1999	guido	changed notes
Mon Oct 25 15:15:46 1999	guido	changed notes

Follow-Ups:

Date: 2000-Sep-07 15:06
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

Date: 2000-Sep-14 22:50
By: tim_one

Comment:
Assigned to Fred for the heck of it.  Changed the "Summary" msg as the original "Compiler error" gave me an entirely wrong impression.
-------------------------------------------------------

Date: 2000-Sep-15 10:11
By: fdrake

Comment:
Sent a message to the submitter asking if this is still a problem with more recent Python releases; this sounds very much like a bug that's been squashed, but I don't have a Slackware Linux installation available for testing.
-------------------------------------------------------

Date: 2000-Sep-15 11:05
By: fdrake

Comment:
I cannot reproduce this with Slackware 7.0 (kernel 2.2.14 SMP; the version installed on the SourceForge compile farm).
-------------------------------------------------------

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