Your message dated Sun, 21 Nov 2021 09:48:52 +0000
with message-id <e1mojsu-000aiz...@fasolo.debian.org>
and subject line Bug#983993: fixed in binutils-avr 2.26.20160125+Atmel3.6.2-3
has caused the Debian Bug report #983993,
regarding binutils-avr: 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.)


-- 
983993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983993
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:binutils-avr
Version: 2.26.20160125+Atmel3.6.2-2
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/binutils-avr_2.26.20160125+Atmel3.6.2-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.

[...]
plugin.c:601:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’
  601 |   BFD_JUMP_TABLE_SYMBOLS (bfd_plugin),
      |   ^~~~~~~~~~~~~~~~~~~~~~
libbfd.h:439:4: warning: cast between incompatible function types from ‘void * 
(*)(bfd *)’ to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ 
{aka ‘const struct reloc_howto_struct * (*)(bfd *, enum bfd_reloc_code_real)’} 
[-Wcast-function-type]
  439 |   ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) 
bfd_nullvoidptr)
      |    ^
bfd.h:7351:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’
 7351 |   NAME##_bfd_reloc_type_lookup, \
      |   ^~~~
plugin.c:602:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’
  602 |   BFD_JUMP_TABLE_RELOCS (_bfd_norelocs),
      |   ^~~~~~~~~~~~~~~~~~~~~
libbfd.h:441:4: warning: cast between incompatible function types from ‘void * 
(*)(bfd *)’ to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const 
struct reloc_howto_struct * (*)(bfd *, const char *)’} [-Wcast-function-type]
  441 |   ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr)
      |    ^
bfd.h:7352:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’
 7352 |   NAME##_bfd_reloc_name_lookup
      |   ^~~~
plugin.c:602:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’
  602 |   BFD_JUMP_TABLE_RELOCS (_bfd_norelocs),
      |   ^~~~~~~~~~~~~~~~~~~~~
libbfd.h:514:4: warning: cast between incompatible function types from ‘long 
int (*)(bfd *)’ to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(bfd *, 
struct bfd_symbol **)’} [-Wcast-function-type]
  514 |   ((long (*) (bfd *, asymbol **)) _bfd_n1)
      |    ^
bfd.h:7455:3: note: in expansion of macro 
‘_bfd_nodynamic_canonicalize_dynamic_symtab’
 7455 |   NAME##_canonicalize_dynamic_symtab, \
      |   ^~~~
plugin.c:605:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’
  605 |   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
      |   ^~~~~~~~~~~~~~~~~~~~~~
libbfd.h:516:4: warning: cast between incompatible function types from ‘long 
int (*)(bfd *)’ to ‘long int (*)(bfd *, long int,  asymbol **, long int,  
asymbol **, asymbol **)’ {aka ‘long int (*)(bfd *, long int,  struct bfd_symbol 
**, long int,  struct bfd_symbol **, struct bfd_symbol **)’} 
[-Wcast-function-type]
  516 |   ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) 
_bfd_n1)
      |    ^
bfd.h:7456:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’
 7456 |   NAME##_get_synthetic_symtab, \
      |   ^~~~
plugin.c:605:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’
  605 |   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
      |   ^~~~~~~~~~~~~~~~~~~~~~
libbfd.h:519:4: warning: cast between incompatible function types from ‘long 
int (*)(bfd *)’ to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int 
(*)(bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} 
[-Wcast-function-type]
  519 |   ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1)
      |    ^
bfd.h:7458:3: note: in expansion of macro 
‘_bfd_nodynamic_canonicalize_dynamic_reloc’
 7458 |   NAME##_canonicalize_dynamic_reloc
      |   ^~~~
plugin.c:605:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’
  605 |   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
      |   ^~~~~~~~~~~~~~~~~~~~~~
In function ‘load_plugin’,
    inlined from ‘bfd_plugin_object_p’ at plugin.c:368:52:
plugin.c:347:20: error: ‘valid_plugin’ may be used uninitialized 
[-Werror=maybe-uninitialized]
  347 |         has_plugin = valid_plugin;
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~
plugin.c: In function ‘bfd_plugin_object_p’:
plugin.c:341:11: note: ‘valid_plugin’ declared here
  341 |       int valid_plugin;
      |           ^~~~~~~~~~~~
