[issue29708] support reproducible Python builds

Felix C. Stegerman report at bugs.python.org
Thu Apr 22 13:01:17 EDT 2021


Felix C. Stegerman <flx at obfusk.net> added the comment:

Hi!  I've been working on reproducible builds for python-for-android [1,2,3].

Current issues with .pyc files are:

* .pyc files differ depending on whether Python was compiled w/ liblzma-dev installed or not;
* many .pyc files include build paths;
* some .pyc files include paths to system utilities, like `/bin/mkdir` or `/usr/bin/install`, which can differ between systems (e.g. on Debian w/ merged /usr).

[1] https://github.com/kivy/python-for-android/pull/2390
[2] https://lists.reproducible-builds.org/pipermail/rb-general/2021-January/002132.html
[3] https://lists.reproducible-builds.org/pipermail/rb-general/2021-March/002207.html

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29708>
_______________________________________


More information about the Python-bugs-list mailing list