touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #113054
[Bug 1492287] Re: FTBFS with Python 3.5 as supported version in Wily
--- unity-scopes-shell-0.5.5+15.10.20151019.orig/src/python/scope_harness/CMakeLists.txt
+++ unity-scopes-shell-0.5.5+15.10.20151019/src/python/scope_harness/CMakeLists.txt
@@ -1,6 +1,6 @@
include(FindPkgConfig)
-find_package(PythonLibs 3.4 REQUIRED)
-find_package(Boost COMPONENTS python-py34 REQUIRED)
+find_package(PythonLibs 3.5 REQUIRED)
+find_package(Boost COMPONENTS python-py35 REQUIRED)
include_directories(
${PYTHON_INCLUDE_DIRS}
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1492287
Title:
FTBFS with Python 3.5 as supported version in Wily
Status in unity-scopes-shell package in Ubuntu:
Confirmed
Bug description:
In Wily, we enable Python 3.5 as a supported (but not default) Python
3 version. We have a PPA where we make Python 3.5 the default
version. unity-scopes-shell fails to build in this PPA. Here is the
buildlog:
https://launchpadlibrarian.net/216373229/buildlog_ubuntu-wily-amd64
.unity-scopes-shell_0.5.5%2B15.10.20150826-0ubuntu1_BUILDING.txt.gz
A cursory look seems to indicate that the cmake files aren't prepared
to handle the case where Python 3.5 is the default Python 3 version.
A local build of the wily package, where 3.5 is supported but not
default also FTBFS but in a different way. I will attach the local
buildlog for that failure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1492287/+subscriptions
References