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 <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> 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

Reply via email to