Re: [lucy-dev] [VOTE] Apache Lucy 0.6.0 RC 1

2016-09-28 Thread Nick Wellnhofer

On 24/09/2016 15:49, Nick Wellnhofer wrote:

[ ] +1 Release RC 1 as Apache Lucy 0.6.0.
[ ] +0
[ ] -1 Do not release RC 1 as Apache Lucy 0.6.0 because...


The vote passes with +1 votes from the following PMC members:

- Marvin Humphrey
- Peter Karman
- Nick Wellnhofer

Nick



Re: [lucy-dev] [VOTE] Apache Lucy 0.6.0 RC 1

2016-09-26 Thread Peter Karman

Nick Wellnhofer wrote on 9/24/16, 8:49 AM:



[ ] +1 Release RC 1 as Apache Lucy 0.6.0.
[ ] +0
[ ] -1 Do not release RC 1 as Apache Lucy 0.6.0 because...


+1

tested with perl 5.20.0 on OSX 10.9.5

full out below

$ ~/my-toolbox/test-lucy-rc.pl 
https://dist.apache.org/repos/dist/dev/lucy/apache-lucy-0.6.0-rc1/


wget -q -r --no-parent --reject 'index.html*' 
https://dist.apache.org/repos/dist/dev/lucy/apache-lucy-0.6.0-rc1/



md5sum apache-lucy-0.6.0.tar.gz.md5
signatures match: 8b77a2cd002f420bba69af513457a580
apache-lucy-0.6.0.tar.gz: OK


shasum -c apache-lucy-0.6.0.tar.gz.sha
apache-lucy-0.6.0.tar.gz: OK


gpg --verify apache-lucy-0.6.0.tar.gz.asc
gpg: Signature made Sat Sep 24 08:24:47 2016 CDT using RSA key ID 3241E84F
gpg: Good signature from "Nick Wellnhofer (CODE SIGNING KEY) 
"


tar xfz apache-lucy-0.6.0.tar.gz

perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Lucy' version '0.6.0'

./Build dist &>lucy-dist-output

tar xfz Lucy-0.6.0.tar.gz

perl Build.PL
ld: warning: directory not found for option '-L/opt/local/lib'
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Lucy' version '0.6.0'

./Build test >> lucy-test-out
ld: warning: directory not found for option '-L/opt/local/lib'
autogen/source/testlucy_perl.c:116:1: warning: unused function 
'S_finish_callback_void' [-Wunused-function]

S_finish_callback_void(pTHX_ const char *meth_name) {
^
autogen/source/testlucy_perl.c:163:1: warning: unused function 
'S_finish_callback_f64' [-Wunused-function]

S_finish_callback_f64(pTHX_ const char *meth_name) {
^
2 warnings generated.
ld: warning: directory not found for option '-L/opt/local/lib'
Build test finished for apache-lucy-0.6.0


--
Peter Karman  .  http://peknet.com/  .  pe...@peknet.com


Re: [lucy-dev] [VOTE] Apache Lucy 0.6.0 RC 1

2016-09-25 Thread Marvin Humphrey
On Sat, Sep 24, 2016 at 6:49 AM, Nick Wellnhofer  wrote:

> [ ] +1 Release RC 1 as Apache Lucy 0.6.0.
> [ ] +0
> [ ] -1 Do not release RC 1 as Apache Lucy 0.6.0 because...

Ran test_all.sh on OS X El Capitan. All tests pass.

* clang-703.0.31
* perl 5.18.2
* Go 1.4.2

Checked sigs and sums.

Checked that contents of tarball matches RC tag in git.

Checked CHANGES.

Looks good!  +1 to release!

Marvin Humphrey