Skip to content

Commit eaf7655

Browse files
author
Release Manager
committed
sagemathgh-38979: Python3 build does not find openssl without pkgconf Building the python3 package fails with ``` Using cached file /Users/buildbot- sage/worker/sage_git/build/upstream/Python-3.12.5.tar.xz [...] [spkg-build] checking for pkg-config... no [...] [spkg-build] checking for include/openssl/ssl.h in /usr/local/ssl... no [spkg-build] checking for include/openssl/ssl.h in /usr/lib/ssl... no [spkg-build] checking for include/openssl/ssl.h in /usr/ssl... no [spkg-build] checking for include/openssl/ssl.h in /usr/pkg... no [spkg-build] checking for include/openssl/ssl.h in /usr/local... no [spkg-build] checking for include/openssl/ssl.h in /usr... no [spkg-build] checking whether compiling and linking against OpenSSL works... no [spkg-build] checking for --with-openssl-rpath... [spkg-build] checking whether OpenSSL provides required ssl module APIs... no [spkg-build] checking whether OpenSSL provides required hashlib module APIs... no [spkg-build] checking for --with-ssl-default-suites... python [...] [spkg-build] ModuleNotFoundError: No module named '_ssl' [spkg-build] ssl module failed to import [spkg-build] _scproxy module imported OK [spkg-build] Error: One or more modules failed to import. ************************************************************************ Error building package python3-3.12.5 ************************************************************************ ``` (see http://build.sagemath.org/#/builders/62/builds/3/steps/11/logs/python3) URL: sagemath#38979 Reported by: Volker Braun Reviewer(s): Kwankyu Lee
2 parents 39ebbe4 + d1bd1b5 commit eaf7655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/python3/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zlib readline sqlite libpng bzip2 liblzma libffi openssl | xz
1+
zlib readline sqlite libpng bzip2 liblzma libffi openssl | xz pkgconf
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)