<?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: Installing SproutCore on Ubuntu on VirtualBox</title>
	<atom:link href="http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:25:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: meadhbh hamrick</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-124174</link>
		<dc:creator>meadhbh hamrick</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-124174</guid>
		<description>fwiw... i&#039;m on Ubuntu 8.04-1 and i didn&#039;t have ruby, libxml2 or libxslt installed for whatever reason, i also had problems with the error message: &lt;code&gt;/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)&lt;/code&gt;, so the process i used was, as root:

1. install required packages via apt-get:

&lt;code&gt;apt-get install ruby rubygems ruby1.8-dev build-essentials libxml2-dev libxslt1-dev&lt;/code&gt;

(though i&#039;m pretty sure i had build-essentials already installed.)

2. update ruby gems with:

&lt;code&gt;gem install rubygems-update
gem update --system&lt;/code&gt;

3. unhork /usr/bin/gem using the process defined @ http://nickdenardis.com/2008/11/29/fixing-uninitialized-constant-gemgemrunner-nameerror-ubuntu/ by modifying the top of /usr/bin/gem to look like:

&lt;code&gt;require &#039;rubygems&#039;
require &#039;rubygems/gem_runner&#039;
#Gem.manage_gems&lt;/code&gt;

4. set the path

&lt;code&gt;export PATH=$PATH:/var/lib/gems/1.8/bin&lt;/code&gt;

5. install the sproutcore gem:

&lt;code&gt;gem install sproutcore&lt;/code&gt;

and get ready to type &#039;Y&#039; a lot, except for when you have to type a number.

after this, the hello world example worked well for me.</description>
		<content:encoded><![CDATA[<p>fwiw&#8230; i&#8217;m on Ubuntu 8.04-1 and i didn&#8217;t have ruby, libxml2 or libxslt installed for whatever reason, i also had problems with the error message: <code>/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)</code>, so the process i used was, as root:</p>
<p>1. install required packages via apt-get:</p>
<p><code>apt-get install ruby rubygems ruby1.8-dev build-essentials libxml2-dev libxslt1-dev</code></p>
<p>(though i&#8217;m pretty sure i had build-essentials already installed.)</p>
<p>2. update ruby gems with:</p>
<p><code>gem install rubygems-update<br />
gem update --system</code></p>
<p>3. unhork /usr/bin/gem using the process defined @ <a href="http://nickdenardis.com/2008/11/29/fixing-uninitialized-constant-gemgemrunner-nameerror-ubuntu/" rel="nofollow">http://nickdenardis.com/2008/11/29/fixing-uninitialized-constant-gemgemrunner-nameerror-ubuntu/</a> by modifying the top of /usr/bin/gem to look like:</p>
<p><code>require 'rubygems'<br />
require 'rubygems/gem_runner'<br />
#Gem.manage_gems</code></p>
<p>4. set the path</p>
<p><code>export PATH=$PATH:/var/lib/gems/1.8/bin</code></p>
<p>5. install the sproutcore gem:</p>
<p><code>gem install sproutcore</code></p>
<p>and get ready to type &#8216;Y&#8217; a lot, except for when you have to type a number.</p>
<p>after this, the hello world example worked well for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extrinsic</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-123663</link>
		<dc:creator>Extrinsic</dc:creator>
		<pubDate>Thu, 12 Mar 2009 05:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-123663</guid>
		<description>Got_Rice64 &amp; hninh, try the following to update your version:

gem install rubygems-update
update_rubygems</description>
		<content:encoded><![CDATA[<p>Got_Rice64 &amp; hninh, try the following to update your version:</p>
<p>gem install rubygems-update<br />
update_rubygems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hninh</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-121497</link>
		<dc:creator>hninh</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-121497</guid>
		<description>I got the same error as Got_Rice64 after went through all of the steps and ran
&gt;&gt;sudo gem install sproutcore

ERROR: Error installing sproutcore:
merb-core requires RubyGems version &gt;= 1.3.0</description>
		<content:encoded><![CDATA[<p>I got the same error as Got_Rice64 after went through all of the steps and ran<br />
&gt;&gt;sudo gem install sproutcore</p>
<p>ERROR: Error installing sproutcore:<br />
merb-core requires RubyGems version &gt;= 1.3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Got_Rice64</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-119941</link>
		<dc:creator>Got_Rice64</dc:creator>
		<pubDate>Wed, 28 Jan 2009 10:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-119941</guid>
		<description>After running: &lt;code&gt;sudo gem install sproutcore&lt;/code&gt;

I get this error...
&lt;code&gt;
ERROR:  Error installing sproutcore:
	merb-core requires RubyGems version &gt;= 1.3.0
&lt;/code&gt;

Any ideas?

I&#039;m running Ubuntu Ibex, natively on an Asus Eee pc 1000. 

I&#039;ve already run through all of the other installations...</description>
		<content:encoded><![CDATA[<p>After running: <code>sudo gem install sproutcore</code></p>
<p>I get this error&#8230;<br />
<code><br />
ERROR:  Error installing sproutcore:<br />
	merb-core requires RubyGems version &gt;= 1.3.0<br />
</code></p>
<p>Any ideas?</p>
<p>I&#8217;m running Ubuntu Ibex, natively on an Asus Eee pc 1000. </p>
<p>I&#8217;ve already run through all of the other installations&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notre</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-104697</link>
		<dc:creator>Notre</dc:creator>
		<pubDate>Thu, 31 Jul 2008 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-104697</guid>
		<description>I managed to get this working.  

I re-ran the &quot;apt-get install ruby1.8-dev&quot; step (not sure if this was necessary) then waited a while for the deferred processing to complete (not sure if that was necessary either :)

Then I ran &quot;gem install sproutcore&quot; a second time and this time everything worked perfectly.

Thank you very much for your post!  I tried using SproutCore under Windows but was unsuccessful so I was very happy to find the information you provided here.</description>
		<content:encoded><![CDATA[<p>I managed to get this working.  </p>
<p>I re-ran the &#8220;apt-get install ruby1.8-dev&#8221; step (not sure if this was necessary) then waited a while for the deferred processing to complete (not sure if that was necessary either <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then I ran &#8220;gem install sproutcore&#8221; a second time and this time everything worked perfectly.</p>
<p>Thank you very much for your post!  I tried using SproutCore under Windows but was unsuccessful so I was very happy to find the information you provided here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-104695</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-104695</guid>
		<description>@Notre

You could try:

gem cleanup
gem update

any better? 

Tim</description>
		<content:encoded><![CDATA[<p>@Notre</p>
<p>You could try:</p>
<p>gem cleanup<br />
gem update</p>
<p>any better? </p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notre</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-104691</link>
		<dc:creator>Notre</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-104691</guid>
		<description>Hi Tim,

Thanks very much for your post.  I&#039;m having some trouble getting this to work.  I got a VMWare appliance with Ubuntu pre-installed.  I then tried to follow the steps you suggested.

It looked like everything worked until I got to this step:

gem install sproutcore

at this point, I got this error message:
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find sproutcore (&gt;0) in any repository

Can you suggest what I might be doing wrong?

Thanks,

Notre</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Thanks very much for your post.  I&#8217;m having some trouble getting this to work.  I got a VMWare appliance with Ubuntu pre-installed.  I then tried to follow the steps you suggested.</p>
<p>It looked like everything worked until I got to this step:</p>
<p>gem install sproutcore</p>
<p>at this point, I got this error message:<br />
Bulk updating Gem source index for: <a href="http://gems.rubyforge.org" rel="nofollow">http://gems.rubyforge.org</a><br />
ERROR: While executing gem &#8230; (Gem::GemNotFoundException)<br />
Could not find sproutcore (&gt;0) in any repository</p>
<p>Can you suggest what I might be doing wrong?</p>
<p>Thanks,</p>
<p>Notre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-103851</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 13 Jul 2008 16:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-103851</guid>
		<description>@Keith 

Thanks for the suggestion; that makes sense.

Tim</description>
		<content:encoded><![CDATA[<p>@Keith </p>
<p>Thanks for the suggestion; that makes sense.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: velebak</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-103847</link>
		<dc:creator>velebak</dc:creator>
		<pubDate>Sun, 13 Jul 2008 15:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-103847</guid>
		<description>Tim,

I&#039;d suggest moving your additions to /etc/profile to /etc/profile.d/sproutcore.sh and chmod +x the script.

This way, you can have application specific configs and not touch /etc/profile, which may get updated in the course of normal system updates and blow away your modifications.

Keith</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>I&#8217;d suggest moving your additions to /etc/profile to /etc/profile.d/sproutcore.sh and chmod +x the script.</p>
<p>This way, you can have application specific configs and not touch /etc/profile, which may get updated in the course of normal system updates and blow away your modifications.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Svensson</title>
		<link>http://www.itwriting.com/blog/681-installing-sproutcore-on-ubuntu-on-virtualbox.html/comment-page-1#comment-102901</link>
		<dc:creator>Markus Svensson</dc:creator>
		<pubDate>Sun, 29 Jun 2008 17:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=681#comment-102901</guid>
		<description>Thanks for this - I was scratching my head for a while trying to get SproutCore installed on my Ubuntu box. :)</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; I was scratching my head for a while trying to get SproutCore installed on my Ubuntu box. <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
