URL: https://github.com/SSSD/sssd/pull/819 Author: sumit-bose Title: #819: BUILD: fix libpython handling in Python3.8 Action: opened
PR body: """ Related to https://pagure.io/SSSD/sssd/issue/4016 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/819/head:pr819 git checkout pr819
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
sumit-bose commented: """ Hi,
if you want to test this with Python3.8, there is a repo for rawhide at https://copr.fedorainfracloud.org/coprs/g/python/python3.8/.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-495715820
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
hroncok commented: """ Thank you @sumit-bose
Do you consider the name "embed" OK for your use case? If not, I can bring that to CPython upstream. """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-495869786
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
sumit-bose commented: """
Thank you @sumit-bose
Do you consider the name "embed" OK for your use case? If not, I can bring that to CPython upstream.
Hi @hroncok,
thanks for asking, but "embed" is ok. Please note, our use case is special in the sense that we are just checking that objects which are expected to be loaded dynamically do not have unresolved symbols. For this we created a small program which is run during 'make check' which just tries to load every library, PAM module, plugin, extension, in short everything which ends in '*.so'. So even if we do not use an "embedded" python interpreter here '--embed' is fine imo.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-496093323
URL: https://github.com/SSSD/sssd/pull/819 Author: sumit-bose Title: #819: BUILD: fix libpython handling in Python3.8 Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/819/head:pr819 git checkout pr819
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
jhrozek commented: """ This patch makes sssd build with a mock config based on: ``` baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-raw... ``` ->ACK """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-500764258
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
jhrozek commented: """ * master: 80fdef5fe0f8824fff1aa7e3a499238650366dc0 * sssd-1-16: 8f45a020d68234f940e28fb762eb5856230443c3 """
See the full comment at https://github.com/SSSD/sssd/pull/819#issuecomment-500768159
URL: https://github.com/SSSD/sssd/pull/819 Author: sumit-bose Title: #819: BUILD: fix libpython handling in Python3.8 Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/819/head:pr819 git checkout pr819
URL: https://github.com/SSSD/sssd/pull/819 Title: #819: BUILD: fix libpython handling in Python3.8
Label: +Pushed
sssd-devel@lists.fedorahosted.org