Re: 8.5 build failure

2018-04-06 Thread Ryan Scott
I've just landed a commit of Ben's [1] which should fix this issue. Ryan S. - [1] Specifically, http://git.haskell.org/ghc.git/commit/54acfbbf64f5fcb108836412e9be0cfabf0d7801 ___ ghc-devs mailing list ghc-devs@haskell.org

Re: 8.5 build failure

2018-04-03 Thread Herbert Valerio Riedel
Hi Simon et al. On Tue, Apr 3, 2018 at 5:37 PM, Simon Peyton Jones via ghc-devs < ghc-devs@haskell.org> wrote: > It seems to be caused by some missing Makefile dependency > > > > It may be significant that the dependency is a module in libraries/base > GHC/IO.hs-boot depending on one

Re: 8.5 build failure

2018-04-03 Thread John Leo
Thanks everyone. I didn't expect just continuing "make" would work, but it does, so that's a workaround for now. I'll look forward to the real fix, of course. John ___ ghc-devs mailing list ghc-devs@haskell.org

RE: 8.5 build failure

2018-04-03 Thread Simon Peyton Jones via ghc-devs
g Sent: 03 April 2018 16:11 To: John Leo <l...@halfaya.org> Cc: ghc-devs <ghc-devs@haskell.org> Subject: Re: 8.5 build failure I've hit this, too, in the last few days. It seems to be caused by some missing Makefile dependency. My solution has been to `make -j1` for a bit, then cut i

Re: 8.5 build failure

2018-04-03 Thread Ömer Sinan Ağacan
Does the error go away if you restart the build without cleaning? I had the same error on my nightly builder, but it worked when I restarted the build. Ömer 2018-04-03 18:06 GMT+03:00 John Leo : > Hi everyone, > > I pulled from head this morning and rebased my current work on

Re: 8.5 build failure

2018-04-03 Thread Richard Eisenberg
I've hit this, too, in the last few days. It seems to be caused by some missing Makefile dependency. My solution has been to `make -j1` for a bit, then cut it off, then `make -j` again. I'm glad to know it's not just me. :) > On Apr 3, 2018, at 11:06 AM, John Leo wrote: > >

RE: 8.5 build failure

2018-04-03 Thread Simon Peyton Jones via ghc-devs
so is every one else ☹. No one has a clue what’s going on. Ben are investigating. Simon From: ghc-devs <ghc-devs-boun...@haskell.org> On Behalf Of John Leo Sent: 03 April 2018 16:06 To: ghc-devs <ghc-devs@haskell.org> Subject: 8.5 build failure Hi everyone, I pulled from head

Re: 8.5 build failure

2018-04-03 Thread John Leo
One thing I should note is that I believe since the last time I'd built I updated Mac OS to 10.13.4, if that is relevant. Note that stage 1 built fine; the failure occurs about 22 minutes into a build that typically takes 30 minute on my machine. John On Tue, Apr 3, 2018 at 8:06 AM, John Leo

8.5 build failure

2018-04-03 Thread John Leo
Hi everyone, I pulled from head this morning and rebased my current work on it, and am getting a build error I've never seen before. I don't think it's due to any of my own changes, and everything built fine last time I tried just a couple days ago . I'd pulled both code and submodules. I did