Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34273: opensuse-tumbleweed: python3 build fails because of openssl
Our OpenSUSE system package info leads to the installation of LibreSSL, which is not compatible with the python3 build. {{{ [python3-3.10.6] checking whether compiling and linking against OpenSSL works... yes [python3-3.10.6] checking for --with-openssl-rpath... [python3-3.10.6] checking whether OpenSSL provides required APIs... no [python3-3.10.6] checking for --with-ssl-default-suites... python [python3-3.10.6] checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2 [python3-3.10.6] checking for --with-experimental-isolated- subinterpreters... no [python3-3.10.6] checking for --with-static-libpython... yes [python3-3.10.6] checking for --disable-test-modules... no [python3-3.10.6] configure: creating ./config.status }}} Our configure script does not know that. We update the distro file and add an additional check to openssl spkg- configure.m4 To test: `tox -e docker-opensuse-tumbleweed-standard -- V=1 python3` URL: https://trac.sagemath.org/34273 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Kwankyu Lee
- Loading branch information