Your message dated Tue, 24 Nov 2015 15:04:02 +0000
with message-id <20151124150402.GT13064@nightingale>
and subject line Re: Bug#805559: FTBFS: Depends: libbabeltrace-dev (< 1.3) but
1.3.1-1 is to be installed
has caused the Debian Bug report #805559,
regarding FTBFS: Depends: libbabeltrace-dev (< 1.3) but 1.3.1-1 is to be
installed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
805559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lttngtop
Version: 0.3-2
Severity: serious
Tags: patch
User: [email protected]
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 [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
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 <[email protected]>
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
--- End Message ---
--- Begin Message ---
Version: 0.3-3
On Thu, Nov 19, 2015 at 01:36:07PM -0500, Michael Jeanson wrote:
> On Thu, 19 Nov 2015 16:46:19 +0000
> Iain Lane <[email protected]> wrote:
>
> > On Thu, Nov 19, 2015 at 11:25:58AM -0500, Michael Jeanson wrote:
> > > […]
> > > I've pushed the fix to collab-maint but I don't have upload rights
> > > yet, would you mind uploading it?
> >
> > I'd love to, but it still fails. :(
>
> That's what happens when I try to go too fast, it's now fixed and
> tested.
Ah, I just went to sponsor it but found that it was already uploaded.
Sorry for the delay!
Cheers,
--
Iain Lane [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
signature.asc
Description: Digital signature
--- End Message ---