You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Andi Vajda <va...@apache.org> on 2013/10/08 07:00:33 UTC

[VOTE] Release PyLucene 4.5.0-1

The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 
4.5.0 is ready.

A release candidate is available from:
http://people.apache.org/~vajda/staging_area/

A list of changes in this release can be seen at:
http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES

PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES

A list of Lucene Java changes can be seen at:
http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt

Please vote to release these artifacts as PyLucene 4.5.0-1.

Thanks !

Andi..

ps: the KEYS file for PyLucene release signing is at:
http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
http://people.apache.org/~vajda/staging_area/KEYS

pps: here is my +1

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Andi Vajda <va...@apache.org>.
> On Oct 10, 2013, at 0:18, Steve Rowe <sa...@gmail.com> wrote:
> 
> Andi,
> 
> I thought I'd run 'make' and 'sudo make install' in two steps, so I checked, and bash 'history' agreed:
> 
> 586  vi Makefile 
> 587  make
> 588  sudo make install
> 
> I tried again, first rm -rf'ing the unpacked distribution, then unpacking, (skipping the jcc 'make' and 'sudo make install' this time), editing the Makefile, then running 'make', then 'sudo make install', and I got the same error - I suppose this is the most salient line:
> 
> -----
> No local packages or download links found for lucene==4.5.0

Yes, this is a true statement. There is no lucene 4.5.0 package at pypi and I don't understand why it's looking for one - it's supposed to build it.

Andi..

> -----
> 
> Steve
> 
>> On Oct 10, 2013, at 2:59 AM, Andi Vajda <va...@apache.org> wrote:
>> Hi Steve,
>> 
>>> On Thu, 10 Oct 2013, Steve Rowe wrote:
>>> 
>>> After make'ing and installing jcc (no setup.py changes required); uncommenting the first Mac OS X 10.6 section in Makefile (I have OS X 10.8.5, with stock Python 2.7.2 and Oracle Java 1.7.0_25); and finally make'ing pylucene: 'sudo make install' fails - here's the tail end of the output:
>>> 
>>> -----
>>> writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
>>> creating dist
>>> creating 'dist/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
>>> removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
>>> Processing lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
>>> creating /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
>>> Extracting lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg to /Library/Python/2.7/site-packages
>>> Removing lucene 4.4.0 from easy-install.pth file
>>> Adding lucene 4.5.0 to easy-install.pth file
>>> 
>>> Installed /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
>>> Processing dependencies for lucene==4.5.0
>>> Searching for lucene==4.5.0
>>> Reading http://pypi.python.org/simple/lucene/
>>> Couldn't find index page for 'lucene' (maybe misspelled?)
>>> Scanning index of all packages (this may take a while)
>>> Reading http://pypi.python.org/simple/
>>> No local packages or download links found for lucene==4.5.0
>>> error: Could not find suitable distribution for Requirement.parse('lucene==4.5.0')
>> 
>> This error has been a problem for a while.
>> You need to make, then make install, in two steps.
>> Otherwise, when 'make install' in pylucene from clean, this error seems to happen. I don't know of a fix.
>> 
>> Andi..
>> 
>>> make: *** [install] Error 1
>>> -----
>>> 
>>> I've included the entire 'sudo make install' output here: <https://paste.apache.org/8gAF>
>>> 
>>> Steve
>>> 
>>>> On Oct 8, 2013, at 1:00 AM, Andi Vajda <va...@apache.org> wrote:
>>>> 
>>>> 
>>>> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 4.5.0 is ready.
>>>> 
>>>> A release candidate is available from:
>>>> http://people.apache.org/~vajda/staging_area/
>>>> 
>>>> A list of changes in this release can be seen at:
>>>> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
>>>> 
>>>> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
>>>> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>>>> 
>>>> A list of Lucene Java changes can be seen at:
>>>> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
>>>> 
>>>> Please vote to release these artifacts as PyLucene 4.5.0-1.
>>>> 
>>>> Thanks !
>>>> 
>>>> Andi..
>>>> 
>>>> ps: the KEYS file for PyLucene release signing is at:
>>>> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
>>>> http://people.apache.org/~vajda/staging_area/KEYS
>>>> 
>>>> pps: here is my +1
>>> 
>>> 
> 

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Andi Vajda <va...@apache.org>.
  Hi Steve,

On Thu, 10 Oct 2013, Steve Rowe wrote:

