<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cpan -&amp;gt; check module dependencies in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094479#M63095</link>
    <description>thanks,&lt;BR /&gt;&lt;BR /&gt;I've installed libmodule-scandeps-perl:&lt;BR /&gt;&lt;BR /&gt;# apt-cache search Module-ScanDeps&lt;BR /&gt;libmodule-scandeps-perl - perl module to recursively scan Perl code for dependencies&lt;BR /&gt;# apt-get install libmodule-scandeps-perl&lt;BR /&gt;&lt;BR /&gt;but howto use libmodule-scandeps-perl now ?</description>
    <pubDate>Tue, 30 Oct 2007 13:22:33 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2007-10-30T13:22:33Z</dc:date>
    <item>
      <title>cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094476#M63092</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I've installed a lot of perl modules using cpan on my debian etch stable.&lt;BR /&gt;I forced some modules instalations because of errors.&lt;BR /&gt;howto check for module dependencies if is everything OK now ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094476#M63092</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-10-30T10:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094477#M63093</link>
      <description>Hi 'chris', please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://cpandeps.cantrell.org.uk/" target="_blank"&gt;http://cpandeps.cantrell.org.uk/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~autrijus/Module-ScanDeps-0.54/script/scandeps.pl" target="_blank"&gt;http://search.cpan.org/~autrijus/Module-ScanDeps-0.54/script/scandeps.pl&lt;/A&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094477#M63093</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-30T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094478#M63094</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would also be helpful long term if cpan maintained a respository supporting apt-get and yum for Red Hat Linux.&lt;BR /&gt;&lt;BR /&gt;It is worth the time to ask them to do that and deal with dependency issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Oct 2007 11:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094478#M63094</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-30T11:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094479#M63095</link>
      <description>thanks,&lt;BR /&gt;&lt;BR /&gt;I've installed libmodule-scandeps-perl:&lt;BR /&gt;&lt;BR /&gt;# apt-cache search Module-ScanDeps&lt;BR /&gt;libmodule-scandeps-perl - perl module to recursively scan Perl code for dependencies&lt;BR /&gt;# apt-get install libmodule-scandeps-perl&lt;BR /&gt;&lt;BR /&gt;but howto use libmodule-scandeps-perl now ?</description>
      <pubDate>Tue, 30 Oct 2007 13:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094479#M63095</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-10-30T13:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094480#M63096</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I forced some modules installations because of errors.&lt;BR /&gt;&lt;BR /&gt;Why would you do this?&lt;BR /&gt;&lt;BR /&gt;If you use :&lt;BR /&gt;&lt;BR /&gt;# perl -MCPAN -e shell&lt;BR /&gt;&lt;BR /&gt;The module detects module builds which have prerequisites.  You can elect to build the prerequisites automatically ('follow'); ask you for confirmation ('ask'); or simply 'ignore' them. &lt;BR /&gt;&lt;BR /&gt;You should be able to remove any existing '~/.cpan/CPAN/MyConfig.pm' and then when you rerun, choose more appropriate settings.&lt;BR /&gt;&lt;BR /&gt;You might want to reinstall your locally-installed modules.  You can find them with:&lt;BR /&gt;&lt;BR /&gt;# perldoc perllocal&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Oct 2007 18:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094480#M63096</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-10-30T18:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: cpan -&gt; check module dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094481#M63097</link>
      <description>some modules must be forced, for example if you try to install Net::SFTP under debian etch stable, you get a lot of very nice errors:&lt;BR /&gt;&lt;BR /&gt;# perl -MCPAN -e 'install Net::SFTP'&lt;BR /&gt;&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/02-buffer......dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-19&lt;BR /&gt;        Failed 19/19 tests, 0.00% okay&lt;BR /&gt;t/03-packet......Can't locate Math/GMP.pm in @INC (@INC contains: /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/Util/SSH1MP.pm line 7.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/Util/SSH1MP.pm line 7.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/Util.pm line 56.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/Key/RSA1.pm line 6.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/SSH1.pm line 13.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl/SSH1.pm line 13.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SSH-Perl-1.30-gJgHNi/blib/lib/Net/SSH/Perl.pm line 54.&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/03-packet......dubious&lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-10&lt;BR /&gt;        Failed 10/10 tests, 0.00% okay&lt;BR /&gt;t/04-config......ok&lt;BR /&gt;t/05-cipher......ok&lt;BR /&gt;t/06-circular....ok&lt;BR /&gt;Failed Test   Stat Wstat Total Fail  List of Failed&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;t/02-buffer.t  255 65280    19   38  1-19&lt;BR /&gt;t/03-packet.t  255 65280    10   20  1-10&lt;BR /&gt;Failed 2/6 test scripts. 29/116 subtests failed.&lt;BR /&gt;Files=6, Tests=116,  1 wallclock secs ( 0.56 cusr +  0.05 csys =  0.61 CPU)&lt;BR /&gt;Failed 2/6 test programs. 29/116 subtests failed.&lt;BR /&gt;make: *** [test_dynamic] Error 255&lt;BR /&gt;  DBROBINS/Net-SSH-Perl-1.30.tar.gz&lt;BR /&gt;  /usr/bin/make test -- NOT OK&lt;BR /&gt;//hint// To get more information about failing tests, try:&lt;BR /&gt;  reports DBROBINS/Net-SSH-Perl-1.30.tar.gz&lt;BR /&gt;Running make install&lt;BR /&gt;  make test had returned bad status, won't install without force&lt;BR /&gt;Running make for D/DB/DBROBINS/Net-SFTP-0.10.tar.gz&lt;BR /&gt;  Has already been unwrapped into directory /root/.cpan/build/Net-SFTP-0.10-bpCflJ&lt;BR /&gt;&lt;BR /&gt;  CPAN.pm: Going to build D/DB/DBROBINS/Net-SFTP-0.10.tar.gz&lt;BR /&gt;&lt;BR /&gt;Warning: Prerequisite 'Net::SSH::Perl =&amp;gt; 1.24' for 'D/DB/DBROBINS/Net-SFTP-0.10.tar.gz' failed when processing 'D/DB/DBROBINS/Net-SSH-Perl-1.30.tar.gz' with 'make_test =&amp;gt; NO'. Continuing, but chances to succeed are limited.&lt;BR /&gt;cp lib/Net/SFTP/Util.pm blib/lib/Net/SFTP/Util.pm&lt;BR /&gt;cp lib/Net/SFTP.pm blib/lib/Net/SFTP.pm&lt;BR /&gt;cp lib/Net/SFTP/Attributes.pm blib/lib/Net/SFTP/Attributes.pm&lt;BR /&gt;cp lib/Net/SFTP/Buffer.pm blib/lib/Net/SFTP/Buffer.pm&lt;BR /&gt;cp lib/Net/SFTP/Constants.pm blib/lib/Net/SFTP/Constants.pm&lt;BR /&gt;Manifying blib/man3/Net::SFTP::Util.3pm&lt;BR /&gt;Manifying blib/man3/Net::SFTP.3pm&lt;BR /&gt;Manifying blib/man3/Net::SFTP::Attributes.3pm&lt;BR /&gt;Manifying blib/man3/Net::SFTP::Buffer.3pm&lt;BR /&gt;Manifying blib/man3/Net::SFTP::Constants.3pm&lt;BR /&gt;  DBROBINS/Net-SFTP-0.10.tar.gz&lt;BR /&gt;  /usr/bin/make -- OK&lt;BR /&gt;Running make test&lt;BR /&gt;PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t&lt;BR /&gt;t/01-load........Can't locate Net/SSH/Perl/Buffer.pm in @INC (@INC contains: /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Buffer.pm line 6.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Buffer.pm line 6.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Attributes.pm line 7.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Attributes.pm line 7.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP.pm line 8.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP.pm line 8.&lt;BR /&gt;Compilation failed in require at t/01-load.t line 5.&lt;BR /&gt;BEGIN failed--compilation aborted at t/01-load.t line 5.&lt;BR /&gt;t/01-load........dubious&lt;BR /&gt;        Test returned status 2 (wstat 512, 0x200)&lt;BR /&gt;DIED. FAILED test 1&lt;BR /&gt;        Failed 1/1 tests, 0.00% okay&lt;BR /&gt;t/06-circular....Can't locate Net/SSH/Perl/Buffer.pm in @INC (@INC contains: /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Buffer.pm line 6.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Buffer.pm line 6.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Attributes.pm line 7.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP/Attributes.pm line 7.&lt;BR /&gt;Compilation failed in require at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP.pm line 8.&lt;BR /&gt;BEGIN failed--compilation aborted at /root/.cpan/build/Net-SFTP-0.10-bpCflJ/blib/lib/Net/SFTP.pm line 8.&lt;BR /&gt;Compilation failed in require at t/06-circular.t line 5.&lt;BR /&gt;BEGIN failed--compilation aborted at t/06-circular.t line 5.&lt;BR /&gt;t/06-circular....dubious&lt;BR /&gt;        Test returned status 2 (wstat 512, 0x200)&lt;BR /&gt;Failed Test     Stat Wstat Total Fail  List of Failed&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;t/01-load.t        2   512     1    2  1&lt;BR /&gt;t/06-circular.t    2   512    ??   ??  ??&lt;BR /&gt;Failed 2/2 test scripts. 1/1 subtests failed.&lt;BR /&gt;Files=2, Tests=1,  0 wallclock secs ( 0.02 cusr +  0.02 csys =  0.04 CPU)&lt;BR /&gt;Failed 2/2 test programs. 1/1 subtests failed.&lt;BR /&gt;make: *** [test_dynamic] Error 2&lt;BR /&gt;  DBROBINS/Net-SFTP-0.10.tar.gz&lt;BR /&gt;  /usr/bin/make test -- NOT OK&lt;BR /&gt;//hint// To get more information about failing tests, try:&lt;BR /&gt;  reports DBROBINS/Net-SFTP-0.10.tar.gz&lt;BR /&gt;Running make install&lt;BR /&gt;  make test had returned bad status, won't install without force&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after forcing I'm not sure if is it OK.</description>
      <pubDate>Tue, 30 Oct 2007 18:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpan-gt-check-module-dependencies/m-p/4094481#M63097</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-10-30T18:52:56Z</dc:date>
    </item>
  </channel>
</rss>

