Re: CPAN::Reporter is disappearing

2012-12-18 Thread David Cantrell
On Sat, Dec 15, 2012 at 07:28:19AM -0500, David Golden wrote: On Sat, Dec 15, 2012 at 1:37 AM, Todd Rinaldo to...@cpanel.net wrote: Out of curiosity what do you plan to skip? PrereqCheck tries to load every module to be sure it's installed correctly and working -- that all of *its* prereqs

Re: CPAN::Reporter is disappearing

2012-12-18 Thread David Golden
On Tue, Dec 18, 2012 at 1:59 PM, David Cantrell da...@cantrell.org.uk wrote: I do wonder why Cpanel needs Acme::Bleach. BTW, you should probably also exclude Acme::Pony, Acme::Buffy, Acme::Buckaroo, Acme::EyeDrops, Acme::DoubleHelix, and probably a few others too. It should only matter if

Re: CPAN::Reporter is disappearing

2012-12-15 Thread David Golden
On Sat, Dec 15, 2012 at 1:37 AM, Todd Rinaldo to...@cpanel.net wrote: Out of curiosity what do you plan to skip? PrereqCheck tries to load every module to be sure it's installed correctly and working -- that all of *its* prereqs are installed and available. This is part of our attempt to ensure

Re: CPAN::Reporter is disappearing

2012-12-14 Thread Kirk Kimmel
On Thu, Dec 13, 2012 at 7:08 PM, Kirk Kimmel kimmel.k.program...@gmail.comwrote: So I tried 'cpan -t Task::Cpanel' and let it run. PrereqCheck.pm got bleached again so I am working on narrowing down the dependencies to see where exactly this happen. At least I can reproduce this bug now. I

Re: CPAN::Reporter is disappearing

2012-12-14 Thread David Cantrell
On Fri, Dec 14, 2012 at 08:04:55PM -0500, Kirk Kimmel wrote: On Thu, Dec 13, 2012 at 7:08 PM, Kirk Kimmel kimmel.k.program...@gmail.comwrote: So I tried 'cpan -t Task::Cpanel' and let it run. PrereqCheck.pm got bleached again so I am working on narrowing down the dependencies to see where

Re: CPAN::Reporter is disappearing

2012-12-14 Thread Todd Rinaldo
On Dec 14, 2012, at 8:03 PM, David Cantrell da...@cantrell.org.uk wrote: On Fri, Dec 14, 2012 at 08:04:55PM -0500, Kirk Kimmel wrote: On Thu, Dec 13, 2012 at 7:08 PM, Kirk Kimmel kimmel.k.program...@gmail.comwrote: So I tried 'cpan -t Task::Cpanel' and let it run. PrereqCheck.pm got

Re: CPAN::Reporter is disappearing

2012-12-14 Thread Kirk Kimmel
On Sat, Dec 15, 2012 at 1:37 AM, Todd Rinaldo to...@cpanel.net wrote: And it shows up this: https://metacpan.org/source/CPANEL/Task-Cpanel-Internal-11.36.001/lib/Task/Cpanel/Internal.pm#L48 Out of curiosity what do you plan to skip David is referring to the Acme::Bleach module. Like

CPAN::Reporter is disappearing

2012-12-13 Thread Kirk Kimmel
Lets start with the error message I get: CPAN::Reporter not installed. No reports will be sent. Well that is easy to understand, the problem is when I do cpan -D CPAN::Reporter I get the following back CPAN::Reporter -

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
On Thu, Dec 13, 2012 at 1:08 PM, Kirk Kimmel kimmel.k.program...@gmail.com wrote: Does anyone know what is causing this, or had this kind of problem? I am trying to gather more data before filing a bug report. My immediate suspicion is that you might have more than one perl on your system. --

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
On Thu, Dec 13, 2012 at 2:41 PM, Todd Rinaldo to...@cpanel.net wrote: The Makefile.PL for Task::Cpanel require something like 800 modules. So it's possible we're causing the testers to break because the command line is too long when it tries to include all 800 paths. This might be causing the

Re: CPAN::Reporter is disappearing

2012-12-13 Thread Kirk Kimmel
Let me apologize, I sent this message to David only by accident earlier in this discussion because gmail's new response bullshit. I hope to not make that mistake again the future. :) The smoker is an opensuse 12.2 clean install in virtualbox. It only has Perl v5.16.0 installed and I checked and

Re: CPAN::Reporter is disappearing

2012-12-13 Thread Kirk Kimmel
On Thu, Dec 13, 2012 at 2:41 PM, David Golden x...@xdg.me wrote: Then something during smoking is messing with @INC. I have no idea what that could be, though. Sorry. David On Thu, Dec 13, 2012 at 2:23 PM, Kirk Kimmel kimmel.k.program...@gmail.com wrote: The smoker is an opensuse 12.2

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
Nor should the smoker be doing anything with Acme::Bleach. WTF? Unrelated, why is site_perl repeated in your @INC? Can you give us a dump of your environment variables containing PERL? $ env | grep PERL On Thu, Dec 13, 2012 at 3:24 PM, Kirk Kimmel kimmel.k.program...@gmail.com wrote:

Re: CPAN::Reporter is disappearing

2012-12-13 Thread Kirk Kimmel
On Thu, Dec 13, 2012 at 4:29 PM, David Golden x...@xdg.me wrote: Nor should the smoker be doing anything with Acme::Bleach. WTF? Unrelated, why is site_perl repeated in your @INC? Can you give us a dump of your environment variables containing PERL? $ env | grep PERL env | ack -i

Re: CPAN::Reporter is disappearing

2012-12-13 Thread Nigel Horne
You're probably missing a dependancy after doing an apt-get upgrade, it happens. Download CPAN::Reporter, and do a perl Makefile.PL - that will list missing dependancies. IPC::Cmd has a habit of disappearing. -Nigel

Re: CPAN::Reporter is disappearing

2012-12-13 Thread Kirk Kimmel
So I tried 'cpan -t Task::Cpanel' and let it run. PrereqCheck.pm got bleached again so I am working on narrowing down the dependencies to see where exactly this happen. At least I can reproduce this bug now.