Package: lttngtop
Version: 0.3-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Hi,

lttngtop fails to build because it has an upper bound on a versioned
dependency which is unsatisfiable in unstable now.

  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   sbuild-build-depends-lttngtop-dummy : Depends: libbabeltrace-dev (< 1.3) but 
1.3.1-1 is to be installed
                                         Depends: libbabeltrace-ctf-dev (< 1.3) 
but 1.3.1-1 is to be installed
  E: Unable to correct problems, you have held broken packages.
  apt-get failed.
  Package installation failed

I tried dropping the bounds (attached patch) and it builds for me.

Are they necessary? If so, could you fix the package to work with the new
babeltrace?

Cheers,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
diff -Nru lttngtop-0.3/debian/control lttngtop-0.3/debian/control
--- lttngtop-0.3/debian/control	2015-06-03 15:39:22.000000000 +0100
+++ lttngtop-0.3/debian/control	2015-11-19 13:41:46.000000000 +0000
@@ -3,8 +3,8 @@
 Maintainer: Michael Jeanson <mjean...@ubuntu.com>
 Build-Depends: debhelper (>= 9), dh-autoreconf,
   libncurses5-dev, libglib2.0-dev, libpopt-dev (>= 1.13), uuid-dev,
-  libbabeltrace-dev (>= 1.2.4~), libbabeltrace-dev (<< 1.3),
-  libbabeltrace-ctf-dev (>= 1.2.4~), libbabeltrace-ctf-dev (<< 1.3),
+  libbabeltrace-dev (>= 1.2.4~),
+  libbabeltrace-ctf-dev (>= 1.2.4~),
   liburcu-dev (>= 0.8.4~), liblttng-ust-dev (>= 2.4.0~),
   liblttng-ctl-dev (>= 2.4.0~)
 Standards-Version: 3.9.6

Reply via email to