From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#32193: Java packages are indeterministic (due to order in jar?) Date: Thu, 19 Jul 2018 19:51:28 +0200 Message-ID: <20180719195128.5213249a@lepiller.eu> References: <20180717230929.49722a2d@alma-ubu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/m/qZf08hFtv_E8mr=muTlle"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgD5y-0003Mx-1u for bug-guix@gnu.org; Thu, 19 Jul 2018 13:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgD5u-0008Oq-SC for bug-guix@gnu.org; Thu, 19 Jul 2018 13:52:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43479) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgD5u-0008Om-Ls for bug-guix@gnu.org; Thu, 19 Jul 2018 13:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fgD5u-0004qt-GA for bug-guix@gnu.org; Thu, 19 Jul 2018 13:52:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20180717230929.49722a2d@alma-ubu> 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: 32193-done@debbugs.gnu.org --Sig_/m/qZf08hFtv_E8mr=muTlle Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable This was due to an ordering issue in META-INF/INDEX.LIST. The file is generated before running strip-jar-timestamps, so the order of the content is not deterministic when the file is generated. In 79d4d47b99591e4edd8cefee907fbb0d930f78aa I added a phase before that, that runs strip-jar-timestamps before and after generating INDEX.LIST (after because INDEX.LIST otherwise has a timestamp). The fix was pushed to staging. --Sig_/m/qZf08hFtv_E8mr=muTlle Content-Type: application/pgp-signature Content-Description: Signature digitale OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtfrmKFtBNyiyoPrtQxEfRSAIagwFAltQz6AACgkQQxEfRSAI agzckA/+LvsnM+OvY/M4Ut+RquBhk7IbaKPS4lfOIeHVRoL5/iJJ0Ty8e33GKdR4 iRJFyuNqcTRBqrQpC9x9p8P9M2X/xl7N5Xik65ju8ydKKbqF9H6vkpHUbfuvL2iy RItf1cGq4FUcD5YlbUVq08/9D9KNVhAAUiYKLBXfB2bhgY8OzTsh8KhHwxyvT4ue UXPuXbThLnpo04g64BBVDMhFF6oLv1sjBUvttAp9ACKRpdH3MshD+iTtzAaULh8n 4cS7TkAL5XwjTFDI01WRFEPoKRzwYUxHpaN1yDhbeSxVF9Sp17z6x6iB2wRn33FM UbfldObl7L6plxm4926BP9crWZ3bYqqyTt/T9WIOMCdcsqg8q9VYoj3Y7d7BgxZM lHnGgx4Fnlq+BfKFxx8IUsqrkD7O7U/x0XgbHNEWJS8F3zm3fR4KwX/WOnwEKLfW VoGyMCozBKWxFpf9pOkSbtDdnTpTYw4xp3OgX8wo6J3eK1L6zPOYC1DSqdval6rN uXmRVtDmfJBw1HuIlvdwlOQEKZkCMmmGMeglJYgp5FuasuMNAGqrtbS5Dm5v5J12 xuRQalJTey2rzW6GX4s6P/73uzXEJgcuWxI1MgObuoi4+eGlDw5CW1fdxcMfG587 1hExXG/lhge5HAX8/AZ+TsJyqLDdPfyotj3NVJcz2YVgXZScexg= =2/z+ -----END PGP SIGNATURE----- --Sig_/m/qZf08hFtv_E8mr=muTlle--