Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C93EE200C1A for ; Mon, 13 Feb 2017 22:48:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C7C37160B60; Mon, 13 Feb 2017 21:48:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1C5CC160B4A for ; Mon, 13 Feb 2017 22:48:24 +0100 (CET) Received: (qmail 6586 invoked by uid 500); 13 Feb 2017 21:48:24 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 6574 invoked by uid 99); 13 Feb 2017 21:48:24 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 21:48:24 +0000 Received: from [100.70.108.155] (unknown [104.132.11.107]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 152441A028B; Mon, 13 Feb 2017 21:48:24 +0000 (UTC) Date: Mon, 13 Feb 2017 13:48:22 -0800 (PST) From: Andi Vajda X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda To: =?ISO-8859-15?Q?Jan_H=F8ydahl?= cc: pylucene-dev@lucene.apache.org Subject: Re: [VOTE] Release PyLucene 6.4.1 (rc1) In-Reply-To: <65282885-386A-439E-B130-1C9B0FE513DF@cominvent.com> Message-ID: References: <4BE10A98-9133-464E-8963-3B7CBC00DFF3@cominvent.com> <65282885-386A-439E-B130-1C9B0FE513DF@cominvent.com> User-Agent: Alpine 2.01 (OSX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1187217964-1487022504=:843" archived-at: Mon, 13 Feb 2017 21:48:26 -0000 --0-1187217964-1487022504=:843 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 13 Feb 2017, Jan Høydahl wrote: > Hi, > > I found the reason, it is a Java bug which is fixed in Java9: > https://bugs.openjdk.java.net/browse/JDK-7131356 > > > The workaround was to install Apple?s Java6, then make and make install > succeeds. > > I then tested python IndexFiles.py and python SearchFiles.py and > it all works :-) Wow. Thank you for elucidating this !! I always have the old Java 6 installed because Photoshop requires it. Sigh. Phew. Thanks ! Andi.. > > +1 to release > > PS: The page http://lucene.apache.org/pylucene/install.html is outdated wrt Mac, versions etc and should probably mention the Java6 bug as well > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > >> 13. feb. 2017 kl. 12.12 skrev Jan Høydahl : >> >> Here is a GIST with complete install log and Makefile. I did not modify setup.py, it looked good to go >> >> https://gist.github.com/janhoy/c996529dc492ec3ad9cb3b81e80719f2#file-pylucene-install-log-txt >> >> In Makefile I customized only these vars >> >>> PREFIX_PYTHON=/usr/local/Cellar/python/2.7.13/ >>> ANT=/usr/local/Cellar/ant/1.10.0/bin/ant >>> PYTHON=$(PREFIX_PYTHON)/bin/python >>> JCC=$(PYTHON) -m jcc >>> NUM_FILES=8 >> >> >> JCC finds Java Home, and python version is 2.7.13 >> My version of ?make? is macOS default gmake 3.81 >> >> I also tried with (g)make 4.2.1 but same problem. >> >> -- >> Jan Høydahl, search solution architect >> Cominvent AS - www.cominvent.com >> >>> 13. feb. 2017 kl. 00.47 skrev Andi Vajda >: >>> >>> >>> On Mon, 13 Feb 2017, Jan Høydahl wrote: >>> >>>> Tried to build on my Mac again, same problem as last time when running ?make?, the command 'python -m jcc.__main__ --shared --arch ?.? requests old Apple-Java 6: >>>> >>>>> No Java runtime present, requesting install. >>> >>> When building JCC (before building PyLucene), you need to ensure that the proper version of Java is found. The setup.py program tries to figure it out for you and tells what it's about to build with on stdout. >>> >>> Then you need to install JCC. >>> >>> Then, when building PyLucene, you need to make sure that the same python install you used to build JCC is also going to be used by the PyLucene Makefile, since that's where the current JCC you just built got installed. >>> You need edit that Makefile and uncomment/edit one of the configuration >>> examples to match your setup. >>> >>> I'm sure it also helps if at the command line, you see something like this >>> $ java -version >>> Java(TM) SE Runtime Environment (build 1.8.0_05-b13) >>> Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) >>> >>> If not, fix this before trying anything else. >>> >>> Andi.. >>> >>>> >>>> -- >>>> Jan Høydahl, search solution architect >>>> Cominvent AS - www.cominvent.com >>>> >>>>> 11. feb. 2017 kl. 23.23 skrev Andi Vajda >: >>>>> >>>>> >>>>> Ping ? >>>>> Two more PMC votes are needed before this release can happen. >>>>> Thanks ! >>>>> >>>>> Andi.. >>>>> >>>>>> On Feb 6, 2017, at 13:38, Andi Vajda > wrote: >>>>>> >>>>>> >>>>>> The PyLucene 6.4.1 (rc1) release tracking today's release of >>>>>> Apache Lucene 6.4.1 is ready. >>>>>> >>>>>> A release candidate is available from: >>>>>> https://dist.apache.org/repos/dist/dev/lucene/pylucene/6.4.1-rc1/ >>>>>> >>>>>> PyLucene 6.4.1 is built with JCC 2.23 included in these release artifacts. >>>>>> >>>>>> Please vote to release these artifacts as PyLucene 6.4.1. >>>>>> Anyone interested in this release can and should vote ! >>>>>> >>>>>> Thanks ! >>>>>> >>>>>> Andi.. >>>>>> >>>>>> ps: the KEYS file for PyLucene release signing is at: >>>>>> https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS >>>>>> https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS >>>>>> >>>>>> pps: here is my +1 >>>> >> > > --0-1187217964-1487022504=:843--