From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 05:36:44 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A35331065673 for ; Mon, 13 Aug 2012 05:36:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by mx1.freebsd.org (Postfix) with ESMTP id 3EB248FC15 for ; Mon, 13 Aug 2012 05:36:44 +0000 (UTC) Received: (qmail 34425 invoked from network); 13 Aug 2012 05:36:43 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 13 Aug 2012 05:36:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:mime-version:content-type:content-transfer-encoding:vbr-info; s=5028926b.xn--3zv.k1208; i=johnl@user.iecc.com; bh=OmjhxF9FKLhxjaSCGXsvkdTcz55oRH4Uso1bFNCo3Ck=; b=Ae6fp79oxPxyAkv8IZf4k85/9oivy7Lk5af306OuByVeQzOALZjTd2BhlDO+t8OG9s2XWo52V8kkpvhM3AlrZqQo392nyL3ene9d59hoalwnFRa1FqncoszbYDiY/P9UI+XIvL370yuq4YGKQP26f/gJnZd1tpUs1elX48DQ/5s= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 13 Aug 2012 05:36:21 -0000 Message-ID: <20120813053621.24629.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Subject: Firefox 13.0.1.1 won't build under 8.3 on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 05:36:44 -0000 I'm reasonably sure I have the png and sqlite3 libraries built as needed, but the build still barfs when compiling the SSL function nsNSSErrors.cpp. The end of the build log is copied below. I don't have the logs handy, but Thunderbird fails the same way. Any suggestions? R's, John c++ -o nsNSSErrors.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../.././../config/gcc_hidden.h -DNSS_ENABLE_ECC -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -DMOZ_GLUE_IN_PROGRAM -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DOSTYPE=\"FreeBSD8\" -DOSARCH=FreeBSD -I/usr/local/include/nss -I../../../.././../security/manager/ssl/src -I. -I../../../../dist/include -I../../../../dist/include/nsprpub -I/usr/local/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include -I/usr/local/include -fPIC -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -f no-strict-aliasing -fno-exceptions -fno-strict-aliasing -fshort-wchar -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h /usr/ports/www/firefox/work/mozilla-release/security/manager/ssl/src/nsNSSErrors.cpp /usr/ports/www/firefox/work/mozilla-release/security/manager/ssl/src/nsNSSComponent.cpp: In member function 'virtual nsresult nsCryptoHash::Finish(bool, nsACString_internal&)': /usr/ports/www/firefox/work/mozilla-release/security/manager/ssl/src/nsNSSComponent.cpp:2879: error: 'BTOA_DataToAscii' was not declared in this scope /usr/ports/www/firefox/work/mozilla-release/security/manager/ssl/src/nsNSSComponent.cpp: In member function 'virtual nsresult nsCryptoHMAC::Finish(bool, nsACString_internal&)': /usr/ports/www/firefox/work/mozilla-release/security/manager/ssl/src/nsNSSComponent.cpp:3070: error: 'BTOA_DataToAscii' was not declared in this scope gmake[5]: *** [nsNSSComponent.o] Error 1 gmake[5]: *** Waiting for unfinished jobs.... gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd8.3/security/manager/ssl/src' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd8.3/security/manager/ssl' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd8.3/security/manager' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd8.3' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd8.3' gmake: *** [default] Error 2 *** Error code 1