<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recursive Dependencies in CPAN</title>
	<atom:link href="http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/</link>
	<description>... notes, thoughts, rants, and randomness.</description>
	<lastBuildDate>Mon, 08 Apr 2013 21:01:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: insane</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-24474</link>
		<dc:creator>insane</dc:creator>
		<pubDate>Sat, 18 Dec 2010 00:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-24474</guid>
		<description><![CDATA[Thank you very much &#039;wpns&#039;, updating the date on my VirtualMachine did the trick and the installation of Bundle::CPAN worked fine.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much &#8216;wpns&#8217;, updating the date on my VirtualMachine did the trick and the installation of Bundle::CPAN worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laufeyjarson</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-647</link>
		<dc:creator>Laufeyjarson</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-647</guid>
		<description><![CDATA[Sounds to me like you&#039;ve got CPAN behaving better.  What errors are you getting, or do you just get the summary?]]></description>
		<content:encoded><![CDATA[<p>Sounds to me like you&#8217;ve got CPAN behaving better.  What errors are you getting, or do you just get the summary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: japh_hopeful</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-638</link>
		<dc:creator>japh_hopeful</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-638</guid>
		<description><![CDATA[Did the install CPAN, install Bundle::CPAN, install Catalyst ... but get stuck on the testing: 
Test Summary Report
-------------------
t/aggregate/live_engine_request_body.t                         (Wstat: 256 Tests: 23 Failed: 1)
  Failed test:  23
  Non-zero exit status: 1
Files=115, Tests=2426, 158 wallclock secs ( 0.67 usr  0.40 sys + 147.32 cusr  6.91 csys = 155.30 CPU)
Result: FAIL
Failed 1/115 test programs. 1/2426 subtests failed.
make: *** [test_dynamic] Error 255
  FLORA/Catalyst-Runtime-5.80013.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports FLORA/Catalyst-Runtime-5.80013.tar.gz
Running make install
  make test had returned bad status, won&#039;t install without force
Failed during this command:
 FLORA/Catalyst-Runtime-5.80013.tar.gz        : make_test NO

but I dont know what to do next. 
Any suggestions?]]></description>
		<content:encoded><![CDATA[<p>Did the install CPAN, install Bundle::CPAN, install Catalyst &#8230; but get stuck on the testing:<br />
Test Summary Report<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
t/aggregate/live_engine_request_body.t                         (Wstat: 256 Tests: 23 Failed: 1)<br />
  Failed test:  23<br />
  Non-zero exit status: 1<br />
Files=115, Tests=2426, 158 wallclock secs ( 0.67 usr  0.40 sys + 147.32 cusr  6.91 csys = 155.30 CPU)<br />
Result: FAIL<br />
Failed 1/115 test programs. 1/2426 subtests failed.<br />
make: *** [test_dynamic] Error 255<br />
  FLORA/Catalyst-Runtime-5.80013.tar.gz<br />
  /usr/bin/make test &#8212; NOT OK<br />
//hint// to see the cpan-testers results for installing this module, try:<br />
  reports FLORA/Catalyst-Runtime-5.80013.tar.gz<br />
Running make install<br />
  make test had returned bad status, won&#8217;t install without force<br />
Failed during this command:<br />
 FLORA/Catalyst-Runtime-5.80013.tar.gz        : make_test NO</p>
<p>but I dont know what to do next.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpns</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-343</link>
		<dc:creator>wpns</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-343</guid>
		<description><![CDATA[I had this exact problem, and none of the solutions I could find seemed to make any difference.  Careful inspection of the logs revealed that the date/time on my Linux box was significantly off, and since the timestamp on some files was more than (a megasecond?) in the future, the installation failed.

Correcting the time on my box solved the problem.  Worth a check.  Use the &#039;date&#039; command to check and set the time.]]></description>
		<content:encoded><![CDATA[<p>I had this exact problem, and none of the solutions I could find seemed to make any difference.  Careful inspection of the logs revealed that the date/time on my Linux box was significantly off, and since the timestamp on some files was more than (a megasecond?) in the future, the installation failed.</p>
<p>Correcting the time on my box solved the problem.  Worth a check.  Use the &#8216;date&#8217; command to check and set the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ME</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-146</link>
		<dc:creator>ME</dc:creator>
		<pubDate>Sat, 01 Aug 2009 19:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-146</guid>
		<description><![CDATA[CPAN sucks, it almost never works strait out of the box, never, ever, saw it work strait away on ubuntu..... CPAN doesn&#039;t give real user friendly error&#039;s nor can it be called user friendly when it worked fine before. 

Just try installing the things you need by hand, or just give up, and go for bash, python, etc.

(sad)

Perl Rocks do ;D

Kind regards a perl monk]]></description>
		<content:encoded><![CDATA[<p>CPAN sucks, it almost never works strait out of the box, never, ever, saw it work strait away on ubuntu&#8230;.. CPAN doesn&#8217;t give real user friendly error&#8217;s nor can it be called user friendly when it worked fine before. </p>
<p>Just try installing the things you need by hand, or just give up, and go for bash, python, etc.</p>
<p>(sad)</p>
<p>Perl Rocks do ;D</p>
<p>Kind regards a perl monk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laufeyjarson</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-102</link>
		<dc:creator>Laufeyjarson</dc:creator>
		<pubDate>Sun, 19 Jul 2009 00:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-102</guid>
		<description><![CDATA[I discovered the same thing, that you couldn’t install any of the modules.

Tomas’ directions worked for me. Just upgrading CPAN, then doing the install of the whole CPAN bundle got me past the recursive dependency.

I’m sorry to hear it didn’t work well for you. Try asking on the mailing list and see if anyone has specific help for your platform, I guess.]]></description>
		<content:encoded><![CDATA[<p>I discovered the same thing, that you couldn’t install any of the modules.</p>
<p>Tomas’ directions worked for me. Just upgrading CPAN, then doing the install of the whole CPAN bundle got me past the recursive dependency.</p>
<p>I’m sorry to hear it didn’t work well for you. Try asking on the mailing list and see if anyone has specific help for your platform, I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem ERSOY</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-100</link>
		<dc:creator>Kerem ERSOY</dc:creator>
		<pubDate>Sat, 18 Jul 2009 23:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-100</guid>
		<description><![CDATA[You can&#039;t install manually. When you try to manual install any of them you get the same error. Recursevie ependencey condition exists in each of them.

Furthermore install CPAN did not solve my problem : (]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t install manually. When you try to manual install any of them you get the same error. Recursevie ependencey condition exists in each of them.</p>
<p>Furthermore install CPAN did not solve my problem : (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laufeyjarson</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-51</link>
		<dc:creator>Laufeyjarson</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-51</guid>
		<description><![CDATA[Yes, that has done it.  That&#039;s wonderful.  I was going to try manually installing one (or more) of the modules with the loop in them to see if that would satisfy it.

Thanks again, Tomas!

Now, to try and install Catalyst!]]></description>
		<content:encoded><![CDATA[<p>Yes, that has done it.  That&#8217;s wonderful.  I was going to try manually installing one (or more) of the modules with the loop in them to see if that would satisfy it.</p>
<p>Thanks again, Tomas!</p>
<p>Now, to try and install Catalyst!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Doran</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-50</link>
		<dc:creator>Tomas Doran</dc:creator>
		<pubDate>Sat, 20 Jun 2009 15:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-50</guid>
		<description><![CDATA[Newer CPAN has fixed this. Install _just_ CPAN, then try to install Bundle::CPAN, and all will be well.]]></description>
		<content:encoded><![CDATA[<p>Newer CPAN has fixed this. Install _just_ CPAN, then try to install Bundle::CPAN, and all will be well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://blog.laufeyjarson.com/2009/06/recursive-dependencies-in-cpan/comment-page-1/#comment-49</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Sat, 20 Jun 2009 15:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laufeyjarson.com/?p=56#comment-49</guid>
		<description><![CDATA[Oops, I described it in 2, 1, 3 order.

Check the version first, do the manual install, then install the CPAN bundle.]]></description>
		<content:encoded><![CDATA[<p>Oops, I described it in 2, 1, 3 order.</p>
<p>Check the version first, do the manual install, then install the CPAN bundle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
