touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #18949
[Bug 1371146] Re: packaging bug in ubuntu-location-service-2/com/ubuntu/location/units/units.h
** Changed in: location-service (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1371146
Title:
packaging bug in ubuntu-location-
service-2/com/ubuntu/location/units/units.h
Status in “location-service” package in Ubuntu:
In Progress
Bug description:
units.h contains this include:
#include <boost/units/cmath.hpp>
http://bazaar.launchpad.net/~phablet-team/location-service/trunk/view/head:/include/location_service/com/ubuntu/location/units/units.h#L21
which is only available in the libboost-dev package:
$ apt-file search boost/units/cmath.hpp
libboost1.54-dev: /usr/include/boost/units/cmath.hpp
libboost1.55-dev: /usr/include/boost/units/cmath.hpp
which are not in the build dependencies of the location service dev
package.
This causes problems for downstreams like platform-api, which only
averts the build problem by including other dependencies that rely on
boost (mir specifically)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1371146/+subscriptions
References