You are not logged in.
Pages: 1
I'm an Arch newbie and I'm relearning perl.
I'm not sure what the best way to install modules is. I've been trying cpanm.
[14-10-11 11:53]larry@/home/larry%sudo cpanm Module::Build
--> Working on Module::Build
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4210.tar.gz ... OK
Configuring Module-Build-0.4210 ... OK
Building and testing Module-Build-0.4210 ... FAIL
! Installing Module::Build failed. See /root/.cpanm/work/1413046428.584/build.log for details. Retry with --force to force install it.
[14-10-11 11:54]larry@/home/larry%sudo cat /root/.cpanm/work/1413046428.584/build.log
cpanm (App::cpanminus) 1.7014 on perl 5.020001 built for x86_64-linux-thread-multi
Work directory is /root/.cpanm/work/1413046428.584
You have make /usr/bin/make
You have LWP 6.08
You have /usr/bin/tar: tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Module::Build on cpanmetadb ...
--> Working on Module::Build
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4210.tar.gz
-> OK
Unpacking Module-Build-0.4210.tar.gz
Entering Module-Build-0.4210
Checking configure dependencies from META.json
Checking if you have CPAN::Meta 2.142060 ... Yes (2.142690)
Checking if you have version 0.87 ... Yes (0.9909)
Checking if you have Perl::OSType 1 ... Yes (1.007)
Checking if you have Module::Metadata 1.000002 ... Yes (1.000019)
Configuring Module-Build-0.4210
Running Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Module-Build' version '0.4210'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Perl::OSType 1 ... Yes (1.007)
Checking if you have Getopt::Long 0 ... Yes (2.42)
Checking if you have Data::Dumper 0 ... Yes (2.151)
Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280217)
Checking if you have File::Temp 0.15 ... Yes (0.2304)
Checking if you have Text::Abbrev 0 ... Yes (1.02)
Checking if you have File::Find 0 ... Yes (1.27)
Checking if you have Module::Metadata 1.000002 ... Yes (1.000019)
Checking if you have version 0.87 ... Yes (0.9909)
Checking if you have ExtUtils::Install 0 ... Yes (1.67)
Checking if you have ExtUtils::Manifest 0 ... Yes (1.63)
Checking if you have File::Path 0 ... Yes (2.09)
Checking if you have ExtUtils::Mkbootstrap 0 ... Yes (6.98)
Checking if you have File::Copy 0 ... Yes (2.30)
Checking if you have CPAN::Meta::YAML 0.003 ... Yes (0.012)
Checking if you have File::Spec 0.82 ... Yes (3.48)
Checking if you have Cwd 0 ... Yes (3.48)
Checking if you have File::Basename 0 ... Yes (2.85)
Checking if you have Test::More 0.49 ... Yes (1.001002)
Checking if you have Test::Harness 3.16 ... Yes (3.30)
Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.24)
Checking if you have File::Compare 0 ... Yes (1.1006)
Checking if you have Text::ParseWords 0 ... Yes (3.29)
Checking if you have Pod::Man 2.17 ... Yes (2.28)
Checking if you have Parse::CPAN::Meta 1.4401 ... Yes (1.4414)
Checking if you have CPAN::Meta 2.142060 ... Yes (2.142690)
Building and testing Module-Build-0.4210
-> FAIL Installing Module::Build failed. See /root/.cpanm/work/1413046428.584/build.log for details. Retry with --force to force install it.
any help appreciated.
P.S. --force doesn't get any different results and verbose gives no errors either. Not all modules fail but I'm trying to get an example program to run and I'm stuck in dependancy hell.
Thanks
Offline
Are these modules available as packages in the AUR or in the repos?
Offline
Pages: 1