<?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: Fixing gnustep-devel in Ubuntu 10.04</title>
	<atom:link href="http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/</link>
	<description></description>
	<lastBuildDate>Sun, 11 Dec 2011 12:54:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tyler Burton</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-1236</link>
		<dc:creator>Tyler Burton</dc:creator>
		<pubDate>Thu, 19 Aug 2010 00:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-1236</guid>
		<description>You would think that would be the case</description>
		<content:encoded><![CDATA[<p>You would think that would be the case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smartie77</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-1227</link>
		<dc:creator>Smartie77</dc:creator>
		<pubDate>Wed, 18 Aug 2010 17:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-1227</guid>
		<description>the &quot;bug&quot; is still present in the newest Lucid incarnation. Version 10.04.1 , a maintaence release is just out and &quot;gorm.app&quot; still missing in the apt repos, thus leading to unresolved dependencies in the meta package gnustep-devel.

I can not understand why such a simple to solve bug is not fixed. Isnt Lucid a LTS release, targeting corporations ? Not good P/R. 

I fear they only test all the gnome dependencies and dont care about &quot;exotic&quot; packages.</description>
		<content:encoded><![CDATA[<p>the &#8220;bug&#8221; is still present in the newest Lucid incarnation. Version 10.04.1 , a maintaence release is just out and &#8220;gorm.app&#8221; still missing in the apt repos, thus leading to unresolved dependencies in the meta package gnustep-devel.</p>
<p>I can not understand why such a simple to solve bug is not fixed. Isnt Lucid a LTS release, targeting corporations ? Not good P/R. </p>
<p>I fear they only test all the gnome dependencies and dont care about &#8220;exotic&#8221; packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teoś</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-601</link>
		<dc:creator>Teoś</dc:creator>
		<pubDate>Mon, 21 Jun 2010 01:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-601</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Burton</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-552</link>
		<dc:creator>Tyler Burton</dc:creator>
		<pubDate>Mon, 14 Jun 2010 01:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-552</guid>
		<description>You can actually skip the hassle and just install the package gnustep-core-devel instead. This won&#039;t install the GNUStep IDE or anything but it will allow you to compile objective-c programs with gcc.</description>
		<content:encoded><![CDATA[<p>You can actually skip the hassle and just install the package gnustep-core-devel instead. This won&#8217;t install the GNUStep IDE or anything but it will allow you to compile objective-c programs with gcc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Burton</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-395</link>
		<dc:creator>Tyler Burton</dc:creator>
		<pubDate>Thu, 20 May 2010 11:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-395</guid>
		<description>Glad to hear</description>
		<content:encoded><![CDATA[<p>Glad to hear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdoniat</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-394</link>
		<dc:creator>cdoniat</dc:creator>
		<pubDate>Thu, 20 May 2010 09:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-394</guid>
		<description>Finally, I found this:
in /etc/apt/sources.list - add urls like:

deb http://mirror.aarnet.edu.au/debian/ squeeze main
deb-src http://mirror.aarnet.edu.au/debian/ squeeze main

Do:
sudo apt-get update
sudo apt-get -t gnustep install gorm.app
sudo apt-get install gnustep-devel

work like a charm</description>
		<content:encoded><![CDATA[<p>Finally, I found this:<br />
in /etc/apt/sources.list &#8211; add urls like:</p>
<p>deb <a href="http://mirror.aarnet.edu.au/debian/" rel="nofollow">http://mirror.aarnet.edu.au/debian/</a> squeeze main<br />
deb-src <a href="http://mirror.aarnet.edu.au/debian/" rel="nofollow">http://mirror.aarnet.edu.au/debian/</a> squeeze main</p>
<p>Do:<br />
sudo apt-get update<br />
sudo apt-get -t gnustep install gorm.app<br />
sudo apt-get install gnustep-devel</p>
<p>work like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Burton</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-391</link>
		<dc:creator>Tyler Burton</dc:creator>
		<pubDate>Wed, 19 May 2010 21:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-391</guid>
		<description>Just head over to Debian&#039;s packages website here http://packages.debian.org/search?keywords=gorm.app&amp;searchon=names&amp;suite=all&amp;section=all and grab the one you want. I went with squeeze (testing) and it worked great.</description>
		<content:encoded><![CDATA[<p>Just head over to Debian&#8217;s packages website here <a href="http://packages.debian.org/search?keywords=gorm.app&#038;searchon=names&#038;suite=all&#038;section=all" rel="nofollow">http://packages.debian.org/search?keywords=gorm.app&#038;searchon=names&#038;suite=all&#038;section=all</a> and grab the one you want. I went with squeeze (testing) and it worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdoniat</title>
		<link>http://www.tylerburton.ca/2010/05/fixing-gnustep-devel-in-ubuntu-10-04/comment-page-1/#comment-390</link>
		<dc:creator>cdoniat</dc:creator>
		<pubDate>Wed, 19 May 2010 20:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tylerburton.ca/?p=288#comment-390</guid>
		<description>How did you do that?

I recalled reading somewhere that Ubuntu synchronizes with Debian testing (A.K.A. squeeze) at the start of every round of development, so I figured that would be the best package to grab.

Thanks for your reply</description>
		<content:encoded><![CDATA[<p>How did you do that?</p>
<p>I recalled reading somewhere that Ubuntu synchronizes with Debian testing (A.K.A. squeeze) at the start of every round of development, so I figured that would be the best package to grab.</p>
<p>Thanks for your reply</p>
]]></content:encoded>
	</item>
</channel>
</rss>

