[From nobody Wed Mar 11 14:53:05 2026
Received: (at maintonly) by bugs.debian.org; 6 Feb 2026 15:01:18 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-117.0 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,FROMDEVELOPER,HAS_PACKAGE,RCVD_IN_DNSWL_MED,
 SPF_HELO_PASS,SPF_NONE,USER_IN_DKIM_WELCOMELIST autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 6; hammy, 150; neutral, 51; spammy, 0.
 spammytokens: hammytokens:0.000-+--H*F:U*doko, 0.000-+--cmake,
 0.000-+--forky, 0.000-+--H*MI:paradis, 0.000-+--H*m:paradis
Return-path: &lt;doko@paradis.debian.org&gt;
Received: from mitropoulos.debian.org
 ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:53102)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;doko@paradis.debian.org&gt;)
 id 1voNKg-00AptV-09 for maintonly@bugs.debian.org;
 Fri, 06 Feb 2026 15:01:18 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:33174)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mitropoulos.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;doko@paradis.debian.org&gt;)
 id 1voNKe-00DDG8-1K for maintonly@bugs.debian.org;
 Fri, 06 Feb 2026 15:01:16 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Content-Transfer-Encoding:Content-Type:
 MIME-Version:From:Subject:To:Reply-To:Cc:Content-ID:Content-Description:
 In-Reply-To:References; bh=vpp9QyHRLlZ+hKeLaOEuAwDfQf0HIdsEukDnSDPeM4M=; b=LG
 J5hYc6SEv5gSq5L9yiR5xIuGA03lRlYc2atqnbBsiAm5l42+2w7nkKqgTUBXUz0VQWHvreS7sZYfD
 t8CdYN0oS6XHz0rJ0NKa8ViRE3ECBjnZp2JfKFtJQpXIx22U5wEX3JUI1IaZYcsQ8z5pxLjNHhdGg
 LmayvsfzwAwB5RIK0ApWGzV3JjtaOzI+FBhc9su8Dhxt8BW003P3sk8NrRj0NxsFVOneN7V4ZIvQv
 p6fZywB+yViWh6xC0MQk2QTu6SXKXpsqu/d0+k7jR/+cYhUh4dEOC2LkIL93Cbyjc3PsZwbjG3DH/
 PARVkn04L8N93kxJhMyXNat95he9Xf/g==;
Received: from doko by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;doko@paradis.debian.org&gt;) id 1voNKc-009DOT-2m
 for maintonly@bugs.debian.org; Fri, 06 Feb 2026 15:01:14 +0000
To: maintonly@bugs.debian.org
Subject: ros-rosconsole: libboost-system-dev package is obsolete with boost
 1.89 and newer
From: Matthias Klose &lt;doko@debian.org&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=&quot;UTF-8&quot;
Content-Transfer-Encoding: 8bit
Message-Id: &lt;E1voNKc-009DOT-2m@paradis.debian.org&gt;
Date: Fri, 06 Feb 2026 15:01:14 +0000
Delivered-To: maintonly@bugs.debian.org

Package: src:ros-rosconsole
Version: 1.14.4-1
Severity: important
Tags: sid forky
User: debian-devel@lists.debian.org
Usertags: boost1.90

This package either build-depends on libboost-system-dev or depends on it.

The boost system library was removed upstream in 1.89, and is empty since 1.69.
If this library is referenced in the build system, the library can just be
removed from the build system, and the package should continue to build
for any boost version newer than 1.69, including boost1.83 in Debian.

There is no need to wait until boost 1.90 becomes the default, the issue
can be addressed in unstable. Issues to check:

  - Remove libboost-system-dev in Depends and Build-Depends.

  - Adjust autopkg tests and test dependencies if needed.

  - Scan the build system if the library is used, and remove it
    from the build system. https://www.boost.org/releases/1.89.0/
    has a short paragraph how to do that for cmake.

boost1.90 is now available in unstable, and a boost-defaults
defaulting to 1.90 is available in experimental. Please also check
that the package builds with boost 1.90.
]