What Debian is supposed to be used?
Greetings, I just started a fresh Debian Wheezy git install. I grabbed the latest Wheezy ISO from the Debian site. And after a "$ sudo apt-get install koha-perldeps koha-deps make", when I run "$ ./koha_perl_deps.pl –m –u" I get this: Installed Required Module is Module Name Version Version Required -------------------------------------------------------------------------------------------- HTTPD::Bench::ApacheBench 0 * 0.73 No Test::DBIx::Class 0 * 0.42 No Archive::Extract 0.48 * 0.60 No DBIx::Class::Schema::Loader 0.07025 * 0.07039 Yes Test::WWW::Mechanize 1.42 * 1.44 No -------------------------------------------------------------------------------------------- Total modules reported: 5 * Module is missing or requires an upgrade. DBIx::Class::Schema::Loader is a core function, and well, that's a mess to update. I've got perl 5.14.2 as far as I can tell. Are we really trying to force people to use Jessie? Is the version number required wrong? GPML, Mark Tompsett
All of them are not needed for production (only archive:: extract, but probably is not a problem). As for DBIx::Class::Schema::Loader, it is needed by devs changing the db. Those can just install it from cpan as needed. We could try to backport it. El jue, dic 11, 2014 10:06 PM, Mark Tompsett <mtompset@hotmail.com> escribió:
Greetings,
I just started a fresh Debian Wheezy git install. I grabbed the latest Wheezy ISO from the Debian site. And after a "$ sudo apt-get install koha-perldeps koha-deps make", when I run "$ ./koha_perl_deps.pl –m –u" I get this:
Installed Required Module is Module Name Version Version Required
-------------------------------------------------------------------------------------------- HTTPD::Bench::ApacheBench 0 * 0.73 No Test::DBIx::Class 0 * 0.42 No Archive::Extract 0.48 * 0.60 No DBIx::Class::Schema::Loader 0.07025 * 0.07039 Yes Test::WWW::Mechanize 1.42 * 1.44 No
-------------------------------------------------------------------------------------------- Total modules reported: 5 * Module is missing or requires an upgrade.
DBIx::Class::Schema::Loader is a core function, and well, that's a mess to update.
I've got perl 5.14.2 as far as I can tell. Are we really trying to force people to use Jessie? Is the version number required wrong?
GPML, Mark Tompsett _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (2)
-
Mark Tompsett -
Tomas Cohen Arazi