From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Freezing core-updates Date: Tue, 17 May 2016 10:59:41 +0200 Message-ID: <87h9dxukjm.fsf@gnu.org> 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]:36640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2ar2-0002Wj-4v for guix-devel@gnu.org; Tue, 17 May 2016 04:59:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2aqw-0004IP-Vx for guix-devel@gnu.org; Tue, 17 May 2016 04:59:51 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2aqw-0004IL-Th for guix-devel@gnu.org; Tue, 17 May 2016 04:59:46 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:39414 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b2aqw-0006r3-1X for guix-devel@gnu.org; Tue, 17 May 2016 04:59:46 -0400 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: Guix-devel Hello Guix! I hereby declare =E2=80=98core-updates=E2=80=99 frozen! :-) That is, we should now work towards fixing the =E2=80=9Ccore=E2=80=9D packa= ges, then make Hydra build everything, fix packages, and finally merge it. I invite you all to spend a bit of time on it, it=E2=80=99s fun and profitable. :-) 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 warning: gcc/cc1plus-checksum.o differs warning: gcc/cc1-checksum.o differs Bootstrap comparison failure! gcc/fold-const.o differs gcc/cp/semantics.o differs gcc/cp/optimize.o differs gcc/dwarf2cfi.o differs gcc/tree-ssa-sccvn.o differs gcc/real.o differs gcc/libgcov-driver-tool.o differs gcc/tree-nested.o differs gcc/lto-section-out.o differs gcc/c/c-typeck.o differs gcc/c/c-parser.o differs gcc/lto-streamer-out.o differs gcc/tree-dfa.o differs gcc/ipa-inline.o differs gcc/c-family/cilk.o differs gcc/gcov-dump.o differs gcc/coverage.o differs gcc/tree-inline.o differs gcc/omp-low.o differs gcc/double-int.o differs gcc/tree-ssa-math-opts.o differs gcc/simplify-rtx.o differs gcc/df-scan.o differs gcc/tree-switch-conversion.o differs libiberty/fibheap.o differs libiberty/simple-object-xcoff.o differs libiberty/sort.o differs libiberty/pic/fibheap.o differs libiberty/pic/simple-object-xcoff.o differs 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. See for more. Ludo=E2=80=99.