Public bug reported:

Imported from Debian bug http://bugs.debian.org/1097359:

Package: src:makedumpfile
Version: 1:1.7.6-1
Severity: important
Tags: sid forky
User: [email protected]
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/makedumpfile_1.7.6-1_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

[...]
dpkg-source: info: unpacking makedumpfile_1.7.6.orig.tar.gz
dpkg-source: info: unpacking makedumpfile_1.7.6-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying adapt-makefile-to-debian.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package makedumpfile
dpkg-buildpackage: info: source version 1:1.7.6-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by dann frazier <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
        make -j8 clean
make[1]: Entering directory '/build/reproducible-path/makedumpfile-1.7.6'
rm -f  print_info.o dwarf_info.o elf_info.o erase_info.o sadump_info.o cache.o 
tools.o printk.o detect_cycle.o arch/arm.o arch/arm64.o arch/x86.o 
arch/x86_64.o arch/ia64.o arch/ppc64.o arch/s390x.o arch/ppc.o arch/sparc64.o 
arch/mips64.o arch/loongarch64.o arch/riscv64.o makedumpfile makedumpfile.8 
makedumpfile.conf.5
make[1]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
   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 '/build/reproducible-path/makedumpfile-1.7.6'
dh_auto_build -- LINKTYPE=dynamic USELZO=on USEZSTD=on SBINDIR=/usr/bin
        make -j8 "INSTALL=install --strip-program=true" LINKTYPE=dynamic 
USELZO=on USEZSTD=on SBINDIR=/usr/bin
make[2]: Entering directory '/build/reproducible-path/makedumpfile-1.7.6'
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./print_info.o print_info.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./dwarf_info.o dwarf_info.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./elf_info.o elf_info.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./erase_info.o erase_info.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./sadump_info.o sadump_info.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o ./cache.o 
cache.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o ./tools.o 
tools.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./printk.o printk.c
erase_info.c: In function ‘process_eppic_file’:
erase_info.c:2226:13: error: too many arguments to function ‘eppic_init’; 
expected 0, have 1
 2226 |         if (eppic_init(&eppic_cb)) {
      |             ^~~~~~~~~~ ~~~~~~~~~
make[2]: *** [Makefile:109: erase_info.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
LINKTYPE=dynamic USELZO=on USEZSTD=on SBINDIR=/usr/bin returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

** Affects: makedumpfile (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: makedumpfile (Debian)
     Importance: Unknown
         Status: Fix Released


** Tags: ftbfs

** Bug watch added: Debian Bug tracker #1097359
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097359

** Changed in: makedumpfile (Debian)
 Remote watch: None => Debian Bug tracker #1097359

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/2127941

Title:
  makedumpfile: ftbfs with GCC-15

Status in makedumpfile package in Ubuntu:
  New
Status in makedumpfile package in Debian:
  Fix Released

Bug description:
  Imported from Debian bug http://bugs.debian.org/1097359:

  Package: src:makedumpfile
  Version: 1:1.7.6-1
  Severity: important
  Tags: sid forky
  User: [email protected]
  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/makedumpfile_1.7.6-1_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

  [...]
  dpkg-source: info: unpacking makedumpfile_1.7.6.orig.tar.gz
  dpkg-source: info: unpacking makedumpfile_1.7.6-1.debian.tar.xz
  dpkg-source: info: using patch list from debian/patches/series
  dpkg-source: info: applying adapt-makefile-to-debian.patch

  Check disk space
  ----------------

  Sufficient free space for build

  User Environment
  ----------------

  APT_CONFIG=/var/lib/sbuild/apt.conf
  HOME=/sbuild-nonexistent
  LANG=C.UTF-8
  LC_ALL=C.UTF-8
  LOGNAME=user42
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  SHELL=/bin/sh
  USER=user42

  dpkg-buildpackage
  -----------------

  Command: dpkg-buildpackage --sanitize-env -us -uc -b
  dpkg-buildpackage: info: source package makedumpfile
  dpkg-buildpackage: info: source version 1:1.7.6-1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by dann frazier <[email protected]>
   dpkg-source --before-build .
  dpkg-buildpackage: info: host architecture amd64
   debian/rules clean
  dh clean
     dh_auto_clean
        make -j8 clean
  make[1]: Entering directory '/build/reproducible-path/makedumpfile-1.7.6'
  rm -f  print_info.o dwarf_info.o elf_info.o erase_info.o sadump_info.o 
cache.o tools.o printk.o detect_cycle.o arch/arm.o arch/arm64.o arch/x86.o 
arch/x86_64.o arch/ia64.o arch/ppc64.o arch/s390x.o arch/ppc.o arch/sparc64.o 
arch/mips64.o arch/loongarch64.o arch/riscv64.o makedumpfile makedumpfile.8 
makedumpfile.conf.5
  make[1]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
     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 '/build/reproducible-path/makedumpfile-1.7.6'
  dh_auto_build -- LINKTYPE=dynamic USELZO=on USEZSTD=on SBINDIR=/usr/bin
        make -j8 "INSTALL=install --strip-program=true" LINKTYPE=dynamic 
USELZO=on USEZSTD=on SBINDIR=/usr/bin
  make[2]: Entering directory '/build/reproducible-path/makedumpfile-1.7.6'
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./print_info.o print_info.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./dwarf_info.o dwarf_info.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./elf_info.o elf_info.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./erase_info.o erase_info.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./sadump_info.o sadump_info.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o ./cache.o 
cache.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o ./tools.o 
tools.c
  cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/makedumpfile-1.7.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -g -O2 -Wall -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.6"' 
-DRELEASE_DATE='"23 Oct 2024"' -D__x86_64__  -DUSELZO -DUSEZSTD -c -o 
./printk.o printk.c
  erase_info.c: In function ‘process_eppic_file’:
  erase_info.c:2226:13: error: too many arguments to function ‘eppic_init’; 
expected 0, have 1
   2226 |         if (eppic_init(&eppic_cb)) {
        |             ^~~~~~~~~~ ~~~~~~~~~
  make[2]: *** [Makefile:109: erase_info.o] Error 1
  make[2]: *** Waiting for unfinished jobs....
  make[2]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
  dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
LINKTYPE=dynamic USELZO=on USEZSTD=on SBINDIR=/usr/bin returned exit code 2
  make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
  make[1]: Leaving directory '/build/reproducible-path/makedumpfile-1.7.6'
  make: *** [debian/rules:6: binary] Error 2
  dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/2127941/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to