<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Check if Mako templates for Python are installed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=104551#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Check if Mako templates for Python are installed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=104551">bug 104551</a>
from <span class="vcard"><a class="email" href="mailto:agomez@igalia.com" title="Andrés Gómez GarcÃa <agomez@igalia.com>"> <span class="fn">Andrés Gómez GarcÃa</span></a>
</span></b>
<pre>This is legit.
The problem is that
src/intel/vulkan/anv_icd.py
imports
src/intel/vulkan/anv_extensions.py
to get the MAX_API_VERSION symbol.
Since anv_extensions.py imports from mako, it fails in the release tarball.
I think we don't want to force having mako when compiling from the release
tarball and it is not really needed.
I think we could just split MAX_API_VERSION and related to another Python file
and import it from both, anv_extensions and anv_icd.
I'll look into this solution if nobody beats me to it...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>