Your message dated Mon, 13 Sep 2021 14:59:49 +0200
with message-id 
<caclylbmgk47+qe-aqhwxwromxmju2uwgn+1wfeywdgcdxan...@mail.gmail.com>
and subject line Re: Bug#984417: zeroc-ice: ftbfs with GCC-11
has caused the Debian Bug report #984417,
regarding zeroc-ice: 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.)


-- 
984417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984417
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zeroc-ice
Version: 3.7.5-2
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/zeroc-ice_3.7.5-2_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.

[...]
  810 | YY_DECL
      |               ^     
src/Slice/Scanner.cpp:860:35: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
  860 |                 yy_current_state += YY_AT_BOL();
      |                                   ^~~~
src/Slice/Scanner.cpp: In function ‘int yy_get_next_buffer()’:
src/Slice/Scanner.cpp:1547:26: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1547 |  *      EOB_ACT_END_OF_FILE - end of file
      |                          ^~~~
src/Slice/Scanner.cpp:1548:17: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1548 |  */
      |                 ^     
src/Slice/Scanner.cpp:1549:15: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1549 | static int yy_get_next_buffer (void)
      |               ^~~~~~~~~~~~~~
src/Slice/Scanner.cpp:1549:31: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1549 | static int yy_get_next_buffer (void)
      |                               ^
src/Slice/Scanner.cpp: In function ‘yy_state_type yy_get_previous_state()’:
src/Slice/Scanner.cpp:1681:25: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1681 | /* yy_get_previous_state - get the state just before the EOB char was 
reached */
      |                         ^~~~~~~~~~~~~~~~
src/Slice/Scanner.cpp:1682:17: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1682 | 
      |                 ^    
src/Slice/Scanner.cpp:1689:27: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1689 |         yy_current_state += YY_AT_BOL();
      |                           ^~~~
src/Slice/Scanner.cpp: In function ‘yy_state_type 
yy_try_NUL_trans(yy_state_type)’:
src/Slice/Scanner.cpp:1714:20: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1714 |  *      next_state = yy_try_NUL_trans( current_state );
      |                    ^~~~~~~~~
src/Slice/Scanner.cpp:1715:21: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1715 |  */
      |                     ^    
src/Slice/Scanner.cpp:1717:19: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1717 | {
      |                   ^   
src/Slice/Scanner.cpp: At global scope:
src/Slice/Scanner.cpp:1735:49: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1735 | 
      |                                                 ^    
src/Slice/Scanner.cpp: In function ‘void yyunput(int, char*)’:
src/Slice/Scanner.cpp:1737:17: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1737 | }
      |                 ^    
src/Slice/Scanner.cpp:1747:22: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1747 | 
      |                      ^             
src/Slice/Scanner.cpp:1748:25: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1748 |         if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
      |                         ^~~~
src/Slice/Scanner.cpp:1750:32: error: ISO C++17 does not allow ‘register’ 
storage class specifier [-Werror=register]
 1750 |                 /* +2 for EOB chars. */
      |                                ^~~~~~
mv -f  src/Slice/build/x86_64-linux-gnu/static/Checksum.Td  
src/Slice/build/x86_64-linux-gnu/static/Checksum.cpp.d
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -MT 
src/Slice/build/x86_64-linux-gnu/static/FileTracker.o -MMD -MP -MF  
src/Slice/build/x86_64-linux-gnu/static/FileTracker.Td -Wall -Wextra 
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -DNDEBUG -Isrc 
-Isrc/Slice/generated -Iinclude -Iinclude/generated -DICE_BUILDING_SRC 
-DICE_STATIC_LIBS -Wdate-time -D_FORTIFY_SOURCE=2 -c src/Slice/FileTracker.cpp 
-o src/Slice/build/x86_64-linux-gnu/static/FileTracker.o
cc1plus: all warnings being treated as errors
make[3]: *** [Makefile:26: src/Slice/build/x86_64-linux-gnu/static/Scanner.o] 
Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f  src/Slice/build/x86_64-linux-gnu/static/FileTracker.Td  
src/Slice/build/x86_64-linux-gnu/static/FileTracker.cpp.d
mv -f  src/Slice/build/x86_64-linux-gnu/static/CPlusPlusUtil.Td  
src/Slice/build/x86_64-linux-gnu/static/CPlusPlusUtil.cpp.d
mv -f  src/Slice/build/x86_64-linux-gnu/static/Grammar.Td  
src/Slice/build/x86_64-linux-gnu/static/Grammar.cpp.d
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cpp'
make[2]: *** [Makefile:18: srcs] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:78: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:75: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
On Wed, Mar 3, 2021 at 5:34 PM Matthias Klose <[email protected]> wrote:

