Exception when compiling HAppS

2007-01-07 Thread Dimitry Golubovsky
Hi, I am getting a strange error message when trying to compile HAppS-0.8.4 with ghc-6.4.1always on the same file. bash$ runghc Setup.hs configure --prefix=/previous/public/HAppS The field "hs-source-dir" is deprecated, please use hs-

Re: Exception when compiling HAppS

2007-01-07 Thread Kirsten Chevalier
On 1/7/07, Dimitry Golubovsky <[EMAIL PROTECTED]> wrote: Hi, I am getting a strange error message when trying to compile HAppS-0.8.4 with ghc-6.4.1always on the same file. [snip] *** Exception: waitForProcess: interrupted (Interrupted system call) This could mean a lot of things. What OS a

Re: Exception when compiling HAppS

2007-01-07 Thread Dimitry Golubovsky
Hi, On 1/7/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote: > I am getting a strange error message when trying to compile > HAppS-0.8.4 with ghc-6.4.1always on the same file. > [snip] > *** Exception: waitForProcess: interrupted (Interrupted system call) > This could mean a lot of things. What

Re: Exception when compiling HAppS

2007-01-07 Thread Kirsten Chevalier
On 1/7/07, Dimitry Golubovsky <[EMAIL PROTECTED]> wrote: On 1/7/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote: > > I am getting a strange error message when trying to compile > > HAppS-0.8.4 with ghc-6.4.1always on the same file. > > > [snip] > > *** Exception: waitForProcess: interrupted (Int

Re: Exception when compiling HAppS

2007-01-07 Thread Dimitry Golubovsky
Hi, On 1/7/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote: By way of figuring out which system call is getting interrupted, can you run your "runghc" command with strace, like so: bash$ strace [whatever you were typing to build happs before] and paste the last couple of lines of strace's outpu