Your message dated Tue, 28 Feb 2023 15:11:31 +0000
with message-id <e1px1db-00azhc...@fasolo.debian.org>
and subject line Bug#1031940: Removed package(s) from unstable
has caused the Debian Bug report #984287,
regarding pepper: 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.)
--
984287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pepper
Version: 0.3.3-4
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/pepper_0.3.3-4_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.
[...]
| ^~~~~~~~~
make[3]: *** [Makefile:654: gnuplot.o] Error 1
make[3]: *** Waiting for unfinished jobs....
plot.cpp: In member function ‘int Plot::set_output(lua_State*)’:
plot.cpp:117:54: warning: this statement may fall through
[-Wimplicit-fallthrough=]
117 | case 4: terminal = LuaHelpers::pops(L);
| ^
plot.cpp:118:17: note: here
118 | case 3: height = LuaHelpers::popi(L);
| ^~~~
plot.cpp:118:50: warning: this statement may fall through
[-Wimplicit-fallthrough=]
118 | case 3: height = LuaHelpers::popi(L);
| ~~~~~~~~~~~~~~~~^~~
plot.cpp:119:17: note: here
119 | case 2: width = LuaHelpers::popi(L);
| ^~~~
plot.cpp:119:49: warning: this statement may fall through
[-Wimplicit-fallthrough=]
119 | case 2: width = LuaHelpers::popi(L);
| ~~~~~~~~~~~~~~~~^~~
plot.cpp:120:17: note: here
120 | default: file = LuaHelpers::pops(L);
| ^~~~~~~
plot.cpp: In member function ‘int Plot::plot_series(lua_State*)’:
plot.cpp:204:25: warning: this statement may fall through
[-Wimplicit-fallthrough=]
204 | if (lua_type(L, -1) == LUA_TTABLE) {
| ^~
plot.cpp:210:17: note: here
210 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ^~~~
plot.cpp:210:39: warning: this statement may fall through
[-Wimplicit-fallthrough=]
210 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
plot.cpp:211:17: note: here
211 | default:
| ^~~~~~~
plot.cpp: In member function ‘int Plot::plot_multi_series(lua_State*)’:
plot.cpp:325:25: warning: this statement may fall through
[-Wimplicit-fallthrough=]
325 | if (lua_type(L, -1) == LUA_TTABLE) {
| ^~
plot.cpp:331:17: note: here
331 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ^~~~
plot.cpp:331:39: warning: this statement may fall through
[-Wimplicit-fallthrough=]
331 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
plot.cpp:332:17: note: here
332 | default:
| ^~~~~~~
plot.cpp: In member function ‘int Plot::plot_histogram(lua_State*)’:
plot.cpp:419:25: warning: this statement may fall through
[-Wimplicit-fallthrough=]
419 | if (lua_type(L, -1) == LUA_TTABLE) {
| ^~
plot.cpp:425:17: note: here
425 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ^~~~
plot.cpp:425:39: warning: this statement may fall through
[-Wimplicit-fallthrough=]
425 | case 3: luaL_checktype(L, index--, LUA_TTABLE);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
plot.cpp:426:17: note: here
426 | default:
| ^~~~~~~
make[3]: *** [Makefile:654: plot.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:434: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:375: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:16: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 0.3.3-4+rm
Dear submitter,
as the package pepper 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/1031940
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 ---