Your message dated Fri, 23 Jan 2026 16:19:27 +0000
with message-id <[email protected]>
and subject line Bug#1125643: fixed in generator-scripting-language 4.1.5-6
has caused the Debian Bug report #1125643,
regarding generator-scripting-language: 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.)


-- 
1125643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125643
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:generator-scripting-language
Version: 4.1.5-5
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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:generator-scripting-language, so that this 
is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: warning: -j2 forced in submake: resetting jobserver mode.
cd src && make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f *.o *.a gsl
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf /<<PKGBUILDDIR>>/debian/pcre3-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/debian/pcre3-x86_64-linux-gnu
cd /<<PKGBUILDDIR>>/debian/pcre3-x86_64-linux-gnu && \
        cmake ../pcre3 \
                -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
                -DCMAKE_CXX_COMPILER=x86_64-linux-gnu-g++ \
                -DCMAKE_C_COMPILER=x86_64-linux-gnu-gcc \
                -DPCRE_SUPPORT_UTF=ON \
                -DPCRE_SUPPORT_UNICODE_PROPERTIES=ON \
                -DPCRE_BUILD_PCRECPP=OFF \
                -DPCRE_BUILD_PCREGREP=OFF \
                -DPCRE_BUILD_TESTS=OFF \
                -DPCRE_SUPPORT_LIBZ=OFF \
                -DPCRE_SUPPORT_LIBBZ2=OFF \
                -DPCRE_SUPPORT_LIBREADLINE=OFF && \
        /usr/bin/make CC="x86_64-linux-gnu-gcc"
CMake Warning (dev) at CMakeLists.txt:70 (PROJECT):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:75 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.


CMake Error at CMakeLists.txt:76 (CMAKE_POLICY):
  Policy CMP0026 may not be set to OLD behavior because this version of CMake
  no longer supports it.  The policy was introduced in CMake version 3.0.0,
  and use of NEW behavior is now required.

  Please either update your CMakeLists.txt files to conform to the new
  behavior or use an older version of CMake that still supports the old
  behavior.  Run cmake --help-policy CMP0026 for more information.


