<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - spice-jhbuild and archlinux"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101682#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - spice-jhbuild and archlinux"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101682">bug 101682</a>
from <span class="vcard"><a class="email" href="mailto:tribeirom@gmail.com" title="Thiago Mendes <tribeirom@gmail.com>"> <span class="fn">Thiago Mendes</span></a>
</span></b>
<pre>libxml2 and qemu will need Python2 and ArchLinux comes with Python3.
To solve this we will need to edit our jhbuild configuration file located
t $HOME/.config/jhbuildrc.
All we need to do is add the next 2 lines to our configuration file:
------------------------------------------------------------------
module_autogenargs['qemu', 'libxml2' ] = 'PYTHON=/usr/bin/python2'
os.environ['PYTHON'] = '/usr/bin/python2'
------------------------------------------------------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>