<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 19/04/2015 22:08, Robert C. Helling
      wrote:<br>
    </div>
    <blockquote
      cite="mid:C3B1628C-D6BD-4633-9A2E-B11EFB8FDB24@atdotde.de"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      Willem,
      <div class=""><br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On 19 Apr 2015, at 20:24, Willem Ferguson <<a
                moz-do-not-send="true"
                href="mailto:willemferguson@zoology.up.ac.za" class="">willemferguson@zoology.up.ac.za</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class=""><span style="font-family: Helvetica;
                font-size: 12px; font-style: normal; font-variant:
                normal; font-weight: normal; letter-spacing: normal;
                line-height: normal; orphans: auto; text-align: start;
                text-indent: 0px; text-transform: none; white-space:
                normal; widows: auto; word-spacing: 0px;
                -webkit-text-stroke-width: 0px; float: none; display:
                inline !important;" class="">Anything I could do now?</span><br
                style="font-family: Helvetica; font-size: 12px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <span style="font-family: Helvetica; font-size: 12px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;
                float: none; display: inline !important;" class="">I
                know there is currently a lot of activity to get the
                build to run smoothly.</span><br style="font-family:
                Helvetica; font-size: 12px; font-style: normal;
                font-variant: normal; font-weight: normal;
                letter-spacing: normal; line-height: normal; orphans:
                auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
            </div>
          </blockquote>
        </div>
        <br class="">
      </div>
      <div class="">with git grep I get the impression this is once more
        a problem with the version of libgit2 (has to be quite recent).
        I would have thought the build script does download that but I
        would investigate the version installed on your system.</div>
      <div class=""><br class="">
      </div>
      <div class="">Best</div>
      <div class="">Robert</div>
      <br>
    </blockquote>
    I had libgit2 v0.19 in my system and v0.22 in the src directory. I
    removed v0.19 from the system, leaving only the version in the src
    directory.<br>
    <br>
    It aborts two steps earlier in the process with a slightly different
    error message. Looks like libgit2 is a real obstacle.<br>
    <br>
    [ 23%] Built target subsurface_corelib<br>
    make[2]: *** No rule to make target
    `/usr/lib/x86_64-linux-gnu/libgit2.a', needed by `TestGpsCoords'. 
    Stop.<br>
    make[1]: *** [CMakeFiles/TestGpsCoords.dir/all] Error 2<br>
    make: *** [all] Error 2<br>
    willem@dive:~/src$ <br>
     <br>
    I am not clear on what build.sh does with libigit2. I would have
    expected that the install instruction (line 55 in build.sh) installs
    libgit2 in the appropriate system folder. But a locate command on
    libgit2 on my machine now only shows files in the home/src
    directory, not in /lib/ or a similar directory. From what I can see
    from the error message, the make process aborts while trying to make
    use of libgit2 to build Subsurface. This means that a valid object
    file for libgit2 exists??<br>
    <br>
    Kind regards,<br>
    willem<br>
  </body>
</html>