#1087857 - urdfdom: autopkgtest regression due to new CMake deprecation warning - Debian Bug report logs

Debian Bug report logs - #1087857
urdfdom: autopkgtest regression due to new CMake deprecation warning

version graph

Package: src:urdfdom; Maintainer for src:urdfdom is Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>;

Reported by: roehling@debian.org

Date: Tue, 19 Nov 2024 16:21:07 UTC

Severity: serious

Tags: experimental, sid, trixie

Found in version urdfdom/3.0.1-1

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>:
Bug#1087857; Package src:urdfdom. (Tue, 19 Nov 2024 16:21:08 GMT) (full text, mbox, link).


Acknowledgement sent to roehling@debian.org:
New Bug report received and forwarded. Copy sent to Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>. (Tue, 19 Nov 2024 16:21:08 GMT) (full text, mbox, link).


Message #5 received at maintonly@bugs.debian.org (full text, mbox, reply):

From: roehling@debian.org
To: maintonly@bugs.debian.org
Subject: urdfdom: autopkgtest regression due to new CMake deprecation warning
Date: Tue, 19 Nov 2024 17:12:10 +0100
Source: urdfdom
Version: 3.0.1-1
Severity: serious
User: cmake@packages.debian.org
Usertags: cmake-3.31

Dear maintainer,

your package has an autopkgtest regression with CMake 3.31. CMake has
deprecated backwards compatibility for versions earlier than 3.10,
which causes cmake_minimum_required() and/or cmake_policy() to emit a
warning on stderr, thereby causing your autopkgtest to fail. The
tests should be unaffected otherwise.

To avoid this warning from cmake_minimum_required() you have two
options:

1. Bump the minimum required version to at least 3.10. For reference,
the CMake version in oldstable is 3.18 and in oldoldstable is 3.13.

2. Add a maximum version with the ... operator. For example, instead
of cmake_minimum_required(VERSION 3.7) use
cmake_minimum_required(VERSION 3.7...3.31).

In either case, please verify that the requested policy profile is
compatible with your package. This is very likely the case you have a
non-trivial autopkgtest which passes after the change.



Added tag(s) sid, trixie, and experimental. Request was from Andreas Beckmann <anbe@debian.org> to control@bugs.debian.org. (Wed, 20 Nov 2024 21:27:08 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Thu Nov 28 07:40:38 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.