<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Andrew,<br>
    <blockquote type="cite"
      cite="mid:b751df28-1422-9a6c-7f60-2e13dfde7a7e@aitchison.me.uk">As
      Greg said, 25 hours isn't long to test
      <br>
    </blockquote>
    <p>There's also a 2 business days phase after the motion has been
      initiated before declaring it passed, which will lead to us after
      the week end, so if someone finds something critical enough, that
      can still be taken into account. Hard to know if people will test
      or not, and how much time they need. <br>
    </p>
    <p>| Like several recent gdal versions on other recent Ubuntu
      releases,
      it complains about setup.py
    </p>
    <p>yeah... Someone brave enough might try to switch the build
      process to use pip install. But that'd definitely require changing
      some development workflows.<br>
    </p>
    <blockquote type="cite"
      cite="mid:b751df28-1422-9a6c-7f60-2e13dfde7a7e@aitchison.me.uk">
      <br>
      I haven't really tried to run the test suite since the switch
      <br>
      to cmake, but the current errors suggest that the suite is
      <br>
      not ready for someone as inexperienced with it as me to use
      <br>
      it to pass or fail the latest release on this platform.
      <br>
    </blockquote>
    <p>Proper test execution requires the pytest.ini file to be
      generated, which is a CMake generated artifact. The error messages
      you pasted inline are clearly related to that (pytest tries to run
      some python files that aren't designed to be run as tests, and
      might require h5py which is normally not needed for only test
      excutions). I suspect the ones in the attached file might also be
      due to that. So if using the release tarballs, you need to
      untar/unzip gdal-autotest-3.9.1 in a subdirectory of gdal-3.9.1
      and make sure that subdirectory is called "autotest" (to get the
      same organization as the git tree). Then from the build directory,
      you can run ctest.<br>
    </p>
    <p>Even</p>
    <span style="white-space: pre-wrap">
</span>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>