| I think I see what is going on here. If you run `make WERROR=""` for a | while to get past DynFlags does the build finish? Strange. This would switch from a failed *Hadrian* build to using *make*. Is that really what you intend? S | -----Original Message----- | From: Ben Gamari <ben@smart-cactus.org> | Sent: 09 December 2019 17:20 | To: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs@haskell.org | Subject: Re: Total failure | | Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes: | | > Bad things are happening. I can't build GHC at all! | > I'm trying 'sh validate -fast' on a clean build of a master checkout | > HEAD detached at 3a96a0b6db | > (this is the master checkout from which !2276 branches off) | > But alas I get this | > | I think I see what is going on here. If you run `make WERROR=""` for a | while to get past DynFlags does the build finish? | | Cheers, | | - Ben