MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Testing of Module::Install failing on centos #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Consider adding "cpanm -n Module::Install" to if block in build_web_perl 
starting at line 951: 
if [ "$DISTRO" = "centos" ]; then
        # No test because of a bug in the CentOS-specific distro detection
        cpanm -n Sys::Info
fi

Testing of Module::Install seems to be failing on centos.
See posts 9-15 of the first thread and post 13 of the second for references:
https://groups.google.com/d/topic/enterprise-log-search-and-archive/wgHWxY_vHUk/
discussion
https://groups.google.com/d/topic/enterprise-log-search-and-archive/LahZm68YGL4/
discussion

Original issue reported on code.google.com by kebut...@gmail.com on 25 Feb 2014 at 5:23