Your message dated Wed, 02 Sep 2020 17:33:35 +0000
with message-id <[email protected]>
and subject line Bug#966898: fixed in binutils-avr 2.26.20160125+Atmel3.6.2-2
has caused the Debian Bug report #966898,
regarding binutils-avr: FTBFS: elf.c:706:35: error: overflow in conversion from
‘unsigned int’ to ‘int’ changes value from ‘num_group = 4294967295’ to ‘-1’
[-Werror=overflow]
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.)
--
966898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966898
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: binutils-avr
Version: 2.26.20160125+Atmel3.6.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc
> -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_avr_elf32_vec
> -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec
> -DBINDIR='"/usr/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wshadow -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security
> -Wno-implicit-fallthrough -Wno-format-overflow -Wno-pointer-compare
> -Wno-error=cast-function-type -Wno-error=stringop-truncation -MT elf.lo -MD
> -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c
> libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.
> -I./../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec
> -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -W -Wall -Wstrict-prototypes
> -Wmissing-prototypes -Wshadow -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wno-implicit-fallthrough -Wno-format-overflow
> -Wno-pointer-compare -Wno-error=cast-function-type
> -Wno-error=stringop-truncation -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c
> -o elf.o
> elf.c: In function ‘setup_group’:
> elf.c:706:35: error: overflow in conversion from ‘unsigned int’ to ‘int’
> changes value from ‘num_group = 4294967295’ to ‘-1’ [-Werror=overflow]
> 706 | elf_tdata (abfd)->num_group = num_group = -1;
> | ^~~~~~~~~
> In file included from elf.c:45:
> elf.c: In function ‘elfcore_write_linux_prpsinfo32’:
> elf-linux-psinfo.h:73:7: warning: ‘strncpy’ output may be truncated copying
> 16 bytes from a string of length 16 [-Wstringop-truncation]
> 73 | strncpy (to.pr_fname, from->pr_fname, sizeof (to.pr_fname)); \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf.c:9792:3: note: in expansion of macro ‘LINUX_PRPSINFO32_SWAP_FIELDS’
> 9792 | LINUX_PRPSINFO32_SWAP_FIELDS (abfd, prpsinfo, data);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf-linux-psinfo.h:74:7: warning: ‘strncpy’ output may be truncated copying
> 80 bytes from a string of length 80 [-Wstringop-truncation]
> 74 | strncpy (to.pr_psargs, from->pr_psargs, sizeof (to.pr_psargs));
> \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf.c:9792:3: note: in expansion of macro ‘LINUX_PRPSINFO32_SWAP_FIELDS’
> 9792 | LINUX_PRPSINFO32_SWAP_FIELDS (abfd, prpsinfo, data);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf.c: In function ‘elfcore_write_linux_prpsinfo64’:
> elf-linux-psinfo.h:123:7: warning: ‘strncpy’ output may be truncated copying
> 16 bytes from a string of length 16 [-Wstringop-truncation]
> 123 | strncpy (to.pr_fname, from->pr_fname, sizeof (to.pr_fname)); \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf.c:9806:3: note: in expansion of macro ‘LINUX_PRPSINFO64_SWAP_FIELDS’
> 9806 | LINUX_PRPSINFO64_SWAP_FIELDS (abfd, prpsinfo, data);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf-linux-psinfo.h:124:7: warning: ‘strncpy’ output may be truncated copying
> 80 bytes from a string of length 80 [-Wstringop-truncation]
> 124 | strncpy (to.pr_psargs, from->pr_psargs, sizeof (to.pr_psargs));
> \
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> elf.c:9806:3: note: in expansion of macro ‘LINUX_PRPSINFO64_SWAP_FIELDS’
> 9806 | LINUX_PRPSINFO64_SWAP_FIELDS (abfd, prpsinfo, data);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> make[5]: *** [Makefile:1631: elf.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/08/02/binutils-avr_2.26.20160125+Atmel3.6.2-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: binutils-avr
Source-Version: 2.26.20160125+Atmel3.6.2-2
Done: Hakan Ardo <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hakan Ardo <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 02 Sep 2020 16:05:46 +0200
Source: binutils-avr
Binary: binutils-avr binutils-avr-dbgsym
Architecture: source amd64
Version: 2.26.20160125+Atmel3.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: Hakan Ardo <[email protected]>
Changed-By: Hakan Ardo <[email protected]>
Description:
binutils-avr - Binary utilities supporting Atmel's AVR targets
Closes: 966898
Changes:
binutils-avr (2.26.20160125+Atmel3.6.2-2) unstable; urgency=medium
.
* Applied upstream patch https://sourceware.org/git/?p=binutils-
gdb.git;a=patch;h=cda7e5603f6efd7c3716e45cc6ea11b70dd8daae
(closes: #966898)
Checksums-Sha1:
67041cee8b5bc4e7cb7816dc613207273eb896d6 2093
binutils-avr_2.26.20160125+Atmel3.6.2-2.dsc
93ad85b1971db96f290c1d9e04069d41a60672f2 776605
binutils-avr_2.26.20160125+Atmel3.6.2-2.diff.gz
d62f136d7c65906d336f194f4ce93ba1dd4ee1e5 21456408
binutils-avr-dbgsym_2.26.20160125+Atmel3.6.2-2_amd64.deb
1fced08ccabdf1bf7dceca2e8e871d994369fec4 6903
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.buildinfo
ac140a8dcd495846af426a2d1842e1dd67cc6011 1492936
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.deb
Checksums-Sha256:
0ee6df3e5d68da610890654d56152d484951081e5bd3a4aeee0656deda0a4fb4 2093
binutils-avr_2.26.20160125+Atmel3.6.2-2.dsc
65b51a3dcdc0fc6844e20939713de9e8f8a6dab4ea299ea3051335daf6ef0e5a 776605
binutils-avr_2.26.20160125+Atmel3.6.2-2.diff.gz
a6641bae722da76b0fca6f1670b5f52e0124a28734dbd23c40bcaf933e4637c3 21456408
binutils-avr-dbgsym_2.26.20160125+Atmel3.6.2-2_amd64.deb
ef1346e9b57d7f1a26a7fcbccc4155aef991e9c419eefdbcfc1f2a75f728bbe5 6903
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.buildinfo
55d5a8587980ab9e2a6263530cc7bbb56f6f177e3c1a614ae6bb8110b9784513 1492936
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.deb
Files:
b72e2f0569845e8fb1c1381c670cadf5 2093 devel optional
binutils-avr_2.26.20160125+Atmel3.6.2-2.dsc
d4d3df38aa275df9926f634acf644dcf 776605 devel optional
binutils-avr_2.26.20160125+Atmel3.6.2-2.diff.gz
b3820acd1eaa5ce2689c42cd570b44a3 21456408 debug optional
binutils-avr-dbgsym_2.26.20160125+Atmel3.6.2-2_amd64.deb
f589d2539b0c1cdec3d678276f859776 6903 devel optional
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.buildinfo
04a3c789a3af4ca6f2ba3df0b207b8fa 1492936 devel optional
binutils-avr_2.26.20160125+Atmel3.6.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEiBxmoJbhJJA77soc6iX5+wapp9EFAl9P05YACgkQ6iX5+wap
p9Fp4w/+JsAy7Vp6IF9RNoqVzhwEhgrYAXTt5q4iMCV1a7P8LKuuOrK8HZLRrEtk
2IB39+AK6EKQ68Hj7bFaR82eLXuFCYQi5UyvzRgsJSHdksWxiuTlrk4j/MStZbRa
EYNOHBp8Fkq21szhgluQpHB1W8kO9vXY/CdkEaWF+y0WrxRLJM0gGbjvev/v3XJa
5iSq9QMfBe56h3uaTrIRQsCab+wSkC6eeWRe/n7al1GMhoulutWl9MZgfq/IEKdt
BkgLWy74J3N7WEnRzr8iOEu5caRzxFO4W+WtacAUI1QO0HeOu8w/HiSwTgX3D2w+
KX6Z/q+x2WphvMA7lw8hjuZxUd72IWYWLOmraqruWvOgKbQOaUoKVTpbqUO5eWkC
cwUZtFYgfPTvYWaxw05D0E5hEtWGTJolOpFcmdC6jUg9+pLeWgSGKFClvT+7RMBZ
8Hl4CxxwrIOt24uClvTxP0YJPXRVHFK5KOO60B6gfQ4WtqNph0U0WRL3IaLY0w3v
icI+kVfCiUe7eJiQEn8DkWnzmx43JQKJJj7AeOAYIE/Q/Ldga2Kjs3o9s4cD8fEJ
nnVffAJd9yhDJz0LP/FXeUvuAaeKHuxjPUv6FdCnlMFsBlttIMWc8DGFEeRfiAFW
Tzmcw0ZYeeWE4O3c+sZy8jigIdxFomfYocqtycBOYSJxnc9IkNE=
=Xuv2
-----END PGP SIGNATURE-----
--- End Message ---