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 GHC.Integer

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 http://mail.haskell.org/cgi-bin/mailman/lis

RE: 8.5 build failure

2018-04-03 Thread Simon Peyton Jones via ghc-devs
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 GHC.Integer.Type in libraries/integer-gmp. Simon From: ghc-devs On Behalf Of Richard Eisenberg Sent: 03 April 2018 16:11 To: John

Re: 8.5 build failure

2018-04-03 Thread Alan & Kim Zimmerman
I think there was a commit recently that requires you to reconfigure. > > I have just committed 4de585a which lifts the MAX_PATH restrictions for Haskell programs > compiled with GHC 8.6 for Windows users. > > However when you update, you *MUST* run configure again. This counts for ALL platforms o

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 it, and am > getting

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: > > Hi everyone, > >

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 &co are investigating. Simon From: ghc-devs On Behalf Of John Leo Sent: 03 April 2018 16:06 To: ghc-devs Subject: 8.5 build failure Hi everyone, I pulled from head this morning and rebased my current work on it, and am getting

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 wro

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 make

Re: Building GHC using cabal repl

2018-04-03 Thread Neil Mitchell
Hi Joachim, There are instructions on how to do it, described at https://github.com/ndmitchell/ghcid/issues/140 One word of warning - GHC runs preprocessors way more than is necessary, which vastly slows down the feedback loop. My hope is a GHC Dev will quickly get frustrated by that and fix it :