← Back to team overview

touch-packages team mailing list archive

[Bug 1371146] [NEW] packaging bug in ubuntu-location-service-2/com/ubuntu/location/units/units.h

 

Public bug reported:

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)

** Affects: location-service (Ubuntu)
     Importance: Undecided
     Assignee: Kevin DuBois (kdub)
         Status: New

** Branch linked: lp:~kdub/location-service/fix-1371146

** Changed in: location-service (Ubuntu)
     Assignee: (unassigned) => Kevin DuBois (kdub)

-- 
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:
  New

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


Follow ups

References