From owner-freebsd-ports@freebsd.org Tue Oct 6 23:22:07 2015 Return-Path: Delivered-To: freebsd-ports@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 66CFF9D0796 for ; Tue, 6 Oct 2015 23:22:07 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCF9B07; Tue, 6 Oct 2015 23:22:06 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id t96NM0Fv028642; Tue, 6 Oct 2015 16:22:01 -0700 (PDT) (envelope-from null@pozo.com) From: Manfred Antar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Firefox 41.1 fails build on Current AMD64 Date: Tue, 6 Oct 2015 16:21:59 -0700 Message-Id: <21E74357-289E-4AAE-AA00-6CCF92E6EB96@pozo.com> Cc: alane@FreeBSD.org To: FreeBSD Ports ML Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) X-Mailer: Apple Mail (2.3094) X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: t96NM0Fv028642 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 23:22:07 -0000 Should be firefox 41.1 in subject not 14 When building firefox on current this happens: In file included from /usr/ports/www/firefox/work/mozilla-release/obj-x86_6= 4-portbld-freebsd11.0/dom/base/Unified_cpp_dom_base1.cpp:137: In file included from /usr/ports/www/firefox/work/mozilla-release/dom/base/= Navigator.cpp:42: ../../dist/include/mozilla/dom/MobileMessageManager.h:17:1: error: declarat= ion conflicts with target of using declaration already in scope class Promise; ^ ../../dist/include/mozilla/dom/Promise.h:72:7: note: target of using declar= ation class Promise : public nsISupports, ^ /usr/ports/www/firefox/work/mozilla-release/dom/base/DOMRequest.cpp:22:21: = note: using declaration using mozilla::dom::Promise; ^ 1 error generated. /usr/ports/www/firefox/work/mozilla-release/config/rules.mk:957: recipe for= target 'Unified_cpp_dom_base1.o' failed gmake[7]: *** [Unified_cpp_dom_base1.o] Error 1 This is on current as of Oct 6th 12:00pm PDT. As per UPDATING DBSTAT is enabled in sqlite3 My build options for firefox: DBUS GIO GSTREAMER ALSA GTK2 are the only things enabled. This has always worked till now. Thanks Manfred