<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>When something like this fails, I usually do:<br>
    </p>
    <p>make maintainer-clean<br>
      git submodule update --init<br>
      ./boot<br>
      ./configure<br>
      make -j<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 31/07/2018 16:34, Ara Adkins wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACPahm2AfNnt0HN_a_Ta3Q9JdT_yiX+mnwSQ2R8Dcz9Hcb8xhA@mail.gmail.com">
      <div dir="ltr">Hey Devs,
        <div><br>
        </div>
        <div>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.</div>
        <div><br>
        </div>
        <div>```</div>
        <div>
          <div>Configuring template-haskell-2.14.0.0...</div>
          <div>ghc-cabal: Encountered missing dependencies:</div>
          <div>ghc-boot-th ==8.6.* && ==8.7</div>
        </div>
        <div>```</div>
        <div><br>
        </div>
        <div>The output of configure is as follows:</div>
        <div>```</div>
        <div>
          <div>----------------------------------------------------------------------</div>
          <div>Configure completed successfully.</div>
          <div><br>
          </div>
          <div>   Building GHC version  : 8.7.20180730</div>
          <div>          Git commit id  :
            26a7f850d15b91ad68d1e28d467faba00bb79144</div>
          <div><br>
          </div>
          <div>   Build platform        : x86_64-unknown-linux</div>
          <div>   Host platform         : x86_64-unknown-linux</div>
          <div>   Target platform       : x86_64-unknown-linux</div>
          <div><br>
          </div>
          <div>   Bootstrapping using   : /usr/bin/ghc</div>
          <div>      which is version   : 8.4.3</div>
          <div><br>
          </div>
          <div>   Using (for bootstrapping) : gcc</div>
          <div>   Using gcc                 : gcc</div>
          <div>      which is version       : 8.1.1</div>
          <div>   Building a cross compiler : NO</div>
          <div>   Unregisterised            : NO</div>
          <div>   hs-cpp       : gcc</div>
          <div>   hs-cpp-flags : -E -undef -traditional</div>
          <div>   ar           : ar</div>
          <div>   ld           : ld.gold</div>
          <div>   nm           : nm</div>
          <div>   libtool      : libtool</div>
          <div>   objdump      : objdump</div>
          <div>   ranlib       : ranlib</div>
          <div>   windres      : </div>
          <div>   dllwrap      : </div>
          <div>   genlib       : </div>
          <div>   Happy        : /home/ara/.local/bin/happy (1.19.9)</div>
          <div>   Alex         : /usr/bin/alex (3.2.4)</div>
          <div>   Perl         : /usr/bin/perl</div>
          <div>   sphinx-build : /usr/bin/sphinx-build</div>
          <div>   xelatex      : /usr/bin/xelatex</div>
          <div><br>
          </div>
          <div>   Using LLVM tools</div>
          <div>      clang : clang</div>
          <div>      llc   : </div>
          <div>      opt   : </div>
          <div>   HsColour : /usr/bin/HsColour</div>
          <div><br>
          </div>
          <div>   Tools to build Sphinx HTML documentation available:
            YES</div>
          <div>   Tools to build Sphinx PDF documentation available: YES</div>
          <div>----------------------------------------------------------------------</div>
        </div>
        <div>```</div>
        <div><br>
        </div>
        <div>Any help would be most appreciated. </div>
        <div><br>
        </div>
        <div>Best,<br>
          _ara</div>
      </div>
      <!--'"--><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ghc-devs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>