From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22304: Build for Julia is not reproducible Date: Tue, 05 Jan 2016 23:30:48 +0100 Message-ID: <8760z7k6av.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGa87-0003jg-8o for bug-guix@gnu.org; Tue, 05 Jan 2016 17:31:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGa86-00009G-5A for bug-guix@gnu.org; Tue, 05 Jan 2016 17:31:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGa86-00009C-1i for bug-guix@gnu.org; Tue, 05 Jan 2016 17:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aGa85-0004L4-Tm for bug-guix@gnu.org; Tue, 05 Jan 2016 17:31:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Mon, 4 Jan 2016 17:28:42 +0100") 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: Ricardo Wurmus Cc: 22304@debbugs.gnu.org Ricardo Wurmus skribis: > When building =E2=80=9Cjulia=E2=80=9D twice we get different binaries for > > $out/lib/julia/sys.so > > and > > $out/lib/julia/sys-debug.so Apparently there=E2=80=99s 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. Ludo=E2=80=99.