Bug#805559: FTBFS: Depends: libbabeltrace-dev (< 1.3) but 1.3.1-1 is to be installed

2015-11-19 Thread Michael Jeanson
On Thu, 19 Nov 2015 16:46:19 +
Iain Lane  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.

> 
>   sbuild-build-depends-lttngtop-dummy : Depends: libbabeltrace-dev (<
> 1.3) but 1.3.1-1 is to be installed
> 
> > […]
> > By the way, I'm looking for a second advocate for my DM application,
> > I've been co-maintaining the lttng related packages with Jon
> > Bernard for more than a year now but haven't worked with any other
> > DD yet.
> 
> I'd have to work with you a bit more (just drive-bying here really)
> before being happy to do that - but you only strictly need one
> advocate, even if they encourage more.

Yeah I'd like to have at least 2 sponsors, it just seems more
appropriate.

> 
> Cheers,
> 



Bug#805559: FTBFS: Depends: libbabeltrace-dev (< 1.3) but 1.3.1-1 is to be installed

2015-11-19 Thread Michael Jeanson
On Thu, 19 Nov 2015 13:56:37 +
Iain Lane  wrote:

> 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,
> 

Hi,

I've pushed the fix to collab-maint but I don't have upload rights yet,
would you mind uploading it?

For the record, the post 1.2 master branch of babeltrace is
incompatible with lttngtop and was supposed to be the next release.
However, as the release date kept sliding, it was decided to apply some
patches on the 1.2 branch and release it as 1.3 and I forgot to update
this package.

By the way, I'm looking for a second advocate for my DM application,
I've been co-maintaining the lttng related packages with Jon
Bernard for more than a year now but haven't worked with any other DD
yet.

Thanks,

Michael



Bug#805559: FTBFS: Depends: libbabeltrace-dev (< 1.3) but 1.3.1-1 is to be installed

2015-11-19 Thread Iain Lane
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.0 +0100
+++ lttngtop-0.3/debian/control	2015-11-19 13:41:46.0 +
@@ -3,8 +3,8 @@
 Maintainer: Michael Jeanson 
 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


Bug#805559: FTBFS: Depends: libbabeltrace-dev (< 1.3) but 1.3.1-1 is to be installed

2015-11-19 Thread Iain Lane
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. :(

  sbuild-build-depends-lttngtop-dummy : Depends: libbabeltrace-dev (< 1.3) but 
1.3.1-1 is to be installed

> […]
> By the way, I'm looking for a second advocate for my DM application,
> I've been co-maintaining the lttng related packages with Jon
> Bernard for more than a year now but haven't worked with any other DD
> yet.

I'd have to work with you a bit more (just drive-bying here really)
before being happy to do that - but you only strictly need one advocate,
even if they encourage more.

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


signature.asc
Description: Digital signature