On Tue, Sep 16, 2014 at 12:12 PM, Jason McIntosh <[email protected]> wrote: > My attempts to build version 0.4.0 of Lucy fails with the following message: > >> Parcel 'Clownfish' required by 'Lucy' not found at >> /Users/jmac/.perlbrew/libs/perl-5.18.1@jmac/lib/perl5/darwin-2level/Clownfish/CFC/Perl/Build.pm >> line 223.
I suspect a bug in Clownfish which has been fixed by this commit: https://git-wip-us.apache.org/repos/asf?p=lucy-clownfish.git;a=commitdiff;h=d8cdbb22a8b86824b77c9013c73d605736bc9fc7 A filter intended to avoid descending into hidden directories was too greedy and excluded any path which had a hidden component -- in this case `.perlbrew`. To solve the problem, I believe you'll need a patched version of Clownfish::CFC. git clone http://git-wip-us.apache.org/repos/asf/lucy-clownfish.git clownfish cd clownfish/compiler/perl git checkout 0.4 perl Build.PL ./Build test ./Build install Marvin Humphrey
