[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' LD_LIBRARY_PATH

[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 files:

[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. >> >co

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

2021-10-06 Thread Sandeep Gupta
36854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion] double timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; ^ ~ 1 warning generated. ldd: /usr/lib/libreadline.a: not an ELF executable /home/kabira/DrivingRange/project_versa/downloads/Python-3.10.0/Modules/readline.c:1258:37: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-ty

[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 Tryi

[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: P