Your message dated Fri, 23 Aug 2024 21:29:57 +0000
with message-id <e1shbr3-009qhu...@fasolo.debian.org>
and subject line Bug#1079444: Removed package(s) from unstable
has caused the Debian Bug report #984300,
regarding pxe-kexec: ftbfs with GCC-11
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 ow...@bugs.debian.org
immediately.)


-- 
984300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pxe-kexec
Version: 0.2.4-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/pxe-kexec_0.2.4-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 8 
in use)
        cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f ext/libbw/CMakeFiles/bw.dir/build.make 
ext/libbw/CMakeFiles/bw.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/ext/libbw 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw/CMakeFiles/bw.dir/DependInfo.cmake
 --color=
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw/CMakeFiles/bw.dir/DependInfo.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw/CMakeFiles/bw.dir/depend.internal".
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw/CMakeFiles/CMakeDirectoryInformation.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw/CMakeFiles/bw.dir/depend.internal".
Scanning dependencies of target bw
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f ext/libbw/CMakeFiles/bw.dir/build.make 
ext/libbw/CMakeFiles/bw.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  5%] Building CXX object ext/libbw/CMakeFiles/bw.dir/debug.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw  -o CMakeFiles/bw.dir/debug.o 
-c /<<PKGBUILDDIR>>/ext/libbw/debug.cc
[ 11%] Building CXX object ext/libbw/CMakeFiles/bw.dir/stringutil.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw  -o 
CMakeFiles/bw.dir/stringutil.o -c /<<PKGBUILDDIR>>/ext/libbw/stringutil.cc
[ 16%] Building CXX object ext/libbw/CMakeFiles/bw.dir/completion.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ext/libbw  -o 
CMakeFiles/bw.dir/completion.o -c /<<PKGBUILDDIR>>/ext/libbw/completion.cc
In file included from /<<PKGBUILDDIR>>/ext/libbw/completion.cc:42:
/<<PKGBUILDDIR>>/ext/libbw/completion.h:162:13: error: ISO C++17 does not allow 
dynamic exception specifications
  162 |             throw (IOError) = 0;
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.h:174:13: error: ISO C++17 does not allow 
dynamic exception specifications
  174 |             throw (IOError) = 0;
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.h:277:13: error: ISO C++17 does not allow 
dynamic exception specifications
  277 |             throw (IOError);
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.h:288:13: error: ISO C++17 does not allow 
dynamic exception specifications
  288 |             throw (IOError);
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:57:13: error: ISO C++17 does not allow 
dynamic exception specifications
   57 |             throw (IOError);
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:59:13: error: ISO C++17 does not allow 
dynamic exception specifications
   59 |             throw (IOError);
      |             ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:140:5: error: ISO C++17 does not allow 
dynamic exception specifications
  140 |     throw (IOError)
      |     ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:147:5: error: ISO C++17 does not allow 
dynamic exception specifications
  147 |     throw (IOError)
      |     ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:304:5: error: ISO C++17 does not allow 
dynamic exception specifications
  304 |     throw (IOError)
      |     ^~~~~
/<<PKGBUILDDIR>>/ext/libbw/completion.cc:314:5: error: ISO C++17 does not allow 
dynamic exception specifications
  314 |     throw (IOError)
      |     ^~~~~
make[3]: *** [ext/libbw/CMakeFiles/bw.dir/build.make:111: 
ext/libbw/CMakeFiles/bw.dir/completion.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:187: ext/libbw/CMakeFiles/bw.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1 returned 
exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.2.4-3+rm

Dear submitter,

as the package pxe-kexec has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1079444

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to