New submission from Roy Belio <rbe...@infinidat.com>:

Following issue 18259 which was solved by extern sethostname I managed to build 
python 3.7 on solaris only after patching away the ifdef for _AIX.
We need to add SOLARIS flag and check for that also in the same line of 
#ifdef _AIX.

This error only appears in 3.7 since a new CFLAG was turned on 
-Werror=no-implicit-declaration. and during build time it fails on sethostname 
function, not build _socket.

----------
components: Build
messages: 322742
nosy: rbelio
priority: normal
severity: normal
status: open
title: Declare sethostname in socketmodule.c for SOLARIS
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to