-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) 
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could not find OPTIONAL package Readline
-- Could not find OPTIONAL package Editline
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for C++ include type_traits.h
-- Looking for C++ include type_traits.h - not found
-- Looking for C++ include bits/type_traits.h
-- Looking for C++ include bits/type_traits.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoq
-- Looking for strtoq - found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- 
-- 
-- PCRE configuration summary:
-- 
--   Install prefix .................. : /usr/local
--   C compiler ...................... : /usr/bin/x86_64-linux-gnu-gcc
--   C++ compiler .................... : /usr/bin/x86_64-linux-gnu-g++
--   C compiler flags ................ : -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
--   C++ compiler flags .............. : -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-- 
--   Build 8 bit PCRE library ........ : ON
--   Build 16 bit PCRE library ....... : OFF
--   Build 32 bit PCRE library ....... : OFF
--   Build C++ library ............... : OFF
--   Enable JIT compiling support .... : OFF
--   Enable UTF support .............. : ON
--   Unicode properties .............. : ON
--   Newline char/sequence ........... : LF
--   \R matches only ANYCRLF ......... : OFF
--   EBCDIC coding ................... : OFF
--   EBCDIC coding with NL=0x25 ...... : OFF
--   Rebuild char tables ............. : OFF
--   No stack recursion .............. : OFF
--   POSIX mem threshold ............. : 10
--   Internal link size .............. : 2
--   Parentheses nest limit .......... : 250
--   Match limit ..................... : 10000000
--   Match limit recursion ........... : MATCH_LIMIT
--   Build shared libs ............... : OFF
--   Build static libs ............... : ON
--   Build pcregrep .................. : OFF
--   Enable JIT in pcregrep .......... : ON
--   Buffer size for pcregrep ........ : 20480
--   Build tests (implies pcretest  .. : OFF
--                and pcregrep)
--   Link pcregrep with libz ......... : Library not found
--   Link pcregrep with libbz2 ....... : Library not found
--   Link pcretest with libeditline .. : Library not found
--   Link pcretest with libreadline .. : Library not found
--   Support Valgrind .................: OFF
--   Support coverage .................: 
-- 
-- Configuring incomplete, errors occurred!
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: generator-scripting-language
Source-Version: 4.1.5-6
Done: Luca Boccassi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
generator-scripting-language, 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.
Luca Boccassi <[email protected]> (supplier of updated 
generator-scripting-language 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: Fri, 23 Jan 2026 16:06:04 +0000
Source: generator-scripting-language
Architecture: source
Version: 4.1.5-6
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi <[email protected]>
Changed-By: Luca Boccassi <[email protected]>
Closes: 1125643
Changes:
 generator-scripting-language (4.1.5-6) unstable; urgency=medium
 .
   * Drop CMP0026 from CMake to fix build with CMake 4.0 (Closes: #1125643)
Checksums-Sha1:
 8780114b09ce8e7a0e369caeaabde2bd84b2fb34 2134 
generator-scripting-language_4.1.5-6.dsc
 145d88a8502f89acc446feeb6d118c33281a086b 255812 
generator-scripting-language_4.1.5-6.debian.tar.xz
 38cec4e892d183db63821f1225ae786ae9d1d5b9 7412 
generator-scripting-language_4.1.5-6_source.buildinfo
Checksums-Sha256:
 52208310306da9fe773dfbc78008b4df00d7282264308be4f8981aa791b9b3fe 2134 
generator-scripting-language_4.1.5-6.dsc
 247d349cad3d801196965627210b887749d84a72ea05ef1787d4c5ae35a566c0 255812 
generator-scripting-language_4.1.5-6.debian.tar.xz
 9f10b90e1b81d3196dfbbcffa0a455bbfbde0deee31ff344aca74548a428f21b 7412 
generator-scripting-language_4.1.5-6_source.buildinfo
Files:
 3919c226703f277963599c30818a70fb 2134 devel optional 
generator-scripting-language_4.1.5-6.dsc
 d7b902a8bf4fa2fe204ebdcea72673ff 255812 devel optional 
generator-scripting-language_4.1.5-6.debian.tar.xz
 b932003bc9c901af0fcb38f01c7e8c8a 7412 devel optional 
generator-scripting-language_4.1.5-6_source.buildinfo

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

iQJFBAEBCgAvFiEErCSqx93EIPGOymuRKGv37813JB4FAmlznJoRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQKGv37813JB4nBQ//drxJpCnpEWsAiX0gg1T14zxt37eW3QnF
jSumFFrvysfzNLy8ozb6JVxF0AQTKKj3knNPgaoSbwoVX7V864ysi2DxyYswoLbt
ArE8FWFdUqnt3Ov998eDmtu+whpLEMSWrw1blXG/Kn2z5u/nnOqKEVMy23NT+x5i
q2Dr6EGKoVA2Zk9H2bCGFl4PjMzoVW+njKUPqOv0bw/AaFeRObdWtNKEsbKt/lMA
NI8dMoQV7ZtnRFmL5OmZM5xc6FENnVZfzo1pBc2XbLrUVhPip1DKie1rtkDw4uwY
j43kQYWGYb88wkyogPKgaBOQYNW5lPyQCZRnWoo+LEcST4dAheqUDxdL7FWHTftQ
asDntObJ+IarlQXhOyN3Vb/194rbm+V/0ryupRBLi0Ry94P2TkztZOa46rJlmHFg
p4dxoJv3fNDhjLvqdl0ahyo3XMWpVuaIuaOfkEN7dW5eMI4X/4ukdnl54a4HIIIo
NJ6cDIYF0aQ0kyFKSZ9FtvL3MiYKqGlSXkxeXkOSteffQSFRZ2A36tZTpeFMF93O
zX/+x7Al4IAl4uK8px5JkOTymMa8ZWXdn8RmXOm2nSjnY/OUGtuz01EBRgRMF8vU
EQG6Fd92d5R+BVJPHDI+Kd/pwF9T1+/q7/Rd/v0mteARC4HdQAHA2RU24G+J4TLq
eQTwjJrLhFI=
=y2EB
-----END PGP SIGNATURE-----

Attachment: pgpUjnlUZw8s6.pgp
Description: PGP signature


--- End Message ---

Reply via email to