<?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"
	>
<channel>
	<title>Comments on: /usr/bin/ruby: no such file to load &#8212; auto_gem (LoadError)</title>
	<atom:link href="http://www.fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/</link>
	<description>Donkies Bloggin' for Donkies</description>
	<pubDate>Wed, 08 Feb 2012 10:42:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rod McLaughlin</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-450370</link>
		<dc:creator>Rod McLaughlin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 02:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-450370</guid>
		<description>Barefoot - thanks for your reply, exactly 13 months after my post. In the meantime, I've become a Gentoo geek. I now know why Gentoo is the number one distro of Linux for robust delivery of server systems. I've written several ebuilds, complete build scripts for servers using the Gentoo 'emerge' package manager, which is the best in the business.</description>
		<content:encoded><![CDATA[<p>Barefoot - thanks for your reply, exactly 13 months after my post. In the meantime, I&#8217;ve become a Gentoo geek. I now know why Gentoo is the number one distro of Linux for robust delivery of server systems. I&#8217;ve written several ebuilds, complete build scripts for servers using the Gentoo &#8216;emerge&#8217; package manager, which is the best in the business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BAReFOOt</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-449278</link>
		<dc:creator>BAReFOOt</dc:creator>
		<pubDate>Fri, 30 Dec 2011 10:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-449278</guid>
		<description>@Rod: The only generalization that can be made, is that people who generalize, can in general not be taken seriously. (And because that includes this instance, there are exceptions to this rule too, making it a valid rule. … Or circular reasoning … I can’t decide … ;)

Don’t just run emerge like that. Run it with -atv (ask, tree view, and verbose). That way it shows you a nice tree of dependencies it installs, and asks you politely before going ahead. ^^
And for updates, this is the result of 8 years of Gentoo experience:
1. eix-sync (Requires /etc/eix-sync.conf to be set up like shown below.)
2. emerge -auDNtv --changed-use --keep-going world
3. Run any language-specific updaters. (Like haskell-updater or python-updater)
4. emerge -1 @preserved-rebuild &#38;&#38; revdep-rebuild &#38;&#38; emerge -a --depclean &#38;&#38; etc-update # @preserved-rebuild requires Portage 2.2, so unmask it.

If there are any problems, you may have to go back to step 2 again, after fixing them. (Don’t worry, it will go much faster the second time.)

The /etc/eix-sync.conf:
# Order according to the script: (“*” replaced by “!layman -S”.)
!layman -S &#124;&#124; echo "Continuing, despite errors in Layman."
# emerge --sync gets executed here
@egencache --repo=local --update # Only if you use your local portage overlay
#@cd /var/lib/layman/kde/Documentation &#38;&#38; sh ./metadata-sync # Only if you use the kde overlay
@emerge --regen &#124;&#124; echo "“emerge --regen” returned error status $?."
# #emerge --metadata (Not active because of FEATURES="metadata-transfer" being on and required by overlays that modify eclasses.)
# eix-update gets executed here, if eix-cache isn’t newer than tmpfile
@@eix-remote update
# eix-diff gets executed here</description>
		<content:encoded><![CDATA[<p>@Rod: The only generalization that can be made, is that people who generalize, can in general not be taken seriously. (And because that includes this instance, there are exceptions to this rule too, making it a valid rule. … Or circular reasoning … I can’t decide … ;)</p>
<p>Don’t just run emerge like that. Run it with -atv (ask, tree view, and verbose). That way it shows you a nice tree of dependencies it installs, and asks you politely before going ahead. ^^<br />
And for updates, this is the result of 8 years of Gentoo experience:<br />
1. eix-sync (Requires /etc/eix-sync.conf to be set up like shown below.)<br />
2. emerge -auDNtv &#8211;changed-use &#8211;keep-going world<br />
3. Run any language-specific updaters. (Like haskell-updater or python-updater)<br />
4. emerge -1 @preserved-rebuild &amp;&amp; revdep-rebuild &amp;&amp; emerge -a &#8211;depclean &amp;&amp; etc-update # @preserved-rebuild requires Portage 2.2, so unmask it.</p>
<p>If there are any problems, you may have to go back to step 2 again, after fixing them. (Don’t worry, it will go much faster the second time.)</p>
<p>The /etc/eix-sync.conf:<br />
# Order according to the script: (“*” replaced by “!layman -S”.)<br />
!layman -S || echo &#8220;Continuing, despite errors in Layman.&#8221;<br />
# emerge &#8211;sync gets executed here<br />
@egencache &#8211;repo=local &#8211;update # Only if you use your local portage overlay<br />
#@cd /var/lib/layman/kde/Documentation &amp;&amp; sh ./metadata-sync # Only if you use the kde overlay<br />
@emerge &#8211;regen || echo &#8220;“emerge &#8211;regen” returned error status $?.&#8221;<br />
# #emerge &#8211;metadata (Not active because of FEATURES=&#8221;metadata-transfer&#8221; being on and required by overlays that modify eclasses.)<br />
# eix-update gets executed here, if eix-cache isn’t newer than tmpfile<br />
@@eix-remote update<br />
# eix-diff gets executed here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod McLaughlin</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-355443</link>
		<dc:creator>Rod McLaughlin</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-355443</guid>
		<description>Cheers. We have to use Gentoo at work (it's either that or Windows!) and I've realised that when I 'emerge' (install) anything, it might just update Rubygems in the background, breaking it. The sysadmin guys all say Gentoo is the dog's bollocks, but I can't quite understand why. There isn't an 'ebuild' for Rails 2.3.9, for example, so we have to upgrade every app to Rails 2.3.10 before delivering it into production.</description>
		<content:encoded><![CDATA[<p>Cheers. We have to use Gentoo at work (it&#8217;s either that or Windows!) and I&#8217;ve realised that when I &#8216;emerge&#8217; (install) anything, it might just update Rubygems in the background, breaking it. The sysadmin guys all say Gentoo is the dog&#8217;s bollocks, but I can&#8217;t quite understand why. There isn&#8217;t an &#8216;ebuild&#8217; for Rails 2.3.9, for example, so we have to upgrade every app to Rails 2.3.10 before delivering it into production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-286322</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Thu, 06 May 2010 09:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-286322</guid>
		<description>thanks, this was exactly what i've searched for. here we go REE :)</description>
		<content:encoded><![CDATA[<p>thanks, this was exactly what i&#8217;ve searched for. here we go REE :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porcelinux</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-75863</link>
		<dc:creator>porcelinux</dc:creator>
		<pubDate>Mon, 13 Oct 2008 10:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-75863</guid>
		<description>yesss,
this solved my errors in amarok 1.4

Tnx a lot master</description>
		<content:encoded><![CDATA[<p>yesss,<br />
this solved my errors in amarok 1.4</p>
<p>Tnx a lot master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vetal4eg</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-69495</link>
		<dc:creator>Vetal4eg</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-69495</guid>
		<description>Nice! thx u!</description>
		<content:encoded><![CDATA[<p>Nice! thx u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davi</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-35672</link>
		<dc:creator>Davi</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-35672</guid>
		<description>Thank you very much.

It solved my problem with Ruby Enterprise Edition + Gentoo.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>It solved my problem with Ruby Enterprise Edition + Gentoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-29017</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 13 Mar 2008 07:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-29017</guid>
		<description>Thanks!  Exactly what I was looking for.  I couldn't get ruby 1.9 to run on gentoo.</description>
		<content:encoded><![CDATA[<p>Thanks!  Exactly what I was looking for.  I couldn&#8217;t get ruby 1.9 to run on gentoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-23032</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Mon, 14 Jan 2008 12:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-23032</guid>
		<description>This helped me repairing my ruby install... big time. Thank you!</description>
		<content:encoded><![CDATA[<p>This helped me repairing my ruby install&#8230; big time. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daevid Vincent</title>
		<link>http://fatpenguinblog.com/scott-rippee/usrbinruby-no-such-file-to-load-auto_gem-loaderror/#comment-16168</link>
		<dc:creator>Daevid Vincent</dc:creator>
		<pubDate>Fri, 05 Oct 2007 23:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=810#comment-16168</guid>
		<description>Thank you! This was driving me nuts, and http://bugs.gentoo.org didn't show anything for rubygems that I found.</description>
		<content:encoded><![CDATA[<p>Thank you! This was driving me nuts, and <a href="http://bugs.gentoo.org" rel="nofollow">http://bugs.gentoo.org</a> didn&#8217;t show anything for rubygems that I found.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

