ingydotnet / swim-pm

15 stars 7 forks source link

Errors with `zild make install` #40

Closed JJ closed 7 years ago

JJ commented 7 years ago

After installing Zilla::Dist with cpan(not cpanm) I get these errors when trying to install swim

Pegex and TestML repos missing or not in right state at /home/jmerelo/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Dist/Zilla/Plugin/TestMLIncluder.pm line 65, <DATA> line 102.
make: *** [distdir] Error 2
'make -f /home/jmerelo/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/auto/share/dist/Zilla-Dist/Makefile install' failed: No existe el archivo o el directorio

I have run zild make prereqs and it seems to be OK with everything

$ zild make prereqs
cpanm `/home/jmerelo/perl5/perlbrew/perls/perl-5.20.0/bin/perl -S zild meta requires`
HTML::Escape is up to date. (1.10)
Hash::Merge is up to date. (0.200)
IPC::Run is up to date. (0.94)
Pegex is up to date. (0.63)
Text::Autoformat is up to date. (1.74)
YAML::XS is up to date. (0.63)
perlpunk commented 7 years ago

See my comment in https://github.com/ingydotnet/zilla-dist-pm/issues/54, can you try again with the newest Zilla::Dist?

JJ commented 7 years ago

Sure! Will do.