Re: [Pkg-haskell-commits] darcs: haskell-hashable: Disable calls to mmap in testsuite, whose failure prevented build

2013-10-23 Thread Joachim Breitner
Hi Louis, Am Mittwoch, den 23.10.2013, 20:55 + schrieb Louis Bettens: > +- if !os(windows) > ++ if !os(windows) && !(arch(armel) || arch(armhf) || arch(mips) || > arch(mipsel) || arch(powerpc)) are you sure that that Cabal uses the same architecture names as Debian does? Greetings, Joachi

Re: hashable testsuite fails

2013-10-23 Thread Louis Bettens
Le 23. 10. 13 21:30, Joachim Breitner a écrit : Louis, can you go ahead and disable the use of mmap there? The list of broken arches seems to be armel, armhf, mips, mipsel and powerpc. Hello. With pleasure. Cabal's conditions can't span multiple lines, so you'll see a very long one in my comm

Re: hashable testsuite fails

2013-10-23 Thread Joachim Breitner
Hi, Am Montag, den 14.10.2013, 15:16 + schrieb Clint Adams: > On Mon, Oct 14, 2013 at 10:48:42AM +0200, Joachim Breitner wrote: > > It seems that it is using mmap where not supported. Who wants to > > investigate and find a way to make the code portable? > > The call that should be generated,