There is now a slightly more complicated check in the CMakeLists.txt:
# Ubuntu xenial needs python 3.5
if(${DISTRIBUTION} MATCHES "vivid" OR ${DISTRIBUTION} MATCHES "wily")
find_package(PythonLibs 3.4 REQUIRED)
find_package(Boost COMPONENTS python-py34 REQUIRED)
else()
find_package(PythonLibs 3.5 REQUIRED)
find_package(Boost COMPONENTS python-py35 REQUIRED)
endif()
I'm not sure if there is a better fix for this?
** Changed in: unity-scopes-shell (Ubuntu)
Status: Confirmed => Incomplete
--
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:
Incomplete
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
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp