From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([2001:4830:134:3::10]:56420)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1fgbug-0001is-Fm
	for guix-patches@gnu.org; Fri, 20 Jul 2018 16:22:07 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1fgbuc-0003XC-FP
	for guix-patches@gnu.org; Fri, 20 Jul 2018 16:22:06 -0400
Received: from debbugs.gnu.org ([208.118.235.43]:44985)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
	id 1fgbuc-0003Wx-An
	for guix-patches@gnu.org; Fri, 20 Jul 2018 16:22:02 -0400
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1fgbuc-0006ac-4n
	for guix-patches@gnu.org; Fri, 20 Jul 2018 16:22:02 -0400
Subject: [bug#32227] [PATCH] gnu: rust: make rust 1.25.0 build reproducible
Resent-Message-ID: <handler.32227.B32227.153211811025303@debbugs.gnu.org>
From: Nikolai Merinov <nikolai.merinov@member.fsf.org>
References: <87a7qlk6tx.fsf@member.fsf.org>
	<handler.32227.B.153211738124061.ack@debbugs.gnu.org>
Date: Sat, 21 Jul 2018 01:21:39 +0500
In-Reply-To: <handler.32227.B.153211738124061.ack@debbugs.gnu.org> (GNU bug
	Tracking System's message of "Fri, 20 Jul 2018 20:10:02 +0000")
Message-ID: <876019k698.fsf_-_@member.fsf.org>
MIME-Version: 1.0
Content-Type: text/plain
List-Id: <guix-patches.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-patches/>
List-Post: <mailto:guix-patches@gnu.org>
List-Help: <mailto:guix-patches-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=subscribe>
Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org
Sender: "Guix-patches" <guix-patches-bounces+kyle=kyleam.com@gnu.org>
To: 32227@debbugs.gnu.org

Hi,

I tried to configure how rust use llvm, but I did not succeed in
it. Looks like llvm@6.0 usage was fixed fully only in rust 1.26.

I already checked once that 1.25 and 1.26 rust releases is reproducible
in my environment with llvm@3.9 and llvm@6.0 respectively. When I posted
this patch I restarted my builds with "--rounds=2".

Regards,
Nikolai