> After make'ing and installing jcc (no setup.py changes required); uncommenting the first Mac OS X 10.6 section in Makefile (I have OS X 10.8.5, with stock Python 2.7.2 and Oracle Java 1.7.0_25); and finally make'ing pylucene: 'sudo make install' fails - here's the tail end of the output:
>
> -----
> writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
> creating dist
> creating 'dist/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
> removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
> Processing lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> creating /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> Extracting lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg to /Library/Python/2.7/site-packages
> Removing lucene 4.4.0 from easy-install.pth file
> Adding lucene 4.5.0 to easy-install.pth file
>
> Installed /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> Processing dependencies for lucene==4.5.0
> Searching for lucene==4.5.0
> Reading http://pypi.python.org/simple/lucene/
> Couldn't find index page for 'lucene' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading http://pypi.python.org/simple/
> No local packages or download links found for lucene==4.5.0
> error: Could not find suitable distribution for Requirement.parse('lucene==4.5.0')

This error has been a problem for a while.
You need to make, then make install, in two steps.
Otherwise, when 'make install' in pylucene from clean, this error 
seems to happen. I don't know of a fix.

Andi..

> make: *** [install] Error 1
> -----
>
> I've included the entire 'sudo make install' output here: <https://paste.apache.org/8gAF>
>
> Steve
>
> On Oct 8, 2013, at 1:00 AM, Andi Vajda <va...@apache.org> wrote:
>
>>
>> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 4.5.0 is ready.
>>
>> A release candidate is available from:
>> http://people.apache.org/~vajda/staging_area/
>>
>> A list of changes in this release can be seen at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
>>
>> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
>> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>>
>> A list of Lucene Java changes can be seen at:
>> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
>>
>> Please vote to release these artifacts as PyLucene 4.5.0-1.
>>
>> Thanks !
>>
>> Andi..
>>
>> ps: the KEYS file for PyLucene release signing is at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
>> http://people.apache.org/~vajda/staging_area/KEYS
>>
>> pps: here is my +1
>
>

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Andi Vajda <va...@apache.org>.
  Hi Steve,

On Thu, 10 Oct 2013, Steve Rowe wrote:

> After make'ing and installing jcc (no setup.py changes required); uncommenting the first Mac OS X 10.6 section in Makefile (I have OS X 10.8.5, with stock Python 2.7.2 and Oracle Java 1.7.0_25); and finally make'ing pylucene: 'sudo make install' fails - here's the tail end of the output:
>
> -----
> writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
> creating dist
> creating 'dist/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
> removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
> Processing lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> creating /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> Extracting lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg to /Library/Python/2.7/site-packages
> Removing lucene 4.4.0 from easy-install.pth file
> Adding lucene 4.5.0 to easy-install.pth file
>
> Installed /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
> Processing dependencies for lucene==4.5.0
> Searching for lucene==4.5.0
> Reading http://pypi.python.org/simple/lucene/
> Couldn't find index page for 'lucene' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading http://pypi.python.org/simple/
> No local packages or download links found for lucene==4.5.0
> error: Could not find suitable distribution for Requirement.parse('lucene==4.5.0')

This error has been a problem for a while.
You need to make, then make install, in two steps.
Otherwise, when 'make install' in pylucene from clean, this error 
seems to happen. I don't know of a fix.

Andi..

> make: *** [install] Error 1
> -----
>
> I've included the entire 'sudo make install' output here: <https://paste.apache.org/8gAF>
>
> Steve
>
> On Oct 8, 2013, at 1:00 AM, Andi Vajda <va...@apache.org> wrote:
>
>>
>> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 4.5.0 is ready.
>>
>> A release candidate is available from:
>> http://people.apache.org/~vajda/staging_area/
>>
>> A list of changes in this release can be seen at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
>>
>> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
>> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>>
>> A list of Lucene Java changes can be seen at:
>> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
>>
>> Please vote to release these artifacts as PyLucene 4.5.0-1.
>>
>> Thanks !
>>
>> Andi..
>>
>> ps: the KEYS file for PyLucene release signing is at:
>> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
>> http://people.apache.org/~vajda/staging_area/KEYS
>>
>> pps: here is my +1
>
>

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Steve Rowe <sa...@gmail.com>.
Hi Andi,

After make'ing and installing jcc (no setup.py changes required); uncommenting the first Mac OS X 10.6 section in Makefile (I have OS X 10.8.5, with stock Python 2.7.2 and Oracle Java 1.7.0_25); and finally make'ing pylucene: 'sudo make install' fails - here's the tail end of the output:

