From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 13 20:12:29 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 CBBBCBA5 for ; Sat, 13 Oct 2012 20:12:29 +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 738EE8FC0A for ; Sat, 13 Oct 2012 20:12:29 +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 1TN84K-0002Go-Ex; Sun, 14 Oct 2012 00:12:21 +0400 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:In-Reply-To:Subject:Cc:To:From; bh=JUFGfy/hvl8G5A/Ho6LkY0BlmsQJ+7jXSaoI2Rt0X88=; b=J4B9mT2/VdOvDaJ1go0LOXAMShCMmjwsNJ5qCCw2513Zbl+YAznjjlkuvRbAX8ZdwiaVd0HD2wNoeqHEW6E8QTDkcz5tKKb+FdPLtvZ4wGQ54HxOFrc+QKey/ILw5jYrrySrntMX83kGvfw1Pv1PrdRfayI1fbLX4t3V9gBAKxQ=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TN82Q-000EYR-1v; Sat, 13 Oct 2012 20:10:24 +0000 From: Jan Beich To: AN Subject: Re: error: no matching function In-Reply-To: (AN's message of "Sat, 13 Oct 2012 15:52:38 -0400 (EDT)") Date: Sat, 13 Oct 2012 17:10:49 -0300 References: <201210101618.q9AGIhor047345@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TN82Q-000EYR-1v@internal.tormail.org> Cc: freebsd-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: Sat, 13 Oct 2012 20:12:29 -0000 AN writes: > /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. see https://bugzilla.mozilla.org/show_bug.cgi?id=801295 It should land to mozilla-central soon.