Bug#681026: perl-modules: Installation of modules via CPAN fails due to broken dependency logic

Vincent Lefevre vincent at vinc17.net
Tue Apr 16 00:27:53 UTC 2013


On 2013-04-01 03:40:14 +0200, Vincent Lefevre wrote:
> On 2013-03-30 13:07:49 +0000, Dominic Hargreaves wrote:
> > cpan -i BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
> > 
> > works fine the first time for me, so I think this must be something
> > specific to your setup.
> 
> I'll try again with Debian's CPAN.pm next week. There might also be
> a difference due to the fact that an explicit version is given.

I still have the problem with Debian's CPAN.pm:

xvii:~> env | grep PERL
PERL_LOCAL_LIB_ROOT=/home/vinc17/perl5
PERL_MB_OPT=--install_base /home/vinc17/perl5
PERL_MM_OPT=INSTALL_BASE=/home/vinc17/perl5
PERL_LWP_SSL_CA_PATH=/home/vinc17/wd/config/cacert
PERL5LIB=/home/vinc17/lib/site_perl:/home/vinc17/perl5/lib/perl5

xvii:~> rm -rf .cpan perl5
xvii:~> mkdir -p .cpan/CPAN
xvii:~> cp ~/wd/config/txt-apps/MyConfig.pm .cpan/CPAN/
xvii:~> mkdir -p perl5/bin

xvii:~> cpan -i BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/01mailrc.txt.gz
Going to read '/home/vinc17/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/modules/02packages.details.txt.gz
Going to read '/home/vinc17/.cpan/sources/modules/02packages.details.txt.gz'
  Database was generated on Mon, 15 Apr 2013 02:53:03 GMT
..............
  New CPAN.pm version (v2.00) available.
  [Currently running version is v1.960001]
  You might want to try
    install CPAN
    reload cpan
  to both upgrade CPAN.pm and run the new version without leaving
  the current session.


..............................................................DONE
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/modules/03modlist.data.gz
Going to read '/home/vinc17/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Going to write /home/vinc17/.cpan/Metadata
Running make for B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/CHECKSUMS
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz ok

  CPAN.pm: Going to build B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz

Checking prerequisites...
  requires:
    !  Sys::Info::Base is not installed
    !  Unix::Processors is not installed
  build_requires:
    !  Test::Sys::Info is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Sys-Info-Driver-Linux' version '0.7900'
----  Unsatisfied dependencies detected during ----
---- BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz ----
    Test::Sys::Info [build_requires]
    Unix::Processors [requires]
    Sys::Info::Base [requires]
Running Build test
  Delayed until after prerequisites
Running Build install
  Delayed until after prerequisites
Running install for module 'Test::Sys::Info'
Running make for B/BU/BURAK/Test-Sys-Info-0.20.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Test-Sys-Info-0.20.tar.gz
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Test-Sys-Info-0.20.tar.gz ok

  CPAN.pm: Going to build B/BU/BURAK/Test-Sys-Info-0.20.tar.gz

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-Sys-Info' version '0.20'
Building Test-Sys-Info
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build -- OK
'YAML' not installed, will not store persistent state
Running Build test
t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=1,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.06 cusr  0.02 csys =  0.11 CPU)
Result: PASS
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build test -- OK
Running Build install
Building Test-Sys-Info
Installing /home/vinc17/perl5/lib/perl5/Test/Sys/Info.pm
Installing /home/vinc17/perl5/lib/perl5/Test/Sys/Info/Driver.pm
Installing /home/vinc17/perl5/man/man3/Test::Sys::Info::Driver.3pm
Installing /home/vinc17/perl5/man/man3/Test::Sys::Info.3pm
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build install  -- OK
Running install for module 'Unix::Processors'
Running make for W/WS/WSNYDER/Unix-Processors-2.042.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/W/WS/WSNYDER/Unix-Processors-2.042.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/W/WS/WSNYDER/CHECKSUMS
Checksum for /home/vinc17/.cpan/sources/authors/id/W/WS/WSNYDER/Unix-Processors-2.042.tar.gz ok

  CPAN.pm: Going to build W/WS/WSNYDER/Unix-Processors-2.042.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Unix::Processors
Writing MYMETA.yml
/usr/bin/perl /usr/share/perl/5.14/ExtUtils/xsubpp  -typemap /usr/share/perl/5.14/ExtUtils/typemap -typemap typemap  Processors.xs > Processors.xsc && mv Processors.xsc Processors.c
cp Processors.pm blib/lib/Unix/Processors.pm
cp Processors/Info.pm blib/lib/Unix/Processors/Info.pm
Running Mkbootstrap for Unix::Processors ()
chmod 644 Processors.bs
cp Processors.bs blib/arch/auto/Unix/Processors/Processors.bs
chmod 644 blib/arch/auto/Unix/Processors/Processors.bs
cc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.042\" -DXS_VERSION=\"2.042\" -fPIC "-I/usr/lib/perl/5.14/CORE"   Processors.c
rm -f blib/arch/auto/Unix/Processors/Processors.so
cc  -shared -L/usr/local/lib -fstack-protector Processors.o  -o blib/arch/auto/Unix/Processors/Processors.so 	\
	     	\
	  
