<?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: Darwin Ports Gotcha! Removing a Version of a port</title>
	<atom:link href="http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port/feed/" rel="self" type="application/rss+xml" />
	<link>http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port/</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 23:09:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: cboone</title>
		<link>http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port/comment-page-1/#comment-914</link>
		<dc:creator>cboone</dc:creator>
		<pubDate>Mon, 22 May 2006 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port#comment-914</guid>
		<description>&lt;p&gt;You know, I struggled with just this issue last week. Thanks for writing it up.
&lt;br /&gt;
For the record, you might have been able to deal with the original problem by:
&lt;br /&gt;
&lt;code&gt;sudo port deactivate ruby&lt;br /&gt;
sudo port install ruby&lt;/code&gt;
&lt;br /&gt;
DP must have gotten bogged down in the install process after having gotten everything ready for installation, but before having deactivated the old version of Ruby. Then, when you asked it to install Ruby, it just jumped straight to activation, skipping the crucial deactivation step.
&lt;br /&gt;
You could also have tried:
&lt;br /&gt;
&lt;code&gt;sudo port clean ruby&lt;br /&gt;
sudo port install ruby&lt;/code&gt;
&lt;br /&gt;
That would have (hopefully) cleaned up the mess left by the aborted installation, then installed Ruby anew.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You know, I struggled with just this issue last week. Thanks for writing it up.<br />
<br />
For the record, you might have been able to deal with the original problem by:<br />
<br />
<code>sudo port deactivate ruby&lt;br /&gt;<br />
sudo port install ruby</code><br />
<br />
DP must have gotten bogged down in the install process after having gotten everything ready for installation, but before having deactivated the old version of Ruby. Then, when you asked it to install Ruby, it just jumped straight to activation, skipping the crucial deactivation step.<br />
<br />
You could also have tried:<br />
<br />
<code>sudo port clean ruby&lt;br /&gt;<br />
sudo port install ruby</code><br />
<br />
That would have (hopefully) cleaned up the mess left by the aborted installation, then installed Ruby anew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kellan</title>
		<link>http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port/comment-page-1/#comment-915</link>
		<dc:creator>kellan</dc:creator>
		<pubDate>Mon, 22 May 2006 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port#comment-915</guid>
		<description>&lt;p&gt;It ain&#8217;t a BSDism, the whole &#8220;port install&#8221; thingy that works kind of like apt is a Darwin Ports-ism.&lt;/p&gt;


	&lt;p&gt;Which was a total shock for me when I found myself on a FreeBSD box.  I had just assumed the knowledge was transferable.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It ain&#8217;t a BSDism, the whole &#8220;port install&#8221; thingy that works kind of like apt is a Darwin Ports-ism.</p>
<p>Which was a total shock for me when I found myself on a FreeBSD box.  I had just assumed the knowledge was transferable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rabble</title>
		<link>http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port/comment-page-1/#comment-916</link>
		<dc:creator>rabble</dc:creator>
		<pubDate>Mon, 22 May 2006 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://anarchogeek.com/2006/05/22/darwin-ports-gotcha-removing-a-version-of-a-port#comment-916</guid>
		<description>&lt;p&gt;Clean doesn&#8217;t work if you have multiple versions, same problem. i tried that as well. Well now it&#8217;s documented and discoverable via google.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Clean doesn&#8217;t work if you have multiple versions, same problem. i tried that as well. Well now it&#8217;s documented and discoverable via google.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

