In order to save everybody on Haskell Cafe a lot of time, I &quot;bootstrapped&quot; my ghc from Ubuntu ghc 6.8.2 using source from <a href="http://www.haskell.org">http://www.haskell.org</a>.<br><br>Regards, Vasili<br><br>
<div class="gmail_quote">On Wed, May 28, 2008 at 1:14 AM, Galchin, Vasili &lt;<a href="mailto:vigalchin@gmail.com">vigalchin@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Duncan,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; In response to your below, I am running &quot;runhaskell Setup.hs configure -v3 --prefix=$HOME&quot;. Is v3 the current highest Cabal highest verbosity level? FYI basically I am running ghc that I just built a couple of days ago from the ghc source distribution.<br>

<br>Vasili (I. Galchin) ;^)<br><br><br>
On Tue, 2008-05-27 at 15:33 -0700, Thomas Hartman wrote:<br>
&gt; I think dist gets populated when you do build.<br>
<br>
Actually we also stash the configuration in ./dist/setup-config so that<br>
gets created at configure time.<br>
<br>
Galchin&#39;s problem is that something goes wrong during the configure and<br>
so nothing gets created in dist. From the log it looks like ghc or ld<br>
are failing during one of the early tests we do when configuring ghc.<br>
<br>
To make debugging this kind of thing a bit less mysterious in future<br>
Cabal now logs in greater detail what happens when it calls external<br>
programs (when invoked at the highest verbosity level).<br>
<br>
Duncan<br>
</blockquote></div><br>