[Bug 91659] New: Buildsystem finds python 3 instead of python 2
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 16 12:38:55 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91659
Bug ID: 91659
Summary: Buildsystem finds python 3 instead of python 2
Product: Telepathy
Version: git master
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-qt
Assignee: telepathy-bugs at lists.freedesktop.org
Reporter: fdo-bugs at randomguy3.me.uk
QA Contact: telepathy-bugs at lists.freedesktop.org
Created attachment 117721
--> https://bugs.freedesktop.org/attachment.cgi?id=117721&action=edit
Patch to fix the issue
ArchLinux has Python 3 as the default python. When building telepathy-qt, this
is the version of Python that will be found.
However, CMake's FindPythonInterp module is perfectly capable of finding Python
2 if you tell it that's what you want. The version just needs to be passed into
the find_package() call.
The attached patch does this.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list