perl.cpan.discuss http://www.nntp.perl.org/group/perl.cpan.discuss/ ... Copyright 1998-2008 perl.org Thu, 21 Aug 2008 12:18:05 +0000 ask@perl.org Where to post? by Keith Knapp Hello, <br/><br/>The description of this list says that it is for non-technical questions<br/>regarding CPAN. Isn&#39;t everything about CPAN technical? What would be an<br/>example of a non-technical question (except this question itself)?<br/><br/>I guess here is a non-technical question, Where do I go to ask<br/>semi-technical questions like the one below?<br/><br/>&quot;I keep trying to install modules using CPAN and they seem to download<br/>alright, but I keep getting error messages like the following when it runs<br/>make...<br/>make: Warning: File `Makefile&#39; has modification time 4.6e+05 s in the future<br/>make[1]: warning: Clock skew detected. Your build may be incomplete.<br/><br/>I have checked my system time and it is valid.<br/>I have checked my make program /usr/bin/make and its date is in the past.<br/>I have check the date and time of the downloaded perl modules and their<br/>makefile dates are also in the past. What is wrong? Any ideas&quot;<br/><br/>Regards,<br/><br/>Keith<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/07/msg466.html Wed, 02 Jul 2008 05:50:36 +0000 too many errors on installation by Noah Hi there,<br/><br/>is there any way to remove all the CPAN modules and reinstall <br/>Bundle::CPAN from scratch?<br/><br/>Cheers,<br/><br/>Noah<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg465.html Wed, 11 Jun 2008 11:25:28 +0000 cpan build fails Can't call method "value" on an undefined valueat /usr/lib/perl5/vendor_perl/5.,8/IO/Uncompress/RawInflate.pm line 64. by Noah <br/>okay now cpan is failing builds again?<br/><br/>any clues on this?<br/><br/><br/>noah@noah-t43 ~<br/>$ perl -MCPAN -e shell<br/><br/>cpan shell -- CPAN exploration and modules installation (v1.7602)<br/>ReadLine support enabled<br/><br/>cpan&gt; install Proc::ProcessTable<br/>CPAN: Storable loaded ok<br/>Going to read /cygdrive/c/Documents and Settings/noah/.cpan/Metadata<br/> Database was generated on Mon, 09 Jun 2008 19:06:48 GMT<br/>Proc::ProcessTable is up to date.<br/><br/>cpan&gt;<br/>cpan&gt; install RPC::XML<br/>RPC::XML is up to date.<br/><br/>cpan&gt;<br/>cpan&gt;<br/>cpan&gt;<br/>cpan&gt; install SOAP::Lite<br/>Running install for module SOAP::Lite<br/>Running make for M/MK/MKUTTER/SOAP-Lite-0.710.06.tar.gz<br/>CPAN: Digest::MD5 loaded ok<br/>CPAN: Compress::Zlib loaded ok<br/>Can&#39;t call method &quot;value&quot; on an undefined value at <br/>/usr/lib/perl5/vendor_perl/5.<br/>8/IO/Uncompress/RawInflate.pm line 64.<br/><br/>cpan&gt; install XML::RSS<br/>Running install for module XML::RSS<br/>Running make for S/SH/SHLOMIF/XML-RSS-1.33.tar.gz<br/>CPAN: LWP::UserAgent loaded ok<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-RSS-1.33.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/S/SH/SHLOMIF/CHECKSUMS<br/>Can&#39;t call method &quot;value&quot; on an undefined value at <br/>/usr/lib/perl5/vendor_perl/5.<br/>8/IO/Uncompress/RawInflate.pm line 64.<br/><br/>cpan&gt; install String::CRC32<br/>Running install for module String::CRC32<br/>Running make for S/SO/SOENKE/String-CRC32-1.4.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-1.4.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/S/SO/SOENKE/CHECKSUMS<br/>Can&#39;t call method &quot;value&quot; on an undefined value at <br/>/usr/lib/perl5/vendor_perl/5.<br/>8/IO/Uncompress/RawInflate.pm line 64.<br/><br/>cpan&gt; install XML::Atom<br/>Running install for module XML::Atom<br/>Running make for M/MI/MIYAGAWA/XML-Atom-0.28.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/M/MI/MIYAGAWA/XML-Atom-0.28.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS<br/>Can&#39;t call method &quot;value&quot; on an undefined value at <br/>/usr/lib/perl5/vendor_perl/5.<br/>8/IO/Uncompress/RawInflate.pm line 64.<br/><br/>cpan&gt; install Math::BigInt::GMP<br/>Running install for module Math::BigInt::GMP<br/>Running make for T/TE/TELS/math/Math-BigInt-GMP-1.24.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/T/TE/TELS/math/Math-BigInt-GMP-1.24.tar.gz<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/T/TE/TELS/math/CHECKSUMS<br/>Can&#39;t call method &quot;value&quot; on an undefined value at <br/>/usr/lib/perl5/vendor_perl/5.<br/>8/IO/Uncompress/RawInflate.pm line 64.<br/><br/>cpan&gt;<br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg464.html Wed, 11 Jun 2008 10:08:55 +0000 Re: cant untar by Noah <br/><br/>Mark J. Reed wrote:<br/>&gt; On Wed, Jun 11, 2008 at 10:54 AM, Andy Armstrong &lt;andy@hexten.net&gt; wrote:<br/>&gt;&gt; tar is getting an unquoted pathname containing spaces - so it sees the name<br/>&gt;&gt; as three distinct arguments.<br/>&gt; <br/>&gt; Which is an example of horribly sloppy programming somewhere in CPAN.<br/>&gt; I can&#39;t believe we still have issues with spaces in filenames...<br/>&gt; <br/>&gt;&gt; A local fix would be to move your cygwin cpan to ~/.cpan (which probably<br/>&gt;&gt; maps to something like C:\cygwin\home\noah\.cpan in Windows) - no spaces.<br/>&gt; <br/>&gt; I would guess rather that the reason the OP&#39;s .cpan is in C:\Documents<br/>&gt; and Settings\noah is because that *is* ~. In which case he would need<br/>&gt; to change his home directory in cygwin&#39;s passwd file (or rerun cpan<br/>&gt; config and point it someplace else..)<br/>&gt; <br/><br/><br/>Hi,<br/><br/>I pointed everything to /tmp :)<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg463.html Wed, 11 Jun 2008 10:06:22 +0000 Re: cant untar by Mark J. Reed On Wed, Jun 11, 2008 at 10:54 AM, Andy Armstrong &lt;andy@hexten.net&gt; wrote:<br/>&gt; tar is getting an unquoted pathname containing spaces - so it sees the name<br/>&gt; as three distinct arguments.<br/><br/>Which is an example of horribly sloppy programming somewhere in CPAN.<br/>I can&#39;t believe we still have issues with spaces in filenames...<br/><br/>&gt; A local fix would be to move your cygwin cpan to ~/.cpan (which probably<br/>&gt; maps to something like C:\cygwin\home\noah\.cpan in Windows) - no spaces.<br/><br/>I would guess rather that the reason the OP&#39;s .cpan is in C:\Documents<br/>and Settings\noah is because that *is* ~. In which case he would need<br/>to change his home directory in cygwin&#39;s passwd file (or rerun cpan<br/>config and point it someplace else..)<br/><br/>-- <br/>Mark J. Reed &lt;markjreed@gmail.com&gt;<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg462.html Wed, 11 Jun 2008 08:42:38 +0000 Re: cant untar by Noah in line below<br/><br/>Andy Armstrong wrote:<br/>&gt; On 11 Jun 2008, at 15:49, Noah wrote:<br/>&gt;&gt; Scanning cache /cygdrive/c/Documents and Settings/noah/.cpan/build for <br/>&gt;&gt; sizes<br/>&gt;&gt; gzip: and.gz: No such file or directory<br/>&gt;&gt; gzip: <br/>&gt;&gt; Settings/noah/.cpan/sources/authors/id/A/AN/ANDK/Bundle-CPAN-1.857.tar.gz: <br/>&gt;&gt;<br/>&gt;&gt; No such file or directory<br/>&gt;&gt; /usr/bin/tar: This does not look like a tar archive<br/>&gt;&gt; /usr/bin/tar: Error exit delayed from previous errors<br/>&gt; <br/>&gt; <br/>&gt; tar is getting an unquoted pathname containing spaces - so it sees the <br/>&gt; name as three distinct arguments.<br/>&gt; <br/>&gt; A local fix would be to move your cygwin cpan to ~/.cpan (which probably <br/>&gt; maps to something like C:\cygwin\home\noah\.cpan in Windows) - no spaces.<br/>&gt; <br/><br/>I am very new to cygwin. can you explain how I can do that<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg461.html Wed, 11 Jun 2008 08:37:49 +0000 Re: cant untar by Andy Armstrong On 11 Jun 2008, at 15:49, Noah wrote:<br/>&gt; Scanning cache /cygdrive/c/Documents and Settings/noah/.cpan/build <br/>&gt; for sizes<br/>&gt; gzip: and.gz: No such file or directory<br/>&gt; gzip: Settings/noah/.cpan/sources/authors/id/A/AN/ANDK/Bundle- <br/>&gt; CPAN-1.857.tar.gz:<br/>&gt; No such file or directory<br/>&gt; /usr/bin/tar: This does not look like a tar archive<br/>&gt; /usr/bin/tar: Error exit delayed from previous errors<br/><br/><br/>tar is getting an unquoted pathname containing spaces - so it sees the <br/>name as three distinct arguments.<br/><br/>A local fix would be to move your cygwin cpan to ~/.cpan (which <br/>probably maps to something like C:\cygwin\home\noah\.cpan in Windows) <br/>- no spaces.<br/><br/>-- <br/>Andy Armstrong, Hexten<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg460.html Wed, 11 Jun 2008 07:54:31 +0000 cant untar by Noah Hi there,<br/><br/>I cannot appear to untar. Any clues what I have misconfigured?<br/><br/><br/><br/>cpan&gt; reload cpan<br/>................................................................................<br/>................................................................................<br/>................................................................<br/>224 subroutines redefined<br/><br/>cpan&gt; install Bundle::CPAN<br/>CPAN: Storable loaded ok<br/>Going to read /cygdrive/c/Documents and Settings/noah/.cpan/Metadata<br/> Database was generated on Mon, 09 Jun 2008 19:06:48 GMT<br/>CPAN: LWP::UserAgent loaded ok<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/A/AN/ANDK/Bundle-CPAN-1.857.tar.gz<br/>CPAN: Digest::MD5 loaded ok<br/>Fetching with LWP:<br/> http://www.cpan.org/authors/id/A/AN/ANDK/CHECKSUMS<br/>Checksum for /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/A/<br/>AN/ANDK/Bundle-CPAN-1.857.tar.gz ok<br/>Scanning cache /cygdrive/c/Documents and Settings/noah/.cpan/build for sizes<br/>gzip: and.gz: No such file or directory<br/>gzip: <br/>Settings/noah/.cpan/sources/authors/id/A/AN/ANDK/Bundle-CPAN-1.857.tar.gz:<br/> No such file or directory<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Uncompressed /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/A/<br/>AN/ANDK/Bundle-CPAN-1.857.tar.gz successfully<br/>Using Tar:/usr/bin/tar xvf /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources<br/>/authors/id/A/AN/ANDK/Bundle-CPAN-1.857.tar:<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: and: Not found in archive<br/>/usr/bin/tar: <br/>Settings/noah/.cpan/sources/authors/id/A/AN/ANDK/Bundle-CPAN-1.857<br/>.tar: Not found in archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Couldn&#39;t untar /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/<br/>A/AN/ANDK/Bundle-CPAN-1.857.tar<br/><br/><br/>cpan&gt; install Expect<br/>Running install for module Expect<br/>Running make for R/RG/RGIERSIG/Expect-1.21.tar.gz<br/>Checksum for /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/R/<br/>RG/RGIERSIG/Expect-1.21.tar.gz ok<br/>gzip: and.gz: No such file or directory<br/>gzip: <br/>Settings/noah/.cpan/sources/authors/id/R/RG/RGIERSIG/Expect-1.21.tar.gz: N<br/>o such file or directory<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Uncompressed /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/R/<br/>RG/RGIERSIG/Expect-1.21.tar.gz successfully<br/>Using Tar:/usr/bin/tar xvf /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources<br/>/authors/id/R/RG/RGIERSIG/Expect-1.21.tar:<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: and: Not found in archive<br/>/usr/bin/tar: <br/>Settings/noah/.cpan/sources/authors/id/R/RG/RGIERSIG/Expect-1.21.t<br/>ar: Not found in archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Couldn&#39;t untar /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/<br/>R/RG/RGIERSIG/Expect-1.21.tar<br/><br/><br/>cpan&gt; install DateTime<br/>Running install for module DateTime<br/>Running make for D/DR/DROLSKY/DateTime-0.4302.tar.gz<br/>Checksum for /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/D/<br/>DR/DROLSKY/DateTime-0.4302.tar.gz ok<br/>gzip: and.gz: No such file or directory<br/>gzip: <br/>Settings/noah/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-0.4302.tar.gz<br/>: No such file or directory<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Uncompressed /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/D/<br/>DR/DROLSKY/DateTime-0.4302.tar.gz successfully<br/>Using Tar:/usr/bin/tar xvf /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources<br/>/authors/id/D/DR/DROLSKY/DateTime-0.4302.tar:<br/>/usr/bin/tar: This does not look like a tar archive<br/>/usr/bin/tar: and: Not found in archive<br/>/usr/bin/tar: <br/>Settings/noah/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-0.430<br/>2.tar: Not found in archive<br/>/usr/bin/tar: Error exit delayed from previous errors<br/>Couldn&#39;t untar /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources/authors/id/<br/>D/DR/DROLSKY/DateTime-0.4302.tar<br/><br/><br/>cpan&gt; o conf<br/>CPAN::Config options from /usr/lib/perl5/5.8/CPAN/Config.pm:<br/> commit Commit changes to disk<br/> defaults Reload defaults from disk<br/> init Interactive setting of all options<br/><br/> build_cache 10<br/> build_dir /cygdrive/c/Documents and Settings/noah/.cpan/build<br/> cache_metadata 1<br/> cpan_home /cygdrive/c/Documents and Settings/noah/.cpan<br/> dontload_hash<br/> ftp<br/> ftp_proxy<br/> getcwd cwd<br/> gpg<br/> gzip /usr/bin/gzip<br/> histfile /cygdrive/c/Documents and <br/>Settings/noah/.cpan/histfile<br/> histsize 100<br/> http_proxy<br/> inactivity_timeout 0<br/> index_expire 1<br/> inhibit_startup_message 0<br/> keep_source_where /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources<br/> lynx<br/> make /usr/bin/make<br/> make_arg<br/> make_install_arg<br/> makepl_arg<br/> ncftp<br/> ncftpget<br/> no_proxy<br/> pager /usr/bin/less<br/> prerequisites_policy ask<br/> scan_cache atstart<br/> shell<br/> tar /usr/bin/tar<br/> term_is_latin 1<br/> unzip /usr/bin/unzip<br/> urllist<br/> http://www.cpan.org<br/> wget /usr/bin/wget<br/><br/><br/>cpan&gt;<br/><br/>noah@noah-t43 /usr/local<br/>$ perl -MCPAN -e shell<br/><br/>cpan shell -- CPAN exploration and modules installation (v1.7602)<br/>ReadLine support enabled<br/><br/>cpan&gt; o conf urllist shift<br/><br/>cpan&gt; o conf urllist<br/> urllist<br/>Type &#39;o conf&#39; to view configuration edit options<br/><br/><br/>cpan&gt; o conf<br/>CPAN::Config options from /usr/lib/perl5/5.8/CPAN/Config.pm:<br/> commit Commit changes to disk<br/> defaults Reload defaults from disk<br/> init Interactive setting of all options<br/><br/> build_cache 10<br/> build_dir /cygdrive/c/Documents and Settings/noah/.cpan/build<br/> cache_metadata 1<br/> cpan_home /cygdrive/c/Documents and Settings/noah/.cpan<br/> dontload_hash<br/> ftp<br/> ftp_proxy<br/> getcwd cwd<br/> gpg<br/> gzip /usr/bin/gzip<br/> histfile /cygdrive/c/Documents and <br/>Settings/noah/.cpan/histfile<br/> histsize 100<br/> http_proxy<br/> inactivity_timeout 0<br/> index_expire 1<br/> inhibit_startup_message 0<br/> keep_source_where /cygdrive/c/Documents and <br/>Settings/noah/.cpan/sources<br/> lynx<br/> make /usr/bin/make<br/> make_arg<br/> make_install_arg<br/> makepl_arg<br/> ncftp<br/> ncftpget<br/> no_proxy<br/> pager /usr/bin/less<br/> prerequisites_policy ask<br/> scan_cache atstart<br/> shell<br/> tar /usr/bin/tar<br/> term_is_latin 1<br/> unzip /usr/bin/unzip<br/> urllist<br/> wget /usr/bin/wget<br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg459.html Wed, 11 Jun 2008 07:49:55 +0000 list of cpan mirrors/servers by Noah Hi there,<br/><br/>is there an updated list of cpan mirrors/servers hostnames? Please send <br/>me the URL if there is.<br/><br/><br/>Cheers,<br/><br/>Noah<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg458.html Wed, 11 Jun 2008 07:48:23 +0000 Re: cpan "couldn't untar" by andreas.koenig.7os6VVqR &gt;&gt;&gt;&gt;&gt; On Sat, 7 Jun 2008 13:22:20 -0700, &quot;Peter Michaux&quot; &lt;petermichaux@gmail.com&gt; said:<br/><br/> &gt; Help sorting this out is greatly appreciated.<br/><br/>My gut feeling is that it is a permission problem. CPAN 1.7602 is<br/>*quite* old and had no good error messages for perrmission problems.<br/>So if you can somehow install stable 1.9205 or developer release<br/>1.92_62 manually and then retry I&#39;d expect the error messages will<br/>give you more clue.<br/><br/>-- <br/>andreas<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg457.html Sun, 08 Jun 2008 14:46:59 +0000 cpan "couldn't untar" by Peter Michaux Hi,<br/><br/>I am trying to get the cpan command line program functional but I am<br/>seeing an untar error<br/><br/>-----------<br/><br/># cpan install Bundle::CPAN<br/>CPAN: Storable loaded ok<br/>Going to read /root/.cpan/Metadata<br/> Database was generated on Sat, 07 Jun 2008 12:06:45 GMT<br/>Running install for module install<br/>Running make for J/JU/JUNOS/junoscript-perl-6.4I0.tar.gz<br/>CPAN: Digest::MD5 loaded ok<br/>CPAN: Compress::Zlib loaded ok<br/>Checksum for /root/.cpan/sources/authors/id/J/JU/JUNOS/junoscript-perl-6.4I0.tar.gz<br/>ok<br/>Scanning cache /root/.cpan/build for sizes<br/>Uncompressed /root/.cpan/sources/authors/id/J/JU/JUNOS/junoscript-perl-6.4I0.tar.gz<br/>successfully<br/>Using Tar:/bin/tar xvf<br/>/root/.cpan/sources/authors/id/J/JU/JUNOS/junoscript-perl-6.4I0.tar:<br/>Couldn&#39;t untar /root/.cpan/sources/authors/id/J/JU/JUNOS/junoscript-perl-6.4I0.tar<br/><br/>-----------<br/><br/>I can manually untar this file<br/><br/># /bin/tar xvf /root/.cpan/sources/authors/id/J/JU/JUNOS/junoscript-perl-6.4I0.tar<br/># ls -l junoscript-perl-junoscript-perl-6.4I0<br/>drwxr-xr-x 6 2298 705 4096 2004-08-25 21:40 junoscript-perl-6.4I0/<br/><br/>I don&#39;t know who the user 2298 or group 705 are.<br/><br/>------------<br/><br/>No matter what I try to install or how it seems to result in this same<br/>untar problem. I&#39;ve tried<br/><br/>perl -MCPAN -e &quot;install &#39;Bundle::CPAN&#39;&quot;<br/><br/>I&#39;ve also tried installing different modules from CPAN.<br/><br/>-----------<br/><br/>Some information about my system:<br/><br/># cat /etc/{debian_version,issue.net}<br/>4.0<br/>Debian GNU/Linux 4.0<br/><br/># cpan -v<br/>cpan script version 1.03<br/>CPAN.pm version 1.7602<br/><br/># tar --version<br/>tar (GNU tar) 1.16<br/><br/># which tar<br/>/bin/tar<br/><br/>-----------<br/><br/><br/>Here is my cpan configuration<br/><br/>cpan&gt; o conf<br/>CPAN::Config options from /etc/perl/CPAN/Config.pm:<br/> commit Commit changes to disk<br/> defaults Reload defaults from disk<br/> init Interactive setting of all options<br/><br/> build_cache 10<br/> build_dir /root/.cpan/build<br/> cache_metadata 1<br/> cpan_home /root/.cpan<br/> cpan_version_check 1<br/> dontload_hash<br/> ftp<br/> ftp_proxy<br/> getcwd cwd<br/> gpg /usr/bin/gpg<br/> gzip /bin/gzip<br/> histfile /root/.cpan/histfile<br/> histsize 100<br/> http_proxy<br/> inactivity_timeout 0<br/> index_expire 1<br/> inhibit_startup_message 0<br/> keep_source_where /root/.cpan/sources<br/> lynx<br/> make /usr/bin/make<br/> make_arg<br/> make_install_arg<br/> makepl_arg INSTALLDIRS=site<br/> ncftp<br/> ncftpget<br/> no_proxy<br/> pager /usr/bin/less<br/> prerequisites_policy ask<br/> scan_cache atstart<br/> shell /bin/bash<br/> tar /bin/tar<br/> term_is_latin 1<br/> unzip<br/> urllist<br/> ftp://cpan.sunsite.ualberta.ca/pub/CPAN/<br/> ftp://theoryx5.uwinnipeg.ca/pub/CPAN/<br/> wget /usr/bin/wget<br/><br/>-----------<br/><br/>Help sorting this out is greatly appreciated.<br/><br/>Thank you,<br/>Peter<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/06/msg456.html Sat, 07 Jun 2008 13:22:30 +0000 Re: problem upgrading Bundle::CPAN by andreas.koenig.7os6VVqR &gt;&gt;&gt;&gt;&gt; On Sat, 24 May 2008 18:20:37 -0700, Listman &lt;listman@burble.net&gt; said:<br/><br/> &gt; DIED. FAILED tests 1-29<br/> &gt; Failed 29/29 tests, 0.00% okay<br/> &gt; t/14gzopen......Use of uninitialized value in concatenation (.) or<br/> &gt; string at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/<br/> &gt; Util.pm line 30.<br/> &gt; t/14gzopen......NOK 1<br/> &gt; # Failed test (t/14gzopen.t at line 25)<br/> &gt; # Tried to use &#39;Compress::Zlib&#39;.<br/> &gt; # Error: is only avaliable with the XS version at /root/.cpan/<br/> &gt; build/Compress-Zlib-2.011/blib/lib/Compress/Zlib.pm line 9<br/> &gt; # BEGIN failed--compilation aborted at t/14gzopen.t line 25.<br/> &gt; # Compilation failed in require at (eval 31) line 2.<br/> &gt; # BEGIN failed--compilation aborted at (eval 31) line 2.<br/> &gt; t/14gzopen......ok 2/250Global symbol &quot;$gzerrno&quot; requires explicit<br/> &gt; package name at t/14gzopen.t line 49.<br/> &gt; Global symbol &quot;$gzerrno&quot; requires explicit package name at t/<br/> &gt; 14gzopen.t line 53.<br/> &gt; Global symbol &quot;$gzerrno&quot; requires explicit package name at t/<br/> &gt; 14gzopen.t line 56.<br/> &gt; Global symbol &quot;$gzerrno&quot; requires explicit package name at t/<br/> &gt; 14gzopen.t line 59.<br/><br/>Hard to say what exactly went wrong. It looks like you&#39;re having<br/>troubles that need to be resolved manually.<br/><br/>Maybe fedora has a newer Scalar::Util for you that you did not install?<br/><br/>Maybe try to install a fresh, self-compiled Compress::Zlib first?<br/><br/>If CPAN.pm cannot do it for you, maybe &#39;o conf dontload_list<br/>Compess::Zlib&#39; can help there.<br/><br/>If this doesn&#39;t help you probably need to remove the fedora zlib<br/>packages and retry.<br/><br/><br/>-- <br/>andreas<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/05/msg455.html Sun, 25 May 2008 02:57:07 +0000 problem upgrading Bundle::CPAN by Listman <br/>hi, i&#39;ve been using cpan for several years with very few problems, i <br/>just tried to upgrate my CPAN install and got a lot of failures. I&#39;m <br/>running FC6 on an AMD opteron machine. could someone give me a hint <br/>how i might fix this?<br/><br/>thx in advance.<br/><br/><br/>DIED. FAILED tests 1-29<br/> Failed 29/29 tests, 0.00% okay<br/>t/14gzopen......Use of uninitialized value in concatenation (.) or <br/>string at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/ <br/>Util.pm line 30.<br/>t/14gzopen......NOK 1<br/># Failed test (t/14gzopen.t at line 25)<br/># Tried to use &#39;Compress::Zlib&#39;.<br/># Error: is only avaliable with the XS version at /root/.cpan/ <br/>build/Compress-Zlib-2.011/blib/lib/Compress/Zlib.pm line 9<br/># BEGIN failed--compilation aborted at t/14gzopen.t line 25.<br/># Compilation failed in require at (eval 31) line 2.<br/># BEGIN failed--compilation aborted at (eval 31) line 2.<br/>t/14gzopen......ok 2/250Global symbol &quot;$gzerrno&quot; requires explicit <br/>package name at t/14gzopen.t line 49.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 53.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 56.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 59.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 66.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 94.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 97.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 100.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 104.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 111.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 111.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 117.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 118.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 480.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 481.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 499.<br/>Global symbol &quot;$gzerrno&quot; requires explicit package name at t/ <br/>14gzopen.t line 502.<br/>Bareword &quot;Compress::Zlib::zlib_version&quot; not allowed while &quot;strict <br/>subs&quot; in use at t/14gzopen.t line 38.<br/>Bareword &quot;ZLIB_VERSION&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 38.<br/>Bareword &quot;Z_FINISH&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 98.<br/>Bareword &quot;Z_STREAM_END&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 110.<br/>Bareword &quot;Z_STREAM_END&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 111.<br/>Bareword &quot;Z_STREAM_ERROR&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 446.<br/>Bareword &quot;Z_STREAM_ERROR&quot; not allowed while &quot;strict subs&quot; in use at t/ <br/>14gzopen.t line 461.<br/>Execution of t/14gzopen.t aborted due to compilation errors.<br/># Looks like you planned 250 tests but only ran 2.<br/># Looks like your test died just after 2.<br/>t/14gzopen......dubious<br/> Test returned status 255 (wstat 65280, 0xff00)<br/>DIED. FAILED tests 1, 3-250<br/> Failed 249/250 tests, 0.40% okay<br/>t/99pod.........ok<br/>Failed Test Stat Wstat Total Fail Failed List of Failed<br/>-------------------------------------------------------------------------------<br/>t/000prereq.t 4 1024 6 4 66.67% 2-4 6<br/>t/01version.t 255 65280 2 3 150.00% 1-2<br/>t/03zlib-v1.t 255 65280 401 797 198.75% 1 4-401<br/>t/05examples.t 255 65280 ?? ?? % ??<br/>t/06gzsetp.t 255 65280 ?? ?? % ??<br/>t/08encoding.t 255 65280 29 57 196.55% 1-29<br/>t/14gzopen.t 255 65280 250 497 198.80% 1 3-250<br/>Failed 7/8 test scripts, 12.50% okay. 683/689 subtests failed, 0.87% <br/>okay.<br/>make: *** [test_dynamic] Error 255<br/> /usr/bin/make test -- NOT OK<br/>Running make install<br/> make test had returned bad status, won&#39;t install without force<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/05/msg454.html Sat, 24 May 2008 18:20:45 +0000 Newbie simple local mirror setup question by David Favor I&#39;ve setup rsync mirroring:<br/><br/> /usr/bin/rsync -av --delete ftp.funet.fi::CPAN /cpan-mirror/ &gt;/var/log/cpan-mirror.log 2&gt;&amp;1<br/><br/>The following is in my CPANPLUS/Config/System.pm file:<br/><br/> $conf-&gt;set_conf( hosts =&gt; [<br/> {<br/> &#39;path&#39; =&gt; &#39;/cpan-mirror&#39;,<br/> &#39;scheme&#39; =&gt; &#39;file&#39;,<br/> &#39;host&#39; =&gt; &#39;&#39;<br/> }<br/> ] );<br/><br/>Tracking access to the mirror I see installs coming from the mirror:<br/><br/> net1#inotifywait -m -r -e create,open,delete --format &#39;%e %f&#39; /cpan-mirror<br/> Setting up watches. Beware: since -r was given, this may take a while!<br/> Watches established.<br/> OPEN Thread-Suspend-1.17.tar.gz<br/> OPEN CHECKSUMS<br/> OPEN CHECKSUMS<br/><br/>Also &#39;x --update_source&#39; works well.<br/><br/>My question is about how to best programmatically issue the following<br/>CPANPLUS command sequence:<br/><br/> &#39;x --update_source&#39;<br/> &#39;o&#39;<br/> &#39;i *&#39;<br/><br/>Thanks.<br/><br/>- David<br/><br/>-- <br/>Love feeling your best ever, all day, every day?<br/>Click http://RadicalHealth.com/join for the easy way.<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/05/msg453.html Tue, 13 May 2008 07:04:31 +0000 Getting started .... by Fry, Jay I am working on AIX 5.3 and wanted to try use WWW::Mechanize to access<br/>some web sites. <br/><br/>I Installed Perl and then ran &quot;cpan&quot;. I am not sure I ran everything<br/>correctly and would like to clear off the first &quot;cpan&quot; config and run<br/>another. The main issue is where &quot;cpan&quot; was installed and I have some<br/>issues with the &quot;cpan&quot; urls.<br/><br/>How do I cleanly remove the first install and start over?<br/><br/>Jay<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/04/msg452.html Wed, 16 Apr 2008 11:37:38 +0000 IO::Socket::INET6 vs IO::Socket::INET by Andre-John Mas Hi,<br/><br/>I have been doing work on trying to adapt a program that has been<br/>using IO::Socket::INET up until now to use IO::Socket::INET6. In doing<br/>so I had a few questions. I hope this is the right place to ask them.<br/><br/> - Currently IPv6 support is provided through IO::Socket::INET6 as<br/>opposed to being directly part of IO::Socket::INET. Are there any<br/>reasons why the IPv6 support could not be migrated up to the package<br/>being extended. Is this also something that is likely to be done only<br/>once IPv6 is the norm?<br/><br/> - In converting an application, that has been using IO::Socket::INET<br/>to use IO::Socket::INET6, are there any issues that people have<br/>encountered or breakages that I should watch out for? Assuming an IPv4<br/>address is probably one point, but I would be curious to know if there<br/>are others.<br/><br/>Andre<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/04/msg451.html Tue, 08 Apr 2008 00:26:15 +0000 Re: Removing or Archiving outdated and unsupported modules on CPAN;proposal by Linda W Gabor Szabo wrote:<br/>&gt; Hi Linda,<br/>&gt; <br/>&gt; I think even if not in this form but similar ideas have been raised<br/>&gt; and qucikly rejected using various explanations.<br/>&gt; <br/>&gt; I for one quite agree with your description of the problem so let&#39;s think<br/>&gt; about a solution that might be accepted or at least that can be implemented<br/>&gt; without a broad agreement :-).<br/>---<br/> Some sort of agreement should be necessary from *current*<br/>CPAN developers. Unless you own the site, that is...but don&#39;t want<br/>to step on toes of active developers.<br/><br/> I don&#39;t want to go off and have another interface without cleaning<br/>up the one that is *most* visible, and most advertised in the process.<br/><br/> Some possible guidelines:<br/><br/>1) adding separate domain names (may go to same site but with different<br/>params used for search and such) &quot;archive.cpan.org&quot; and &quot;devel.cpan.org&quot;.<br/><br/> I&#39;d like to see the practice of domain-name squatting...er, I mean<br/>&quot;module-name squatting&quot; squished. Let people develop on devel.cpan.org and<br/>when the owner feels their software ready to be &quot;released&quot; (V1.0) for<br/>general use -- it can be moved to the main base. While I know that releasing<br/>a &quot;spec&quot; or a &quot;plan&quot; as a name reservation has been common practice, I run<br/>across too many modules, that years after their posting date, seem to be nothing<br/>more than &quot;place holders&quot; for vaporware.<br/><br/> If I was a paranoid person -- one of the best ways to kill CPAN would<br/>be to have every MS employee (just a random example, but came to mind when<br/>I thought of vaporware) sign up under email and submit plans and<br/>bits of partial code to clog up the CPAN namespace and make searching through<br/>it like searching for the proverbial needle in the haystack.<br/><br/>2) Allow modules with long-standing bugs or that don&#39;t build under the<br/>current perl be marked for possible archiving.<br/><br/>3) Modules should be &quot;tagged&quot; by perl-release (5.10, 5.8, 5.6...) that they are<br/>known to work in. This way, someone who wants a good chance of finding a module<br/>that will work with 5.10 or 5.8, could limit their search to modules with<br/>those tags in them. In absence of tags in existing modules, a tag can be<br/>added that corresponds to the version of perl that was &quot;out&quot; when the module<br/>was last updated.<br/><br/>4) Quarterly, modules that have had bugs opened for longer than a year<br/>would have &quot;tags&quot; for the perl-version associated with the bug, &quot;removed&quot;<br/>(indicating the module doesn&#39;t work in that version of perl). Nothing would<br/>prevent a module maintainer from re-adding the tag, but hopefully they&#39;ll<br/>close out the bug(s) that caused the tag-removal in the first place<br/>(either by fixing it, or marking it as &quot;NOTABUG&quot;, &quot;ISAFEATURE&quot;, or<br/>&quot;WONTFIX&quot;). (whatever values that make the bug no longer &#39;active&#39;).<br/><br/>5) If a module is known to work in a newer release, the newer tag should<br/>be addable by (maybe) any CPAN author with, at least, the Perl version and<br/>the &quot;author&quot; verified it to work on.<br/><br/>6) Modules that are more than 2 or 3 stable &quot;.versions&quot; &#39;old&#39; would be<br/>automatically moved to &#39;archive.cpan.org&#39;. I.e. with 5.10 out, cutoff<br/>would be those modules not marked with tags for anything later than 5.4 or<br/>5.2 (respectively) (in my mind, something written for 5.4 may or may not work<br/>but if something hasn&#39;t been known or marked to work with anything newer<br/>than 5.2, I&#39;d have a low confidence of its current usefulness.<br/><br/>Auto expirations would get rid of the stuff that no one cares about (or at<br/>least not enough to check with newer versions) and would prevent crude from<br/>building up, forever, over time.<br/><br/><br/>&gt; I think there should be some interface to CPAN (either search.cpan.org<br/>&gt; or elsewhere)<br/>&gt; where you would fine the &quot;better&quot; modules.<br/>&gt; The only problem of course is that no one can say what &quot;better&quot; is.<br/>---<br/> Not an area I want to address with this -- If it is obsolete<br/>or broken for years, I don&#39;t care if it is rated 10 stars, it still<br/>shouldn&#39;t clutter up the working CPAN library. It&#39;s not hard if someone<br/>wants to &#39;game&#39; the system. If someone is &#39;gaming&#39; the system, this isn&#39;t<br/>meant to deal with that. It&#39;s only meant to slowly expire older, non-working<br/>modules and archive them for historical reference.<br/><br/><br/>&gt; We already have several tools to measure modules with more or less<br/>&gt; relevance. <br/>---<br/> Even &#39;relevance&#39; isn&#39;t as much of a problem -- I mean it can be, but<br/>it&#39;s about moving toward some automatic maintenance that would get rid of<br/>stuff that isn&#39;t so useful for people, &quot;today&quot; yet would allow working<br/>modules to remain without any action for years (depending on how many<br/>major releases have passed and how often they come out).<br/><br/> Does this sound like a reasonable, concrete and automatable<br/>proposal? If this isn&#39;t the best place for this, where would be, &quot;cpan&quot;?<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/04/msg450.html Wed, 02 Apr 2008 15:30:05 +0000 Re: Math::Calculus::Expression problem by Steffen Mueller Hi,<br/><br/>Sendu Bala schrieb:<br/>&gt; Ah, the problem is that inside the tmp-16218 directory a <br/>&gt; Math-Calculus-Expression-0.2.2 directory is created but that directory <br/>&gt; does not have execute permissions. Presumably that is it&#39;s state inside <br/>&gt; the .tar.gz, and also explains why CPAN hasn&#39;t indexed it.<br/>&gt; <br/>&gt; Can the author fix this problem, or failing that, somone@cpan?<br/>&gt; <br/>&gt; I think I already came across this problem in the past and reported it <br/>&gt; to the author, so somone @cpan may have to step in.<br/><br/>I&#39;m pretty confident that this needs to by fixed by the author. The only <br/>other possibility would be the following chain of events:<br/><br/>- Jonathan doesn&#39;t react to this at all. (Not even saying he&#39;s not going <br/>to do anything about it.) Or says he&#39;s willing to give up the module.<br/>- You contact the PAUSE admins (modules@perl.org) showing that you have <br/>been trying to contact Jonathan by various means for an extended period <br/>of time.<br/>- You get the permissions to use the namespace, download the <br/>distribution, fix it, upload with $VERSION++.<br/><br/>Again: This is only a fallback. Ideally, the author should fix the <br/>distribution. I see that he&#39;s cc&#39;d, so I suppose he&#39;ll chime in shortly.<br/><br/>Cheers,<br/>Steffen<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg449.html Fri, 25 Jan 2008 15:10:46 +0000 Re: Math::Calculus::Expression problem by Sendu Bala Sendu Bala wrote:<br/>&gt; cpan[1]&gt; install JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz<br/>&gt; [...]<br/>&gt; Catching error: &quot;Couldn&#39;t move <br/>&gt; /home/sb/.cpan/build/tmp-16218/Math-Calculus-Expression-0.2.2/Changes to <br/>&gt; /home/sb/.cpan/build/Math-Calculus-Expression-0.2.2-jd638v/Changes: <br/>&gt; Permission denied<br/>&gt; [...]<br/>&gt; delta %<br/>&gt; delta % rm -fr ~/.cpan/build/*<br/>&gt; rm: cannot chdir from `/home/sb/.cpan/build/tmp-16218&#39; to <br/>&gt; `Math-Calculus-Expression-0.2.2&#39;: Permission denied<br/>&gt; <br/>&gt; <br/>&gt; That&#39;s just really beyond me. Only root can then delete that tmp <br/>&gt; directory. What&#39;s going on? (I&#39;ve had no similar problem installing a <br/>&gt; whole host of other modules via CPAN, including Bundle::CPAN)<br/><br/>Ah, the problem is that inside the tmp-16218 directory a <br/>Math-Calculus-Expression-0.2.2 directory is created but that directory <br/>does not have execute permissions. Presumably that is it&#39;s state inside <br/>the .tar.gz, and also explains why CPAN hasn&#39;t indexed it.<br/><br/>Can the author fix this problem, or failing that, somone@cpan?<br/><br/>I think I already came across this problem in the past and reported it <br/>to the author, so somone @cpan may have to step in.<br/><br/><br/>Cheers,<br/>Sendu.<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg448.html Fri, 25 Jan 2008 03:37:12 +0000 Math::Calculus::Expression problem by Sendu Bala I&#39;m trying to install Math::Calculus::Expression and am coming across a <br/>strange problem in CPAN.<br/><br/>First of all, &#39;install Math::Calculus::Expression&#39; doesn&#39;t work for some <br/>reason, because it can&#39;t be found (neither with &#39;i /Expression/&#39;). <br/>Trying with the file path also fails in a bizarre way:<br/><br/><br/>delta % cpan<br/>CPAN: File::HomeDir loaded ok (v0.67)<br/><br/>cpan shell -- CPAN exploration and modules installation (v1.9205)<br/>ReadLine support enabled<br/><br/> <br/> <br/> cpan[1]&gt; install JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz<br/>CPAN: Storable loaded ok (v2.15)<br/>Going to read /home/sb/.cpan/Metadata<br/> Database was generated on Thu, 24 Jan 2008 11:30:57 GMT<br/>CPAN: YAML loaded ok (v0.66)<br/>Going to read /home/sb/.cpan/build/<br/>DONE<br/>Found no old builds, restored the state of none<br/>Running make for J/JO/JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz<br/>CPAN: Digest::SHA loaded ok (v5.45)<br/>CPAN: Compress::Zlib loaded ok (v2.008)<br/>Checksum for <br/>/home/sb/.cpan/sources/authors/id/J/JO/JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz <br/>ok<br/>Scanning cache /home/sb/.cpan/build for sizes<br/>DONE<br/>Math-Calculus-Expression-0.2.2/<br/>Math-Calculus-Expression-0.2.2/Changes<br/>Math-Calculus-Expression-0.2.2/Expression.pm<br/>Math-Calculus-Expression-0.2.2/Makefile.PL<br/>Math-Calculus-Expression-0.2.2/MANIFEST<br/>Math-Calculus-Expression-0.2.2/README<br/>Math-Calculus-Expression-0.2.2/test.pl<br/>CPAN: File::Temp loaded ok (v0.20)<br/>Catching error: &quot;Couldn&#39;t move <br/>/home/sb/.cpan/build/tmp-16218/Math-Calculus-Expression-0.2.2/Changes to <br/>/home/sb/.cpan/build/Math-Calculus-Expression-0.2.2-jd638v/Changes: <br/>Permission denied at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>6293\cJ\cICPAN::Distribution::run_preps_on_packagedir(&#39;CPAN::Distribution=HASH(0x14305c0)&#39;) <br/>called at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>6151\cJ\cICPAN::Distribution::get(&#39;CPAN::Distribution=HASH(0x14305c0)&#39;) <br/>called at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>7376\cJ\cICPAN::Distribution::make(&#39;CPAN::Distribution=HASH(0x14305c0)&#39;) <br/>called at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>8504\cJ\cICPAN::Distribution::test(&#39;CPAN::Distribution=HASH(0x14305c0)&#39;) <br/>called at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>8846\cJ\cICPAN::Distribution::install(&#39;CPAN::Distribution=HASH(0x14305c0)&#39;) <br/>called at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>3364\cJ\cICPAN::Shell::rematein(&#39;CPAN::Shell&#39;, &#39;install&#39;, <br/>&#39;JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz&#39;) called at <br/>/home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line <br/>3535\cJ\cICPAN::Shell::__ANON__(&#39;CPAN::Shell&#39;, <br/>&#39;JONATHAN/Math-Calculus-Expression-0.2.2.tar.gz&#39;) called at <br/>/home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line 274\cJ\cIeval {...} called <br/>at /home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line 274\cJ\cICPAN::shell() <br/>called at /usr/bin/cpan line 198\cJ&quot; at <br/>/home/sb/perllib/lib/perl5/5.8.5/CPAN.pm line 281<br/> CPAN::shell() called at /usr/bin/cpan line 198<br/><br/> <br/> <br/> cpan[2]&gt; q<br/>Lockfile removed.<br/>delta %<br/>delta % rm -fr ~/.cpan/build/*<br/>rm: cannot chdir from `/home/sb/.cpan/build/tmp-16218&#39; to <br/>`Math-Calculus-Expression-0.2.2&#39;: Permission denied<br/><br/><br/>That&#39;s just really beyond me. Only root can then delete that tmp <br/>directory. What&#39;s going on? (I&#39;ve had no similar problem installing a <br/>whole host of other modules via CPAN, including Bundle::CPAN)<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg447.html Fri, 25 Jan 2008 03:25:08 +0000 Re: Embedding modules by Jonathan Yu Todd:<br/><br/>I think that there are two problems with your idea.<br/><br/>1. You have to make sure your copy of XML::Simple is kept up to date<br/>for two reasons:<br/>a. to ensure security (ie, security patches into the main tree need to<br/>be added to yours)<br/>b. to ensure the bindings always match up with the C version (in the<br/>case of wrappers to libraries. not sure if XML::Simple is like<br/>XML::LibXML though..)<br/><br/>2. You are making people download larger packages, which defeats the<br/>purpose of CPAN. If everyone did this there&#39;d be a lot of redundancy<br/>and it would become a huge mess.<br/><br/>My answer is to write a Perl module and distribute it via CPAN. Write<br/>it in a general way such that it can be used by others; particularly<br/>since I&#39;m sure lots of people would be interested in an easy interface<br/>to Urchin/Google stats. Makefile.PL or Module-Build have facilities<br/>for ensuring that all dependencies are appropriately met -- that&#39;s its<br/>purpose.<br/><br/>If you *really* want to do this, and I&#39;m almost certain it&#39;s not what<br/>you want, then include the package in a lib/ directory and just &#39;use<br/>lib &quot;/path/to/lib/&quot;&#39; at the top of your code. Or you can mess around<br/>with %INC%, but that&#39;s *really* not recommended.<br/><br/>Hope this helps,<br/><br/>Jon<br/><br/>On Jan 24, 2008 5:27 PM, Todd Nine &lt;todd.nine@gmail.com&gt; wrote:<br/>&gt; Hi all,<br/>&gt; I&#39;m new to Perl, so I apologize if this is the incorrect list. I&#39;m<br/>&gt; attempting to create a small plug in to the Urchin web stats system, and I<br/>&gt; want to embed the XML::Simple module in my code. Its CGI based and just<br/>&gt; sits in a directory that apache accesses. Installing XML:Simple on every<br/>&gt; host makes deployment a bit difficult. I&#39;d like everything in a zip file<br/>&gt; that the admin can just unzip, then use the scripts. I&#39;ve already modified<br/>&gt; the load path to load all my .pm files, how can I include the XML:Simple<br/>&gt; code?<br/>&gt;<br/>&gt; Thanks,<br/>&gt; Todd<br/>&gt;<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg446.html Thu, 24 Jan 2008 14:55:33 +0000 Embedding modules by Todd Nine Hi all,<br/> I&#39;m new to Perl, so I apologize if this is the incorrect list. I&#39;m<br/>attempting to create a small plug in to the Urchin web stats system, and I<br/>want to embed the XML::Simple module in my code. Its CGI based and just<br/>sits in a directory that apache accesses. Installing XML:Simple on every<br/>host makes deployment a bit difficult. I&#39;d like everything in a zip file<br/>that the admin can just unzip, then use the scripts. I&#39;ve already modified<br/>the load path to load all my .pm files, how can I include the XML:Simple<br/>code?<br/><br/>Thanks,<br/>Todd<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg445.html Thu, 24 Jan 2008 14:27:33 +0000 soc 2008 by Juan Luis Belmonte Belmonte Hi everybody.<br/><br/>I don&#39;t know if this is the correct list to ask, i&#39;m so sorry if is not.<br/><br/>Does anybody knows if perl or cpan are going to participate on the <br/>google summer of code as mentoring organization? At Soc2005 and 2006 <br/>they were, but not at 2007.<br/>What will happen this year?<br/><br/><br/><br/>My best regards.<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg444.html Thu, 17 Jan 2008 03:54:25 +0000 Please ignore "deep recursion / out of memory error" by mackenna Please ignore my previous email.<br/><br/>I hacked through it by deleting everything in the CPAN directories <br/>under &quot;Compress&quot;, then installing &quot;Compress::Zlib&quot;, then running <br/>upgrade to reload everything.<br/><br/>Thanks for being here anyway,<br/>Craig MacKenna<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg443.html Wed, 16 Jan 2008 23:38:54 +0000 "deep recursion / out of memory" error by mackenna Hi CPAN experts,<br/><br/>I&#39;ve been using perl and CPAN on my web server for years. My web <br/>hosting provider is a &quot;parental&quot; one who periodically does their own <br/>updates on the various software items. (This may or may not relate to <br/>my problem.)<br/><br/>Today I decided to upgrade the various downloaded perl modules on the <br/>server, being particularly interested in updating SpamAssassin. My <br/>first attempt failed because I forgot to include &quot;sudo&quot; before the <br/>perl command, like this:<br/>---------------------------------------------------------------------<br/>animalhead:~ $ perl -MCPAN -e &quot;shell&quot;<br/>CPAN: File::HomeDir loaded ok (v0.64)<br/><br/>cpan shell -- CPAN exploration and modules installation (v1.9102)<br/>ReadLine support enabled<br/><br/>cpan[1]&gt; help<br/>&lt;help output snipped&gt;<br/><br/>cpan[2]&gt; upgrade CPAN.pm<br/>CPAN: Storable loaded ok (v2.16)<br/>Going to read /home/mackenna/.cpan/Metadata<br/> Database was generated on Wed, 11 Jul 2007 22:51:14 GMT<br/>CPAN: LWP::UserAgent loaded ok (v2.033)<br/>CPAN: Time::HiRes loaded ok (v1.9707)<br/>Fetching with LWP:<br/> http://www.perl.org/CPAN/authors/01mailrc.txt.gz<br/>CPAN: YAML loaded ok (v0.62)<br/>Could not open &#39;/home/mackenna/.cpan/FTPstats.yml&#39;: Permission <br/>deniedGoing to read /home/mackenna/.cpan/sources/authors/01mailrc.txt.gz<br/>Lockfile removed.<br/>Undefined subroutine &amp;Compress::Zlib::gzopen called at /usr/local/lib/ <br/>perl5/5.8.8/CPAN/Tarzip.pm line 103.<br/>---------------------------------------------------------------------<br/><br/>The second attempt went like this:<br/><br/>---------------------------------------------------------------------<br/>animalhead:~ $ sudo perl -MCPAN -e &quot;shell&quot;<br/>Password:<br/>CPAN: File::HomeDir loaded ok (v0.64)<br/><br/>cpan shell -- CPAN exploration and modules installation (v1.9102)<br/>ReadLine support enabled<br/><br/>cpan[1]&gt; upgrade CPAN.pm<br/>CPAN: Storable loaded ok (v2.16)<br/>Going to read /home/mackenna/.cpan/Metadata<br/> Database was generated on Wed, 11 Jul 2007 22:51:14 GMT<br/>Going to read /home/mackenna/.cpan/sources/authors/01mailrc.txt.gz<br/>CPAN: Compress::Zlib loaded ok (v2.004)<br/>Deep recursion on subroutine &quot;Compress::Raw::Zlib::AUTOLOAD&quot; at /usr/ <br/>local/lib/perl5/site_perl/5.8.7/i386-freebsd/Compress/Raw/Zlib.pm line <br/>71.<br/>Out of memory!<br/>Lockfile removed.<br/>animalhead:~<br/>----------------------------------------------------------------------<br/><br/>Since then, any CPAN command, even just &quot;clean&quot;, ends up with a <br/>similar &quot;deep recursion / out of memory&quot; error.<br/><br/>How can I bypass this error while minimizing loss of downloaded modules?<br/><br/>Thanks,<br/>Craig MacKenna<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg442.html Wed, 16 Jan 2008 21:57:03 +0000 Re: &Compress::Zlib::gzopen by Adam Kennedy That&#39;s probably not a bug in Compress::Zlib, but rather a bug in the <br/>CPAN toolchain somewhere...<br/><br/>Given that it&#39;s line 5722, I&#39;d say that&#39;s probably CPAN.pm...<br/><br/>What version of that are you using?<br/><br/>Adam K<br/><br/>Pauls Mule wrote:<br/>&gt; Hi,<br/>&gt; New to list and couldn&#39;t find any references in the archives, google isn&#39;t<br/>&gt; helping much either... Can anyone point me in the right direction for fixing<br/>&gt; this error anytime I try to install a module?<br/>&gt; <br/>&gt; <br/>&gt; *Undefined subroutine &amp;Compress::Zlib::gzopen called at (eval 89) line 5722.<br/>&gt; *<br/>&gt; <br/>&gt; <br/>&gt; cpan&gt; install Compress::Zlib<br/>&gt; Compress::Zlib is up to date.<br/>&gt; <br/>&gt; thanks,<br/>&gt; Paul<br/>&gt; <br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg441.html Thu, 10 Jan 2008 00:56:54 +0000 &Compress::Zlib::gzopen by Pauls Mule Hi,<br/>New to list and couldn&#39;t find any references in the archives, google isn&#39;t<br/>helping much either... Can anyone point me in the right direction for fixing<br/>this error anytime I try to install a module?<br/><br/><br/>*Undefined subroutine &amp;Compress::Zlib::gzopen called at (eval 89) line 5722.<br/>*<br/><br/><br/> cpan&gt; install Compress::Zlib<br/>Compress::Zlib is up to date.<br/><br/>thanks,<br/>Paul<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg440.html Wed, 09 Jan 2008 15:46:31 +0000 Re: findnode() results in Invalid Expression only on non-self-compiledperl by Adam Kennedy RedHat :)<br/><br/>So the problem here typically is that SOME Perl distribution maintainers <br/>like to apply the occasional non-standard bleadperl patches to their <br/>release, and then version it the same as the regular one.<br/><br/>This results in bugs (I had to update 9 CPAN modules the week after I <br/>first got access to a RHEL 4 Update 1 machine).<br/><br/>I know for a fact there&#39;s still some bizarre thread bugs hidden in some <br/>versions of RedHat Enterprise Linux 4 that cause Test::More to fail its <br/>tests.<br/><br/>At my company we&#39;ve just plain given up on RHEL 4 and we&#39;re moving to 5 <br/>to try to avoid them.<br/><br/>If you are having troubles with a vendor-screwed-up Perl version, my <br/>main recommendation would be to build your /opt/perl and use that for <br/>your application.<br/><br/>Alternatively, if you have formal support contracts with those vendors <br/>PLEASE file formal bug reports. It&#39;s one of the few weapons we have to <br/>push them to not pull this crap.<br/><br/>Adam K<br/><br/>Harald H&auml;ntsch (Cenix Bioscience GmbH) wrote:<br/>&gt; Hello,<br/>&gt; <br/>&gt; I&#39;m a bit new to perl, but I think I&#39;m experiencing a very strange <br/>&gt; behavior in perl.<br/>&gt; findnodes() gives me an Invalid expression only on perl which comes with <br/>&gt; the distribution on SuSE 10.3, RHEL4 and RHEL 5.1.<br/>&gt; <br/>&gt; But if I compile the entire perl by myself it doesnt occur and works <br/>&gt; just find.<br/>&gt; I tried with different versions of perl and XML-Lib but no difference.<br/>&gt; <br/>&gt; Here is the code:<br/>&gt; <br/>&gt; #!/usr/bin/perl -w<br/>&gt; use strict;<br/>&gt; use XML::LibXML;<br/>&gt; use Getopt::Std;<br/>&gt; use vars qw/$opt_x/;<br/>&gt; <br/>&gt; { # main<br/>&gt; <br/>&gt; my $parser = XML::LibXML-&gt;new();<br/>&gt; my $usercfg = $parser-&gt;parse_file(&#39;./user.cfg&#39;);<br/>&gt; my $mailcfg = $parser-&gt;parse_file(&#39;./server.cfg&#39;);<br/>&gt; my $uroot = $usercfg-&gt;documentElement;<br/>&gt; my $mroot = $mailcfg-&gt;documentElement;<br/>&gt; <br/>&gt; my @unodes = $uroot-&gt;findnodes(&#39;./&#39;);<br/>&gt; my @mnodes = $mroot-&gt;findnodes(&#39;./&#39;);<br/>&gt; <br/>&gt; <br/>&gt; The different config show this:<br/>&gt; /usr/bin/perl -V (Distribution:<br/>&gt; <br/>&gt; Summary of my perl5 (revision 5 version 8 subversion 5) configuration:<br/>&gt; Platform:<br/>&gt; osname=linux, osvers=2.6.9-55.0.9.elsmp, <br/>&gt; archname=i386-linux-thread-multi<br/>&gt; uname=&#39;linux hs20-bc1-5.build.redhat.com 2.6.9-55.0.9.elsmp #1 smp <br/>&gt; tue sep 25 02:16:15 edt 2007 i686 i686 i386 gnulinux &#39;<br/>&gt; config_args=&#39;-des -Doptimize=-O2 -g -pipe -m32 -march=i386 <br/>&gt; -mtune=pentium4 -Dversion=5.8.5 -Dmyhostname=localhost <br/>&gt; -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. <br/>&gt; -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux <br/>&gt; -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads <br/>&gt; -Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db <br/>&gt; -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio <br/>&gt; -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less <br/>&gt; -isr -Dinc_version_list=5.8.4 5.8.3 5.8.2 5.8.1 5.8.0&#39;<br/>&gt; hint=recommended, useposix=true, d_sigaction=define<br/>&gt; usethreads=define use5005threads=undef useithreads=define <br/>&gt; usemultiplicity=define<br/>&gt; useperlio=define d_sfio=undef uselargefiles=define usesocks=undef<br/>&gt; use64bitint=undef use64bitall=undef uselongdouble=undef<br/>&gt; usemymalloc=n, bincompat5005=undef<br/>&gt; Compiler:<br/>&gt; cc=&#39;gcc&#39;, ccflags =&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING <br/>&gt; -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE <br/>&gt; -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm&#39;,<br/>&gt; optimize=&#39;-O2 -g -pipe -m32 -march=i386 -mtune=pentium4&#39;,<br/>&gt; cppflags=&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing <br/>&gt; -pipe -I/usr/local/include -I/usr/include/gdbm&#39;<br/>&gt; ccversion=&#39;&#39;, gccversion=&#39;3.4.6 20060404 (Red Hat 3.4.6-8)&#39;, <br/>&gt; gccosandvers=&#39;&#39;<br/>&gt; intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234<br/>&gt; d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12<br/>&gt; ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, <br/>&gt; lseeksize=8<br/>&gt; alignbytes=4, prototype=define<br/>&gt; Linker and Libraries:<br/>&gt; ld=&#39;gcc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/>&gt; libpth=/usr/local/lib /lib /usr/lib<br/>&gt; libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc<br/>&gt; perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc<br/>&gt; libc=/lib/libc-2.3.4.so, so=so, useshrplib=true, libperl=libperl.so<br/>&gt; gnulibc_version=&#39;2.3.4&#39;<br/>&gt; Dynamic Linking:<br/>&gt; dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-Wl,-E <br/>&gt; -Wl,-rpath,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE&#39;<br/>&gt; cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/>&gt; <br/>&gt; <br/>&gt; Characteristics of this binary (from libperl):<br/>&gt; Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS <br/>&gt; USE_LARGE_FILES PERL_IMPLICIT_CONTEXT<br/>&gt; Built under linux<br/>&gt; Compiled at Oct 22 2007 16:12:50<br/>&gt; <br/>&gt; <br/>&gt; /usr/local/bin/perl -V (self compiled)<br/>&gt; Summary of my perl5 (revision 5 version 8 subversion 7) configuration:<br/>&gt; Platform:<br/>&gt; osname=linux, osvers=2.6.9-42.0.3.elsmp, archname=i686-linux<br/>&gt; uname=&#39;linux pony.cenix-bioscience.com 2.6.9-42.0.3.elsmp #1 smp mon <br/>&gt; sep 25 17:28:02 edt 2006 i686 athlon i386 gnulinux &#39;<br/>&gt; config_args=&#39;&#39;<br/>&gt; hint=recommended, useposix=true, d_sigaction=define<br/>&gt; usethreads=undef use5005threads=undef useithreads=undef <br/>&gt; usemultiplicity=undef<br/>&gt; useperlio=define d_sfio=undef uselargefiles=define usesocks=undef<br/>&gt; use64bitint=undef use64bitall=undef uselongdouble=undef<br/>&gt; usemymalloc=n, bincompat5005=undef<br/>&gt; Compiler:<br/>&gt; cc=&#39;cc&#39;, ccflags =&#39;-fno-strict-aliasing -pipe -I/usr/local/include <br/>&gt; -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm&#39;,<br/>&gt; optimize=&#39;-O2&#39;,<br/>&gt; cppflags=&#39;-fno-strict-aliasing -pipe -I/usr/local/include <br/>&gt; -I/usr/include/gdbm&#39;<br/>&gt; ccversion=&#39;&#39;, gccversion=&#39;3.4.6 20060404 (Red Hat 3.4.6-3)&#39;, <br/>&gt; gccosandvers=&#39;&#39;<br/>&gt; intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234<br/>&gt; d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12<br/>&gt; ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, <br/>&gt; lseeksize=8<br/>&gt; alignbytes=4, prototype=define<br/>&gt; Linker and Libraries:<br/>&gt; ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/>&gt; libpth=/usr/local/lib /lib /usr/lib<br/>&gt; libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc<br/>&gt; perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc<br/>&gt; libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a<br/>&gt; gnulibc_version=&#39;2.3.4&#39;<br/>&gt; Dynamic Linking:<br/>&gt; dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-Wl,-E&#39;<br/>&gt; cccdlflags=&#39;-fpic&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/>&gt; <br/>&gt; <br/>&gt; Characteristics of this binary (from libperl):<br/>&gt; Compile-time options: USE_LARGE_FILES<br/>&gt; Built under linux<br/>&gt; Compiled at Oct 11 2006 02:59:09<br/>&gt; <br/>&gt; It would be great if someone could pojnt me in the right direction. I <br/>&gt; would like to use the script on several machines and therefore dont like <br/>&gt; to compile perl everytime.<br/>&gt; <br/>&gt; <br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg439.html Wed, 09 Jan 2008 06:50:20 +0000 findnode() results in Invalid Expression only on non-self-compiled perl by Harald Häntsch Hello,<br/><br/>I&#39;m a bit new to perl, but I think I&#39;m experiencing a very strange <br/>behavior in perl.<br/>findnodes() gives me an Invalid expression only on perl which comes <br/>with the distribution on SuSE 10.3, RHEL4 and RHEL 5.1.<br/><br/>But if I compile the entire perl by myself it doesnt occur and works <br/>just find.<br/>I tried with different versions of perl and XML-Lib but no difference.<br/><br/>Here is the code:<br/><br/>#!/usr/bin/perl -w<br/>use strict;<br/>use XML::LibXML;<br/>use Getopt::Std;<br/>use vars qw/$opt_x/;<br/><br/>{ # main<br/><br/>my $parser = XML::LibXML-&gt;new();<br/>my $usercfg = $parser-&gt;parse_file(&#39;./user.cfg&#39;);<br/>my $mailcfg = $parser-&gt;parse_file(&#39;./server.cfg&#39;);<br/>my $uroot = $usercfg-&gt;documentElement;<br/>my $mroot = $mailcfg-&gt;documentElement;<br/><br/>my @unodes = $uroot-&gt;findnodes(&#39;./&#39;);<br/>my @mnodes = $mroot-&gt;findnodes(&#39;./&#39;);<br/><br/><br/>The different config show this:<br/>/usr/bin/perl -V (Distribution:<br/><br/>Summary of my perl5 (revision 5 version 8 subversion 5) configuration:<br/> Platform:<br/> osname=linux, osvers=2.6.9-55.0.9.elsmp, archname=i386-linux- <br/>thread-multi<br/> uname=&#39;linux hs20-bc1-5.build.redhat.com 2.6.9-55.0.9.elsmp #1 smp <br/>tue sep 25 02:16:15 edt 2007 i686 i686 i386 gnulinux &#39;<br/> config_args=&#39;-des -Doptimize=-O2 -g -pipe -m32 -march=i386 - <br/>mtune=pentium4 -Dversion=5.8.5 -Dmyhostname=localhost - <br/>Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. - <br/>Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux - <br/>Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads - <br/>Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db - <br/>Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio - <br/>Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less <br/>-isr -Dinc_version_list=5.8.4 5.8.3 5.8.2 5.8.1 5.8.0&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=define use5005threads=undef useithreads=define <br/>usemultiplicity=define<br/> useperlio=define d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> usemymalloc=n, bincompat5005=undef<br/> Compiler:<br/> cc=&#39;gcc&#39;, ccflags =&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno- <br/>strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE - <br/>D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm&#39;,<br/> optimize=&#39;-O2 -g -pipe -m32 -march=i386 -mtune=pentium4&#39;,<br/> cppflags=&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict- <br/>aliasing -pipe -I/usr/local/include -I/usr/include/gdbm&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;3.4.6 20060404 (Red Hat 3.4.6-8)&#39;, <br/>gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, <br/>lseeksize=8<br/> alignbytes=4, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;gcc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread - <br/>lc<br/> perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc<br/> libc=/lib/libc-2.3.4.so, so=so, useshrplib=true, libperl=libperl.so<br/> gnulibc_version=&#39;2.3.4&#39;<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-Wl,-E - <br/>Wl,-rpath,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE&#39;<br/> cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/><br/>Characteristics of this binary (from libperl):<br/> Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS <br/>USE_LARGE_FILES PERL_IMPLICIT_CONTEXT<br/> Built under linux<br/> Compiled at Oct 22 2007 16:12:50<br/><br/><br/>/usr/local/bin/perl -V (self compiled)<br/>Summary of my perl5 (revision 5 version 8 subversion 7) configuration:<br/> Platform:<br/> osname=linux, osvers=2.6.9-42.0.3.elsmp, archname=i686-linux<br/> uname=&#39;linux pony.cenix-bioscience.com 2.6.9-42.0.3.elsmp #1 smp <br/>mon sep 25 17:28:02 edt 2006 i686 athlon i386 gnulinux &#39;<br/> config_args=&#39;&#39;<br/> hint=recommended, useposix=true, d_sigaction=define<br/> usethreads=undef use5005threads=undef useithreads=undef <br/>usemultiplicity=undef<br/> useperlio=define d_sfio=undef uselargefiles=define usesocks=undef<br/> use64bitint=undef use64bitall=undef uselongdouble=undef<br/> usemymalloc=n, bincompat5005=undef<br/> Compiler:<br/> cc=&#39;cc&#39;, ccflags =&#39;-fno-strict-aliasing -pipe -I/usr/local/include <br/>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm&#39;,<br/> optimize=&#39;-O2&#39;,<br/> cppflags=&#39;-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/ <br/>include/gdbm&#39;<br/> ccversion=&#39;&#39;, gccversion=&#39;3.4.6 20060404 (Red Hat 3.4.6-3)&#39;, <br/>gccosandvers=&#39;&#39;<br/> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234<br/> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12<br/> ivtype=&#39;long&#39;, ivsize=4, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, <br/>lseeksize=8<br/> alignbytes=4, prototype=define<br/> Linker and Libraries:<br/> ld=&#39;cc&#39;, ldflags =&#39; -L/usr/local/lib&#39;<br/> libpth=/usr/local/lib /lib /usr/lib<br/> libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc<br/> perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc<br/> libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a<br/> gnulibc_version=&#39;2.3.4&#39;<br/> Dynamic Linking:<br/> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-Wl,-E&#39;<br/> cccdlflags=&#39;-fpic&#39;, lddlflags=&#39;-shared -L/usr/local/lib&#39;<br/><br/><br/>Characteristics of this binary (from libperl):<br/> Compile-time options: USE_LARGE_FILES<br/> Built under linux<br/> Compiled at Oct 11 2006 02:59:09<br/><br/>It would be great if someone could pojnt me in the right direction. I <br/>would like to use the script on several machines and therefore dont <br/>like to compile perl everytime.<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg438.html Tue, 08 Jan 2008 06:52:40 +0000 Re: Anybody here by LeRoy DeVries <br/>On Sat, 2008-01-05 at 15:10 +0000, Andy Armstrong wrote:<br/><br/>&gt; On 5 Jan 2008, at 14:58, Andy Armstrong wrote:<br/>&gt; &gt; Ah - that&#39;s the problem - you don&#39;t have the standard headers needed <br/>&gt; &gt; to compile the module.<br/>&gt; &gt;<br/>&gt; &gt; On Ubuntu I believe you need to<br/>&gt; &gt;<br/>&gt; &gt; $ sudo apt-get install libc6-dev<br/>&gt; &gt;<br/>&gt; &gt; Alternately you could<br/>&gt; &gt;<br/>&gt; &gt; $ sudo apt-get install build-essentials<br/>&gt; &gt;<br/>&gt; &gt; which would get you libc6-dev and a bunch of other stuff you may or <br/>&gt; &gt; may not need :)<br/>&gt; <br/>&gt; <br/>&gt; And I&#39;ve just installed threads and threads::shared on an Ubuntu box <br/>&gt; here and it works fine, so once you have libc6-dev you should be OK I <br/>&gt; hope.<br/>&gt; <br/><br/>That did the trick... thanks for all your help<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg437.html Sat, 05 Jan 2008 07:15:33 +0000 Re: Anybody here by Andy Armstrong On 5 Jan 2008, at 14:58, Andy Armstrong wrote:<br/>&gt; Ah - that&#39;s the problem - you don&#39;t have the standard headers needed <br/>&gt; to compile the module.<br/>&gt;<br/>&gt; On Ubuntu I believe you need to<br/>&gt;<br/>&gt; $ sudo apt-get install libc6-dev<br/>&gt;<br/>&gt; Alternately you could<br/>&gt;<br/>&gt; $ sudo apt-get install build-essentials<br/>&gt;<br/>&gt; which would get you libc6-dev and a bunch of other stuff you may or <br/>&gt; may not need :)<br/><br/><br/>And I&#39;ve just installed threads and threads::shared on an Ubuntu box <br/>here and it works fine, so once you have libc6-dev you should be OK I <br/>hope.<br/><br/>-- <br/>Andy Armstrong, Hexten<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg436.html Sat, 05 Jan 2008 07:10:54 +0000 Re: Anybody here by Andy Armstrong (added list address back in again - hit reply to all when you reply <br/>LeRoy)<br/><br/>On 5 Jan 2008, at 14:47, LeRoy DeVries wrote:<br/>&gt; root@dva1:~/.cpan/build/threads-1.67-2t_tsK# make<br/>&gt; cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno- <br/>&gt; strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE - <br/>&gt; D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\&quot;1.67\&quot; -DXS_VERSION=\&quot;1.67\&quot; <br/>&gt; -fPIC &quot;-I/usr/lib/perl/5.8/CORE&quot; -DHAS_PPPORT_H threads.c<br/>&gt; In file included from threads.xs:3:<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:420:24: error: sys/types.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:451:19: error: ctype.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:463:23: error: locale.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:480:20: error: setjmp.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:486:26: error: sys/param.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:491:23: error: stdlib.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:496:23: error: unistd.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:776:23: error: string.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:925:27: error: netinet/in.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:929:26: error: arpa/inet.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:939:25: error: sys/stat.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:961:21: error: time.h: No such file or <br/>&gt; directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:968:25: error: sys/time.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:975:27: error: sys/times.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:982:19: error: errno.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:997:25: error: sys/socket.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:1024:21: error: netdb.h: No such file <br/>&gt; or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:1127:24: error: sys/ioctl.h: No such <br/>&gt; file or directory<br/>&gt; /usr/lib/perl/5.8/CORE/perl.h:1156:23: error: dirent.h: No such file <br/>&gt; or directory<br/><br/><br/>Ah - that&#39;s the problem - you don&#39;t have the standard headers needed <br/>to compile the module.<br/><br/>On Ubuntu I believe you need to<br/><br/>$ sudo apt-get install libc6-dev<br/><br/>Alternately you could<br/><br/>$ sudo apt-get install build-essentials<br/><br/>which would get you libc6-dev and a bunch of other stuff you may or <br/>may not need :)<br/><br/>-- <br/>Andy Armstrong, Hexten<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg435.html Sat, 05 Jan 2008 06:58:11 +0000 Re: Anybody here by Andy Armstrong On 5 Jan 2008, at 14:17, LeRoy DeVries wrote:<br/>&gt;<br/>&gt; On Sat, 2008-01-05 at 13:35 +0000, Andy Armstrong wrote:<br/>&gt;&gt;<br/>&gt;&gt; On 5 Jan 2008, at 13:27, LeRoy DeVries wrote:<br/>&gt;&gt; &gt; I&#39;ve subscribed to this forum however, I have not seen any traffic.<br/>&gt;&gt; &gt; Anybody here that might be able to help out a newbie<br/>&gt;&gt;<br/>&gt;&gt; Hello LeRoy. What&#39;s up?<br/>&gt;<br/>&gt; I have been trying to install some modules (ie threads, <br/>&gt; threads::share) etc and I get the following error<br/>&gt;<br/>&gt; Running install for module &#39;threads&#39;<br/>&gt; Running make for J/JD/JDHEDDEN/threads-1.67.tar.gz<br/>&gt; Has already been unwrapped into directory /home/ldevries/.cpan/ <br/>&gt; build/threads-1.67-2t_tsK<br/>&gt; Could not make: Unknown error<br/>&gt; Running make test<br/>&gt; Can&#39;t test without successful make<br/>&gt; Running make install<br/>&gt; Make had returned bad status, install seems impossible<br/>&gt;<br/>&gt; Whats the best way to proceed? Should I delete everything and start <br/>&gt; over and if I do what do I delete?<br/><br/><br/>(I&#39;ve added the list address back in)<br/><br/>It sounds as if threads and threads::share previously got some test <br/>errors in the same cpan session. If you quit from cpan, restart it and <br/>then attempt the install again you may see the test errors. That&#39;s the <br/>information that we need to diagnose the problem.<br/><br/>Another thing you could try is<br/><br/>cpan&gt; look threads<br/><br/>That&#39;ll unpack the threads distribution and open a command shell in <br/>the directory where it was unpacked. Then you can manually attempt:<br/><br/>$ perl Makefile.PL<br/>$ make<br/>$ make test<br/>$ sudo make install<br/><br/>(only do each step if the previous one succeeded)<br/><br/>I&#39;ve just tried that here and I notice that threads needs you to have <br/>a C compiler. Might that be the reason why it failed to build? Do you <br/>have a C compiler installed?<br/><br/>-- <br/>Andy Armstrong, Hexten<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg434.html Sat, 05 Jan 2008 06:35:16 +0000 Re: Anybody here by Andy Armstrong On 5 Jan 2008, at 13:27, LeRoy DeVries wrote:<br/>&gt; I&#39;ve subscribed to this forum however, I have not seen any traffic.<br/>&gt; Anybody here that might be able to help out a newbie<br/><br/>Hello LeRoy. What&#39;s up?<br/><br/>-- <br/>Andy Armstrong, Hexten<br/><br/><br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg433.html Sat, 05 Jan 2008 05:35:45 +0000 Anybody here by LeRoy DeVries I&#39;ve subscribed to this forum however, I have not seen any traffic.<br/>Anybody here that might be able to help out a newbie<br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2008/01/msg432.html Sat, 05 Jan 2008 05:27:26 +0000 Re: Unable to install modules by Jonathan Yu Perhaps try installing Compress::Zlib?<br/><br/>On 10/10/07, Poohba &lt;poohba@blkpoohba.dyndns.org&gt; wrote:<br/>&gt; I just installed cpan via yum and now I cannot do any updating.<br/>&gt;<br/>&gt;<br/>&gt; $cpan HTML::Template<br/>&gt; CPAN: Storable loaded ok<br/>&gt; Going to read /root/.cpan/sources/authors/01mailrc.txt.gz<br/>&gt; CPAN: LWP::UserAgent loaded ok<br/>&gt; Fetching with LWP:<br/>&gt; /modules/02packages.details.txt.gz<br/>&gt; LWP failed with code[400] message[URL must be absolute]<br/>&gt; Fetching with LWP:<br/>&gt;<br/>&gt; http://mirrors.phenominet.com/pub/CPAN/modules/02packages.details.txt.gz<br/>&gt; Going to read /root/.cpan/sources/modules/02packages.details.txt.gz<br/>&gt; Undefined subroutine &amp;Compress::Zlib::gzopen called<br/>&gt; at /usr/lib/perl5/5.8.8/CPAN.pm line 5721.<br/>&gt;<br/>&gt;<br/>&gt;<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2007/10/msg431.html Fri, 12 Oct 2007 10:53:23 +0000 Unable to install modules by Poohba I just installed cpan via yum and now I cannot do any updating.<br/><br/><br/>$cpan HTML::Template<br/>CPAN: Storable loaded ok<br/>Going to read /root/.cpan/sources/authors/01mailrc.txt.gz<br/>CPAN: LWP::UserAgent loaded ok<br/>Fetching with LWP:<br/> /modules/02packages.details.txt.gz<br/>LWP failed with code[400] message[URL must be absolute]<br/>Fetching with LWP:<br/><br/>http://mirrors.phenominet.com/pub/CPAN/modules/02packages.details.txt.gz<br/>Going to read /root/.cpan/sources/modules/02packages.details.txt.gz<br/>Undefined subroutine &amp;Compress::Zlib::gzopen called<br/>at /usr/lib/perl5/5.8.8/CPAN.pm line 5721.<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2007/10/msg430.html Wed, 10 Oct 2007 12:36:49 +0000 Unable to install modules by Poohba I just installed cpan via yum and now I cannot do any updating.<br/><br/><br/>$cpan HTML::Template<br/>CPAN: Storable loaded ok<br/>Going to read /root/.cpan/sources/authors/01mailrc.txt.gz<br/>CPAN: LWP::UserAgent loaded ok<br/>Fetching with LWP:<br/> /modules/02packages.details.txt.gz<br/>LWP failed with code[400] message[URL must be absolute]<br/>Fetching with LWP:<br/><br/>http://mirrors.phenominet.com/pub/CPAN/modules/02packages.details.txt.gz<br/>Going to read /root/.cpan/sources/modules/02packages.details.txt.gz<br/>Undefined subroutine &amp;Compress::Zlib::gzopen called<br/>at /usr/lib/perl5/5.8.8/CPAN.pm line 5721.<br/><br/><br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2007/10/msg429.html Tue, 09 Oct 2007 09:13:03 +0000 Re: bundle::cpan error by andreas.koenig.7os6VVqR &gt;&gt;&gt;&gt;&gt; On Thu, 27 Sep 2007 17:22:57 -0400, Bobby &lt;bobby@d4business.com&gt; said:<br/><br/> &gt; On Thursday 27 September 2007 17:20:51 Bobby wrote:<br/> &gt;&gt; On Thursday 27 September 2007 17:17:27 Bobby wrote:<br/> &gt;&gt; &gt; On Thursday 27 September 2007 16:23:07 Bobby wrote:<br/> &gt;&gt; &gt;<br/> &gt;&gt; &gt; It might be clear that I ran<br/> &gt;&gt; &gt;<br/> &gt;&gt; &gt; install Bundle::CPAN<br/> &gt;&gt; <br/> &gt;&gt; Haha, let&#39;s try that again.<br/> &gt;&gt; <br/> &gt;&gt; If it is not be clear what I ran ...<br/><br/> &gt; I give up. Maybe I should just get some sleep.<br/><br/>It&#39;s fixed anyway in 1.9201. Thanks for the report!<br/><br/>-- <br/>andreas<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2007/09/msg428.html Fri, 28 Sep 2007 02:54:33 +0000 Re: bundle::cpan error by Bobby On Thursday 27 September 2007 17:20:51 Bobby wrote:<br/>&gt; On Thursday 27 September 2007 17:17:27 Bobby wrote:<br/>&gt; &gt; On Thursday 27 September 2007 16:23:07 Bobby wrote:<br/>&gt; &gt;<br/>&gt; &gt; It might be clear that I ran<br/>&gt; &gt;<br/>&gt; &gt; install Bundle::CPAN<br/>&gt;<br/>&gt; Haha, let&#39;s try that again.<br/>&gt;<br/>&gt; If it is not be clear what I ran ...<br/><br/>I give up. Maybe I should just get some sleep.<br/><br/>-- <br/><br/>Bobby<br/> http://www.nntp.perl.org/group/perl.cpan.discuss/2007/09/msg427.html Thu, 27 Sep 2007 14:23:10 +0000