From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 12:19:42 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BD46106566B; Thu, 6 Sep 2012 12:19:42 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id A90788FC15; Thu, 6 Sep 2012 12:19:41 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 7C71A40020; Thu, 6 Sep 2012 14:19:40 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 716E840021; Thu, 6 Sep 2012 14:19:40 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E2A6740020; Thu, 6 Sep 2012 14:19:37 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3XCLST49xZz8gtM; Thu, 6 Sep 2012 14:19:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id lqrpE1tQCDaU; Thu, 6 Sep 2012 14:19:32 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3XCLSN0kZwz8gtL; Thu, 6 Sep 2012 14:19:32 +0200 (CEST) Received: from [10.32.0.4] (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3XCLSM4mHnz9Ctj; Thu, 6 Sep 2012 14:19:31 +0200 (CEST) Message-ID: <504894D8.6020007@daemonic.se> Date: Thu, 06 Sep 2012 14:19:36 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Dimitry Andric References: <5047093A.5060408@zedat.fu-berlin.de> <50471757.4070202@FreeBSD.org> In-Reply-To: <50471757.4070202@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Thu, 06 Sep 2012 12:40:15 +0000 Cc: Current FreeBSD , "O. Hartmann" Subject: Re: Firefox-15/Thunderbird-15: won't compile on FreeBSD 10.0-CUR: /jsproxy.h:17:7: error: visibility does not match previous declaration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 12:19:42 -0000 On 2012-09-05 11:11, Dimitry Andric wrote: > On 2012-09-05 10:11, O. Hartmann wrote: >> Udating/reinstalling of both ports www/firefox (15.0) and >> mail/thunderbird (15) fail with an error like showed below. > .... >> ./jsproxy.h:17:7: error: visibility does not match previous declaration >> class JS_FRIEND_API(BaseProxyHandler) { > > Please see: http://llvm.org/bugs/show_bug.cgi?id=13688 > > This is either a bug in clang 3.2, or alternatively, a problem with > inconsistent declarations in libc++. Except that libc++ is not used here, or at least I can't see a -stdlib=libc++ in the command line string, so it is probably not related to libc++. Regards! -- Niclas