Bug#1070689: marked as done (transition: msgpack-c)
Your message dated Fri, 14 Jun 2024 16:10:41 +0200
with message-id <ZmxPYXErQdd1-p_F@ramacher.at>
and subject line Re: Bug#1070689: transition: msgpack-c
has caused the Debian Bug report #1070689,
regarding transition: msgpack-c
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 owner@bugs.debian.org
immediately.)
--
1070689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070689
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: transition: msgpack-c
- From: James McCoy <jamessan@debian.org>
- Date: Tue, 07 May 2024 06:26:04 -0400
- Message-id: <171507756428.322731.14323540271086192.reportbug@localhost>
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: msgpack-c@packages.debian.org
Control: affects -1 + src:msgpack-c
User: release.debian.org@packages.debian.org
Usertags: transition
The msgpack-c upstream renamed their C library from libmsgpackc.so to
libmsgpack-c.so. I've renamed the binary packages accordingly
(libmsgpack-dev -> libmsgpack-c-dev, libmsgpackc2 -> libmsgpack-c2) and
the former "Provides: libmsgpack-dev" to help ease the transition.
The following build dependencies will need fixes to build against the
new msgpack-c version:
* libdata-messagepack-stream-perl
* tmate
* tmate-ssh-server
* webdis
This is just related to how the packages detect whether msgpack is
available, since the APIs/ABIs themselves did not change.
Ben file:
title = "msgpack-c";
is_affected = .depends ~ "libmsgpackc2" | .depends ~ "libmsgpack-c2";
is_good = .depends ~ "libmsgpack-c2";
is_bad = .depends ~ "libmsgpackc2";
--- End Message ---
--- Begin Message ---
On 2024-06-04 22:53:27 -0400, James McCoy wrote:
> On Tue, Jun 04, 2024 at 06:44:36AM -0400, James McCoy wrote:
> > On Tue, Jun 04, 2024 at 09:27:28AM +0200, Emilio Pozuelo Monfort wrote:
> > > On 03/06/2024 03:25, James McCoy wrote:
> > > > On Sun, Jun 02, 2024 at 07:23:39PM -0400, James McCoy wrote:
> > > > > I know libdata-messagepack-stream-perl and tmate already have fixes
> > > > > sitting in the Vcs. The other two are straight forward fixes that I
> > > > > should be able to NMU in the next couple days.
> > > >
> > > > Also, binNMUs should use "--add-depends 'libmsgpack-c-dev (>= 6)'" to
> > > > ensure they rebuild with the new package.
> > >
> > > Can you instead provide a transitional package? That will help with the
> > > rdeps and especially with the reverse build-depends. Effectively once
> > > libmsgpack-dev is decrufted, those rdeps will be RC-buggy as they
> > > build-depend on a virtual package.
> >
> > ACK. Will do that ASAP.
>
> New msgpack-c with the transitional package is uploaded, as well as
> fixes for all the rdeps that FTBFS.
>
> Just binNMUs should be left.
The old binaries got removed from testing. Closing
Cheers
--
Sebastian Ramacher
--- End Message ---
Reply to: