[issue40788] Build issue Solaris 10 Sparc
New submission from Warren Hardy : I am using Solaris 10 (last oracle release). GCC 5.5.0 I had trouble with _ssl not building it was failing out with sethostname reference I fixed this by removing the -Werror=implicit-function-declaration My main issue is that _ctypes is not being built and I am not sure why. I have googled for an answer, I have not found one. please can somebody explain simply how I rectify this problem. Thank you in advanced -- assignee: christian.heimes components: SSL, ctypes messages: 370041 nosy: christian.heimes, munocat priority: normal severity: normal status: open title: Build issue Solaris 10 Sparc versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Change by Warren Hardy : -- type: -> compile error ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Warren Hardy added the comment: not to sound like an idiot, where do i find the compile log? -- ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Warren Hardy added the comment: here is the config.log, had to gzip it to upload -- Added file: https://bugs.python.org/file49207/config.log.gz ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Warren Hardy added the comment: make log -- Added file: https://bugs.python.org/file49208/make.log ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Warren Hardy added the comment: this error log contains information not piped to the make.log -- Added file: https://bugs.python.org/file49209/make.error.log ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40788] Build issue Solaris 10 Sparc
Warren Hardy added the comment: I found another bug Issue14527 https://bugs.python.org/issue14527 In bug 14527 was a reference to some changes, these worked to fix ctypes https://github.com/python/cpython/pull/20451/files -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40788> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14527] How to link with a non-system libffi?
Warren Hardy added the comment: I tried Rupert Nash’s changes to Makefile.pre.in, configure, configure.ac and setup.py. I can confirm this changes worked for me. I had to edit the Makefile and enter the LIBFFI_INCLUDEDIR and LIBFFI_LIBDIR this might be due to me being a newb about this stuff, and having some configuration setting wrong. -- nosy: +munocat ___ Python tracker <https://bugs.python.org/issue14527> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com