Re: pthread mutex error building 6.10 on NetBSD

2009-01-04 Thread Matthias Kilian
Hi, On Thu, Jan 01, 2009 at 11:46:31AM +0100, Matthias Kilian wrote: pthread_mutex_unlock() is called, evidently from fileLock(), with an invalid mutex. NetBSD's pthread implementation differs from Linux in its intolerance of such things. I have found errors where someone forgets that

Re: pthread mutex error building 6.10 on NetBSD

2009-01-01 Thread Matthias Kilian
On Wed, Dec 31, 2008 at 10:44:07PM -0800, Donn Cave wrote: I tried to build GHC 6.10.1 on NetBSD 4.0 this afternoon, and ran into an error, where cabal-bin calls the stage2 ghc in utils/installPackage. pthread_mutex_unlock() is called, evidently from fileLock(), with an invalid mutex.

pthread mutex error building 6.10 on NetBSD

2008-12-31 Thread Donn Cave
I tried to build GHC 6.10.1 on NetBSD 4.0 this afternoon, and ran into an error, where cabal-bin calls the stage2 ghc in utils/installPackage. pthread_mutex_unlock() is called, evidently from fileLock(), with an invalid mutex. NetBSD's pthread implementation differs from Linux in its intolerance