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 --------------------------------------------------------------------------------

