Package: src:easytag Version: 2.4.3-9 Severity: important Tags: sid forky User: debian-...@lists.debian.org Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/easytag_2.4.3-9_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-15/porting_to.html [...] infodir='${prefix}/share/info' install-appdata-xml: $(appdata_XML) install-data-am: $(if $(HELP_ID),install-help) install-data-am: install-appdata-xml install-help: $(_HELP_LC_FILES) install_sh='${SHELL} /build/reproducible-path/easytag-2.4.3/build-aux/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='$(MKDIR_P)' mostlyclean-am: $(if $(HELP_ID),clean-help) mostlyclean-am: clean-appdata-xml oldincludedir='/usr/include' pdfdir='${docdir}' pot: $(_HELP_POTFILE) prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' repo: $(_HELP_POTFILE) runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' uninstall-am: $(if $(HELP_ID),uninstall-help) uninstall-am: uninstall-appdata-xml uninstall-appdata-xml: uninstall-help: ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "EasyTAG" #define PACKAGE_TARNAME "easytag" #define PACKAGE_VERSION "2.4.3" #define PACKAGE_STRING "EasyTAG 2.4.3" #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=easytag" #define PACKAGE_URL "https://wiki.gnome.org/Apps/EasyTAG" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define GETTEXT_PACKAGE "easytag" #define ENABLE_NLS 1 #define ENABLE_OGG /**/ #define ENABLE_OPUS /**/ #define ENABLE_SPEEX /**/ #define ENABLE_FLAC /**/ #define ENABLE_MP3 /**/ configure: exit 1 dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --disable-Werror --disable-nautilus-actions returned exit code 1 make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/build/reproducible-path/easytag-2.4.3' make: *** [debian/rules:7: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2