<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reign Drops Fall... &#187; gentoo</title>
	<atom:link href="http://www.reigndropsfall.net/tag/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reigndropsfall.net</link>
	<description>Ramblings from a hacker in Iowa</description>
	<lastBuildDate>Wed, 07 Jul 2010 19:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Bugs abound (but not really)</title>
		<link>http://www.reigndropsfall.net/2004/05/20/bugs-abound-but-not-really/</link>
		<comments>http://www.reigndropsfall.net/2004/05/20/bugs-abound-but-not-really/#comments</comments>
		<pubDate>Thu, 20 May 2004 07:34:37 +0000</pubDate>
		<dc:creator>Bryan Forbes</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[coaster]]></category>
		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As some of you may know, I use Gentoo. Although there seems to be a negative connotation when someone says that word, I actually enjoy using it. Most of the time. Some of you may be saying, &#8220;Bryan, why haven&#8217;t you been working on Coaster this week?&#8221; and I would respond, &#8220;because I&#8217;ve been filing [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, I use <a href="http://www.gentoo.org">Gentoo.</a>  Although there seems to be a negative connotation when someone says that word, I actually enjoy using it.  Most of the time.  Some of you may be saying, &#8220;Bryan, why haven&#8217;t you been working on Coaster this week?&#8221; and I would respond, &#8220;because I&#8217;ve been filing non-existant bugs on gcc and glibc when it was actually Gentoo&#8217;s fault.&#8221;</p>
<p>Yes, go ahead and laugh, but I found out my problem <img src='http://www.reigndropsfall.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .  I wasn&#8217;t able to use std::locale(&#8220;&#8221;); in a c++ program compiled with gcc 3.4.0 without it throwing an exception and crashing.  Instead of finding out what was happening in libstdc++, I decided to ask in the gcc IRC channel and for some reason or another, I got the crazy idea that there was a glibc problem, so I filed a bug against glibc (after filing another bug against gcc that <a href="http://www.murrayc.com">Murray</a> talked about already this week).  Well, after being told each (libstdc++ and glibc) was fine, I finally went to the compiler source, used <a href="http://regexxer.sourceforge.com">regexxer</a> (thanks Daniel) to find the method that was throwing the exception and found out my problem: Gentoo was compiling gcc with <code>--enable-locale=generic</code> and the generic locale code for libstdc++ only accepts &#8220;C&#8221; for a locale.  After taking that little option out of the ebuild, configure finds glibc on my system and compiles with glibc support.  Tada!  C++ programs can now use locales again.</p>
<p>Other than that minor setback, I have really found gcc 3.4.0 quite enjoyable.  There are only a few things that won&#8217;t compile with it, but I&#8217;m sure they will be fixed in due time.  On the bright side, all of <a href="http://www.gtkmm.org">gtkmm</a> and all of the required dependencies compile with 3.4.0 and that&#8217;s a good thing.  Now, let&#8217;s hope I can quit worrying about my compiler and get back to <a href="http://www.coaster-burn.org">Coaster.</a></p>
<p>In other news, <a href="http://www.target.com">Target</a> has a lot of great stuff.  My fianc&#233;e and I finished up most of the stuff we needed for our gift registry at Target today.  It&#8217;s great to pick out stuff for other people to buy for you.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.reigndropsfall.net/2006/04/01/my-current-endeavors/" title="My current endeavors">My current endeavors</a></li><li><a href="http://www.reigndropsfall.net/2006/01/21/updates-2/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/11/09/dork-sided/" title="Dork-sided">Dork-sided</a></li><li><a href="http://www.reigndropsfall.net/2005/09/13/catching-up/" title="Catching up">Catching up</a></li><li><a href="http://www.reigndropsfall.net/2005/08/07/updates/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/07/14/oh-the-joy-of-technology/" title="Oh the joy of technology">Oh the joy of technology</a></li><li><a href="http://www.reigndropsfall.net/2005/04/07/drivel-and-coaster/" title="Drivel and Coaster">Drivel and Coaster</a></li><li><a href="http://www.reigndropsfall.net/2005/03/24/coaster-site/" title="Coaster site">Coaster site</a></li><li><a href="http://www.reigndropsfall.net/2005/02/20/i-can-almost-hear-it/" title="I can almost hear it&#8230;">I can almost hear it&#8230;</a></li><li><a href="http://www.reigndropsfall.net/2005/02/08/not-quite-the-universe-and-everything/" title="Not Quite The Universe and Everything">Not Quite The Universe and Everything</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.reigndropsfall.net/2004/05/20/bugs-abound-but-not-really/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gnome 2.6 Beta 1</title>
		<link>http://www.reigndropsfall.net/2004/03/11/gnome-26-beta-1/</link>
		<comments>http://www.reigndropsfall.net/2004/03/11/gnome-26-beta-1/#comments</comments>
		<pubDate>Thu, 11 Mar 2004 06:01:44 +0000</pubDate>
		<dc:creator>Bryan Forbes</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok, so I gave in (the wait was killing me) and upgraded to Gnome 2.6 beta 1 using breakmygentoo.net ebuilds and a patch of my own devising (which I have submitted to Matt of bmg) for gtk+-2.3.6 which fixes some issues that will be fixed in 2.3.7 (mostly FileChooser stuff). And except for an < [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I gave in (the wait was killing me) and upgraded to <a href="http://www.gnome.org">Gnome</a> 2.6 beta 1 using <a href="http://www.breakmygentoo.net's">breakmygentoo.net</a> ebuilds and a patch of my own devising (which I have submitted to Matt of bmg) for gtk+-2.3.6 which fixes some issues that will be fixed in 2.3.7 (mostly FileChooser stuff).  And except for an < %popup(20040318-quicklounge-wrong.png|192|41|issue)%> with the Quick Lounge applet, it works!  Just in case there was any doubt, I really really like it.  It&#8217;s really polished and looks great.  Ok, I need to get to bed.  It&#8217;s 1:00 AM and I&#8217;m starting to doze off at the keyboard&#8230;</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.reigndropsfall.net/2005/03/04/splash-screen/" title="Splash screen">Splash screen</a></li><li><a href="http://www.reigndropsfall.net/2004/10/22/theme-spec/" title="Theme Spec">Theme Spec</a></li><li><a href="http://www.reigndropsfall.net/2004/08/10/another-day/" title="Another day&#8230;">Another day&#8230;</a></li><li><a href="http://www.reigndropsfall.net/2004/05/20/bugs-abound-but-not-really/" title="Bugs abound (but not really)">Bugs abound (but not really)</a></li><li><a href="http://www.reigndropsfall.net/2004/05/11/damage-control/" title="Damage Control&#8230;">Damage Control&#8230;</a></li><li><a href="http://www.reigndropsfall.net/2004/04/12/finality/" title="Finality&#8230;">Finality&#8230;</a></li><li><a href="http://www.reigndropsfall.net/2004/03/30/240-releases-soon/" title="2.4.0 releases&#8230;. soon&#8230;.">2.4.0 releases&#8230;. soon&#8230;.</a></li><li><a href="http://www.reigndropsfall.net/2004/03/12/coaster/" title="Coaster">Coaster</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.reigndropsfall.net/2004/03/11/gnome-26-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
