I did some website fixes wrt versions and Mac OS X -> macOS renaming.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 13. feb. 2017 kl. 13.14 skrev Jan Høydahl <jan....@cominvent.com>:
> 
> Hi,
> 
> I found the reason, it is a Java bug which is fixed in Java9: 
> https://bugs.openjdk.java.net/browse/JDK-7131356 
> <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 <folder> and python SearchFiles.py and it 
> all works :-)
> 
> +1 to release
> 
> PS: The page http://lucene.apache.org/pylucene/install.html 
> <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 <http://www.cominvent.com/>
> 
>> 13. feb. 2017 kl. 12.12 skrev Jan Høydahl <jan....@cominvent.com 
>> <mailto:jan....@cominvent.com>>:
>> 
>> 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
>>  
>> <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 <http://www.cominvent.com/>
>> 
>>> 13. feb. 2017 kl. 00.47 skrev Andi Vajda <va...@apache.org 
>>> <mailto:va...@apache.org>>:
>>> 
>>> 
>>> 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 <http://www.cominvent.com/>
>>>> 
>>>>> 11. feb. 2017 kl. 23.23 skrev Andi Vajda <va...@apache.org 
>>>>> <mailto:va...@apache.org>>:
>>>>> 
>>>>> 
>>>>> Ping ?
>>>>> Two more PMC votes are needed before this release can happen.
>>>>> Thanks !
>>>>> 
>>>>> Andi..
>>>>> 
>>>>>> On Feb 6, 2017, at 13:38, Andi Vajda <va...@apache.org 
>>>>>> <mailto:va...@apache.org>> 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/ 
>>>>>> <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/release/lucene/pylucene/KEYS>
>>>>>> https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
>>>>>> 
>>>>>> pps: here is my +1
>>>> 
>> 
> 

Reply via email to