From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87605 invoked by alias); 21 Sep 2015 20:59:04 -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 87596 invoked by uid 89); 21 Sep 2015 20:59:04 -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-f175.google.com Received: from mail-wi0-f175.google.com (HELO mail-wi0-f175.google.com) (209.85.212.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 21 Sep 2015 20:59:03 +0000 Received: by wiclk2 with SMTP id lk2so165402520wic.0 for ; Mon, 21 Sep 2015 13:59:00 -0700 (PDT) X-Received: by 10.180.87.230 with SMTP id bb6mr14908573wib.26.1442869140263; Mon, 21 Sep 2015 13:59:00 -0700 (PDT) Received: from vaio (host109-154-53-127.range109-154.btcentralplus.com. [109.154.53.127]) by smtp.gmail.com with ESMTPSA id t7sm15366580wia.9.2015.09.21.13.58.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 13:58:59 -0700 (PDT) Date: Mon, 21 Sep 2015 20:59:00 -0000 From: Andrea Bernardini To: David Pirotte Cc: "kawa@sourceware.org list" Subject: Re: kawa build from source fails - revision 8603 Message-ID: <20150921215807.29e5f322@vaio> In-Reply-To: <20150921173451.24ac48f1@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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00073.txt.bz2 On Mon, 21 Sep 2015 17:34:51 -0300 David Pirotte wrote: > this would be a debian testing packaging/installation problem? I > doubt but I can't neither do i have to the time to confirm this. I just tried to build from source on debian testing with OpenJDK 7 and it works for me. Can you try the following and post here the output? make clean make distclean svn update make Andrea