Message 391616 - Python tracker (original) (raw)
Message391616
Author | obfusk |
---|---|
Recipients | Alexandru Ardelean, Frederik Rietdijk, Ray Donnelly, barry, benjamin.peterson, bmwiedemann, dstufft, eric.araujo, eric.smith, eschwartz, jefferyto, mcepl, methane, miss-islington, obfusk, sascha_silbe, steve.dower, vstinner |
Date | 2021-04-22.17:01:17 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1619110877.46.0.609100153436.issue29708@roundup.psfhosted.org |
In-reply-to |
Content |
---|
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-04-22 17:01:17 | obfusk | set | recipients: + obfusk, barry, vstinner, eric.smith, benjamin.peterson, mcepl, eric.araujo, sascha_silbe, methane, steve.dower, dstufft, bmwiedemann, Frederik Rietdijk, Alexandru Ardelean, Ray Donnelly, eschwartz, miss-islington, jefferyto |
2021-04-22 17:01:17 | obfusk | set | messageid: 1619110877.46.0.609100153436.issue29708@roundup.psfhosted.org |
2021-04-22 17:01:17 | obfusk | link | issue29708 messages |
2021-04-22 17:01:17 | obfusk | create |