This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: configure --with-openssl-rpath=DIR too eager about existence of DIR
Type: Stage:
Components: Installation, SSL Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: Elvis.Pranskevichus, christian.heimes
Priority: normal Keywords:

Created on 2021-08-11 03:07 by Elvis.Pranskevichus, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg399368 - (view) Author: Elvis Pranskevichus (Elvis.Pranskevichus) * (Python triager) Date: 2021-08-11 03:07
https://bugs.python.org/issue43466 added a way to set OpenSSL rpath explicitly via --with-openssl-rpath=DIR, which is cool!  However, the current configuration code checks for the presence of the specified directory eagerly, which breaks setups where both OpenSSL and Python are being built at the same time, but not necessarily installed to the runtime location (think omnibus debs).  Unless there's a good reason why an eager check is needed, I think it should be dropped to ease packaging.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89046
2021-08-11 03:07:44Elvis.Pranskevichuscreate