From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffMbT-00063U-Do for guix-patches@gnu.org; Tue, 17 Jul 2018 05:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffMbO-0002wQ-Is for guix-patches@gnu.org; Tue, 17 Jul 2018 05:49:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39413) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffMbO-0002wA-Fd for guix-patches@gnu.org; Tue, 17 Jul 2018 05:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ffMbO-0001Q7-3W for guix-patches@gnu.org; Tue, 17 Jul 2018 05:49:02 -0400 Subject: [bug#32171] Update: Erlang and Elixir Resent-Message-ID: Date: Tue, 17 Jul 2018 11:48:39 +0200 From: Pjotr Prins Message-ID: <20180717094839.yixlfony4o3nwsfd@thebird.nl> References: <20180716100730.ixv5mqqlbl3tdleb@abyayala> <87wotvtdma.fsf@gnu.org> <20180716153634.gpwa2zw3v6fxm5ln@abyayala> <20180716155316.62rrscxji5gtvj6n@abyayala> <20180716160610.pyeca44pwfugm7la@abyayala> <87a7qrrn2e.fsf@gnu.org> <20180716202248.rdhlggsy7zfw2k6w@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180716202248.rdhlggsy7zfw2k6w@abyayala> 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: Nils Gillmann Cc: 32171@debbugs.gnu.org On Mon, Jul 16, 2018 at 08:22:48PM +0000, Nils Gillmann wrote: > Apparently we had this (Erlang, Elixir reproducible) fixed at some point. That was due to beam's time stamp getting removed. > compressing documentation in '/gnu/store/a3938xrgzdlwh25qfpbhrgaf9gm6231b-erlang-21.0/share/man' with "gzip" and flags ("--best" "--no-name") > phase `compress-documentation' succeeded after 0.3 seconds > guix build: error: build failed: derivation `/gnu/store/1vaz67iwn518m8d35j98zjpy3fjw92ca-erlang-21.0.drv' may not be deterministic: output `/gnu/store/a3938xrgzdlwh25qfpbhrgaf9gm6231b-erlang-21.0' differs I may look into this at some point. Best is to see what individual files were changed during different builds. Erlang cares about reproducibility, so they'll be responsive. Pj.