<?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 haskell-platform in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</title>
	<atom:link href="http://davidsiegel.org/haskell-platform-in-karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/</link>
	<description>David Siegel</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:29:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2480</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2480</guid>
		<description>Following Ken: on an (almost) fresh install of Ubuntu 10.04 Lucid Lynx (amd64), the binary ghc6.12 at 

http://www.haskell.org/ghc/dist/6.12.1/ghc-6.12.1-x86_64-unknown-linux-n.tar.bz2

configured and installed cleanly.

Configuring the Haskell platform revealed the following dependencies:

libgmp3-dev
zlib1g-dev
libglut3-dev

After installing those the rest went smoothly.</description>
		<content:encoded><![CDATA[<p>Following Ken: on an (almost) fresh install of Ubuntu 10.04 Lucid Lynx (amd64), the binary ghc6.12 at </p>
<p><a href="http://www.haskell.org/ghc/dist/6.12.1/ghc-6.12.1-x86_64-unknown-linux-n.tar.bz2" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.haskell.org/ghc/dist/6.12.1/ghc-6.12.1-x86_64-unknown-linux-n.tar.bz2?referer=');">http://www.haskell.org/ghc/dist/6.12.1/ghc-6.12.1-x86_64-unknown-linux-n.tar.bz2</a></p>
<p>configured and installed cleanly.</p>
<p>Configuring the Haskell platform revealed the following dependencies:</p>
<p>libgmp3-dev<br />
zlib1g-dev<br />
libglut3-dev</p>
<p>After installing those the rest went smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2345</link>
		<dc:creator>Frederik</dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2345</guid>
		<description>Works with Lucid Lynx as wellsu</description>
		<content:encoded><![CDATA[<p>Works with Lucid Lynx as wellsu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2317</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sun, 13 Jun 2010 17:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2317</guid>
		<description>After failing several times on Jaunty, I upgraded to Karmic.  To get it working on Karmic, I

1. Downloaded and built (need this to bootstrap haskell-platform) using sudo:

ghc-6.12.1-i386-unknown-linux-n.tar.gz

2. Downloaded and built (sudo make install):

haskell-platform-2010.1.0.0.tar.gz

This appeared to work cleanly on my system.</description>
		<content:encoded><![CDATA[<p>After failing several times on Jaunty, I upgraded to Karmic.  To get it working on Karmic, I</p>
<p>1. Downloaded and built (need this to bootstrap haskell-platform) using sudo:</p>
<p>ghc-6.12.1-i386-unknown-linux-n.tar.gz</p>
<p>2. Downloaded and built (sudo make install):</p>
<p>haskell-platform-2010.1.0.0.tar.gz</p>
<p>This appeared to work cleanly on my system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lambdor</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2254</link>
		<dc:creator>Lambdor</dc:creator>
		<pubDate>Thu, 03 Jun 2010 21:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2254</guid>
		<description>please create a symbolic link to the latest version! this keeps links in tutorial texts up-to-date.

also in Ubuntu 10.04 libglut-dev is libglut3-dev</description>
		<content:encoded><![CDATA[<p>please create a symbolic link to the latest version! this keeps links in tutorial texts up-to-date.</p>
<p>also in Ubuntu 10.04 libglut-dev is libglut3-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2190</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Tue, 06 Apr 2010 00:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2190</guid>
		<description>I needed to install libghc6-parsec3-prof</description>
		<content:encoded><![CDATA[<p>I needed to install libghc6-parsec3-prof</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Carter</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2189</link>
		<dc:creator>David Carter</dc:creator>
		<pubDate>Sun, 04 Apr 2010 10:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2189</guid>
		<description>Well, I&#039;m defeated. I too get the error reported in comment 3, but the version of Haskell Platform recommended in comment 5 requires GHC 6.12, but the GHC home page says ordinary users shouldn&#039;t use 6.12, but Haskell Platform (with 6.10) instead, and the apt-get commands listed there didn&#039;t upgrade me to 6.12 anyway. Meanwhile I can&#039;t act on comment 4 because trac.haskell.org is down.

I thought the whole point of Haskell Platform was that newbies like me shouldn&#039;t have to battle with version problems. Could this page be upgraded to a complete set of instructions that will work with Koala? Thanks.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m defeated. I too get the error reported in comment 3, but the version of Haskell Platform recommended in comment 5 requires GHC 6.12, but the GHC home page says ordinary users shouldn&#8217;t use 6.12, but Haskell Platform (with 6.10) instead, and the apt-get commands listed there didn&#8217;t upgrade me to 6.12 anyway. Meanwhile I can&#8217;t act on comment 4 because trac.haskell.org is down.</p>
<p>I thought the whole point of Haskell Platform was that newbies like me shouldn&#8217;t have to battle with version problems. Could this page be upgraded to a complete set of instructions that will work with Koala? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CBrowne</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-2178</link>
		<dc:creator>CBrowne</dc:creator>
		<pubDate>Tue, 30 Mar 2010 05:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-2178</guid>
		<description>@3:
The wget package link is outdated, should be:
http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz
That will get you the latest haskell package.</description>
		<content:encoded><![CDATA[<p>@3:<br />
The wget package link is outdated, should be:<br />
<a href="http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz?referer=');">http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz</a><br />
That will get you the latest haskell package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haskellelephant</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-1991</link>
		<dc:creator>haskellelephant</dc:creator>
		<pubDate>Sat, 16 Jan 2010 22:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-1991</guid>
		<description>As of Jan 16 2010, there seem to be a problem with the install.sh ... Problem and solution discussed here:
http://trac.haskell.org/haskell-platform/ticket/84</description>
		<content:encoded><![CDATA[<p>As of Jan 16 2010, there seem to be a problem with the install.sh &#8230; Problem and solution discussed here:<br />
<a href="http://trac.haskell.org/haskell-platform/ticket/84" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/trac.haskell.org/haskell-platform/ticket/84?referer=');">http://trac.haskell.org/haskell-platform/ticket/84</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Cardona</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-1976</link>
		<dc:creator>Albert Cardona</dc:creator>
		<pubDate>Sat, 19 Dec 2009 15:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-1976</guid>
		<description>Thanks for the tips, but it does not work: haskell-platform fails to install with &quot;sudo checkinstall -y&quot;:

Installing GLUT-2.1.1.2...

Error:
The GLUT-2.1.1.2/Setup script does not exist or cannot be run
make: *** [install] Error 2

****  Installation failed. Aborting package creation.

Restoring overwritten files from backup...OK

Cleaning up...OK

Bye.


So cabal is never installed.

Help appreciated in fixing this error.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, but it does not work: haskell-platform fails to install with &#8220;sudo checkinstall -y&#8221;:</p>
<p>Installing GLUT-2.1.1.2&#8230;</p>
<p>Error:<br />
The GLUT-2.1.1.2/Setup script does not exist or cannot be run<br />
make: *** [install] Error 2</p>
<p>****  Installation failed. Aborting package creation.</p>
<p>Restoring overwritten files from backup&#8230;OK</p>
<p>Cleaning up&#8230;OK</p>
<p>Bye.</p>
<p>So cabal is never installed.</p>
<p>Help appreciated in fixing this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llayland</title>
		<link>http://davidsiegel.org/haskell-platform-in-karmic-koala/comment-page-1/#comment-1910</link>
		<dc:creator>llayland</dc:creator>
		<pubDate>Wed, 11 Nov 2009 20:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://davidsiegel.org/?p=514#comment-1910</guid>
		<description>I had to comment out the following in build.sh in order to avoid an invalid option error:

#  if [ -x ../${CABAL_INSTALL_INPLACE} ]; then
#    CABAL_INSTALL_FLAG=&quot;--with-cabal-install=../${CABAL_INSTALL_INPLACE}&quot;
#  fi</description>
		<content:encoded><![CDATA[<p>I had to comment out the following in build.sh in order to avoid an invalid option error:</p>
<p>#  if [ -x ../${CABAL_INSTALL_INPLACE} ]; then<br />
#    CABAL_INSTALL_FLAG=&#8221;&#8211;with-cabal-install=../${CABAL_INSTALL_INPLACE}&#8221;<br />
#  fi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
