From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#22304: Build for Julia is not reproducible Date: Thu, 4 Feb 2016 15:51:51 +0100 Message-ID: References: <8760z7k6av.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLHN-0000J0-Hc for bug-guix@gnu.org; Thu, 04 Feb 2016 09:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRLHK-0000Uc-7f for bug-guix@gnu.org; Thu, 04 Feb 2016 09:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLHK-0000UY-5G for bug-guix@gnu.org; Thu, 04 Feb 2016 09:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRLHJ-0007Ws-TN for bug-guix@gnu.org; Thu, 04 Feb 2016 09:53:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8760z7k6av.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22304@debbugs.gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> When building “julia” twice we get different binaries for >> >> $out/lib/julia/sys.so >> >> and >> >> $out/lib/julia/sys-debug.so > > Apparently there’s no __DATE__ and __TIME__ in the C code. > > I would check if the order of object files on the command line that > links those shared objects is always the same. As far as I could tell the order of shared objects in two consecutive runs is the same. ~~ Ricardo