From owner-freebsd-current@FreeBSD.ORG Wed Sep 5 09:11:53 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B2F6106566B for ; Wed, 5 Sep 2012 09:11:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id E97D38FC0C for ; Wed, 5 Sep 2012 09:11:52 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:d43c:3039:49b5:2229] (unknown [IPv6:2001:7b8:3a7:0:d43c:3039:49b5:2229]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4D9505C44; Wed, 5 Sep 2012 11:11:51 +0200 (CEST) Message-ID: <50471757.4070202@FreeBSD.org> Date: Wed, 05 Sep 2012 11:11:51 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120828 Thunderbird/16.0 MIME-Version: 1.0 To: "O. Hartmann" References: <5047093A.5060408@zedat.fu-berlin.de> In-Reply-To: <5047093A.5060408@zedat.fu-berlin.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Current FreeBSD 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: Wed, 05 Sep 2012 09:11:53 -0000 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++.