-----
writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
Processing lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
creating /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
Extracting lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg to /Library/Python/2.7/site-packages
Removing lucene 4.4.0 from easy-install.pth file
Adding lucene 4.5.0 to easy-install.pth file
 
Installed /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
Processing dependencies for lucene==4.5.0
Searching for lucene==4.5.0
Reading http://pypi.python.org/simple/lucene/
Couldn't find index page for 'lucene' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for lucene==4.5.0
error: Could not find suitable distribution for Requirement.parse('lucene==4.5.0')
make: *** [install] Error 1
-----

I've included the entire 'sudo make install' output here: <https://paste.apache.org/8gAF>

Steve

On Oct 8, 2013, at 1:00 AM, Andi Vajda <va...@apache.org> wrote:

> 
> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 4.5.0 is ready.
> 
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
> 
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
> 
> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
> 
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
> 
> Please vote to release these artifacts as PyLucene 4.5.0-1.
> 
> Thanks !
> 
> Andi..
> 
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
> 
> pps: here is my +1


Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Andi Vajda <va...@apache.org>.
On Mon, 7 Oct 2013, Andi Vajda wrote:

> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 
> 4.5.0 is ready.
>
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
>
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
>
> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
>
> Please vote to release these artifacts as PyLucene 4.5.0-1.

I'm calling off this vote as a bug was found with building JCC 2.17 with 
setuptools 1.1.6. This bug is now fixed and pending verification.
It's worth waiting and producing another release candidate for this.

Andi..

>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
>
> pps: here is my +1
>

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Andi Vajda <va...@apache.org>.
On Mon, 7 Oct 2013, Andi Vajda wrote:

> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 
> 4.5.0 is ready.
>
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
>
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
>
> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
>
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
>
> Please vote to release these artifacts as PyLucene 4.5.0-1.

I'm calling off this vote as a bug was found with building JCC 2.17 with 
setuptools 1.1.6. This bug is now fixed and pending verification.
It's worth waiting and producing another release candidate for this.

Andi..

>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
>
> pps: here is my +1
>

Re: [VOTE] Release PyLucene 4.5.0-1

Posted by Steve Rowe <sa...@gmail.com>.
Hi Andi,

After make'ing and installing jcc (no setup.py changes required); uncommenting the first Mac OS X 10.6 section in Makefile (I have OS X 10.8.5, with stock Python 2.7.2 and Oracle Java 1.7.0_25); and finally make'ing pylucene: 'sudo make install' fails - here's the tail end of the output:

-----
writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
Processing lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
creating /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
Extracting lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg to /Library/Python/2.7/site-packages
Removing lucene 4.4.0 from easy-install.pth file
Adding lucene 4.5.0 to easy-install.pth file
 
Installed /Library/Python/2.7/site-packages/lucene-4.5.0-py2.7-macosx-10.8-x86_64.egg
Processing dependencies for lucene==4.5.0
Searching for lucene==4.5.0
Reading http://pypi.python.org/simple/lucene/
Couldn't find index page for 'lucene' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for lucene==4.5.0
error: Could not find suitable distribution for Requirement.parse('lucene==4.5.0')
make: *** [install] Error 1
-----

I've included the entire 'sudo make install' output here: <https://paste.apache.org/8gAF>

Steve

On Oct 8, 2013, at 1:00 AM, Andi Vajda <va...@apache.org> wrote:

> 
> The PyLucene 4.5.0-1 release tracking the recent release of Apache Lucene 4.5.0 is ready.
> 
> A release candidate is available from:
> http://people.apache.org/~vajda/staging_area/
> 
> A list of changes in this release can be seen at:
> http://svn.apache.org/repos/asf/lucene/pylucene/branches/pylucene_4_5/CHANGES
> 
> PyLucene 4.5.0 is built with JCC 2.17 included in these release artifacts:
> http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES
> 
> A list of Lucene Java changes can be seen at:
> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_5_0/lucene/CHANGES.txt
> 
> Please vote to release these artifacts as PyLucene 4.5.0-1.
> 
> Thanks !
> 
> Andi..
> 
> ps: the KEYS file for PyLucene release signing is at:
> http://svn.apache.org/repos/asf/lucene/pylucene/dist/KEYS
> http://people.apache.org/~vajda/staging_area/KEYS
> 
> pps: here is my +1