<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - configure script fails to detect python3"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1484">1484</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>configure script fails to detect python3
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>nftables
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Debian GNU/Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>nft
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pablo@netfilter.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vtolkm@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>build node:
* x86_64-pc-linux-gnu with kernel 5.9.7
* gcc 10.2.0 (Debian 10.2.0-16)
* bison (GNU Bison) 3.7.3
* Python 3.8.6

the script (sh configure) fails to detect the installation of python3 and
prints instead:

checking for python... no
checking for python2... no
checking for python2.7... no
configure: WARNING: Python not found, continuing anyway

The system's python binary:

#command -V python3
python3 is hashed (/usr/bin/python3)

vs.

#command -V python
bash: command: python: not found</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>