From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 292971384B4 for ; Thu, 24 Dec 2015 15:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AB9E21C095; Thu, 24 Dec 2015 15:40:04 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F233021C029 for ; Thu, 24 Dec 2015 15:40:02 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id p187so181395392wmp.0 for ; Thu, 24 Dec 2015 07:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=ssfeg4JpZv518Pnu0Ix0t8GiOatZ2unB8/9OFLZmu7M=; b=XxaVAZDjOEMJQZWUECCzRHChEkMPrSMUsqGYG6JRU9KgctrsMAvFiIu/jzcpQLYPsz Ynm8/ljCKJ0Eb6VSg4OgAeAm4XE7vlikuFWw0fbSOWsG3Yv2+fY3ZDL39sRj88x4TirU oUomdYUucuDCf8MBxhp/ExsBgRjWDA/xhS8IHQeDmGDNs5U381jsmUOkqoEmKmwVJQv8 Kepd+fiZd44RqpImshbYBuvLoldKHh/Zy6laXx04kRlMv96tiAffbyG3hzUZ/sxir2La uWtV9riVjuk13EvWQRyPCsXXh/v5WXpRZcYp3/3BjExhmCsEyQvAkc5NnSV640r3f5n1 /KUg== X-Received: by 10.194.240.194 with SMTP id wc2mr40356230wjc.27.1450971601670; Thu, 24 Dec 2015 07:40:01 -0800 (PST) Received: from [192.168.43.163] ([212.5.158.151]) by smtp.gmail.com with ESMTPSA id q6sm41987501wjx.28.2015.12.24.07.39.59 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Dec 2015 07:40:00 -0800 (PST) Subject: Re: [gentoo-user] Gcc 5.3 To: gentoo-user@lists.gentoo.org References: <567C0CC3.9070003@verizon.net> From: Stanislav Nikolov Message-ID: <567C11CB.4080000@gmail.com> Date: Thu, 24 Dec 2015 17:39:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <567C0CC3.9070003@verizon.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: a2f6fb7d-604b-42b8-83d9-596800b4e322 X-Archives-Hash: 251da977629ecf9880997cfcc4e4d9e8 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I think they should be compiled with the same version of gcc, shouldn't they? On 12/24/2015 05:18 PM, Alan Grimes wrote: > Hey, thanks for putting out gcc 5.3... > > Unfortunately, it fails to bootstrap on my machine. I am getting > differences between the stage 2 and stage 3 compilers and it's dying... =( > > make[2]: Entering directory > '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > make[3]: Entering directory > '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > rm -f stage_current > make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > Comparing stages 2 and 3 > warning: gcc/cc1plus-checksum.o differs > warning: gcc/cc1-checksum.o differs > Bootstrap comparison failure! > gcc/tree-ssa-threadedge.o differs > gcc/tsan.o differs > gcc/print-tree.o differs > gcc/df-core.o differs > gcc/omega.o differs > gcc/dwarf2cfi.o differs > gcc/lto-cgraph.o differs > gcc/sanopt.o differs > gcc/sched-vis.o differs > gcc/tree-ssa-tail-merge.o differs > gcc/godump.o differs > gcc/graph.o differs > gcc/tree-vect-loop-manip.o differs > gcc/cse.o differs > gcc/omp-low.o differs > > [many lines omitted] > > libiberty/xmalloc.o differs > libiberty/simple-object-elf.o differs > libiberty/spaces.o differs > libiberty/pex-unix.o differs > libiberty/simple-object-coff.o differs > libiberty/crc32.o differs > libiberty/physmem.o differs > libiberty/make-relative-prefix.o differs > libiberty/argv.o differs > libiberty/pex-common.o differs > libiberty/simple-object.o differs > libiberty/strerror.o differs > libiberty/simple-object-mach-o.o differs > libiberty/sha1.o differs > libiberty/cp-demint.o differs > libiberty/dyn-string.o differs > libiberty/make-temp-file.o differs > libiberty/cplus-dem.o differs > libiberty/sort.o differs > libiberty/splay-tree.o differs > libiberty/xstrndup.o differs > lto-plugin/.libs/lto-plugin.o differs > Makefile:19638: recipe for target 'compare' failed > make[2]: *** [compare] Error 1 > make[2]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > Makefile:19617: recipe for target 'stage3-bubble' failed > make[1]: *** [stage3-bubble] Error 2 > make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > Makefile:19691: recipe for target 'bootstrap-lean' failed > make: *** [bootstrap-lean] Error 2 > * ERROR: sys-devel/gcc-5.3.0::gentoo failed (compile phase): > * emake failed > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWfBHDAAoJEBYxB87Vey/R/yEH/1y1ZpfKFfN8+SAwNMRlAMdf u9MYag/wI0Ilnrh/uFg3oDZyKZPj+3ze3bjFaIY+8f7xyRQuS+bzk9gTu/eG9WzF m/KT1QSwtRwatgXlBpgJKWNn6jNnLg3zKCUHi+okb9XSffkXedW641+az7E9J1pK YQeGbysRaMSHoshGgBSPr3CHoMpQnkNoIjbUJ0hCRBOSxmth67WFq4gMxSEYG4sM F6pn+dI2Ir1stGSItBJzkWXAWpsfBopxebBi3DVpPJmUvDkyAelzGCl+E8kV5f/S soWO4cFVoAAJyk8MEI4KZ/MPo+R+gzjBJKHOcyf5oORlvGG8DRWy5mAEaTPnH2c= =4Pts -----END PGP SIGNATURE-----