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

2008-05-18 Thread Josef Svenningsson
On Sun, May 18, 2008 at 3:24 AM, Galchin, Vasili [EMAIL PROTECTED] 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.

Good luck,

Josef


 On Sat, May 17, 2008 at 11:02 AM, Josef Svenningsson
 [EMAIL PROTECTED] wrote:

 On Sat, May 17, 2008 at 1:00 PM, Galchin, Vasili [EMAIL PROTECTED]
 wrote:
  Josef,
 
  E.g.
  [EMAIL PROTECTED]:~/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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-18 Thread Duncan Coutts

On Sun, 2008-05-18 at 22:49 +0200, Josef Svenningsson wrote:
 On Sun, May 18, 2008 at 3:24 AM, Galchin, Vasili [EMAIL PROTECTED] 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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-17 Thread Galchin, Vasili
PS I have always installed ghc first via the Ubuntu package installer
followed by a build from ghc 6.8.2 source!

Vasili


On Sat, May 17, 2008 at 12:01 AM, Galchin, Vasili [EMAIL PROTECTED]
wrote:

 ghc-pkg list gives me 


 [EMAIL PROTECTED]:~$ ghc-pkg list
 /usr/local/lib/ghc-6.8.2/package.conf:
 Cabal-1.2.3.0, GLUT-2.1.1.1, HUnit-1.2.0.0, OpenGL-2.2.1.1,
 QuickCheck-1.1.0.0, array-0.1.0.0, base-3.0.1.0,
 bytestring-0.9.0.1, cgi-3001.1.5.1, containers-0.1.0.1,
 directory-1.0.0.0, fgl-5.4.1.1, filepath-1.1.0.0, (ghc-6.8.2),
 haskell-src-1.0.1.1, haskell98-1.0.1.0, hpc-0.5.0.0, html-1.0.1.1,
 mtl-1.1.0.0, network-2.1.0.0, old-locale-1.0.0.0, old-time-1.0.0.0,
 packedstring-0.1.0.0, parallel-1.0.0.0, parsec-2.1.0.0,
 pretty-1.0.0.0, process-1.0.0.0, random-1.0.0.0, readline-1.0.1.0,
 regex-base-0.72.0.1, regex-compat-0.71.0.1, regex-posix-0.72.0.2,
 rts-1.0, stm-2.1.1.0, template-haskell-2.2.0.0, time-1.1.2.0,
 unix-2.3.0.0, xhtml-3000.0.2.1


 I am using version ghc-6.8.2.


 V


 On Fri, May 16, 2008 at 11:51 PM, Galchin, Vasili [EMAIL PROTECTED]
 wrote:

 Hello,

  I am running ghc and tools on Ubuntu. I seem to be running into very
 strange problems between ghc-pkg and the Ubuntu package manager. Suddenly
 runhaskell Setup.hs configure just stops working ... Are any other
 ghc/Ubuntu users running into problems? If so, please tell me what problems.
 This is killing my Haskell work!

 Regards, Vasili



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-17 Thread Josef Svenningsson
Vasili,

I have pretty much exactly the same set up as you seem to have. I
haven't had a single problem with running configure using cabal. In
what sense does it stop working?

Cheers,

Josef

