-1 because I'm unable to build the release candidate with Yosemite Mac OS X.
For the first attempt I followed the instructions found in
./perl/INSTALL, with the first set of commands:
bash-4.2$ source ../../apache-clownfish-0.4.2/devel/bin/setup_env.sh
bash-4.2$ perl Build.PL
Base class package "Clownfish::CFC::Perl::Build" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: buildlib
/Users/loganbell/Downloads/apache-clownfish-0.4.2/runtime/perl/blib/lib
/Users/loganbell/Downloads/apache-clownfish-0.4.2/runtime/perl/blib/arch
/Users/loganbell/Downloads/apache-clownfish-0.4.2/compiler/perl/blib/lib
/Users/loganbell/Downloads/apache-clownfish-0.4.2/compiler/perl/blib/arch
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/darwin-2level
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/darwin-2level
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0 .).
at buildlib/Lucy/Build.pm line 23.
BEGIN failed--compilation aborted at buildlib/Lucy/Build.pm line 23.
Compilation failed in require at Build.PL line 21.
BEGIN failed--compilation aborted at Build.PL line 21.
Then I opted to manually install the original Clownfish release
candidate and attempt again, with the same result:
perl % perl Build.PL
Base class package "Clownfish::CFC::Perl::Build" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: buildlib
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/darwin-2level
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/darwin-2level
/Users/loganbell/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0 .).
at buildlib/Lucy/Build.pm line 23.
BEGIN failed--compilation aborted at buildlib/Lucy/Build.pm line 23.
Compilation failed in require at Build.PL line 21.
BEGIN failed--compilation aborted at Build.PL line 21.
Also, it's worth noting that setup_env.sh will only work in bash. If
sourced in zsh the following happens:
perl % source ~/Downloads/apache-clownfish-0.4.2/devel/bin/setup_env.sh
Usage: source setup_env.sh path_to_clownfish_source
Thanks,
Logan
On Wed, Dec 17, 2014 at 8:54 PM, Marvin Humphrey <[email protected]> wrote:
> On Mon, Dec 1, 2014 at 8:41 AM, Marvin Humphrey <[email protected]>
> wrote:
>
>> [ ] +1 Release RC 1 as Apache Lucy 0.4.2.
>> [ ] +0
>> [ ] -1 Do not release RC 1 as Apache Lucy 0.4.2 because...
>
> +1
>
> Tested on OS X Yosemite with stock Perl, in conjunction with RC2
> of Clownfish 0.4.2.
>
> Marvin Humphrey