From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hAhxr-0006mY-RF for guix-patches@gnu.org; Sun, 31 Mar 2019 17:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hAhxq-0001cp-Tr for guix-patches@gnu.org; Sun, 31 Mar 2019 17:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53231) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hAhxq-0001cb-NN for guix-patches@gnu.org; Sun, 31 Mar 2019 17:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hAhxq-00054a-Jh for guix-patches@gnu.org; Sun, 31 Mar 2019 17:26:02 -0400 Subject: bug#35011: [PATCH] gnu: gpodder: Build reproducibly. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87wokll2vy.fsf@gmx.com> Date: Sun, 31 Mar 2019 23:25:08 +0200 In-Reply-To: <87wokll2vy.fsf@gmx.com> (Pierre Langlois's message of "Tue, 26 Mar 2019 21:52:33 +0000") Message-ID: <87r2amybwr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Langlois Cc: 35011-done@debbugs.gnu.org Hello, Pierre Langlois skribis: > I just realised the gpodder package was not deterministic because of > 'POT-Creation-Date' entries in the .po files. I forgot to check for > determinism before sending that patch, whoops! :-) Good catch! > From 2e45e7c875b384e80099f9ce76009e2116472ef2 Mon Sep 17 00:00:00 2001 > From: Pierre Langlois > Date: Tue, 26 Mar 2019 21:41:59 +0000 > Subject: [PATCH] gnu: gpodder: Build reproducibly. > > * gnu/packages/gpodder.scm (gpodder)[arguments]: Add 'do-not-run-msgmerge' > phase before 'install'. Applied, thank you! Ludo=E2=80=99.