This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbelio
Recipients rbelio
Date 2018-07-31.07:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533022352.12.0.56676864532.issue34288@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-31 07:32:32rbeliosetrecipients: + rbelio
2018-07-31 07:32:32rbeliosetmessageid: <1533022352.12.0.56676864532.issue34288@psf.upfronthosting.co.za>
2018-07-31 07:32:31rbeliolinkissue34288 messages
2018-07-31 07:32:31rbeliocreate