Your message dated Fri, 15 Oct 2021 07:13:17 +0000
with message-id <[email protected]>
and subject line Bug#996096: Removed package(s) from unstable
has caused the Debian Bug report #984236,
regarding minbif: 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 [email protected]
immediately.)


-- 
984236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:minbif
Version: 1:1.0.5+git20150505-3
Severity: normal
Tags: sid bookworm
User: [email protected]
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/minbif_1.0.5+git20150505-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_LD_FLAGS


-- Build files have been written to: /<<PKGBUILDDIR>>/builddir
dh_testdir
/usr/bin/make -C builddir
make[1]: Entering directory '/<<PKGBUILDDIR>>/builddir'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/builddir 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/builddir/CMakeFiles 
/<<PKGBUILDDIR>>/builddir//CMakeFiles/progress.marks
/usr/bin/make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/builddir'
/usr/bin/make  -f src/CMakeFiles/minbif.dir/build.make 
src/CMakeFiles/minbif.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/builddir'
cd /<<PKGBUILDDIR>>/builddir && /usr/bin/cmake -E cmake_depends "Unix 
Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/builddir 
/<<PKGBUILDDIR>>/builddir/src 
/<<PKGBUILDDIR>>/builddir/src/CMakeFiles/minbif.dir/DependInfo.cmake --color=
Scanning dependencies of target minbif
make[3]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
/usr/bin/make  -f src/CMakeFiles/minbif.dir/build.make 
src/CMakeFiles/minbif.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/builddir'
[  1%] Building CXX object src/CMakeFiles/minbif.dir/core/minbif.cpp.o
cd /<<PKGBUILDDIR>>/builddir/src && /usr/bin/c++  -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpurple 
-I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/<<PKGBUILDDIR>>/src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_IMLIB 
-DHAVE_CACA -DHAVE_PAM -DHAVE_TLS -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall 
-Wextra -Wno-unused-parameter -O3 -DNDEBUG -o 
CMakeFiles/minbif.dir/core/minbif.cpp.o -c /<<PKGBUILDDIR>>/src/core/minbif.cpp
/<<PKGBUILDDIR>>/src/core/minbif.cpp:39:16: warning: macro "__DATE__" might 
prevent reproducible builds [-Wdate-time]
   39 |         strdup(MINBIF_BUILD.c_str()), /* don't care if we don't free it 
as it can be used until exit. */
      |                ^~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/core/minbif.cpp:31:
/<<PKGBUILDDIR>>/src/core/version.h:60:44: warning: macro "__TIME__" might 
prevent reproducible builds [-Wdate-time]
   60 | #define MINBIF_BUILD         ("(Build at " __DATE__ " " __TIME__ " with 
libpurple-" \
      |                                            ^~~~~~~~
/<<PKGBUILDDIR>>/src/core/minbif.cpp:39:16: note: in expansion of macro 
‘MINBIF_BUILD’
   39 |         strdup(MINBIF_BUILD.c_str()), /* don't care if we don't free it 
as it can be used until exit. */
      |                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/core/minbif.cpp:246:27: warning: Deprecated pre-processor 
symbol, replace with 
  246 |                 loop = g_main_new(FALSE);
      |                           ^~~~~~~~~~~~~~~                               
  
/<<PKGBUILDDIR>>/src/core/minbif.cpp:247:27: warning: Deprecated pre-processor 
symbol, replace with 
  247 |                 g_main_run(loop);
      |                           ^~~~~~~                                       
  
/<<PKGBUILDDIR>>/src/core/minbif.cpp:282:20: warning: Deprecated pre-processor 
symbol, replace with 
  282 |         g_main_quit(loop);
      |                    ^~~~~~~                                         
In file included from /<<PKGBUILDDIR>>/src/core/minbif.h:23,
                 from /<<PKGBUILDDIR>>/src/core/minbif.cpp:29:
/<<PKGBUILDDIR>>/src/core/config.h:175:95: error: ISO C++17 does not allow 
dynamic exception specifications
  175 |         ConfigSection* AddSection(std::string label, std::string 
description, section_t type) throw(error_exc);
      |                                                                         
                      ^~~~~
/<<PKGBUILDDIR>>/src/core/config.h:221:105: error: ISO C++17 does not allow 
dynamic exception specifications
  221 |         ConfigSection* AddSection(std::string label, std::string 
description, MyConfig::section_t type) throw(MyConfig::error_exc);
      |                                                                         
                                ^~~~~
/<<PKGBUILDDIR>>/src/core/config.h:234:62: error: ISO C++17 does not allow 
dynamic exception specifications
  234 |         void AddItem(ConfigItem* item, bool is_name = false) 
throw(MyConfig::error_exc);
      |                                                              ^~~~~
In file included from /usr/include/libpurple/sound-theme-loader.h:31,
                 from /usr/include/libpurple/purple.h:90,
                 from /<<PKGBUILDDIR>>/src/core/util.h:21,
                 from /<<PKGBUILDDIR>>/src/core/minbif.cpp:33:
/usr/include/libpurple/theme-loader.h:59:22: warning: unnecessary parentheses 
in declaration of ‘purple_theme_loader_build’ [-Wparentheses]
   59 |         PurpleTheme *((*purple_theme_loader_build)(const gchar*));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libpurple/theme-loader.h:59:22: note: remove parentheses
   59 |         PurpleTheme *((*purple_theme_loader_build)(const gchar*));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      -                                          -
make[3]: *** [src/CMakeFiles/minbif.dir/build.make:85: 
src/CMakeFiles/minbif.dir/core/minbif.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make[2]: *** [CMakeFiles/Makefile2:197: src/CMakeFiles/minbif.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make: *** [debian/rules:21: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1:1.0.5+git20150505-3+rm

Dear submitter,

as the package minbif 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/996096

The version of this package that was in Debian prior to this removal
can still be found using http://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
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to