Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 46659
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: develop [...] traveljury.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.8601
Fixed in: (no value)



Subject: DBIx::Simple not installed with upgrade to v0.8601
I upgraded CPANPLUS with cpanplus by doing install CPANPLUS (with follow deps automatically) Completed successfully, however, the next time I tried to run it, complained about not finding DBIx::Simple Installed that module and now it works fine
Subject: Re: [rt.cpan.org #46659] DBIx::Simple not installed with upgrade to v0.8601
Date: Thu, 4 Jun 2009 09:31:55 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: "Jos I. Boumans" <jos [...] dwim.org>
On Jun 4, 2009, at 8:23 AM, Clinton Gormley via RT wrote: Show quoted text
> I upgraded CPANPLUS with cpanplus by doing > > install CPANPLUS (with follow deps automatically) > > Completed successfully, however, the next time I tried to run it, > complained about not finding DBIx::Simple > > Installed that module and now it works fine
Interesting.. nothing in core cpanplus requires it. Could you show me your configuration ('s conf' from the shell)? Cheers, -- Jos Boumans 'Real programmers use "cat > a.out"'
Show quoted text
> Interesting.. nothing in core cpanplus requires it. Could you show > me your configuration ('s conf' from the shell)? >
allow_build_interactivity '1' base '/root/.cpanplus' buildflags '' cpantest '1' cpantest_mx '' cpantest_reporter_args {} debug '' dist_type '' email 'clint@traveljury.com' enable_custom_sources '1' extractdir '' fetchdir '' flush '1' force '' lib [] makeflags '' makemakerflags '' md5 '1' no_update '' passive '1' prefer_bin '' prefer_makefile '1' prereqs '1' shell 'CPANPLUS::Shell::Default' show_startup_tip '1' signature '' skiptest '' source_engine 'CPANPLUS::Internals::Source::SQLite' storable '1' timeout '300' verbose '' write_install_logs '1' And, the error message: Can't locate DBIx/Simple.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/5.10.0/CPANPLUS/Internals/Source/SQLite.pm line 13. BEGIN failed--compilation aborted at /usr/lib/perl5/5.10.0/CPANPLUS/Internals/Source/SQLite.pm line 13. Compilation failed in require at /usr/lib/perl5/5.10.0/Module/Load.pm line 27. Can't locate CPANPLUS/Internals/Source/SQLite in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/5.10.0/Module/Load.pm line 27. [THIS MAY BE A PROBLEM!] at /usr/lib/perl5/5.10.0/CPANPLUS/Internals.pm line 204 [ERROR] Could not load source engine 'CPANPLUS::Internals::Source::SQLite'
Subject: Re: [rt.cpan.org #46659] DBIx::Simple not installed with upgrade to v0.8601
Date: Thu, 4 Jun 2009 09:40:55 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: "Jos I. Boumans" <jos [...] dwim.org>
On Jun 4, 2009, at 9:36 AM, Clinton Gormley via RT wrote: Show quoted text
> > source_engine 'CPANPLUS::Internals::Source::SQLite' > storable '1' > timeout '300' > verbose '' > write_install_logs '1' > > > And, the error message: > > Can't locate DBIx/Simple.pm in @INC (@INC contains:
[...] Show quoted text
> [ERROR] Could not load source engine > 'CPANPLUS::Internals::Source::SQLite'
So, you picked a different source engine. That's cool, but i'm a bit surprised it would work before the upgrade; either way it needed DBIx::Simple. Did you change the source engine after the upgrade? or just before and didnt install the dependencies? -- Jos Boumans "Whenever you find you are on the side of the majority, it is time to pause and reflect." - Mark Twain
Show quoted text
> Did you change the source engine after the upgrade? or just before > and didnt > install the dependencies?
I didn't intentionally change it. I ran the reconfigure, and enter'ed my way through the options, but didn't change anything. clint
Show quoted text
> I ran the reconfigure, and enter'ed my way through the options, but > didn't change anything.
I don't remember this bit exactly, but there was a choice between system and user preferences, and I chose system - maybe that defaulted to using SQLite? clint
Subject: Re: [rt.cpan.org #46659] DBIx::Simple not installed with upgrade to v0.8601
Date: Thu, 4 Jun 2009 10:00:10 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: "Jos I. Boumans" <jos [...] dwim.org>
On Jun 4, 2009, at 9:54 AM, Clinton Gormley via RT wrote: Show quoted text
> Queue: CPANPLUS > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=46659 > > >
>> I ran the reconfigure, and enter'ed my way through the options, but >> didn't change anything.
> > I don't remember this bit exactly, but there was a choice between > system > and user preferences, and I chose system - maybe that defaulted to > using > SQLite?
Neither of them should actually; the saving of preferences is merely a question if they should be per user, or system wide, but either way they are YOUR preferences. I'm sorry i can't help you narrow this down further, but at least you know what caused it.. in regular operation this shouldn't bite anyone i think... Cheers, -- Jos Boumans "Whenever you find you are on the side of the majority, it is time to pause and reflect." - Mark Twain