Closed GoogleCodeExporter closed 9 years ago
I could also reproduce this using cpanm Sys::Info.
I was able to work around this issue by using CPAN shell with no issues
perl -MCPAN -e shell
>install Sys::Info
After this proceed with the install script.
Original comment by usr.s...@gmail.com
on 13 Nov 2013 at 1:22
This also fails on CentOS VM running on an OSX host. The workaround listed did
not solve the problem.
Original comment by nick.all...@gmail.com
on 13 Nov 2013 at 9:11
Yes, tried it and still doesn't work.
Original comment by back4gl...@gmail.com
on 14 Nov 2013 at 12:47
This is due to Module::Build, see
https://groups.google.com/d/msg/enterprise-log-search-and-archive/MvUcaONrSgw/I1
ZSQMNuUGkJ
Workaround:
sh install.sh node
cpanm Module::Build@0.4008
sh install.sh node
Original comment by nick.all...@gmail.com
on 14 Nov 2013 at 9:47
I fixed this with cpan -f Sys::Info
Original comment by alessand...@gmail.com
on 15 Nov 2013 at 10:26
I've added that to the install.sh as of rev 1113.
Original comment by mchol...@gmail.com
on 15 Nov 2013 at 10:51
Original issue reported on code.google.com by
back4gl...@gmail.com
on 13 Nov 2013 at 3:44