From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#22533: Python bytecode reproducibility Date: Fri, 26 May 2017 15:41:39 +0200 Message-ID: <87bmqfu44s.fsf@fastmail.com> References: <20160202051544.GA11744@jasmine> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEFVG-0008P7-Vm for bug-guix@gnu.org; Fri, 26 May 2017 09:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEFVD-0000sa-0K for bug-guix@gnu.org; Fri, 26 May 2017 09:42:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEFVC-0000sS-OH for bug-guix@gnu.org; Fri, 26 May 2017 09:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEFVC-0004Z9-FB for bug-guix@gnu.org; Fri, 26 May 2017 09:42:02 -0400 In-Reply-To: <20160202051544.GA11744@jasmine> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 22533@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello! I stumbled across this bug after re-discovering that Python bytecode is not reproducible (through "glib"). Just sharing some notes.. Nix recently made an effort to fix this. AFAICT the ".pyc" files are still a problem, but at least they got the interpreters building reproducibly: https://github.com/NixOS/nixpkgs/issues/22570 https://github.com/NixOS/nixpkgs/pull/22585 It would be great to revive this longstanding bug! *walks away slowly before anyone notices* --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkoMJQACgkQoqBt8qM6 VPoLTQgAsNXfMc86cXSiDAJaJCSTbdUEgeEBCEQDFCqcZA8eTxaosuWwjJy3J9lV 9D+nGYols54UeCypEGgfrrrgB49s9XnSuZNlbkMyvPYzASpHmVpx2OWp6NBiLUf3 Rn9qwMTwqchqZNoRJ2F8MGAbklavS7bqruiI9c/38zA/Sg4aET42vDEOZiB3DDIW bwKFKrZs/BqWSfJXLj9nqzMsbjzn00FzPsOmdxx0rVv07lDdOAUWL0DCm2FbL2OD NhFNt8pW1+0Y6CmYkln+cwmk4XJraSKvH3+QaEHNEBFmL8FuEKixZ0DTRK+bWdzf HUB5JYA2299APLld+UFM9qMaMYA5sQ== =QJ16 -----END PGP SIGNATURE----- --=-=-=--