<?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
<title>Tales of the Racoon Fink: KDE</title>
<link>http://www.racoonfink.com/?utm_source=rss&amp;utm_medium=rss</link>
<description>...or, how to make an origami racoon (not really)</description>
<dc:language>en-us</dc:language>
<dc:creator>blog@racoonfink.com</dc:creator>
<dc:rights>Copyright 2008</dc:rights>
<dc:date>2008-02-20T23:05:07-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.1" />
<admin:errorReportsTo rdf:resource="mailto:blog@racoonfink.com"/>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>


<item>
<title>KDE 3.5.9 in Fink Unstable</title>
<link>http://www.racoonfink.com/archives/000760.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=kde_359_in_fink</link>
<description> Now that KDE 3.5.9 is out, I&apos;ve updated all of the Fink KDE/X11 packages to match it. Nothing new specific to Mac OS X or Fink, just a version...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000760.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Wed, 20 Feb 2008 23:05:07 -0500</pubDate>
<content:encoded><![CDATA[<p>
Now that <a href="http://www.kde.org/announcements/announce-3.5.9.php">KDE 3.5.9 is out</a>, I've updated all of the Fink KDE/X11 packages to match it.  Nothing new specific to Mac OS X or Fink, just a version bump with some bugfixes and a significantly updated kdepim.
</p>
<p>
It also includes a few things that are updated to understand Chris's new libflac package.
</p>
<p>
As always, <a href="mailto:kde@fink.racoonfink.com">let me know</a> if you run into any issues.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000760.html#comments" title="Comment on: KDE 3.5.9 in Fink Unstable">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>Just a Little Update</title>
<link>http://www.racoonfink.com/archives/000759.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=just_a_little_u</link>
<description> Had a good time at SCaLE -- seemed like a lot of folks were interested in OpenNMS there. Of course, we found a bug in 1.3.10 as soon as...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000759.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Thu, 14 Feb 2008 15:52:33 -0500</pubDate>
<content:encoded><![CDATA[<p>
Had a good time at <a href="http://www.socallinuxexpo.org/">SCaLE</a> -- seemed like a lot of folks were interested in <a href="http://www.opennms.org/">OpenNMS</a> there.  Of course, we found a bug in 1.3.10 as soon as it was out the door so I actually did <a href="http://sourceforge.net/forum/forum.php?forum_id=782817">another release</a> <em>during</em> the conference.  Fun!
</p>
<p>
Also fixed a long-standing bug with kdepim building on leopard; It should work now.  If there are any other KDE3 build issues on Leopard, please <a href="mailto:kde3-on-leopard@fink.racoonfink.com">let me know</a>.  I'm in the process of updating the packages to the upcoming 3.5.9 release.
</p>
<p>
Also, I see <a href="http://lists.kde.org/?t=120135122700002&amp;r=1&amp;w=2">qt-copy is now a 4.4 snapshot</a> so hopefully if I can get another snapshot build going, we'll have native QuickTime audio.  (woot)
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000759.html#comments" title="Comment on: Just a Little Update">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>DBus autolaunch on Mac OS X</title>
<link>http://www.racoonfink.com/archives/000757.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=dbus_autolaunch</link>
<description> I&apos;ve submitted some patches to D-Bus to allow it to auto-launch on Mac OS X. This should let me remove some completely awful and distribution-specific code from kdelibs. It&apos;s...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000757.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Sat, 26 Jan 2008 15:25:53 -0500</pubDate>
<content:encoded><![CDATA[<p>
I've <a href="https://bugs.freedesktop.org/show_bug.cgi?id=14259">submitted some patches</a> to D-Bus to allow it to auto-launch on Mac OS X.  This should let me remove some <a href="http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/kernel/kapplication_mac.cpp?revision=696538&amp;view=markup">completely awful and distribution-specific</a> code from kdelibs.
</p>
<p>
It's <a href="http://lists.macosforge.org/pipermail/launchd-dev/2008-January/000186.html">got a few quirks to work out</a>, but on 10.5, it's rockin'!  Even scarier, <strong>I wrote C code.</strong>  I think it might even be <em>halfway decent</em> C code.  Time to look out, Armageddon is clearly happening any day now.  :)
</p>
<p>
Oh, and as an aside, this is the first time I've actually had to break down and finally learn how to use <a href="http://git.or.cz/">Git</a>, since that's what dbus uses, and it's friggin' amazing.  Lightning fast, and well-suited to sending patches upstream.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000757.html#comments" title="Comment on: DBus autolaunch on Mac OS X">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>Stats Junkie</title>
<link>http://www.racoonfink.com/archives/000756.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=stats_junkie</link>
<description> If there&apos;s one thing I know about people who are involved in network management, it&apos;s that they&apos;re stats junkies. Case in point. (Hah, I mean, how cool is it...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000756.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Fri, 25 Jan 2008 09:36:13 -0500</pubDate>
<content:encoded><![CDATA[<p>
If there's one thing I know about people who are involved in network management, it's that they're stats junkies.  <a href="http://blogs.opennms.org/?p=131">Case in point.</a>  (Hah, I mean, how cool is it to poll the weather in OpenNMS...)  I put that to the test in the last week, most definitely.
</p>
<p>
I got <a href="http://apple.slashdot.org/article.pl?sid=08/01/23/1848227">slashdotted</a> (and <a href="http://arstechnica.com/news.ars/post/20080123-kde-goes-cross-platform-with-windows-mac-os-x-support.html">ars technica'd</a>, and <a href="http://digg.com/linux_unix/KDE_goes_cross_platform_with_Windows_Mac_OS_X_support">dugg</a>) a few days ago, and despite being under the weather, it fired me up to do 2 things.
</p>
<p>
First of all, it got me excited about working on <a href="http://www.kde.org/">KDE</a> more.  I had a great time at the <a href="http://www.kde.org/kde-4.0-release-event/">KDE 4.0 release event</a> and for the first time got strong feedback from KDE folks on what I've been working on.  I got a little bit of that at <a href="http://conference2007.kde.org/">aKademy</a> but I also still felt quite a bit like the outsider there.  This time around there were a number of people who gave me great feedback, encouragement, and all-around made me feel like a part of the community.
</p>
<p>
As a result, the thing I'd hoped would happen most after getting the press <em>did</em> happen -- the <a href="irc://irc.freenode.net/%23kde-darwin">kde-darwin IRC channel</a> is <strong>hoppin'</strong> with people not only willing to help test things and give bug reports, but willing to dig into the code, and help out in other ways.  (One guy is designing a sweet web site that will hopefully be at <a href="http://mac.kde.org/">mac.kde.org</a> when we can get the administrative stuff handled.)  And as for testers... well, there've been at least 1200 people who have completed downloading the "everything" torrent!
</p>
<p>
Second of all, I <strong>obsessively watched my web page and download stats</strong>.  I can't help it, I love watching the graphs go crazy.
</p>
<img src="http://gallery.racoonfink.com/w/misc/screenshots/Google_Analytics_graph_--_KDE_slashdotting-20080125-095739.png" style="float: right;" alt="Google Analytics graph -- KDE slashdotting" />
<p>
We, of course, monitor my web site with <a href="http://www.opennms.org/">OpenNMS</a>.  However, I've recently switched to a new server at my <a href="http://www.serverbeach.com/">hosting provider</a> and I hadn't noticed that I wasn't monitoring the new machine.  So thanks, ars technica, for getting me to <a href="http://demo.opennms.org/opennms/graph/results.htm?resourceId=node[20].nodeSnmp[]&amp;resourceId=node[20].interfaceSnmp[eth0-0002b3e67c6b]&amp;resourceId=node[20].responseTime[64.34.164.19]&amp;resourceId=node[20].dskIndex[1]&amp;resourceId=node[20].dskIndex[2]&amp;reports=all&amp;relativetime=lastweek">monitor my new server</a>.  The cobbler's children finally got some shoes.  ;)
</p>
<p>
I also use <a href="http://www.google.com/analytics/">Google Analytics</a> for web-site tracking.  You can see in the graph on the right the difference between last week and this week.  (Last week is the little green bit at the bottom of the graph...)  This week I've had over 13,000 unique visitors, when about 1,500 is the norm.  That's just crazy!
</p>
<p>
And on that subject, <a href="http://blogs.opennms.org/">Tarus</a> and I were talking about <a href="http://article.gmane.org/gmane.network.opennms.general/20976">a bug reported to the discuss list</a> related to my recent changes to the OpenNMS RPM packages.  Tarus joked that "at least two people are running nightly snapshots" which, of course, got me thinking, "Hmm, our Yum downloads aren't recorded on <a href="http://sourceforge.net/projects/opennms/">SourceForge</a>, I wonder how many snapshot users we <strong>do</strong> have..."
</p>
<p>
I figured it would be maybe 20 or 30 people brave enough to run the nightly version of OpenNMS.  Boy was I wrong.  A quick grep through the logs shows that since we started doing snapshots, we've had almost 8 <strong>thousand</strong> snapshot downloads, from 900 unique hosts.  That's not people running <a href="http://www.opennms.org/index.php/New_and_Noteworthy">the latest release</a>, that's people running whatever nightly code got checked in the day before.  Granted, we do a pretty good job of making sure trunk is always usable, but "usable" is not the same as "regression tested" nor "proven in the field."
</p>
<p>
All I can say is, thanks to everyone willing to try things out, it's great to see that we've got that many people willing to be on the front lines making sure our software works.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000756.html#comments" title="Comment on: Stats Junkie">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>It&apos;s time, once again, to look into the future of KDE/Mac.</title>
<link>http://www.racoonfink.com/archives/000755.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=its_time_once_a</link>
<description>The future, Ranger Rick? That&apos;s right, dear reader. Let&apos;s look to the future, all the way to the year 2000!&quot; So, in preparation for working on becoming an officially-supported part...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000755.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Fri, 18 Jan 2008 19:07:07 -0500</pubDate>
<content:encoded><![CDATA[<p><em>The future, Ranger Rick?</em></p>
<p>That's right, dear reader. Let's look to the future, all the way to <strong>the year 2000!</strong>"</p>

<p>
So, in preparation for working on becoming an officially-supported part of <a href="http://www.kde.org/">KDE</a>, I'm starting to move "my" project information into someplace that makes it easier to get the community's involvement.
</p>
<p>
First, I've gone ahead and moved the wiki stuff to <a href="http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X">KDE techbase</a>.
</p>
<p>
Next up is starting to offer up the torrents on <a href="ftp://ftp.kde.org/">ftp.kde.org</a>, but I need to get access to it again.
</p>
<p>
And hopefully soon, we can get a proper <a href="http://lists.kde.org/">KDE mailing list</a> set up, rather than the occasional post to kde-nonlinux.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000755.html#comments" title="Comment on: It&apos;s time, once again, to look into the future of KDE/Mac.">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>New KDE/Mac Snapshot</title>
<link>http://www.racoonfink.com/archives/000754.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=new_kdemac_snap_2</link>
<description> digg_url = &apos;http://digg.com/xbox/KDE_Mac_4_0_Snapshots_Available&apos;; Just in time for the KDE release event (grin) -- a new KDE/Mac snapshot is available. I will be demoing it at the release event, thanks...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000754.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Wed, 16 Jan 2008 09:20:39 -0500</pubDate>
<content:encoded><![CDATA[<div style="float: right; margin-left: 15px">
  <script type="text/javascript">
    digg_url = 'http://digg.com/xbox/KDE_Mac_4_0_Snapshots_Available';
  </script>
  <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>
Just in time for the <a href="http://www.kde.org/kde-4.0-release-event/">KDE release event</a> (grin) -- a new <a href="http://ranger.users.finkproject.org/kde/">KDE/Mac snapshot</a> is available.  I will be demoing it at the release event, thanks to <a href="http://www.google.com/">Google</a> and the KDE release coordinators for arranging free lodging, and my employer, <a href="http://www.opennms.com/">OpenNMS</a>, for covering my travel!
</p>
<p>
On to info about the snapshots.
</p>
<p>
<a href="http://trolltech.com/products/qt">Qt</a> is updated to 4.3.3, and my <a href="http://code.google.com/p/kdemac/">build tools</a> have been updated to use the <a href="http://dot.kde.org/1199623673/">KDE 4.0 branch</a> now that 4.0.0 has been tagged.  This does mean that kdepim and kdevelop are no longer being built (for now).  Also, I'm not building <a href="http://amarok.kde.org/">Amarok</a> right now since it has some compile issues, and I need to get with the Amarok folks to figure out what to do about some architectural issues (no Plasma on OSX).
</p>
<p>
Nothing huge code-wise has changed from a Mac point of view, other than all of the general updates that have gone on in the KDE codebase since the last snapshot.  It appears that kdeinit4 and kded4 both have some crashing issues related to something deep in Qt, I will be investigating it when time permits.  In the meantime, a lot of apps still work.  Notably, KOffice apps appear to work now!  In fact, <a href="http://gallery.racoonfink.com/w/misc/screenshots/kspread_on_the_20080115_snapshot-20080116-093002.png">KSpread</a> is looking pretty darn good.
</p>
<p>
<a href="http://ranger.users.finkproject.org/kde/index.php/Home#Download%20Torrent%20Files">The torrents</a> are still in the process of uploading to my seed servers, I've got most of them finished but a few are still going, and the "everything" torrent is still going, so if you're impatient, grab the individual packages of the stuff you want for best results.  Note that I will be traveling to San Jose for the release event today, so you may see the torrents stop updating for a while but I will resume them as soon as possible.
</p>
<p>
As always, comments and questions are welcome, just <a href="mailto:blog@racoonfink.com">send me an e-mail</a> or reply in the comments here.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000754.html#comments" title="Comment on: New KDE/Mac Snapshot">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>Good News, Everybody!</title>
<link>http://www.racoonfink.com/archives/000750.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=good_news_every</link>
<description>(No, it&apos;s not a suppository.) Trolltech has released phonon backends for GStreamer, DirectShow, and QuickTime/CoreAudio, and will be maintaining them in the KDE codebase! I guess it&apos;s time to start...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000750.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Thu, 13 Dec 2007 08:14:38 -0500</pubDate>
<content:encoded><![CDATA[<p>(No, it's not <a href="http://en.wikiquote.org/wiki/Futurama#The_Deep_South">a suppository</a>.)</p>
<p>
<a href="http://trolltech.com/">Trolltech</a> has <a href="http://lists.kde.org/?l=kde-core-devel&amp;m=119753509732485&amp;w=2">released phonon backends</a> for GStreamer, DirectShow, and <strong>QuickTime/CoreAudio</strong>, and will be maintaining them in the KDE codebase!
</p>
<p>
I guess it's time to start another build and see how Amarok sounds with nice CoreAudio output.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000750.html#comments" title="Comment on: Good News, Everybody!">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>OpenNMS 1.3.x on Mandriva</title>
<link>http://www.racoonfink.com/archives/000744.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=opennms_13x_on</link>
<description> I&apos;ve finished getting everything set up so that you can run OpenNMS on Mandriva Linux. It is now possible to install using URPMI with a minimum of fuss. I&apos;ve...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000744.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Mon, 19 Nov 2007 20:39:59 -0500</pubDate>
<content:encoded><![CDATA[<p>
I've finished getting everything set up so that you can run <a href="http://www.opennms.org/">OpenNMS</a> on <a href="http://www.mandriva.com/">Mandriva Linux</a>.  It is now possible to <a href="http://www.opennms.org/index.php/Installation:URPMI">install using URPMI</a> with a minimum of fuss.
</p>
<p>
I've gotta say, it's been a number of years since I've tried out <strike>Mandrake</strike> Mandriva, and it's definitely grown from just a <a href="http://www.kde.org/">KDE</a>-themed <a href="http://www.redhat.com/">RedHat</a> into a pretty sweet and polished Linux distribution.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000744.html#comments" title="Comment on: OpenNMS 1.3.x on Mandriva">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>(Finally) New KDE/Mac Snapshot</title>
<link>http://www.racoonfink.com/archives/000743.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=finally_new_kde</link>
<description> So I&apos;ve finally gotten a full KDE/Mac build done, and new snapshots are available. The kdeaddons package went away, and QCA is now part of kdesupport (since they&apos;ve gone...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000743.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Sat, 17 Nov 2007 16:26:56 -0500</pubDate>
<content:encoded><![CDATA[<p>
So I've finally gotten a full KDE/Mac build done, and <a href="http://ranger.users.finkproject.org/kde/">new snapshots are available</a>.
</p>
<p>
The kdeaddons package went away, and QCA is now part of kdesupport (since they've gone on and done new development that isn't compatible with current KDE trunk).  I've done some spot-checking, and as always, things that are simple tend to work better -- most of the kdegames stuff <a href="http://gallery.racoonfink.com/v/misc/screenshots/kmahjongg_Qt_Mac_on_Leopard-20071115-160511.png.html">looks great as always</a>.
</p>
<p>
Everything in KOffice is unfortunately failing with the error:
</p>
<pre>11/17/07 12:36:56 AM [0x0-0xb50b5].kspread[11258] ASSERT: "not isInitialized" in file /Users/ranger/cvs/kde-mac/source.build/koffice/libs/pigment/KoColorConversionSystem_p.h, line 70</pre>
<p>
I haven't yet figured out why it's happening yet, but expect an update once I do.
</p>
<p>
<a href="http://gallery.racoonfink.com/v/misc/screenshots/amarok_trunk_as_of_2007_11_17_on_Mac_OS_X__Leopard_-20071117-002310.png.html">Amarok actually runs and plays music</a>, although it inexplicably loses it's menu bar completely, so there isn't much else you can do with it.  I suspect it might be the splash screen stuff confusing Qt, but I'm not positive.
</p>
<p>
BUT, the big news is that it actually works on Leopard too.  :)  I've <a href="http://paste.lisp.org/display/50906">made an ugly patch</a> that fixes the CoreFoundation fork/exec issue and I was able to open pretty much everything (well, everything that didn't crash for <strong>other</strong> reasons... &lt;grin&gt;).
</p>
<p>
A few of the packages are still seeding from my 384kbit upstream system, so it might still be a little bit before they're all available, but please, as always, try them out, and post if you see any interesting issues.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000743.html#comments" title="Comment on: (Finally) New KDE/Mac Snapshot">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>Quick Update - KDE + Leopard</title>
<link>http://www.racoonfink.com/archives/000741.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=quick_update_kd</link>
<description> I&apos;ve got a new kdelibs release for Fink (kdelibs3-unified 3.5.8-1023) which fixes the issue with the ~/.DCOPserver file having sub-directories in it, and also with starting up KUniqueApplications which...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000741.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Tue, 06 Nov 2007 23:36:57 -0500</pubDate>
<content:encoded><![CDATA[<p>
I've got a new <a href="http://pdb.finkproject.org/pdb/kdelibs3-unified">kdelibs</a> release for <a href="http://www.finkproject.org/">Fink</a> (kdelibs3-unified 3.5.8-1023) which fixes the issue with the ~/.DCOPserver file having sub-directories in it, and also with starting up KUniqueApplications which wanted to fork.  Please test it out and let me know how it works, and I'll try to get it pushed to stable as soon as possible.
</p>
<p>
If you're interested, the fix is to use <a href="http://blog.scienceondope.org/?p=9">_NSGetArgc() and _NSGetArgv()</a> to pull out the arguments passed to the program, so that you can do a fork-and-exec afterwards (passing a flag to not fork the next time around).
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000741.html#comments" title="Comment on: Quick Update - KDE + Leopard">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>Fink + Leopard Potpourri</title>
<link>http://www.racoonfink.com/archives/000740.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=fink_leopard_po</link>
<description> Just wanted to give a quick update on a mix of Fink and Leopard issues. First of all, if you get the error, &quot;Failed: Can&apos;t fix GCC after Repair...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000740.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Sun, 04 Nov 2007 22:22:22 -0500</pubDate>
<content:encoded><![CDATA[<p>
Just wanted to give a quick update on a mix of <a href="http://www.finkproject.org/">Fink</a> and <a href="http://www.apple.com/macosx/">Leopard</a> issues.
</p>
<p>
First of all, if you get the error, "<code>Failed: Can't fix GCC after Repair Permissions</code>" it's because the XCode installer decided not to bother erasing your /usr/sbin/gcc_select even though it shouldn't be there anymore.  It should be safe to erase it, but if that scares you, you can upgrade to 0.27.8 and your problem should go away as well... (Fink does not use gcc_select anymore on 10.5 as of 0.27.8.)
</p>
<p>
Also, people have been coming out of the woodwork hitting the OpenGL bug ("ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib") so I want to mention it here specifically for search engines to make it easier for people to find the fix.
</p>
<p>
The fix is to add the following line to your linker command: <span style="white-space: nowrap">-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib</span>
</p>
<p>
It should be a perfectly safe no-op on older Mac OS X releases, but makes sure that the XCode 3.0 linker doesn't get confused and try to be too smart about finding the correct libGL.dylib.
</p>
<p>
I've also been trying to solve a new-on-leopard issue where they no longer allow CoreFoundation code to be called across a fork (presumably mach port messiness).  The error is:
</p>
<p>
<span style="white-space: nowrap">The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().  Break on
__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.</span>
</p>
<p>
...it seems to hit KUniqueApplications specifically.  The fix is most likely to re-exec after kdeinit does it's thing, using <a href="http://www.opengroup.org/onlinepubs/000095399/functions/exec.html">execve()</a> but I'm not entirely sure.  I need to play around with it some more first.  If anyone has any ideas, please let me know.  ;)
</p>
<p>
Also, I updated <a href="http://pdb.finkproject.org/pdb/package.php/fontconfig2-dev">fontconfig2-dev</a> -- it's at 2.4.1 in 10.4 now, and no longer has conflicting configuration stuff that expects Apple's to be there. On 10.5, it's a dummy package that symlinks into the fontconfig 2.4.1 in /usr/X11, so there's no issues of conflicts on leopard.
</p>
<p>
On an unrelated note, yes I am working on a new <a href="http://ranger.users.finkproject.org/kde/">KDE/Mac</a> snapshot, and have been making good progress on it.  I'd say I'm probably 95% of the way through a full clean build working.  Of course, KDE/Mac on Leopard has the same problem that KDE/X11 does, so whatever I solve in one will need to be ported to the other.  Whee.
</p>
<p>
I think that's it...  If you have any questions, as always, <a href="mailto:blog@racoonfink.com">let me know</a>.  I'm trying to work my way through everything, but there's lots of stuff to fix still.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000740.html#comments" title="Comment on: Fink + Leopard Potpourri">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>KDE 3.5.8 in Fink Unstable</title>
<link>http://www.racoonfink.com/archives/000736.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=kde_358_in_fink</link>
<description> I just released KDE 3.5.8 to Fink unstable. There are a ton of little bugfixes in this release, as well as a few Fink-specific changes, mostly related to Leopard-compatibility......</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000736.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Tue, 16 Oct 2007 16:51:11 -0500</pubDate>
<content:encoded><![CDATA[<p>
I just released <a href="http://www.kde.org/announcements/announce-3.5.8.php">KDE 3.5.8</a> to <a href="http://www.finkproject.org/">Fink</a> unstable.
</p>
<p>
There are a ton of little bugfixes in this release, as well as a few Fink-specific changes, mostly related to <a href="http://www.apple.com/macosx/leopard/">Leopard</a>-compatibility... (A newer <a href="http://www.cups.org/">CUPS</a> and a workaround for a stupid linker bug that won't be fixed in time for 10.5.0.)
</p>
<p>
As always, please <a href="mailto:kde@fink.racoonfink.com">let me know</a> if you have any issues, or if it works for you.  We're going to try to fast-track the update to stable so we're ready for Leopard.  (Only 10 days to go!)
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000736.html#comments" title="Comment on: KDE 3.5.8 in Fink Unstable">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>The Calm Before the Storm</title>
<link>http://www.racoonfink.com/archives/000735.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=the_quiet_befor</link>
<description><![CDATA[ Sure, it may seem quiet, but oh man, there's been a lot going on. First of all, a little off topic... Hockey season has started again. Go 'Canes! &lt;grin&gt;...]]></description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000735.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Thu, 11 Oct 2007 22:47:26 -0500</pubDate>
<content:encoded><![CDATA[<p>
 Sure, it may <strong>seem</strong> quiet, but oh man, there's been a lot going on.
</p>
<p>
 First of all, a little off topic...  <a href="http://www.carolinahurricanes.com/">Hockey season</a> has started again.  Go 'Canes!  &lt;grin&gt;
</p>
<p>
 Second, as you might or might not be aware, <a href="http://www.apple.com/macosx/leopard/">a new kitty</a> is coming to town soon.  While David Morrison has done the majority of the work, I've been trying to help clean up some loose ends in getting things ready in <a href="http://www.finkproject.org/">Fink</a> -- validator fixes, working around compiler issues, and other misc stuff.
</p>
<p>
 Third, I and a few other folks have been working on finally getting <a href="http://www.gnome.org/">GNOME</a> up to 2.20 (including <a href="http://www.gtk.org/">GTK+</a> 2.12) in Fink, which is a metric TON of work.  GTK+ 2.8 introduced a dependency on <a href="http://www.pango.org/">Pango</a>'s <a href="http://cairographics.org/">Cairo</a> backend, which has to bubble up into build-time dependencies for literally hundreds of Fink packages.  Through a combination of brute force and some automation, this is now to the point where it's time for brave users to help us find the kinks, test upgrades, and other fun stuff.  Expect an announcement sometime this weekend with details.
</p>
<p>
 Fourth, I've been working on getting <a href="http://ranger.users.finkproject.org/kde/">KDE4</a> moving again, including KDE4/X11, and starting to package KDE4 beta3 for Fink.  This means Qt4/X11 and Qt4/Mac in Fink as well, which I've just gotten working.  A little more testing and I'll put those out in unstable.  As for KDE4 itself, I'm stymied at the moment by <a href="http://lists.kde.org/?t=119210767400003&amp;r=1&amp;w=2">a bug in Strigi</a> that is causing meinproc to fail, so I can't get through kdelibs, but vandenoever is aware of the issue and hopefully we'll get something worked out soon.
</p>
<p>
Oh, and, I've started using <a href="http://twitter.com/RangerRick">Twitter</a>.  I'm still not entirely sure why, but it is fun.  :)
</p>
<p>
Anyways, as always, busy busy!  I'll try to keep things up-to-date here.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000735.html#comments" title="Comment on: The Calm Before the Storm">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>OpenNMS Updates, Fink, and KDE</title>
<link>http://www.racoonfink.com/archives/000734.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=opennms_updates</link>
<description> First of all, I want to point out that OpenNMS 1.3.7 is out, and it&apos;s full of awesomeness. Big speed improvements, my SmokePing clone, and lots of other cool...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000734.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Sun, 16 Sep 2007 19:44:18 -0500</pubDate>
<content:encoded><![CDATA[<p>
First of all, I want to point out that <a href="http://article.gmane.org/gmane.network.opennms.announce/56">OpenNMS 1.3.7</a> is out, and it's full of awesomeness.  Big speed improvements, my <a href="http://oss.oetiker.ch/smokeping/">SmokePing</a> clone, and lots of other cool stuff.  I finally finished up the last of the packaging updates today; 1.3.7 is now in Fink, has Debian packages, and RPMs.  I also spent a lot of time updating the installation instructions (<a href="http://www.opennms.org/index.php/Installation:Yum">Yum</a>, <a href="http://www.opennms.org/index.php/Installation:Debian">Debian</a>) so please, try it out, and if you run into any issues, let me know, and I'll make sure the docs get fixed.
</p>
<p>
In other news, I've actually started spending some time getting Fink stuff up-to-date again.  <a href="http://www.postgresql.org/">PostgreSQL</a> has bugfix releases coming up for all supported releases, and I have some <a href="http://www.kde.org/">KDE</a> updates coming as well.
</p>
<p>
In addition, I need to catch up on the <a href="http://ranger.users.finkproject.org/kde/">KDE/Mac</a> stuff, I'm going to start working on a new build this week.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000734.html#comments" title="Comment on: OpenNMS Updates, Fink, and KDE">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>

<item>
<title>KDE/X11 updates in Fink and Other News</title>
<link>http://www.racoonfink.com/archives/000729.html?utm_source=rss&amp;utm_medium=rss&amp;campaign=kdex11_updates</link>
<description> A few weeks ago I finally released KDE 3.5.7 to Fink unstable, as well as KOffice 1.6.3. Both seem to be pretty solid and I&apos;ve not really had any...</description>
<guid isPermaLink="false">http://www.racoonfink.com/archives/000729.html</guid>
<category>KDE</category>
<pubDate>Wed, 25 Jul 2007 09:37:06 -0500</pubDate>
<content:encoded><![CDATA[<p>
A few weeks ago I finally released <a href="http://www.kde.org/announcements/announce-3.5.7.php">KDE 3.5.7</a> to Fink unstable, as well as <a href="http://www.koffice.org/announcements/announce-1.6.3.php">KOffice 1.6.3</a>.  Both seem to be pretty solid and I've not really had any reports of issues, so it's looking pretty good.
</p>
<p>
In addition, I finally updated Fink stable to include the KDE 3.5.6 release that has been in unstable for months, as it's had no major reports against it.
</p>
<p>
I'll give 3.5.7 a few more weeks to make sure there are no major issues with it, and then move it over as well.
</p>
<p>
There is also another KDE4 release pending, API freeze is coming up Any Day Now, so I will try to refresh <a href="http://ranger.users.finkproject.org/">my binaries</a> as well with the new code if I get the chance.
</p></p>
<p>
<a href="http://www.racoonfink.com/archives/000729.html#comments" title="Comment on: KDE/X11 updates in Fink and Other News">Comments</a></p>
</MTComments></description>
]]></content:encoded>
</item>


</channel>
</rss>