2008/5/17 Galchin, Vasili [EMAIL PROTECTED]:
 PS I have always installed ghc first via the Ubuntu package installer
 followed by a build from ghc 6.8.2 source!

 Vasili


 On Sat, May 17, 2008 at 12:01 AM, Galchin, Vasili [EMAIL PROTECTED]
 wrote:

 ghc-pkg list gives me 


 [EMAIL PROTECTED]:~$ ghc-pkg list
 /usr/local/lib/ghc-6.8.2/package.conf:
 Cabal-1.2.3.0, GLUT-2.1.1.1, HUnit-1.2.0.0, OpenGL-2.2.1.1,
 QuickCheck-1.1.0.0, array-0.1.0.0, base-3.0.1.0,
 bytestring-0.9.0.1, cgi-3001.1.5.1, containers-0.1.0.1,
 directory-1.0.0.0, fgl-5.4.1.1, filepath-1.1.0.0, (ghc-6.8.2),
 haskell-src-1.0.1.1, haskell98-1.0.1.0, hpc-0.5.0.0, html-1.0.1.1,
 mtl-1.1.0.0, network-2.1.0.0, old-locale-1.0.0.0, old-time-1.0.0.0,
 packedstring-0.1.0.0, parallel-1.0.0.0, parsec-2.1.0.0,
 pretty-1.0.0.0, process-1.0.0.0, random-1.0.0.0, readline-1.0.1.0,
 regex-base-0.72.0.1, regex-compat-0.71.0.1, regex-posix-0.72.0.2,
 rts-1.0, stm-2.1.1.0, template-haskell-2.2.0.0, time-1.1.2.0,
 unix-2.3.0.0, xhtml-3000.0.2.1


 I am using version ghc-6.8.2.


 V

 On Fri, May 16, 2008 at 11:51 PM, Galchin, Vasili [EMAIL PROTECTED]
 wrote:

 Hello,

  I am running ghc and tools on Ubuntu. I seem to be running into very
 strange problems between ghc-pkg and the Ubuntu package manager. Suddenly
 runhaskell Setup.hs configure just stops working ... Are any other
 ghc/Ubuntu users running into problems? If so, please tell me what problems.
 This is killing my Haskell work!

 Regards, Vasili



 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-17 Thread Galchin, Vasili
Josef,

  Did you consistently only use the Ubuntu package manager to install
and upgrade all ghc tools including the compiler, cabal?Or did you ever
build the ghc compiler from source on your system on top of a Ubuntu package
installed ghc like I did?

Vasili

On Sat, May 17, 2008 at 5:01 AM, Josef Svenningsson 
[EMAIL PROTECTED] wrote:

 Vasili,

 I have pretty much exactly the same set up as you seem to have. I
 haven't had a single problem with running configure using cabal. In
 what sense does it stop working?

 Cheers,

 Josef

 2008/5/17 Galchin, Vasili [EMAIL PROTECTED]:
  PS I have always installed ghc first via the Ubuntu package installer
  followed by a build from ghc 6.8.2 source!
 
  Vasili
 
 
  On Sat, May 17, 2008 at 12:01 AM, Galchin, Vasili [EMAIL PROTECTED]
  wrote:
 
  ghc-pkg list gives me 
 
 
  [EMAIL PROTECTED]:~$ ghc-pkg list
  /usr/local/lib/ghc-6.8.2/package.conf:
  Cabal-1.2.3.0, GLUT-2.1.1.1, HUnit-1.2.0.0, OpenGL-2.2.1.1,
  QuickCheck-1.1.0.0, array-0.1.0.0, base-3.0.1.0,
  bytestring-0.9.0.1, cgi-3001.1.5.1, containers-0.1.0.1,
  directory-1.0.0.0, fgl-5.4.1.1, filepath-1.1.0.0, (ghc-6.8.2),
  haskell-src-1.0.1.1, haskell98-1.0.1.0, hpc-0.5.0.0, html-1.0.1.1,
  mtl-1.1.0.0, network-2.1.0.0, old-locale-1.0.0.0, old-time-1.0.0.0,
  packedstring-0.1.0.0, parallel-1.0.0.0, parsec-2.1.0.0,
  pretty-1.0.0.0, process-1.0.0.0, random-1.0.0.0, readline-1.0.1.0,
  regex-base-0.72.0.1, regex-compat-0.71.0.1, regex-posix-0.72.0.2,
  rts-1.0, stm-2.1.1.0, template-haskell-2.2.0.0, time-1.1.2.0,
  unix-2.3.0.0, xhtml-3000.0.2.1
 
 
  I am using version ghc-6.8.2.
 
 
  V
 
  On Fri, May 16, 2008 at 11:51 PM, Galchin, Vasili [EMAIL PROTECTED]
  wrote:
 
  Hello,
 
   I am running ghc and tools on Ubuntu. I seem to be running into
 very
  strange problems between ghc-pkg and the Ubuntu package manager.
 Suddenly
  runhaskell Setup.hs configure just stops working ... Are any other
  ghc/Ubuntu users running into problems? If so, please tell me what
 problems.
  This is killing my Haskell work!
 
  Regards, Vasili
 
 
 
  ___
  Haskell-Cafe mailing list
  Haskell-Cafe@haskell.org
  http://www.haskell.org/mailman/listinfo/haskell-cafe
 
 

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-17 Thread Achim Schneider
Galchin, Vasili [EMAIL PROTECTED] wrote:

 Did you consistently only use the Ubuntu package manager to
 install and upgrade all ghc tools including the compiler, cabal?Or
 did you ever build the ghc compiler from source on your system on top
 of a Ubuntu package installed ghc like I did?
 
 
 On Sat, May 17, 2008 at 5:01 AM, Josef Svenningsson 
 [EMAIL PROTECTED] wrote:
 
  I have pretty much exactly the same set up as you seem to have. I
  haven't had a single problem with running configure using cabal. In
  what sense does it stop working?
 

