From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLaJE-0007EW-MG for guix-patches@gnu.org; Tue, 30 Apr 2019 17:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLaJC-0007iw-Gi for guix-patches@gnu.org; Tue, 30 Apr 2019 17:29:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57291) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLaJC-0007ir-4f for guix-patches@gnu.org; Tue, 30 Apr 2019 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLaJC-0004qR-0D for guix-patches@gnu.org; Tue, 30 Apr 2019 17:29:02 -0400 Subject: [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLaIf-0006yo-Jt for guix-patches@gnu.org; Tue, 30 Apr 2019 17:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLaIe-0007bd-HV for guix-patches@gnu.org; Tue, 30 Apr 2019 17:28:29 -0400 Received: from sender-pp-o92.zoho.eu ([185.20.209.252]:25427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLaId-0007aA-SN for guix-patches@gnu.org; Tue, 30 Apr 2019 17:28:28 -0400 From: wednesday Message-ID: <20190430212805.3252-1-jessejohngildersleve@zohomail.eu> Date: Tue, 30 Apr 2019 22:28:04 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf8 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: 35511@debbugs.gnu.org Cc: wednesday This patch adds the --disable-build-details configure-flag to the emacs pac= kage. By default the emacs binary stores some information about how it was build,= as stated here: "By default the dumped emacs executable records details such as the build t= ime and host name. Use the --disable-build-details option of configure to s= uppress these details, so that building and installing Emacs twice from the= same sources is more likely to result in identical copies of Emacs." https://www.gnu.org/software/emacs/manual/html_node/elisp/Building-Emacs.ht= ml There is also this mailing list post about emacs repoducibility: https://lists.gnu.org/archive/html/emacs-devel/2016-11/msg00711.html wednesday (1): gnu: emacs: Make build more reproducible gnu/packages/emacs.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=20 2.21.0