> Package: src:zeroc-ice
> Version: 3.7.5-2
> 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/zeroc-ice_3.7.5-2_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.
>
> [...]
>   810 | YY_DECL
>       |               ^
> src/Slice/Scanner.cpp:860:35: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>   860 |                 yy_current_state += YY_AT_BOL();
>       |                                   ^~~~
> src/Slice/Scanner.cpp: In function ‘int yy_get_next_buffer()’:
> src/Slice/Scanner.cpp:1547:26: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1547 |  *      EOB_ACT_END_OF_FILE - end of file
>       |                          ^~~~
> src/Slice/Scanner.cpp:1548:17: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1548 |  */
>       |                 ^
> src/Slice/Scanner.cpp:1549:15: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1549 | static int yy_get_next_buffer (void)
>       |               ^~~~~~~~~~~~~~
> src/Slice/Scanner.cpp:1549:31: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1549 | static int yy_get_next_buffer (void)
>       |                               ^
> src/Slice/Scanner.cpp: In function ‘yy_state_type yy_get_previous_state()’:
> src/Slice/Scanner.cpp:1681:25: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1681 | /* yy_get_previous_state - get the state just before the EOB char
> was reached */
>       |                         ^~~~~~~~~~~~~~~~
> src/Slice/Scanner.cpp:1682:17: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1682 |
>       |                 ^
> src/Slice/Scanner.cpp:1689:27: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1689 |         yy_current_state += YY_AT_BOL();
>       |                           ^~~~
> src/Slice/Scanner.cpp: In function ‘yy_state_type
> yy_try_NUL_trans(yy_state_type)’:
> src/Slice/Scanner.cpp:1714:20: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1714 |  *      next_state = yy_try_NUL_trans( current_state );
>       |                    ^~~~~~~~~
> src/Slice/Scanner.cpp:1715:21: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1715 |  */
>       |                     ^
> src/Slice/Scanner.cpp:1717:19: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1717 | {
>       |                   ^
> src/Slice/Scanner.cpp: At global scope:
> src/Slice/Scanner.cpp:1735:49: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1735 |
>       |                                                 ^
> src/Slice/Scanner.cpp: In function ‘void yyunput(int, char*)’:
> src/Slice/Scanner.cpp:1737:17: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1737 | }
>       |                 ^
> src/Slice/Scanner.cpp:1747:22: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1747 |
>       |                      ^
> src/Slice/Scanner.cpp:1748:25: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1748 |         if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
>       |                         ^~~~
> src/Slice/Scanner.cpp:1750:32: error: ISO C++17 does not allow ‘register’
> storage class specifier [-Werror=register]
>  1750 |                 /* +2 for EOB chars. */
>       |                                ^~~~~~
> mv -f  src/Slice/build/x86_64-linux-gnu/static/Checksum.Td
> src/Slice/build/x86_64-linux-gnu/static/Checksum.cpp.d
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> src/Slice/build/x86_64-linux-gnu/static/FileTracker.o -MMD -MP -MF
> src/Slice/build/x86_64-linux-gnu/static/FileTracker.Td -Wall -Wextra
> -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -DNDEBUG -Isrc
> -Isrc/Slice/generated -Iinclude -Iinclude/generated -DICE_BUILDING_SRC
> -DICE_STATIC_LIBS -Wdate-time -D_FORTIFY_SOURCE=2 -c
> src/Slice/FileTracker.cpp -o
> src/Slice/build/x86_64-linux-gnu/static/FileTracker.o
> cc1plus: all warnings being treated as errors
> make[3]: *** [Makefile:26:
> src/Slice/build/x86_64-linux-gnu/static/Scanner.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> mv -f  src/Slice/build/x86_64-linux-gnu/static/FileTracker.Td
> src/Slice/build/x86_64-linux-gnu/static/FileTracker.cpp.d
> mv -f  src/Slice/build/x86_64-linux-gnu/static/CPlusPlusUtil.Td
> src/Slice/build/x86_64-linux-gnu/static/CPlusPlusUtil.cpp.d
> mv -f  src/Slice/build/x86_64-linux-gnu/static/Grammar.Td
> src/Slice/build/x86_64-linux-gnu/static/Grammar.cpp.d
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/cpp'
> make[2]: *** [Makefile:18: srcs] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [debian/rules:78: override_dh_auto_build-arch] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:75: build] Error 2
> dpkg-buildpackage: error: debian/rules build subprocess returned exit
> status 2
>


-- 
José Gutiérrez de la Concha
ZeroC, Inc.

--- End Message ---

Reply via email to