From owner-freebsd-ppc@FreeBSD.ORG Mon Jun 23 13:12:22 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D4DB5AEF; Mon, 23 Jun 2014 13:12:22 +0000 (UTC) Date: Mon, 23 Jun 2014 13:12:22 +0000 From: Alexey Dokuchaev To: Nathan Whitehorn Subject: Re: PowerPC Packages Message-ID: <20140623131222.GA26450@FreeBSD.org> References: <539DC0C5.60603@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539DC0C5.60603@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD Mailing List , FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 13:12:22 -0000 On Sun, Jun 15, 2014 at 08:50:29AM -0700, Nathan Whitehorn wrote: > depend upon failed. The largest issues are Boost and QT4 webkit. Boost has > failed because it seems to unconditionally prefer clang to gcc when both are > present. On PowerPC, both are installed but GCC remains the default due to > some remaining issues with clang. Boost ignores the default, runs into the > issues, and fails. Maybe it should be forced to use whatever "cc" is? Since recently (after update to 1.55.0) boost started to require c++11-lang; I will take a look, maybe it's a bit too much. ./danfe