<div dir="ltr">Those errors in both logs seem fairly odd. The first one appears to be mostly a missing libgmp, the second one looks like hsc2hs's template file is missing, however hadrian should have a rule for that.<br><br>You can try to clean your tree and rebuild.<br><br><font face="monospace">git clean -xfd<br>git submodule foreach git clean -xfd<br>git submodule update --init --recursive<br><br>./boot && ./configure<br>cabal v2-update<br>hadrian/build -j --flavour=Quick/boot</font><br><br>In general the instructions on <a href="https://ghc.dev">https://ghc.dev</a> are pretty good.<br><br>Cheers,<div> Moritz</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 20, 2021 at 8:50 AM Solomon Bothwell <<a href="mailto:ssbothwell@gmail.com">ssbothwell@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi. I'm a Haskell developer and I have recently started exploring and building GHC, mainly with the hope of writing some small MRs for base. <br></div><div><br></div><div>I use nixos and ghc.nix to setup a build environment. Last week I was able to build `ghc-8.10.7-release` with no trouble. I'm not sure what may have happened but I am unable to build either `ghc-8-10.7-release` or `master` this week. I tried deleting my fork and creating a new one but am getting the same results.</div><div><br></div><div>For `master` I get this error: <a href="https://gist.github.com/ssbothwell/9693a919c521decf52503e9152b879b6" target="_blank">https://gist.github.com/ssbothwell/9693a919c521decf52503e9152b879b6</a></div><div>For `ghc-8.10.7-release` I get this error: <a href="https://gist.github.com/ssbothwell/fb5c418b4ee509cf0ad95d4337381e9e" target="_blank">https://gist.github.com/ssbothwell/fb5c418b4ee509cf0ad95d4337381e9e</a></div><div><br></div><div>I hope this is the right venue to be asking for help on this. Would it be better for me to write an issue on the ghc.nix github page?</div><div><br></div><div>Thanks,</div><div>Solomon.<br></div></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>