Your message dated Sat, 28 Mar 2026 16:35:11 +0000
with message-id <[email protected]>
and subject line Bug#1125527: fixed in dynamips 0.2.23-1
has caused the Debian Bug report #1125527,
regarding dynamips: FTBFS with CMake 4.2
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.)


-- 
1125527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125527
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dynamips
Version: 0.2.14-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

(Note: I'm assuming that the failure happens because of CMake 4.2,
but I may be wrong).

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202601/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:dynamips, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Error at CMakeLists.txt:10 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
        cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:UNINITIALIZED=None

//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/pkgRedirects

//No help, variable specified on the command line.
CMAKE_FIND_USE_PACKAGE_REGISTRY:UNINITIALIZED=OFF

//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:UNINITIALIZED=lib/x86_64-linux-gnu

//No help, variable specified on the command line.
CMAKE_INSTALL_LOCALSTATEDIR:UNINITIALIZED=/var

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:UNINITIALIZED=/usr

//No help, variable specified on the command line.
CMAKE_INSTALL_SYSCONFDIR:UNINITIALIZED=/etc

//No help, variable specified on the command line.
CMAKE_VERBOSE_MAKEFILE:UNINITIALIZED=ON

//No help, variable specified on the command line.
FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON


########################
# INTERNAL cache entries
########################

//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
//Name of CMakeLists files to read
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-4.2

dh_auto_configure: error: cd obj-x86_64-linux-gnu && 
DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu .. 
returned exit code 1
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: dynamips
Source-Version: 0.2.23-1
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dynamips, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated dynamips package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 26 Mar 2026 16:39:09 +0100
Source: dynamips
Binary: dynamips dynamips-dbgsym
Architecture: source amd64
Version: 0.2.23-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Lintott <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 dynamips   - Cisco 7200/3600/3725/3745/2600/1700 Router Emulator
Closes: 977287 1108411 1118992 1125527
Changes:
 dynamips (0.2.23-1) unstable; urgency=medium
 .
   [ Daniel Lintott ]
   * Add patch cherry-picked from upstream to fix FTBFS on PowerPC
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/changelog: Remove trailing whitespaces
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Andreas Tille ]
   * New upstream version
     Closes: #1108411
   * Fix Homepage
     Closes: #977287
   * d/watch:
      - version=5
      - point to new location
   * Standards-Version: 4.7.3 (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
   * Set upstream metadata fields: Repository, Repository-Browse.
   * Fix build with CMake 4.2
     Closes: #1125527
   * Do not suggest gns3 any more
     Closes: #1118992
Checksums-Sha1:
 8711593e18efdbc1c70638e592d8b34364b9b7f5 1923 dynamips_0.2.23-1.dsc
 f7b71959324986879bc1afa923658e866ffaadac 835750 dynamips_0.2.23.orig.tar.gz
 ac5cabc6a1f80c9cfec72172d51827ef1e6ee975 5964 dynamips_0.2.23-1.debian.tar.xz
 38e4e9c9ccda63244283894fb4be8bf54c0da11b 1246000 
dynamips-dbgsym_0.2.23-1_amd64.deb
 4965239c83a47cfbcb7720c324b0c6cb0b573743 7362 dynamips_0.2.23-1_amd64.buildinfo
 d0a20d558323652c1bf4f9e545f334b55d32e245 335572 dynamips_0.2.23-1_amd64.deb
Checksums-Sha256:
 738986e86aff5d8e45e56b89a2294a9898b7b441ac70b781b1cc789ecc576da7 1923 
dynamips_0.2.23-1.dsc
 108ea9088d339ef66cf9c25ca1aada718089df028433e101d319986b2c024ab4 835750 
dynamips_0.2.23.orig.tar.gz
 e98a4ca0cd46c61a3c742749f3cee224dbebd2236529d61389882f1b0e68d404 5964 
dynamips_0.2.23-1.debian.tar.xz
 b497ed0ab5f192f70126747ad9c63ff725794b4422328949295f3f37114860dc 1246000 
dynamips-dbgsym_0.2.23-1_amd64.deb
 4ec4930ca50c7e8c6755cf908502e953358e5599dfcbae7669ed0325f34dd1a8 7362 
dynamips_0.2.23-1_amd64.buildinfo
 cdaf89867d05bf1fcdd0d68ffe205bf987fb97821578918bb936a3b67942fadb 335572 
dynamips_0.2.23-1_amd64.deb
Files:
 1f72c676ffefe3b11edf09bfea7351f2 1923 non-free/net optional 
dynamips_0.2.23-1.dsc
 c8baee3e7523870f13719cb67fbd52d0 835750 non-free/net optional 
dynamips_0.2.23.orig.tar.gz
 fc3ac3d811afa1b0c97aedfdd87c9b41 5964 non-free/net optional 
dynamips_0.2.23-1.debian.tar.xz
 460a85758ceadd0bb352ea6a51b6fdf2 1246000 non-free/debug optional 
dynamips-dbgsym_0.2.23-1_amd64.deb
 a0d1b6ee74b0b282ddcb904d3a2530ba 7362 non-free/net optional 
dynamips_0.2.23-1_amd64.buildinfo
 677e4db28f7541490b934671e6de23bb 335572 non-free/net optional 
dynamips_0.2.23-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmnFVesRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHLDBAAhJCAf6JVLyVGDMjUOybPu+ki5JIM2K5R
KsMtvyqvX7fjmDBe6zUaWcH4ukUuRvZoI8fP+Fnlb+UFF4y09YI88YU19XRydA07
C2q5pmGqmDiVg40g5LL82m5SwhHoQVHkM4knOPXD6Ka0HN6648mY9EyhxyqH6G4c
28o4x2I0DSxYtxbT9R8zu9pExpKqyJ5RpldFKNfPEjz10NZgu2RIvLCcXdFI1pHQ
YUeOr5Ejxk9WM9sLJBBhEVR2c07yEPFKNDiNcnGa7FZ/qcLL+EiOc9cXidHaKnW+
LeqT3lAtoqh6/67MP9CIW2JdUqIDMH2Gn9EMGjIjMV+VeAMR0+o65DQe/jfATbrx
m4eh2AP2QE71DpOAfy7SlmLZCnnYHz6BO1UIDgAMFxzQg6QwgdZEKF3RsgxKaEj0
Mh6yJ2v7ifbtKR17azRNdKIZaChWcE2iI3A5PwILv5oPUwzU7orElpUjwhW8nKQN
+cwYa7KnnlR+sBdwrt+Ny7FHjqoA3ffqfPyLpgnbQohU9dg2JW+cuaNbg+DLuyZm
llAe4cjliQtX00rBlnbVACbjBDxgzJuL0BM4EmgtnQkkkx8J6iq+eMYCkSsKp7+i
YFu6GaRBTdgRlA+BfpxruPYt+fv0+sE00AIdCO5hVIZwYU38tX9xgcLWoVB/lhMl
utFZWnh3hHw=
=L0rw
-----END PGP SIGNATURE-----

Attachment: pgpPEoT_QlwOu.pgp
Description: PGP signature


--- End Message ---

Reply via email to