Re: Unable to build GHC-7.4.1 on OpenIndiana

2012-03-11 Thread Paul Graphov
Thanks for your advice but that didn't help. Also GHC is build successfully on my Ubuntu box with gnu make-3.81 But solution for my case was quite simple - I've commented out those lines in ghc.mk that produced the error :) ghc binary-dist was built successfully and run well on solaris-10 box. On

Re: Unable to build GHC-7.4.1 on OpenIndiana

2012-03-07 Thread Sergei Trofimovich
On Wed, 7 Mar 2012 17:07:06 +0400 Paul Graphov wrote: > Hello GHC-users! > > I'm trying to compile GHC-7.4.1 under OpenIndiana and get the > following error all the time: > > ghc.mk:85: *** Make has restarted itself 2 times; is there a makefile > bug?.  Stop. > > I googled a bit and found that

Unable to build GHC-7.4.1 on OpenIndiana

2012-03-07 Thread Paul Graphov
Hello GHC-users! I'm trying to compile GHC-7.4.1 under OpenIndiana and get the following error all the time: ghc.mk:85: *** Make has restarted itself 2 times; is there a makefile bug?.  Stop. I googled a bit and found that this can be a result of touching some files during build. But actually no