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.

Author bettyrab
Recipients bettyrab, ned.deily, ronaldoussoren
Date 2021-08-17.09:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629191936.44.0.533137792291.issue44933@roundup.psfhosted.org>
In-reply-to
Content
When trying too build the python framework using the method below and you try to get it notarized you get the following error.

"path": "munkitools-5.5.0.4362.pkg/munkitools_python.pkg Contents/Payload/usr/local/munki/Python.framework/Versions/3.9/bin/python3.9-intel64",
"message": "The executable does not have the hardened runtime enabled.",

https://github.com/munki/munki/blob/main/code/tools/build_python_framework.sh


The package get built using this ttps://github.com/lifeunexpected/Scripts

This issue happens on python 3.9.5 and 3.9.6 earlier versions did not include python3.9-intel64.
History
Date User Action Args
2021-08-17 09:18:56bettyrabsetrecipients: + bettyrab, ronaldoussoren, ned.deily
2021-08-17 09:18:56bettyrabsetmessageid: <1629191936.44.0.533137792291.issue44933@roundup.psfhosted.org>
2021-08-17 09:18:56bettyrablinkissue44933 messages
2021-08-17 09:18:56bettyrabcreate