From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74993 invoked by alias); 14 Oct 2016 23:45:17 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 74961 invoked by uid 89); 14 Oct 2016 23:45:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Pirotte, D*capac, U*david, pirotte X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Oct 2016 23:44:59 +0000 Received: from [10.9.9.213] (helo=mailfront13.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bvC9o-0004qE-1V; Sat, 15 Oct 2016 01:44:56 +0200 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=toshie.bothner.com) by mailfront13.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bvC9m-0005ET-Tt; Sat, 15 Oct 2016 01:44:55 +0200 Subject: Re: kawa 2.2 last call To: David Pirotte References: <20161014203847.1bcf03d4@capac> Cc: kawa@sourceware.org From: Per Bothner Message-ID: <85f4a6c7-c1f8-5513-c5c3-1545fbdd9268@bothner.com> Date: Fri, 14 Oct 2016 23:45:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161014203847.1bcf03d4@capac> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00003.txt.bz2 On 10/14/2016 04:38 PM, David Pirotte wrote: > Per, > >> I'm expecting to release Kawa 2.2 very soon (in a few days). >> Any extra testing or documentation suggestions would be welcome. > > I just grabbed the latest and it failed to compile here: > > david@capac:/usr/local/src/kawa/svn 26 $ java -version > openjdk version "1.8.0_102" > OpenJDK Runtime Environment (build 1.8.0_102-8u102-b14.1-2-b14) > OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode) > > david@capac:/usr/local/src/kawa/svn 27 $ javac -version > gcj-6 (Debian 6.1.1-11) 6.1.1 20160802 > Copyright (C) 2016 Free Software Foundation, Inc. That's your problem. GCJ is no longer supported - by anyone. (It has recently been removed from the Gcc source repository.) javac -version should say something like: javac 1.8.0_XXXX -- --Per Bothner per@bothner.com http://per.bothner.com/