Hi folks - I'm trying to upgrade from 3.0 to 3.2.01. (On debian lenny) I ran the # ./koha_perl_deps.pl -u -m command identify new Perl dependencies and found 21 that needed upgrades or install. I'm having trouble with the YAML module. I ran #cpan YAML and got an error. Here is the error CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Sat, 04 Dec 2010 14:47:05 GMT CPAN: YAML loaded ok (v0.66) Going to read /root/.cpan/build/ ........................................................................ ....DONE Found 7 old builds, restored the state of 7 Running install for module 'YAML' Running make for A/AD/ADAMK/YAML-0.72.tar.gz Has already been unwrapped into directory /root/.cpan/build/YAML-0.72-DUMBV2 '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 2304, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install I have no idea where to go from here. Has anyone else had this problem? Can someone with more experience give me some advice? Thanks all. J Chris
2010/12/4 Demas, Christopher D <cddemas@northeaststate.edu>
Hi folks –
I’m trying to upgrade from 3.0 to 3.2.01. (On debian lenny) I ran the *#* *./koha_perl_deps.pl -u –m* command identify new Perl dependencies and found 21 that needed upgrades or install. I’m having trouble with the YAML module. I ran *#cpan YAML *and got an error. Here is the error
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Sat, 04 Dec 2010 14:47:05 GMT
CPAN: YAML loaded ok (v0.66)
Going to read /root/.cpan/build/
............................................................................DONE
Found 7 old builds, restored the state of 7
Running install for module 'YAML'
Running make for A/AD/ADAMK/YAML-0.72.tar.gz
Has already been unwrapped into directory /root/.cpan/build/YAML-0.72-DUMBV2
'/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 2304, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
I have no idea where to go from here. Has anyone else had this problem? Can someone with more experience give me some advice? Thanks all. J
Try cd'ing into /root/.cpan/build/YAML-0.72-DUMBV2 and do 'make clean && perl Makefile.PL && make && make test' if all tests pass do 'make install' if not, maybe post the test results back here to see if we can help further. Kind Regards, Chris
Hey Chris – Thanks for replying. This is what I get when I do that make: *** No rule to make target `clean'. Stop. Thanks chris From: Chris Nighswonger [mailto:cnighswonger@foundations.edu] Sent: Saturday, December 04, 2010 12:42 PM To: Demas, Christopher D Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] perl dependencies problem 2010/12/4 Demas, Christopher D <cddemas@northeaststate.edu> Hi folks – I’m trying to upgrade from 3.0 to 3.2.01. (On debian lenny) I ran the # ./koha_perl_deps.pl -u –m command identify new Perl dependencies and found 21 that needed upgrades or install. I’m having trouble with the YAML module. I ran #cpan YAML and got an error. Here is the error CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Sat, 04 Dec 2010 14:47:05 GMT CPAN: YAML loaded ok (v0.66) Going to read /root/.cpan/build/ ............................................................................DONE Found 7 old builds, restored the state of 7 Running install for module 'YAML' Running make for A/AD/ADAMK/YAML-0.72.tar.gz Has already been unwrapped into directory /root/.cpan/build/YAML-0.72-DUMBV2 '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 2304, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install I have no idea where to go from here. Has anyone else had this problem? Can someone with more experience give me some advice? Thanks all. J Try cd'ing into /root/.cpan/build/YAML-0.72-DUMBV2 and do 'make clean && perl Makefile.PL && make && make test' if all tests pass do 'make install' if not, maybe post the test results back here to see if we can help further. Kind Regards, Chris This message is intended to be confidential and may be privileged. If you have received it by mistake, please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
participants (2)
-
Chris Nighswonger -
Demas, Christopher D