[Python-Dev] python3.110b1 fails during post compile setup on OpenBSD 7.1

2022-05-23 Thread Sandeep Gupta
I tried to install python3.110b1 on OpenBSD7.1/Rpi4. The compilation goes fine but post compilation setup fails. It is not able to fine module `_sysconfigdata__openbsd7_aarch64-unknown-openbsd7`. The full error: gmake[3]: Entering directory '/home/shared/downloads/Python-3.11.0b1'

[Python-Dev] compiled python3.10 is unable to find _ssl

2021-10-18 Thread Sandeep Gupta
I am having compilation issues again with python3.10 with ssl . The ./configure was invoked with ssl options and ssl modules seems to be build successfully. """ The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup

[Python-Dev] Re: python3.10 compilation on OpenBSD: running into ssl issues

2021-10-06 Thread Sandeep Gupta
Thank you for super quick fix ). Works like charm. Thanks S On Wednesday, October 6, 2021, Christian Heimes wrote: > On 06/10/2021 09.06, Sandeep Gupta wrote: > >> Tried with openssl. Some progress but no success. The configure checks >> went through find. >> &g

[Python-Dev] Re: python3.10 compilation on OpenBSD: running into ssl issues

2021-10-06 Thread Sandeep Gupta
:37: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] completer_word_break_characters = ^ 1 warning generated. *** WARNING: renaming "readline" since importing it failed: dynamic module does not define module export function (PyInit_readline) *** WARNING: renaming "_ssl" since importing it failed: Cannot load specified object *

[Python-Dev] python3.10 compilation on OpenBSD: running into ssl issues

2021-10-05 Thread Sandeep Gupta
Trying to compile python3.10 on openbsd 7.0 on Pi4. It seems to run into several openssl issue. I have installed openssl as I couldn't find libreSSL in the package manager. The configure seems to passthe ssl test. configure:17559: checking whether compiling and linking against OpenSSL works

[Python-Dev] python3.10rc2 compilation on android/termux/clang12.0.1 fails

2021-09-15 Thread Sandeep Gupta
I am trying to compile Python3.10rc2 on rather unusual platform (termux on android). The gcc version is listed below: ~ $ g++ -v clang version 12.0.1 Target: aarch64-unknown-linux-android24 Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin I get following warnings and errors: