Your message dated Sat, 23 Jan 2021 20:27:20 +0000
with message-id <e1l3pva-0002d4...@fasolo.debian.org>
and subject line Bug#957752: fixed in rcs-blame 1.3.1-4.2
has caused the Debian Bug report #957752,
regarding rcs-blame: ftbfs with GCC-10
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.)


-- 
957752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rcs-blame
Version: 1.3.1-4.1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/rcs-blame_1.3.1-4.1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
ar cru libmisc.a allocsa.o argp-ba.o argp-eexst.o argp-fmtstream.o 
argp-fs-xinl.o argp-help.o argp-parse.o argp-pin.o argp-pv.o argp-pvh.o 
argp-xinl.o progname.o strnlen1.o xalloc-die.o xstrndup.o asnprintf.o 
basename.o canonicalize.o cycle-check.o dirname.o exitfail.o filenamecat.o 
getopt.o getopt1.o mbchar.o mktime.o printf-args.o printf-parse.o strcasecmp.o 
strftime.o stripslash.o strstr.o vasnprintf.o xgetcwd.o xmalloc.o xreadlink.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libmisc.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make  all-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c blame.c
In file included from blame.c:22:
../lib/argp.h:592:1: warning: ‘leaf’ attribute has no effect on unit local 
functions [-Wattributes]
  592 | {
      | ^
../lib/argp.h:604:1: warning: ‘leaf’ attribute has no effect on unit local 
functions [-Wattributes]
  604 | {
      | ^
blame.c: In function ‘parse_options’:
blame.c:426:8: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
  426 |     if (!*(arg + 1)) {
      |        ^
blame.c:430:4: note: here
  430 |    default:
      |    ^~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c date.c
date.c: In function ‘date_format’:
date.c:1069:24: warning: ‘%02d’ directive writing between 2 and 11 bytes into a 
region of size between 8 and 15 [-Wformat-overflow=]
 1069 |  sprintf(result, "%04d.%02d.%02d.%02d.%02d.%02d",
      |                        ^~~~
date.c:1069:18: note: directive argument in the range [-2147483647, 2147483647]
 1069 |  sprintf(result, "%04d.%02d.%02d.%02d.%02d.%02d",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
date.c:1069:18: note: directive argument in the range [-2147483648, 60]
In file included from /usr/include/stdio.h:867,
                 from ./system.h:37,
                 from date.c:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 20 and 72 bytes into a destination of 
size 20
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c delta.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c keyword.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c lexer.c
lexer.c:4215:12: warning: ‘input’ defined but not used [-Wunused-function]
 4215 | static int input()
      |            ^~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c lines.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c parser.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c rcs.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c util.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c vector.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -c working.c
gcc -Wall -W -Wno-format-y2k -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong  -Wl,-z,relro -o blame  blame.o date.o delta.o hash.o 
keyword.o lexer.o lines.o parser.o rcs.o util.o vector.o working.o 
../lib/libmisc.a 
/usr/bin/ld: parser.o:./src/parser.c:1253: multiple definition of `yylval'; 
lexer.o:(.bss+0x20): first defined here
/usr/bin/ld: parser.o:./src/parser.c:1258: multiple definition of `yylloc'; 
lexer.o:(.bss+0x0): first defined here
/usr/bin/ld: ../lib/libmisc.a(progname.o):(.bss+0x0): multiple definition of 
`program_name'; blame.o:(.bss+0x68): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:354: blame] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:275: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:322: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:258: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rcs-blame
Source-Version: 1.3.1-4.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
rcs-blame, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated rcs-blame 
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: Thu, 21 Jan 2021 19:39:22 +0000
Source: rcs-blame
Architecture: source
Version: 1.3.1-4.2
Distribution: unstable
Urgency: medium
Maintainer: Andrew Pollock <apoll...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957752
Changes:
 rcs-blame (1.3.1-4.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957752)
Checksums-Sha1:
 c5a85419bc79da229b849c6dc9bc3fefd76c6245 1750 rcs-blame_1.3.1-4.2.dsc
 05ba11fc7b6d746074aa7aa0643b4d200050dc7d 3884 rcs-blame_1.3.1-4.2.debian.tar.xz
 db5d14e6e1a0a2112aef9c5948ac6f07847906c7 6072 
rcs-blame_1.3.1-4.2_amd64.buildinfo
Checksums-Sha256:
 42b386d470f65701e41fc21bbbb084f178f752929485d16e2c5679b7fceaa425 1750 
rcs-blame_1.3.1-4.2.dsc
 63fae2d337c340ab7c6a3d66fcae83b4fe992cfb3b8cfa4ee16747bd067c10f6 3884 
rcs-blame_1.3.1-4.2.debian.tar.xz
 800c399448c7862e2ceb39c029d662d4a972d64db54983c78b79bb4ecf4b42fa 6072 
rcs-blame_1.3.1-4.2_amd64.buildinfo
Files:
 a9b45393c1725735fb83fe5871a2fb23 1750 devel optional rcs-blame_1.3.1-4.2.dsc
 3a7d3a040765a7b846f349b3893ff0bb 3884 devel optional 
rcs-blame_1.3.1-4.2.debian.tar.xz
 abef6ef97aa42d3aeb98bcd96fbe990a 6072 devel optional 
rcs-blame_1.3.1-4.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmAJ2z8ACgkQR5mjUUbR
KzVUvQ//c0jFCTD/a79ZOhe5w20GN8767yZ0GN0YjqLNXGgC5W6LPO0IRF9wAYbK
Wyip7Ku1FCo1bnR6lirzoBIljApLv48reS/uNjdXUhvg9OZtcys3DL86WWxvuc6z
6MaRhYzXc7lx6H0u07QGU8jqZBXgu8URajvvg7qirJxHEFu/1BeIhy4b2pdu3fsj
CTdMshCWH8MXhkeoHbbCHDuynMbd4e5GRiHuNYgma8pf0Ydt9gZKYQGf25W2q3D+
mNqSJCJ63VT5U4nU1cAoiq+F9uq8pw76lQw7UxSEdYsM0muNfJvWlkwwJSfHPPWR
GQnuXoztr1i9yjhGgcVMXU078b8ENrpDmpWMOPDKP9AEJ5QhbKg9robi20TDIL77
DsfBN5E0xElP3VpPghNNuBAGtGrQ1awLPFqk7rOned3hT54kU93PYFTdTVPiByAt
kL0GYXrDhLq9bPg/klle9WViNOC5b9c4rCjBtwyUHxWuUWk4k7UsFy3fI4C9OF7E
a8UZBRvSPHE8NBgk4J3pU/v3zCZIC4LLpxPgemuMpQXUd5Xj8DU9EXu7Q7WP4AhW
2WA0uC1FPlCJBF3CzvdewrTKJJLXlTMrZsXvxGZ9BuMBiDSC7TGic+kvxc4/Z/MQ
q6fN/ZH8WEUluWc2WfGrkQWXRvsNs2GFB1DXyYeh7J5sCGQZMMA=
=3Lve
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to