From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Freezing core-updates Date: Thu, 26 May 2016 18:59:52 +0200 Message-ID: <20160526165952.GA6576@solar> References: <87h9dxukjm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5ydh-0001ET-78 for guix-devel@gnu.org; Thu, 26 May 2016 13:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5yda-0002TF-Ux for guix-devel@gnu.org; Thu, 26 May 2016 13:00:04 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:13328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yda-0002Sz-J6 for guix-devel@gnu.org; Thu, 26 May 2016 12:59:58 -0400 Content-Disposition: inline In-Reply-To: <87h9dxukjm.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel On Tue, May 17, 2016 at 10:59:41AM +0200, Ludovic Courtès wrote: > Currently, the main problem is a frightening GCC 5.3 build issue on ARM: > : > > --8<---------------cut here---------------start------------->8--- > make[3]: Leaving directory '/tmp/nix-build-gcc-5.3.0.drv-0/build' > Comparing stages 2 and 3 > ... > libiberty/pic/sort.o differs > Makefile:21400: recipe for target 'compare' failed > make[2]: *** [compare] Error 1 > --8<---------------cut here---------------end--------------->8--- > > Can someone with an ARM machine reproduce it? I wonder if it could be a > hardware failure. I tried it on solar, which is not part of the hydra build farm, and it failed similarly (I did not check the exact list of different files). So it does not look like a hardware failure. Andreas