From owner-freebsd-java@FreeBSD.ORG Wed Feb 26 08:05:27 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E605C1C; Wed, 26 Feb 2014 08:05:27 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0F151893; Wed, 26 Feb 2014 08:05:26 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f73so550647yha.17 for ; Wed, 26 Feb 2014 00:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=orUBfWibf6ynWTON8Fj8fxRh8h51SCH5gDJfccgHHU8=; b=f8jDS584ILeA5AFEQlZviPyljwwEapbDP73MIDjP6UfRvd/cMVGIqRARZRNRWIHkK1 /Cu9maTQJsaQhsA6zxUHvFuGzjAFmp01lM8O27UcGDjgTnOMiKsovEfiIcgEj3Iq2qH9 HUC76Fi5RNlttHkMHLZJNe+wwcnBU/jQOmuv3SmUlTXQ9TyalIqEDMdYPokAPjAaky0M /Bxvjq6hjnfJMX7rPRV4mIwtva1wTJ5FLCfGxJtZb30rY6iqFESaIuhkNpy5Oi+yM39S b0F7WAVx28ZD8MOx8itWXdz+qC5q1H4U0mmoUn0kUmBtwnc/2JldCaCfJHXYY8NoBdg8 MvQw== MIME-Version: 1.0 X-Received: by 10.236.17.195 with SMTP id j43mr12916yhj.137.1393401926001; Wed, 26 Feb 2014 00:05:26 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Wed, 26 Feb 2014 00:05:25 -0800 (PST) In-Reply-To: <530D2763.3080104@FreeBSD.org> References: <530D2763.3080104@FreeBSD.org> Date: Wed, 26 Feb 2014 09:05:25 +0100 X-Google-Sender-Auth: DHtOG2_Nb5uVka4ucq2soWokbfE Message-ID: Subject: Re: Openjdk6 and clang 3.4 From: Antoine Brodin To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 Cc: java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 08:05:27 -0000 On Wed, Feb 26, 2014 at 12:29 AM, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2014-02-25 18:13:11 -0500, Antoine Brodin wrote: >> Hi, >> >> I am not sure if you are already aware of this or not. Clang 3.4 >> has been imported in head 10 days ago. This new version errors on >> unknown flags. Openjdk6 no longer builds with clang 3.4 because of >> this (-fcheck-new unknown by clang): > ... > > Yes, I am aware of the problem and it is already fixed in my tree: > > https://svn.redports.org/jkim/java/openjdk6/ > > It will be committed after all QAT/RedPorts backends reboot with the > infamous vm.pmap.pcid_enabled="0" stopgap. Nice, thanks! Cheers, Antoine