[Bug 101682] spice-jhbuild and archlinux
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 3 23:13:14 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101682
--- Comment #1 from Thiago Mendes <tribeirom at gmail.com> ---
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'
------------------------------------------------------------------
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-bugs/attachments/20170703/c7b9d787/attachment.html>
More information about the spice-bugs
mailing list