From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 13 19:52:41 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38E827F1 for ; Sat, 13 Oct 2012 19:52:41 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id D93CA8FC12 for ; Sat, 13 Oct 2012 19:52:40 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q9DJqcfI048171 for ; Sat, 13 Oct 2012 15:52:39 -0400 (EDT) (envelope-from andy@neu.net) Date: Sat, 13 Oct 2012 15:52:38 -0400 (EDT) From: AN To: freebsd-gecko@freebsd.org Subject: error: no matching function In-Reply-To: <201210101618.q9AGIhor047345@trillian.chruetertee.ch> Message-ID: References: <201210101618.q9AGIhor047345@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net 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: Sat, 13 Oct 2012 19:52:41 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #24 r241450: Thu Oct 11 15:16:27 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 clang++ -o String.o -c -I./../../dist/system_wrappers_js -include ../../../js/src/config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/usr/local/lib/libffi-3.0.9/include -I. -I../../../js/src/../../mfbt/double-conversion -I../../../js/src -I. -I./../../dist/include -I/usr/local/include/nspr -I../../../js/src -I../../../js/src/assembler -I../../../js/src/yarr -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/String.o.pp /home/root/ff_nightly/work/mozilla-central-847807ab2646/js/src/vm/String.cpp BytecodeCompiler.cpp /home/root/ff_nightly/work/mozilla-central-847807ab2646/js/src/vm/Stack.cpp:839:18: error: no matching function for call to 'mincore' int result = mincore(base_, numBytes, vec); ^~~~~~~ /usr/include/sys/mman.h:226:5: note: candidate function not viable: no known conversion from 'MincoreArgType *' (aka 'unsigned char *') to 'char *' for 3rd argument int mincore(const void *, size_t, char *); ^ 1 error generated. gmake[3]: *** [Stack.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-847807ab2646/obj-x86_64-portbld-freebsd10.0/js/src' gmake[2]: *** [libs_tier_js] Error 2 gmake[2]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-847807ab2646/obj-x86_64-portbld-freebsd10.0' gmake[1]: *** [tier_js] Error 2 gmake[1]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-847807ab2646/obj-x86_64-portbld-freebsd10.0' gmake: *** [default] Error 2