From owner-svn-ports-all@freebsd.org Tue Dec 18 21:30:48 2018 Return-Path: Delivered-To: svn-ports-all@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 D9ED4133FD85; Tue, 18 Dec 2018 21:30:48 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [IPv6:2001:4060:1:1001::13:198]) (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 7729B88D3D; Tue, 18 Dec 2018 21:30:48 +0000 (UTC) (envelope-from andreast@FreeBSD.org) 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 21782C5A7C; Tue, 18 Dec 2018 22:30:46 +0100 (CET) Subject: Re: svn commit: r487531 - head/lang/gcc8 To: Gerald Pfeifer , Antoine Brodin , Justin Hibbits Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201812151552.wBFFqjNZ097021@repo.freebsd.org> From: Andreas Tobler Message-ID: Date: Tue, 18 Dec 2018 22:30:45 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.3.2 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-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 21:30:49 -0000 On 18.12.18 20:50, Gerald Pfeifer wrote: > On Sat, 15 Dec 2018, Antoine Brodin wrote: >> Author: antoine >> Date: Sat Dec 15 15:52:45 2018 >> New Revision: 487531 >> URL: https://svnweb.freebsd.org/changeset/ports/487531 >> >> Log: >> Fix dependency loop on powerpc64 > > Thank you, Antoine! > > Andreas, Justin, if there's anything you can think of such > that we don't need GCC 5 to build newer versions of GCC on > powerpc64, that would be great. Unfortunately not. We need at least two steps to build a gcc7/8/9. First we need a gcc5/6 built with base gcc (4.2.1) then we have to use this built gccX to build gcc7/8/9. I had situations where I needed three steps, 4.2.1 -> 4.9 -> 5/6 -> 7+ My testing is limited to fix bootstrap atm. But x-mas might bring some testing time too for a more verbose statement. Thanks, Andreas