SCNR, who is asking questions here?


btw: please stop that TOFU

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-- 
(c) this sig last receiving data processing entity. Inspect headers for
past copyright information. All rights reserved. Unauthorised copying,
hiring, renting, public performance and/or broadcasting of this
signature prohibited. 

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-17 Thread Galchin, Vasili
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 
[EMAIL PROTECTED] wrote:

 On Sat, May 17, 2008 at 1:00 PM, Galchin, Vasili [EMAIL PROTECTED]
 wrote:
  Josef,
 
  E.g.
  [EMAIL PROTECTED]:~/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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


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

2008-05-16 Thread Galchin, Vasili
ghc-pkg list gives me 


[EMAIL PROTECTED]:~$ ghc-pkg list
/usr/local/lib/ghc-6.8.2/package.conf:
Cabal-1.2.3.0, GLUT-2.1.1.1, HUnit-1.2.0.0, OpenGL-2.2.1.1,
QuickCheck-1.1.0.0, array-0.1.0.0, base-3.0.1.0,
bytestring-0.9.0.1, cgi-3001.1.5.1, containers-0.1.0.1,
directory-1.0.0.0, fgl-5.4.1.1, filepath-1.1.0.0, (ghc-6.8.2),
haskell-src-1.0.1.1, haskell98-1.0.1.0, hpc-0.5.0.0, html-1.0.1.1,
mtl-1.1.0.0, network-2.1.0.0, old-locale-1.0.0.0, old-time-1.0.0.0,
packedstring-0.1.0.0, parallel-1.0.0.0, parsec-2.1.0.0,
pretty-1.0.0.0, process-1.0.0.0, random-1.0.0.0, readline-1.0.1.0,
regex-base-0.72.0.1, regex-compat-0.71.0.1, regex-posix-0.72.0.2,
rts-1.0, stm-2.1.1.0, template-haskell-2.2.0.0, time-1.1.2.0,
unix-2.3.0.0, xhtml-3000.0.2.1


I am using version ghc-6.8.2.


V

On Fri, May 16, 2008 at 11:51 PM, Galchin, Vasili [EMAIL PROTECTED]
wrote:

 Hello,

  I am running ghc and tools on Ubuntu. I seem to be running into very
 strange problems between ghc-pkg and the Ubuntu package manager. Suddenly
 runhaskell Setup.hs configure just stops working ... Are any other
 ghc/Ubuntu users running into problems? If so, please tell me what problems.
 This is killing my Haskell work!

 Regards, Vasili

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe