From owner-freebsd-ppc@freebsd.org Mon Sep 25 17:25:13 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED724E200D0 for ; Mon, 25 Sep 2017 17:25:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D05752713; Mon, 25 Sep 2017 17:25:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2F629C777; Mon, 25 Sep 2017 17:25:13 +0000 (UTC) From: Jan Beich To: Justin Hibbits Cc: freebsd-ppc@freebsd.org Subject: Re: svn commit: r447814 - head/www/firefox/files References: <201708120349.v7C3nuXS052281@repo.freebsd.org> <378x-e8wo-wny@FreeBSD.org> Date: Mon, 25 Sep 2017 19:25:09 +0200 In-Reply-To: (Justin Hibbits's message of "Mon, 25 Sep 2017 11:41:07 -0500") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 17:25:14 -0000 Justin Hibbits writes: > On Aug 11, 2017, at 10:56 PM, Jan Beich wrote: > >> Jan Beich writes: >> >>> Author: jbeich >>> Date: Sat Aug 12 03:49:56 2017 >>> New Revision: 447814 >>> URL: https://svnweb.freebsd.org/changeset/ports/447814 >>> >>> Log: >>> www/firefox: unbreak on big-endians (e.g. powerpc*, sparc64) >>> >>> ERROR: --disable-skia is not supported anymore >>> >>> In file included from objdir/gfx/2d/Unified_cpp_gfx_2d1.cpp:101: >>> gfx/2d/ScaledFontBase.cpp:217:39: error: use of undeclared >>> identifier 'PathSkia' >>> RefPtr path = MakeAndAddRef(skPath, >>> FillRule::FILL_WINDING); >>> ^ >> >> Can anyone check build/runtime on powerpc and powerpc64? Firefox >> 55.0.1 >> still supports build without Rust. > > Meant to send this out earlier. Firefox 55.0.3 fails in curlrules.h > with a failed assert (CurlchkszEQ(long, CURL_SIZEOF_LONG)) on > powerpc64. This is due to a missing check in curlbuild.h for > powerpc64 (has checks for other archs, but not powerpc64), so assumes > sizeof(long) should be 4, not 8. I also meant to file a bug for this. Can you try again after https://svnweb.freebsd.org/changeset/ports/450623 ?