Perl-Evozon / PearlBee

116 stars 44 forks source link

build.sh failed on Arch GNU/Linux #29

Open ymyasoedov opened 10 years ago

ymyasoedov commented 10 years ago

Can't build latest PearlBee on Arch GNU/Linux:

$ sudo ./build.sh 
Invalid version format (version required) at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 349.
Compilation failed in require at /usr/share/perl5/site_perl/Moose/Autobox.pm line 15.
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Moose/Autobox.pm line 15.
Compilation failed in require at /usr/share/perl5/site_perl/Dist/Zilla/App/Command.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Dist/Zilla/App/Command.pm line 9.
Compilation failed in require at /usr/share/perl5/site_perl/Dist/Zilla/App.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Dist/Zilla/App.pm line 8.
Compilation failed in require at /usr/bin/site_perl/dzil line 9.
BEGIN failed--compilation aborted at /usr/bin/site_perl/dzil line 9.
andrei-cacio commented 10 years ago

@ymyasoedov I'm sorry that you encountered this issue but PearlBee hasn't been tested on Arch Linux yet. We only tired it on Debian based distros. I'm afraid I can't help you on this type of issue. Maybe you are missing some dependencies or maybe one of your modules is outdated. I can recommend using this approach: http://stackoverflow.com/questions/3727795/how-do-i-update-all-my-cpan-module-to-their-latest-versions

Let me know how does it work out. I will research your issue maybe I will get lucky.