http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642
Héctor Eduardo Castro Avalos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Héctor Eduardo Castro Avalos <[email protected]> --- Hi all I Apologize, first one, because I couldn't get access to internet till today, second because I'm very newbie on Koha, git, etc., and thanks to Bernardo because he has guided me through this patch. Katrin (comment 16). I changed the permission but was unintentionally because I couldn't install Koha and change all the permission on my kohaclone directory. Not sure if it necessary to redo the patch with the old permissions or if the RM or QA Manager could change the permission when apply the patch. Since long time that I'm working with the code, I forgot how to install RDF::Trine and the missed dependencies. I did a fresh installation for document all this dependencies. List::Util libscalar-list-utils-perl Scalar::Util Optional to List::Util libscalar-util-numeric-perl autobox::List::Util libautobox-list-util-perl TryCatch libtrycatch-perl B::Hooks::OP::Check libb-hooks-op-check-perl B::Hooks::OP::PPAddr libb-hooks-op-ppaddr-perl Scope::Upper libscope-upper-perl Clone libdata-clone-perl Devel::Declare libdevel-declare-perl Parse::Method::Signatures libparse-method-signatures-perl MooseX::Traits libmoosex-traits-perl PPI libppi-perl But there exist a problem with List::Util and RDF::Trine, these modules launch an error when you try to install them. List::Util can not be installed with any method: cpanm; perl -MCPAN -e 'shell' install; dh-make-perl fail too. So the only way to install this module is manually, i.e., download the tar.gz from search.cpan.org. perl Makefile.PL make make test make install Then you can install cpanm RDF::Trine and the module will upgrade. Regards PS. I'm working with debian stable (wheezy) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
