From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103859 invoked by alias); 21 Sep 2015 22:18:38 -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 103844 invoked by uid 89); 21 Sep 2015 22:18:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f181.google.com Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com) (209.85.212.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 21 Sep 2015 22:18:36 +0000 Received: by wiclk2 with SMTP id lk2so167629464wic.0 for ; Mon, 21 Sep 2015 15:18:33 -0700 (PDT) X-Received: by 10.180.219.101 with SMTP id pn5mr15065152wic.89.1442873913526; Mon, 21 Sep 2015 15:18:33 -0700 (PDT) Received: from vaio (host109-154-53-127.range109-154.btcentralplus.com. [109.154.53.127]) by smtp.gmail.com with ESMTPSA id s2sm50780wib.15.2015.09.21.15.18.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 15:18:33 -0700 (PDT) Date: Mon, 21 Sep 2015 22:18:00 -0000 From: Andrea Bernardini To: David Pirotte Cc: "kawa@sourceware.org list" Subject: Re: kawa build from source fails - revision 8603 Message-ID: <20150921231830.071c758e@vaio> In-Reply-To: <20150921183155.23f9e37e@capac> References: <20150921015935.4c2a05c2@capac> <55FF9AD6.2070206@bothner.com> <20150921121330.0f21023b@capac> <56002845.6070309@bothner.com> <20150921152626.0888e387@capac> <56004E32.1090204@bothner.com> <20150921154745.263d90d5@capac> <560056F2.5010006@bothner.com> <20150921162817.44f2f470@capac> <20150921173451.24ac48f1@capac> <20150921215807.29e5f322@vaio> <20150921183155.23f9e37e@capac> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00076.txt.bz2 To check if it's an installation problem I would try to build again after running this command: sudo update-java-alternatives -s java-1.7.0-openjdk-amd64 Even better, If it's fine with you to use OpenJDK 8, I would try: sudo apt-get install openjdk-8-jre openjdk-8-jdk sudo update-java-alternatives -s java-1.8.0-openjdk-amd64 Also check that java and javac are set to the same version: sudo update-alternatives --config java sudo update-alternatives --config javac Andrea