From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130348 invoked by alias); 15 Oct 2016 23:05:15 -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 130335 invoked by uid 89); 15 Oct 2016 23:05:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=build$, portions, UD:java, outputstream 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; Sat, 15 Oct 2016 23:05:04 +0000 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bvY0j-0004tm-R4; Sun, 16 Oct 2016 01:05:02 +0200 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=toshie.bothner.com) by mailfront12.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bvY0h-0007sA-KL; Sun, 16 Oct 2016 01:04:59 +0200 Subject: Re: kawa 2.2 last call To: Andrea Bernardini , kawa@sourceware.org References: <24167.1476564989@vereq.eip10.org> <9a1834cb-1794-da52-be4c-2ba8053689f6@bothner.com> <24c485d0-bf06-8efb-2b46-59213af4cb02@bothner.com> <1b573d7a-c4eb-e51c-d394-c22e7372c977@bothner.com> From: Per Bothner Message-ID: <978635c1-4e8c-0a4d-a9d3-89d37424350e@bothner.com> Date: Sat, 15 Oct 2016 23:05: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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00019.txt.bz2 On 10/15/2016 03:28 PM, Andrea Bernardini wrote: > Super-odd, It seems that the file is replaced during compilation > > andrebask:build$ grep -n writeTo `find . -name "ByteVector.java"` > 86: public void writeTo(OutputStream out) > 88: writeTo(0, size(), out); > 90: public void writeTo(int start, int count, OutputStream out) > andrebask:build$ ./autogen.sh > andrebask:build$ ./configure --prefix=/usr --with-java-source=8 > checking whether to enable maintainer-specific portions of Makefiles... no > [...] > andrebask:build$ make > > [...] > [Same error] > > andrebask:build$ grep -n writeTo `find . -name "ByteVector.java"` > 86: public void writeTo(int start, int count, OutputStream out) Ah - that appears to be. ByteVector,.java is generated from PrimVector.template. However, the checked-in version is wrong. Still not *quite* sure what happened - or what should happen, but working it out. -- --Per Bothner per@bothner.com http://per.bothner.com/