Re: [Haskell-cafe] Re: ghc on Ubuntu Linux?

Hi Josef, What generates dist/setup-config? When I run "runhaskell Setup.hs configure", nothing including dist/setup.config gets generated. ?? Regards, Vasili On Sat, May 17, 2008 at 11:02 AM, Josef Svenningsson < josef.svenningsson@gmail.com> wrote:
On Sat, May 17, 2008 at 1:00 PM, Galchin, Vasili
wrote: Josef,
E.g. vigalchin@ubuntu:~/FTP/Haskell/unix-2.2.0.0$ runhaskell Setup.hs configure Configuring unix-2.3.0.0...
Normally copious output ... ???
That's what it should look like! It just means you have a recent version of cabal which doesn't spit out tons of information when configuring. Happily all is well.
/Josef

On Sun, May 18, 2008 at 3:24 AM, Galchin, Vasili
Hi Josef,
What generates dist/setup-config? When I run "runhaskell Setup.hs configure", nothing including dist/setup.config gets generated. ??
Ok, that sounds more alarming. Unfortunately I have no idea what could be the cause of this. Hopefully someone with a bit more cabal knowledge can help out. Good luck, Josef
On Sat, May 17, 2008 at 11:02 AM, Josef Svenningsson
wrote: On Sat, May 17, 2008 at 1:00 PM, Galchin, Vasili
wrote: Josef,
E.g. vigalchin@ubuntu:~/FTP/Haskell/unix-2.2.0.0$ runhaskell Setup.hs configure Configuring unix-2.3.0.0...
Normally copious output ... ???
That's what it should look like! It just means you have a recent version of cabal which doesn't spit out tons of information when configuring. Happily all is well.
/Josef

On Sun, 2008-05-18 at 22:49 +0200, Josef Svenningsson wrote:
On Sun, May 18, 2008 at 3:24 AM, Galchin, Vasili
wrote: Hi Josef,
What generates dist/setup-config? When I run "runhaskell Setup.hs configure", nothing including dist/setup.config gets generated. ??
Ok, that sounds more alarming. Unfortunately I have no idea what could be the cause of this. Hopefully someone with a bit more cabal knowledge can help out.
We've been through it off-list. It's failing when calling ghc for the first time but we cannot track down why. To help in future cases I've changed the logging of calling external programs slightly so that at the maximum verbosity level we now report the error code that the process returned if it was non-0. That'll help us confirm if it really was the external process failing or if it failed sometime after that but before the next log message. Duncan
participants (3)
-
Duncan Coutts
-
Galchin, Vasili
-
Josef Svenningsson