Re: Failure to Build

2018-08-01 Thread Ara Adkins
Hi Ben, That was spot on! I guess there's something wrong with the stack install of happy - using the one installed from the system package manager worked perfectly. Best, _ara On Tue, 31 Jul 2018 at 16:56, Ben Gamari wrote: > Ara Adkins writes: > > > Thanks all for the insight so far! > > >

Re: Failure to Build

2018-07-31 Thread Ben Gamari
Ara Adkins writes: > Thanks all for the insight so far! > > Doing that has got me further along in the build, but it is still failing. > Amongst the output of `make` it seems that the offending error is as > follows: > ``` > happy: >

Re: Failure to Build

2018-07-31 Thread Ara Adkins
Thanks all for the insight so far! Doing that has got me further along in the build, but it is still failing. Amongst the output of `make` it seems that the offending error is as follows: ``` happy:

Re: Failure to Build

2018-07-31 Thread Ben Gamari
Sylvain Henry writes: > When something like this fails, I usually do: > > make maintainer-clean > git submodule update --init > ./boot > ./configure > make -j > Right, it sounds like there are some stale files. I'd bet this fixes it. Cheers, - Ben signature.asc Description: PGP signature

Re: Failure to Build

2018-07-31 Thread Sylvain Henry
When something like this fails, I usually do: make maintainer-clean git submodule update --init ./boot ./configure make -j On 31/07/2018 16:34, Ara Adkins wrote: Hey Devs, I'm having trouble building the head of the ghc-8.6 branch (`26a7f850d1`) on my Arch Linux machine. The essence of the

Re: Failure to Build

2018-07-31 Thread Matthew Pickering
Are you starting from a completely clean tree? (achieved by `make maintainer-clean`)? On Tue, Jul 31, 2018 at 3:34 PM, Ara Adkins wrote: > Hey Devs, > > I'm having trouble building the head of the ghc-8.6 branch (`26a7f850d1`) on > my Arch Linux machine. The essence of the error is this as

Failure to Build

2018-07-31 Thread Ara Adkins
Hey Devs, I'm having trouble building the head of the ghc-8.6 branch (`26a7f850d1`) on my Arch Linux machine. The essence of the error is this as follows, though the full result of make (to the point of error) is attached. ``` Configuring template-haskell-2.14.0.0... ghc-cabal: Encountered