Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-02-20 Thread Daniil Elovkov
Hello cmm.h seems to sit in TOPDIR/includes In the makefile these lines are close SplitObjs=NO H_FILES = $(wildcard ../includes/*.h) $(wildcard *.h) Maybe you accidentally did something with the second while editing the first. 2007/2/20, Thomas Hartman <[EMAIL PROTECTED]>: I finally got ar

Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-02-20 Thread Thomas Hartman
I finally got around to trying this, but still no luck. now getting missing cmm.h error. [EMAIL PROTECTED]:~/haskellInstalls/ghc-6.6$ cat mk/build.mk SplitObjs=NO after doing sudo make > make.out [EMAIL PROTECTED]:~/haskellInstalls/ghc-6.6$ tail make.out -

RE: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-08 Thread Simon Peyton-Jones
Sent: 07 January 2007 13:38 | To: tphyahoo | Cc: haskell-cafe@haskell.org | Subject: Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11 | | On Sat, 2007-01-06 at 15:30 -0800, tphyahoo wrote: | > I'm having trouble installing ghc 6.6. On ubuntu, virtual

Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-07 Thread Duncan Coutts
On Sat, 2007-01-06 at 15:30 -0800, tphyahoo wrote: > I'm having trouble installing ghc 6.6. On ubuntu, virtual server (user mode > linux). > > Something seems to be killing the process, no idea why. > > Anyone seen this? Yes. > /usr/bin/ar: creating libHSbase.a > xargs: /usr/bin/ar: terminated

Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-07 Thread tphyahoo
Yes, it's repeatable. As I mentioned, this is an ubuntu, virtual server (user mode linux). I'm thinking this may have to do with the "exoticness" of my system. So, I will repeat this question at the linode forum (linode is my virtual hoster, and the forum there has a lot of knowledgable users),

Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-06 Thread Jeremy Shaw
At Sat, 6 Jan 2007 15:41:37 -0800, Stefan O'Rear wrote: > > On Sat, Jan 06, 2007 at 03:30:56PM -0800, tphyahoo wrote: > > > > I'm having trouble installing ghc 6.6. On ubuntu, virtual server (user mode > > linux). > Is it repeatable? i.e. If you run 'make' again, do you get the same error at >

Re: [Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-06 Thread Stefan O'Rear
On Sat, Jan 06, 2007 at 03:30:56PM -0800, tphyahoo wrote: > > I'm having trouble installing ghc 6.6. On ubuntu, virtual server (user mode > linux). > > Something seems to be killing the process, no idea why. > > Anyone seen this? > > xargs: /usr/bin/ar: terminated by signal 11 > make[2]: *** [

[Haskell-cafe] trouble installing ghc 6.6: xargs: /usr/bin/ar: terminated by signal 11

2007-01-06 Thread tphyahoo
I'm having trouble installing ghc 6.6. On ubuntu, virtual server (user mode linux). Something seems to be killing the process, no idea why. Anyone seen this? I looked around with ps to see if anything looked suspicious. I do have a lot of screens open, but I don't see why that should matter. T