: Release candidate 1 for Apache Lucy (incubating) version 0.2.2 can
: be found at:
:
: http://people.apache.org/~karpet/apache-lucy-incubating-0.2.2-rc1/
...
: [ ] +1 Release RC 1 as Apache Lucy (incubating) version 0.2.2.
+1
* SHA checks out
* MD5 checks out
* ASC checks out
* LICENSE, NOTICE, README, CHANGES, and INSTALL all look good
* perl bindings build and tests pass
...so all in all it looks good to go to me.
### Some comments on oddities noticed that should not block release but
definitely considered for the future...
0) (as noted on the wiki) the SHA and MD5 sig formats don't match any
format i've ever seen before -- making them impossible to check in an
automated fasion using things like "md5sum -c" or "sha512sum -c" ... if
there is *any* app that can automate the verification of these sigs, that
should be documented somewhere.
1) During both invokations of "perl Build.PL" I got the following
warning about needing a version of Parse::RecDescent that i already
had...
--BEGIN--
Checking prerequisites...
build_requires:
! Parse::RecDescent (1.96.0) is installed, but we need version >= 1.94
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
--END--
2) "./Build dist" warned that "Module::Build" was not listed as a pre-req,
so it was being added automaticly...
--BEGIN--
Creating META.yml
Module::Build was not found in configure_requires! Adding it now
automatically as: configure_requires => { 'Module::Build' => 0.36 }
--END--
3) A few misc warnings popped up during C compilation...
--BEGIN--
cc -I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core
-Iautogen -Ixs
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/modules/analysis/snowstem/source/include
-I/usr/lib/perl/5.10/CORE -fPIC -std=gnu99 -D_GNU_SOURCE -c -D_REENTRANT
-D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Object/CharBuf.o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Object/CharBuf.c
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Object/CharBuf.c:
In function ‘lucy_CB_vcatf’:
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Object/CharBuf.c:259:
warning: format ‘%lld’ expects type ‘long long int’, but argument 3 has type
‘int64_t’
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Object/CharBuf.c:281:
warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3
has type ‘uint64_t’
...
cc -I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core
-Iautogen -Ixs
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/modules/analysis/snowstem/source/include
-I/usr/lib/perl/5.10/CORE -fPIC -std=gnu99 -D_GNU_SOURCE -c -D_REENTRANT
-D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:
In function ‘lucy_Memory_wrapped_malloc’:
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:28:
warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3
has type ‘size_t’
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:
In function ‘lucy_Memory_wrapped_calloc’:
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:39:
warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3
has type ‘size_t’
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:39:
warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4
has type ‘size_t’
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:
In function ‘lucy_Memory_wrapped_realloc’:
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Util/Memory.c:49:
warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3
has type ‘size_t’
...
cc -I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core
-Iautogen -Ixs
-I/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/modules/analysis/snowstem/source/include
-I/usr/lib/perl/5.10/CORE -fPIC -std=gnu99 -D_GNU_SOURCE -c -D_REENTRANT
-D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Index/SkipStepper.o
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Index/SkipStepper.c
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Index/SkipStepper.c:
In function ‘lucy_SkipStepper_to_string’:
/home/hossman/tmp/lucy-rc/apache-lucy-incubating-0.2.2/perl/Lucy-0.2.2/core/Lucy/Index/SkipStepper.c:55:
warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type
‘int64_t’
--END--
-Hoss