chmod 755 blib/arch/auto/Unix/Processors/Processors.so
Manifying blib/man3/Unix::Processors.3pm
Manifying blib/man3/Unix::Processors::Info.3pm
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make -j2 -j2 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_pod.t ....... ok
t/01_manifest.t .. ok
t/20_test.t ...... ok
All tests successful.
Files=3, Tests=11,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.05 cusr  0.01 csys =  0.09 CPU)
Result: PASS
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make test -- OK
Running make install
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Unix/Processors/Processors.bs
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Unix/Processors/Processors.so
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Unix/Processors.pm
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Unix/Processors/Info.pm
Installing /home/vinc17/perl5/man/man3/Unix::Processors.3pm
Installing /home/vinc17/perl5/man/man3/Unix::Processors::Info.3pm
Appending installation info to /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Sys::Info::Base'
Running make for B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz ok

  CPAN.pm: Going to build B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Sys-Info-Base' version '0.7802'
Building Sys-Info-Base
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build -- OK
Running Build test
t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=8,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.10 cusr  0.02 csys =  0.16 CPU)
Result: PASS
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build test -- OK
Running Build install
Building Sys-Info-Base
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Base.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Constants.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Device.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/OS.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Device/CPU.pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Device::CPU.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Constants.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Device.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::OS.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Base.3pm
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build install  -- OK
Running Build for B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  Has already been unwrapped into directory /home/vinc17/.cpan/build/Sys-Info-Driver-Linux-0.7900-dKeZXu

  CPAN.pm: Going to build B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz

Warning: Prerequisite 'Unix::Processors => 0' for 'BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz' already built but the result looks suspicious. Skipping another build attempt, to prevent looping endlessly.
Building Sys-Info-Driver-Linux
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build -- OK
Running Build test
UNAME: Linux xvii 3.8-trunk-amd64 #1 SMP Debian 3.8-1~experimental.1 x86_64 GNU/Linux

t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=66,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.13 cusr  0.02 csys =  0.19 CPU)
Result: PASS
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Tests succeeded but one dependency not OK (Unix::Processors)
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  [dependencies] -- NA
Running Build install
  make test had returned bad status, won't install without force

xvii:~> cpan -i BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Going to read '/home/vinc17/.cpan/Metadata'
  Database was generated on Mon, 15 Apr 2013 02:53:03 GMT
Running make for B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz ok

  CPAN.pm: Going to build B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Sys-Info-Driver-Linux' version '0.7900'
Building Sys-Info-Driver-Linux
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build -- OK
'YAML' not installed, will not store persistent state
Running Build test
UNAME: Linux xvii 3.8-trunk-amd64 #1 SMP Debian 3.8-1~experimental.1 x86_64 GNU/Linux

t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=66,  0 wallclock secs ( 0.01 usr  0.02 sys +  0.14 cusr  0.02 csys =  0.19 CPU)
Result: PASS
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build test -- OK
Running Build install
Building Sys-Info-Driver-Linux
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Constants.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Device.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Device/CPU.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS::Distribution::Conf.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Device::CPU.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Constants.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS::Distribution.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Device.3pm
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build install  -- OK

However, by installing the new CPAN.pm versiob first:

xvii:~> rm -rf .cpan perl5
xvii:~> mkdir -p .cpan/CPAN
xvii:~> cp ~/wd/config/txt-apps/MyConfig.pm .cpan/CPAN/
xvii:~> mkdir -p perl5/bin

xvii:~> cpan -i CPAN
[...]
  ANDK/CPAN-2.00.tar.gz
  /usr/bin/make install  -- OK

xvii:~> cpan -i BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Reading '/home/vinc17/.cpan/Metadata'
  Database was generated on Mon, 15 Apr 2013 02:53:03 GMT
Running make for B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/CHECKSUMS
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz ok

  CPAN.pm: Building B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz

Checking prerequisites...
  requires:
    !  Sys::Info::Base is not installed
    !  Unix::Processors is not installed
  build_requires:
    !  Test::Sys::Info is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Sys-Info-Driver-Linux' version '0.7900'
----  Unsatisfied dependencies detected during ----
---- BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz ----
    Test::Sys::Info [build_requires]
    Unix::Processors [requires]
    Sys::Info::Base [requires]
Running Build test
  Delayed until after prerequisites
Running Build install
  Delayed until after prerequisites
Running install for module 'Test::Sys::Info'
Running make for B/BU/BURAK/Test-Sys-Info-0.20.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Test-Sys-Info-0.20.tar.gz
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Test-Sys-Info-0.20.tar.gz ok

  CPAN.pm: Building B/BU/BURAK/Test-Sys-Info-0.20.tar.gz

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-Sys-Info' version '0.20'
Building Test-Sys-Info
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build -- OK
'YAML' not installed, will not store persistent state
Running Build test
t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=1,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.07 cusr  0.02 csys =  0.11 CPU)
Result: PASS
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build test -- OK
Running Build install
Building Test-Sys-Info
Installing /home/vinc17/perl5/lib/perl5/Test/Sys/Info.pm
Installing /home/vinc17/perl5/lib/perl5/Test/Sys/Info/Driver.pm
Installing /home/vinc17/perl5/man/man3/Test::Sys::Info::Driver.3pm
Installing /home/vinc17/perl5/man/man3/Test::Sys::Info.3pm
  BURAK/Test-Sys-Info-0.20.tar.gz
  ./Build install  -- OK
