From owner-freebsd-ppc@freebsd.org Tue Nov 13 21:21:46 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B2E11325CF for ; Tue, 13 Nov 2018 21:21:46 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (smtp.fgznet.ch [IPv6:2001:4060:1:1001::14:52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9F3878D62; Tue, 13 Nov 2018 21:21:45 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-10-49.flashcable.ch [91.190.10.49]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id E9BB1C37A2; Tue, 13 Nov 2018 22:21:35 +0100 (CET) Subject: Re: gcc7 on 12 beta1 To: Jesper Schmitz Mouridsen , freebsd-ppc@freebsd.org References: From: Andreas Tobler Message-ID: <995b3a38-6b3e-5c88-aef0-8ed0fd376dae@fgznet.ch> Date: Tue, 13 Nov 2018 22:21:35 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit X-Scanned-By: Idefix Submit on 127.0.1.1 X-Rspamd-Queue-Id: B9F3878D62 X-Spamd-Result: default: False [-2.42 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:4060:1:1001::/64]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[fgznet.ch]; NEURAL_HAM_LONG(-1.00)[-0.996,0]; MX_GOOD(-0.01)[obelix.imp.ch,idefix.imp.ch,asterix.imp.ch]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.02)[country: CH(-0.08)]; ASN(0.00)[asn:6772, ipnet:2001:4060::/32, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2018 21:21:46 -0000 On 12.11.18 22:48, Jesper Schmitz Mouridsen wrote: > Hi > > After 2.5 days compiling gcc7 on mac g4 i get the following (stage2 and > stage3 comparison errors) > > Any working configs out there? I've found similar issues (gcc6) in the > past https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214456 > This was a different issue. > Comparing stages 2 and 3 > warning: gcc/cc1obj-checksum.o differs > Bootstrap comparison failure! > gcc/build/genmddeps.o differs ... This was due to a base component issue and happened on all archs, r339350. Fixed with 339726 on 12.0. Try a BETA4. Regards, Andreas