<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi all,</p>
    <p>based on Andreas' comment I rebuild rrdtool exclusively 2for
      64-bit. This added also support for all bindings lua, tcl, perl,
      ruby (v2.6) and pyhton (v3.7). Though python created some
      headache. It build needs an ugly tweak of the configure script to
      find the right header files. The issue is cause by <font
        face="Courier New">/usr/include/pyhton</font><font face="Courier
        New, Courier, monospace">3.7</font><b>m. </b>Both version <font
        face="Courier New, Courier, monospace">python3.7</font> and <font
        face="Courier New, Courier, monospace">pyhton3.7m</font> reports
      back PYTHON_VERSION 3.7. Based on this return the PYTHON_INCLUDES
      is always created as <font face="Courier New, Courier, monospace">/usr/include/pyhton3.7
      </font>which does not exist. Is this intentional (the real path is
      <font face="Courier New, Courier, monospace">/usr/include/pyhton3.7m,</font>
      just a warmup question ;-). But the real problem I have with this
      python binding is this error when publishing:</p>
    <p><font face="Courier New, Courier, monospace">       
        /usr/bin/python3.5 /usr/bin/pkglint  \<br>
                        -f /usr/share/src/myoi-userland/tools/pkglintrc
/usr/src/myoi-userland/components/image/rrdtool/build/manifest-i386-rrdtool.depend.res<br>
        Lint engine setup...<br>
        Starting lint run...<br>
        ERROR userland.action001.2        64-bit object
        'usr/lib/python3.7/site-packages/rrdtool.cpython-37m.so' in
        32-bit path<br>
        WARNING pkglint.action005.1       obsolete dependency check
        skipped: unable to find dependency
        <a class="moz-txt-link-abbreviated" href="mailto:pkg:/image/library/libpng16@1.6.37-2020.0.1.0">pkg:/image/library/libpng16@1.6.37-2020.0.1.0</a> for
        <a class="moz-txt-link-abbreviated" href="mailto:pkg:/image/rrdtool@1.7.2,5.11-2022.0.0.0">pkg:/image/rrdtool@1.7.2,5.11-2022.0.0.0</a></font></p>
    <p>Is there a way to overcome this problem or should i just remove
      the python3.7 binding (basically all pathon3.x versions)? BTW
      phyton2.7 would work without problem including publishing but I
      didn't want to create a dependency to this soon to be
      deprecated/removed version.</p>
    <p>kind regards,</p>
    <p>  Fritz</p>
    <p>PS: What about failing tests? Are they just to be reported or
      should I try to fix them?<br>
    </p>
  </body>
</html>