Running install for module 'Unix::Processors'
Running make for W/WS/WSNYDER/Unix-Processors-2.042.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/W/WS/WSNYDER/Unix-Processors-2.042.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/W/WS/WSNYDER/CHECKSUMS
Checksum for /home/vinc17/.cpan/sources/authors/id/W/WS/WSNYDER/Unix-Processors-2.042.tar.gz ok

  CPAN.pm: Building W/WS/WSNYDER/Unix-Processors-2.042.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Unix::Processors
Writing MYMETA.yml
/usr/bin/perl /usr/share/perl/5.14/ExtUtils/xsubpp  -typemap /usr/share/perl/5.14/ExtUtils/typemap -typemap typemap  Processors.xs > Processors.xsc && mv Processors.xsc Processors.c
cp Processors.pm blib/lib/Unix/Processors.pm
cp Processors/Info.pm blib/lib/Unix/Processors/Info.pm
Running Mkbootstrap for Unix::Processors ()
chmod 644 Processors.bs
cp Processors.bs blib/arch/auto/Unix/Processors/Processors.bs
chmod 644 blib/arch/auto/Unix/Processors/Processors.bs
cc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.042\" -DXS_VERSION=\"2.042\" -fPIC "-I/usr/lib/perl/5.14/CORE"   Processors.c
rm -f blib/arch/auto/Unix/Processors/Processors.so
cc  -shared -L/usr/local/lib -fstack-protector Processors.o  -o blib/arch/auto/Unix/Processors/Processors.so 	\
	     	\
	  
chmod 755 blib/arch/auto/Unix/Processors/Processors.so
Manifying blib/man3/Unix::Processors.3pm
Manifying blib/man3/Unix::Processors::Info.3pm
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make -j2 -j2 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_pod.t ....... ok
t/01_manifest.t .. ok
t/20_test.t ...... ok
All tests successful.
Files=3, Tests=11,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.04 cusr  0.02 csys =  0.09 CPU)
Result: PASS
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make test -- OK
Running make install
Manifying blib/man3/Unix::Processors.3pm
Manifying blib/man3/Unix::Processors::Info.3pm
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Unix/Processors/Processors.bs
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/Unix/Processors/Processors.so
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Unix/Processors.pm
Installing /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Unix/Processors/Info.pm
Installing /home/vinc17/perl5/man/man3/Unix::Processors.3pm
Installing /home/vinc17/perl5/man/man3/Unix::Processors::Info.3pm
Appending installation info to /home/vinc17/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod
  WSNYDER/Unix-Processors-2.042.tar.gz
  /usr/bin/make install  -- OK
Running install for module 'Sys::Info::Base'
Running make for B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz
Fetching with LWP:
http://ftp.easynet.be/pub/CPAN/authors/id/B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz
Checksum for /home/vinc17/.cpan/sources/authors/id/B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz ok

  CPAN.pm: Building B/BU/BURAK/Sys-Info-Base-0.7802.tar.gz

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Sys-Info-Base' version '0.7802'
Building Sys-Info-Base
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build -- OK
Running Build test
t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=8,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.10 cusr  0.01 csys =  0.14 CPU)
Result: PASS
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build test -- OK
Running Build install
Building Sys-Info-Base
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Base.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Constants.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Device.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/OS.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Device/CPU.pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Device::CPU.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Constants.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Device.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::OS.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Base.3pm
  BURAK/Sys-Info-Base-0.7802.tar.gz
  ./Build install  -- OK
Running Build for B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  Has already been unwrapped into directory /home/vinc17/.cpan/build/Sys-Info-Driver-Linux-0.7900-ESvFBn

  CPAN.pm: Building B/BU/BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz

Building Sys-Info-Driver-Linux
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build -- OK
Running Build test
UNAME: Linux xvii 3.8-trunk-amd64 #1 SMP Debian 3.8-1~experimental.1 x86_64 GNU/Linux

t/03-basic.t .......... ok
t/201-pod.t ........... skipped: Errors detected: Test::Pod is required for testing POD
t/202-pod-coverage.t .. skipped: Test::Pod::Coverage required for testing pod coverage
All tests successful.
Files=3, Tests=66,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.13 cusr  0.03 csys =  0.19 CPU)
Result: PASS
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build test -- OK
Running Build install
Building Sys-Info-Driver-Linux
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Constants.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Device.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/Device/CPU.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution.pm
Installing /home/vinc17/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS::Distribution::Conf.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Device::CPU.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Constants.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS::Distribution.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::OS.3pm
Installing /home/vinc17/perl5/man/man3/Sys::Info::Driver::Linux::Device.3pm
  BURAK/Sys-Info-Driver-Linux-0.7900.tar.gz
  ./Build install  -- OK

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)




More information about the Perl-maintainers mailing list