From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [v3] Erlang Date: Mon, 23 May 2016 13:48:11 +0200 Message-ID: <20160523114811.GA9335@thebird.nl> References: <20160402022054.GA17152@jasmine> <8737r2bcyv.fsf@gnu.org> <20160404033924.GA28101@jasmine> <20160404082802.GA29212@thebird.nl> <20160404165012.GA11014@jasmine> <20160404174944.GA12477@jasmine> <20160404181506.GA32004@thebird.nl> <20160405100228.GA3237@thebird.nl> <20160405184642.GA7774@jasmine> <20160409105649.GA24708@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4oNp-0007Of-Gz for guix-devel@gnu.org; Mon, 23 May 2016 07:50:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4oNl-0006e8-BU for guix-devel@gnu.org; Mon, 23 May 2016 07:50:52 -0400 Received: from mail.thebird.nl ([95.154.246.10]:41211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4oNl-0006dd-5j for guix-devel@gnu.org; Mon, 23 May 2016 07:50:49 -0400 Content-Disposition: inline In-Reply-To: <20160409105649.GA24708@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel@gnu.org, Joe Armstrong On Sat, Apr 09, 2016 at 12:56:49PM +0200, Pjotr Prins wrote: > On Tue, Apr 05, 2016 at 02:46:42PM -0400, Leo Famulari wrote: > > On Tue, Apr 05, 2016 at 12:02:28PM +0200, Pjotr Prins wrote: > > > I received a nice reply from Joe Armstrong. Basically he agrees with > > > the idea of deterministic builds and hashes for content of source > > > files > > > > > > http://joearms.github.io/2015/03/12/The_web_of_names.html > > > > > > and will support us if we raise our issue on the mailing list. Leo, do > > > you want to have a go - essentially sending the E-mail I wrote to Joe? > > > I can do it if you want me to. > > > > I'm more than happy to test things, but I think it's best if you send > > the message since you are actually using Erlang. But like I said before, > > if it's too much of a burden, I'll do it. Please let me know! > > A quick update: the Erlang authors are going to fix this issue as can > be followed in > > http://erlang.org/pipermail/erlang-questions/2016-April/088721.html Good news. The changelog for http://erlang.org/download/OTP-19.0-rc1.README says that OTP-13504 Application(s): compiler The compiler will no longer put the compilation date and time into BEAM files. That means that two BEAM files compiled on the same computer from the same source code and compilation options will be identical. Note: If you want to find out whether a BEAM file on disk is different from the loaded code, compared the MD5 value obtained from Mod:module_info(md5) with the MD5 value obtained from beam_lib:md5(BeamFileForMod)` This means that Erlang and Elixir may go into GNU Guix :) Pj.