From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 28 13:07:25 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 383094DD for ; Thu, 28 Mar 2013 13:07:25 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id EFC50718 for ; Thu, 28 Mar 2013 13:07:24 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1ULCY6-0002oV-B0; Thu, 28 Mar 2013 16:07:23 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=TKPIJCMcMYia4U/w/UUQNPxqkVg6pIwZv764ZKDy96I=; b=uoZt3HixbxgHh234GIxDRa7cg74f9o8dnl08niE3MieamcZfcdNWbyz13y7eTXw8Tp2VBseT7vKjT4eUYb1e2HKR5GjvoQ3jty3NeBdEWF80ap4DLVktyT3WR2uS6o7JSJKgssqe/RsUx7+/RGlvBCvcHGnikCR+edXCXclUsio=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ULCVm-0000AJ-Bk; Thu, 28 Mar 2013 13:05:00 +0000 From: Jan Beich To: "Mikhail T." Subject: Re: Can't build www/firefox on 8.3 Date: Thu, 28 Mar 2013 12:04:54 -0100 References: <515366C9.6050308@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1ULCVm-0000AJ-Bk@internal.tormail.org> Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 13:07:25 -0000 "Mikhail T." writes: > Running: > > % make CC=gcc46 CXX=g++46 > .... > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp: > In static member function 'static bool > nsContentUtils::GetSVGGlyphExtents(nsContentUtils::Element*, const > gfxMatrix&, gfxRect*)': > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: > error: ambiguous overload for 'operator=' in '* aResult = > displayFrame->nsISVGChildFrame::GetBBoxContribution((* & > aSVGToAppSpace), 31u)' > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: > note: candidates are: > ../../../dist/include/gfxRect.h:59:19: note: gfxRect& > gfxRect::operator=(const gfxRect&) > ../../../dist/include/gfxRect.h:59:19: note: gfxRect& > gfxRect::operator=(gfxRect&&) > gmake[5]: *** [nsContentUtils.o] ??????? 1 > ... > > Any ideas? Thanks! Yours, It doesn't look like anything known. Please, provide more info about your build environment. 1/ arch? i386 and amd64 should work, powerpc (or any tier2) may not[*] 2/ exact version? 8.3 can be 8.3-RELEASE or /stable/8 a few months old 3/ actual compiler? cflags? environ? options? requires full build log 4/ firefox20 affected? too late to fix firefox19 issues less than a week before the next release [*] a/ pointyhat logs for tier2 archs aren't accessible to confirm b/ requires specific hardware, not on redports c/ upstream considers non-x86 as tier3 except for android; this leads to bitrot, especially on big-endian archs > > -mi