cc1: all warnings being treated as errors
make[5]: *** [Makefile:1631: plugin.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/binutils/bfd'
make[4]: *** [Makefile:1673: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/binutils/bfd'
make[3]: *** [Makefile:1152: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/binutils/bfd'
make[2]: *** [Makefile:2709: all-bfd] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/binutils'
make[1]: *** [Makefile:845: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/binutils'
make: *** [debian/rules:56: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: binutils-avr
Source-Version: 2.26.20160125+Atmel3.6.2-3
Done: Hakan Ardo <ha...@debian.org>

We believe that the bug you reported is fixed in the latest version of
binutils-avr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 983...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hakan Ardo <ha...@debian.org> (supplier of updated binutils-avr package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 21 Nov 2021 10:07:46 +0100
Source: binutils-avr
Architecture: source
Version: 2.26.20160125+Atmel3.6.2-3
Distribution: unstable
Urgency: medium
Maintainer: Hakan Ardo <ha...@debian.org>
Changed-By: Hakan Ardo <ha...@debian.org>
Closes: 983993
Changes:
 binutils-avr (2.26.20160125+Atmel3.6.2-3) unstable; urgency=medium
 .
   * Applied patch from Rafael Laboissière <raf...@debian.org> fixing gcc-
     11 compile error (closes: #983993)
Checksums-Sha1:
 51fe8c5f13f188eba307f55abdf0242e0e205fd7 2093 
binutils-avr_2.26.20160125+Atmel3.6.2-3.dsc
 f7bcd63cc9bb945466486a75ed1e381f140d9e2c 776832 
binutils-avr_2.26.20160125+Atmel3.6.2-3.diff.gz
 459a2e2045e9ce56140c8f32698187896175a165 6580 
binutils-avr_2.26.20160125+Atmel3.6.2-3_amd64.buildinfo
Checksums-Sha256:
 06c5957b64a68a78cefdbdab7e0048447a957823a1791602dfd3d8588399460d 2093 
binutils-avr_2.26.20160125+Atmel3.6.2-3.dsc
 40879531d35e962c2dee5598cea304f85be809ee6d332401f4d2d0189ce93d25 776832 
binutils-avr_2.26.20160125+Atmel3.6.2-3.diff.gz
 fa4df7d848c0e279e7c025a77e993320d67f0bdf1e49070efdd004de34f64bcc 6580 
binutils-avr_2.26.20160125+Atmel3.6.2-3_amd64.buildinfo
Files:
 511b09a7687a69095ee592c588597ece 2093 devel optional 
binutils-avr_2.26.20160125+Atmel3.6.2-3.dsc
 7751e7a157657c635ae58d7c26d40309 776832 devel optional 
binutils-avr_2.26.20160125+Atmel3.6.2-3.diff.gz
 bfd207b144e62b565db2fbd16b0ea5f8 6580 devel optional 
binutils-avr_2.26.20160125+Atmel3.6.2-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEiBxmoJbhJJA77soc6iX5+wapp9EFAmGaEtsACgkQ6iX5+wap
p9Ec5Q/6A2GS4lThMWqWH2YsOpqcy07rA5QzqBAb89AKmXRgViVHpAjl3TBn+0ap
ZTu/UdSqLLNnY2VktbO6opADwfSQvceLVZl+yKiQQO41wQ9B3DYh1mfv+x3SgpTN
/C003iQOYI37D5tQhXHOaDcoBHMzbNBfSyJ0rOLxhnffTtL4bjv15B203z07Ocu/
XCMyHuO/bS4hi6n5fYuVKFwyITqWi84165Dfc4CvGoHeu8Ebo2/y67nj4R8dYLZ2
6x9pfZW9H9G71uT+bQWwKf+F8suMEPD+0GnfWZBpSBFXS3nOS5+1xEbwqINgLSK6
ADUGkbTaavAZd8kkyLk2X0w60Jzm8Gsxd6tQY3UL3PSACnkHySUhRw9zW1R2j2OY
EmcvafGS4hj+XoF8n3EJVrpCSJMYi0nGfjIIXYmKYcYFOjDhKMpYyUL7+Ob8n0E+
xfRuoMSSe1mY/m1S74IPzKyxU2hKBGlAzXk/4kUPp9PMG8O96ixgas/y0b4kUVdm
+QL9UzmJ/2ImyPGg8DE4GBM8zWJFd2B8xibcNUQMGLjTKO6fPVds6ovsqYy3P20R
OURyL+h/pwnLmJY4NQ7aF7cj8GAqyaeP6HO7pUNLKqr0kl9KNR8QaEhM8BtrlrxI
PNTXRS/LA1pDZ36X+g+CZ2mbwehKdmdseBKDQiId4teW8GsR7No=
=XYcF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to