Jayad / enterprise-log-search-and-archive

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

ExtUtils::MakeMaker on FreeBSD wants to keep reinstalling #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to run the installer, or just invoke the 'cpanm' install commands
2.
3.

What is the expected output? What do you see instead?
The perl modules should be installed without a problem, I know this was an 
issue and it was determined that if you --force'd the modules they would go in, 
but even with a --force it would fail.

What version of the product are you using? On what operating system?
   "version" : {
      "Author" : " mcholste",
      "Date" : " 2014-03-07 00:39:09 -0500 (Fri, 07 Mar 2014)",
      "Rev" : " 1179",
      "Sphinx" : "Sphinx 2.1.3-id64-dev (r4319)"

on FreeBSD 9.2-RELEASE r255898

Please provide any additional information below.
Installing ExtUtils::MakeMaker with the --unint-shadows flag allows everything 
else to install properly.
cpanm --uninst-shadows ExtUtils::MakeMaker
As found here: http://www.perlmonks.org/?node_id=954833

Original issue reported on code.google.com by fin...@gmail.com on 10 Mar 2014 at 1:38