Your message dated Thu, 06 Aug 2020 18:18:30 +0000
with message-id <e1k3ktg-000iiu...@fasolo.debian.org>
and subject line Bug#957798: fixed in silversearcher-ag 2.2.0+git20200805-1
has caused the Debian Bug report #957798,
regarding silversearcher-ag: 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.)


-- 
957798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:silversearcher-ag
Version: 2.2.0-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/silversearcher-ag_2.2.0-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

[...]
gcc -DHAVE_CONFIG_H -I. -I./src   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pthread  -Wall -Wextra -Wformat=2 
-Wno-format-nonliteral -Wshadow -Wpointer-arith -Wcast-qual 
-Wmissing-prototypes -Wno-missing-braces -std=gnu89 -D_GNU_SOURCE -c -o 
src/main.o src/main.c
gcc -DHAVE_CONFIG_H -I. -I./src   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pthread  -Wall -Wextra -Wformat=2 
-Wno-format-nonliteral -Wshadow -Wpointer-arith -Wcast-qual 
-Wmissing-prototypes -Wno-missing-braces -std=gnu89 -D_GNU_SOURCE -c -o 
src/zfile.o src/zfile.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread  -Wall -Wextra -Wformat=2 
-Wno-format-nonliteral -Wshadow -Wpointer-arith -Wcast-qual 
-Wmissing-prototypes -Wno-missing-braces -std=gnu89 -D_GNU_SOURCE  -Wl,-z,relro 
-o ag src/ignore.o src/log.o src/options.o src/print.o src/print_w32.o 
src/scandir.o src/search.o src/lang.o src/util.o src/decompress.o src/main.o 
src/zfile.o -lpcre -llzma   -lz  
/usr/bin/ld: src/log.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/log.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/log.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/log.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/options.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/options.o:./src/ignore.h:32: multiple definition of 
`root_ignores'; src/ignore.o:./src/ignore.h:32: first defined here
/usr/bin/ld: src/options.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/options.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/options.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/print.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/print.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/print.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/print.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/print.o:./src/ignore.h:32: multiple definition of 
`root_ignores'; src/ignore.o:./src/ignore.h:32: first defined here
/usr/bin/ld: src/scandir.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/scandir.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/scandir.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/scandir.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/scandir.o:./src/ignore.h:32: multiple definition of 
`root_ignores'; src/ignore.o:./src/ignore.h:32: first defined here
/usr/bin/ld: src/search.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/search.o:./src/search.h:36: multiple definition of `h_table'; 
src/print.o:./src/search.h:36: first defined here
/usr/bin/ld: src/search.o:./src/search.h:35: multiple definition of 
`find_skip_lookup'; src/print.o:./src/search.h:35: first defined here
/usr/bin/ld: src/search.o:./src/search.h:34: multiple definition of 
`alpha_skip_lookup'; src/print.o:./src/search.h:34: first defined here
/usr/bin/ld: src/search.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/search.o:./src/search.h:48: multiple definition of 
`stats_mtx'; src/print.o:./src/search.h:48: first defined here
/usr/bin/ld: src/search.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/search.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/search.o:./src/search.h:49: multiple definition of 
`work_queue_mtx'; src/print.o:./src/search.h:49: first defined here
/usr/bin/ld: src/search.o:./src/search.h:44: multiple definition of 
`work_queue'; src/print.o:./src/search.h:44: first defined here
/usr/bin/ld: src/search.o:./src/search.h:47: multiple definition of 
`files_ready'; src/print.o:./src/search.h:47: first defined here
/usr/bin/ld: src/search.o:./src/search.h:46: multiple definition of 
`done_adding_files'; src/print.o:./src/search.h:46: first defined here
/usr/bin/ld: src/search.o:./src/search.h:45: multiple definition of 
`work_queue_tail'; src/print.o:./src/search.h:45: first defined here
/usr/bin/ld: src/search.o:./src/search.h:67: multiple definition of `symhash'; 
src/print.o:./src/search.h:67: first defined here
/usr/bin/ld: src/search.o:./src/ignore.h:32: multiple definition of 
`root_ignores'; src/ignore.o:./src/ignore.h:32: first defined here
/usr/bin/ld: src/lang.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/lang.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/lang.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/lang.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/util.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/util.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/util.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/util.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/decompress.o:./src/options.h:94: multiple definition of 
`opts'; src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/decompress.o:./src/log.h:12: multiple definition of 
`print_mtx'; src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/main.o:./src/search.h:44: multiple definition of `work_queue'; 
src/print.o:./src/search.h:44: first defined here
/usr/bin/ld: src/main.o:./src/search.h:45: multiple definition of 
`work_queue_tail'; src/print.o:./src/search.h:45: first defined here
/usr/bin/ld: src/main.o:./src/ignore.h:32: multiple definition of 
`root_ignores'; src/ignore.o:./src/ignore.h:32: first defined here
/usr/bin/ld: src/main.o:./src/util.h:15: multiple definition of `out_fd'; 
src/ignore.o:./src/util.h:15: first defined here
/usr/bin/ld: src/main.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/main.o:./src/search.h:46: multiple definition of 
`done_adding_files'; src/print.o:./src/search.h:46: first defined here
/usr/bin/ld: src/main.o:./src/search.h:47: multiple definition of 
`files_ready'; src/print.o:./src/search.h:47: first defined here
/usr/bin/ld: src/main.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
/usr/bin/ld: src/main.o:./src/search.h:49: multiple definition of 
`work_queue_mtx'; src/print.o:./src/search.h:49: first defined here
/usr/bin/ld: src/main.o:./src/search.h:67: multiple definition of `symhash'; 
src/print.o:./src/search.h:67: first defined here
/usr/bin/ld: src/main.o:./src/search.h:34: multiple definition of 
`alpha_skip_lookup'; src/print.o:./src/search.h:34: first defined here
/usr/bin/ld: src/main.o:./src/search.h:35: multiple definition of 
`find_skip_lookup'; src/print.o:./src/search.h:35: first defined here
/usr/bin/ld: src/main.o:./src/search.h:36: multiple definition of `h_table'; 
src/print.o:./src/search.h:36: first defined here
/usr/bin/ld: src/main.o:./src/util.h:54: multiple definition of `stats'; 
src/ignore.o:./src/util.h:54: first defined here
/usr/bin/ld: src/main.o:./src/search.h:48: multiple definition of `stats_mtx'; 
src/print.o:./src/search.h:48: first defined here
/usr/bin/ld: src/zfile.o:./src/options.h:94: multiple definition of `opts'; 
src/ignore.o:./src/options.h:94: first defined here
/usr/bin/ld: src/zfile.o:./src/log.h:12: multiple definition of `print_mtx'; 
src/ignore.o:./src/log.h:12: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:478: ag] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: silversearcher-ag
Source-Version: 2.2.0+git20200805-1
Done: Hajime Mizuno <mizuno...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
silversearcher-ag, 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.
Hajime Mizuno <mizuno...@ubuntu.com> (supplier of updated silversearcher-ag 
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: Wed, 05 Aug 2020 10:55:35 +0900
Source: silversearcher-ag
Binary: silversearcher-ag silversearcher-ag-dbgsym
Architecture: source amd64
Version: 2.2.0+git20200805-1
Distribution: unstable
Urgency: medium
Maintainer: Hajime Mizuno <mizuno...@ubuntu.com>
Changed-By: Hajime Mizuno <mizuno...@ubuntu.com>
Description:
 silversearcher-ag - very fast grep-like program, alternative to ack-grep
Closes: 957798
Changes:
 silversearcher-ag (2.2.0+git20200805-1) unstable; urgency=medium
 .
   * New upstream snapshot (Closes: #957798)
   * debian/control
     - Set Standards-Version: 4.5.0
     - Drop debhelper and use debhelper-compat (= 13)
   * Remove unnecessary debian/compat
     - Specify the compatibility level in debian/control
   * debian/copyright
     - Add Upstream-Contact
   * Remove debian/silversearcher-ag.{preinst,postinst,postrm}
     - Remove manual call to dpkg-maintscript-helper
   * Add debian/silversearcher-ag.maintscript
Checksums-Sha1:
 954c8f7b1367acb40289a8cbaf97e3c17141c411 1944 
silversearcher-ag_2.2.0+git20200805-1.dsc
 09fbb05808957b88ac8d5c990e5c9a405f88a547 165663 
silversearcher-ag_2.2.0+git20200805.orig.tar.gz
 606b03b1be1f434e007fab181319970f0afcfa23 8056 
silversearcher-ag_2.2.0+git20200805-1.debian.tar.xz
 9451d5c2e85c9401f4b3169c4ba7bf4a33740650 75160 
silversearcher-ag-dbgsym_2.2.0+git20200805-1_amd64.deb
 33ddfe4a6231ec0ce3240f466ec3507a29f6b321 6235 
silversearcher-ag_2.2.0+git20200805-1_amd64.buildinfo
 887e16a5d2c746c383cdc28cb7a4478a30edfaf2 40996 
silversearcher-ag_2.2.0+git20200805-1_amd64.deb
Checksums-Sha256:
 d9c1dc5f6d6999f02f0ea4a55385ebfd7775c34abecf253b8f54919a48298425 1944 
silversearcher-ag_2.2.0+git20200805-1.dsc
 a281f223bd2a433dc952773669aa6e1c8ccb1784814d27fb0676a7544eda584d 165663 
silversearcher-ag_2.2.0+git20200805.orig.tar.gz
 b82b620da3fd737d39e338fd89694ab855224ff7978b1cf840218178ccd86529 8056 
silversearcher-ag_2.2.0+git20200805-1.debian.tar.xz
 797911a8e1daba36a0059c0006cd75835d78fab0635b78397c795d3db9651f39 75160 
silversearcher-ag-dbgsym_2.2.0+git20200805-1_amd64.deb
 64f17fc8a49f069dcb886c3c10e9361accde66dc57aa1bc9f3ac95cd0aeded55 6235 
silversearcher-ag_2.2.0+git20200805-1_amd64.buildinfo
 3a5dfc5e11f52c54125a72de1daa995f2bca5fb9f3f0d0565937374169b4cce8 40996 
silversearcher-ag_2.2.0+git20200805-1_amd64.deb
Files:
 176895d13d629431a27531716aadd4d6 1944 utils optional 
silversearcher-ag_2.2.0+git20200805-1.dsc
 b048c99138752a8893b664eeebafb746 165663 utils optional 
silversearcher-ag_2.2.0+git20200805.orig.tar.gz
 f12e668bb47339bfbeeefae6c3f76c78 8056 utils optional 
silversearcher-ag_2.2.0+git20200805-1.debian.tar.xz
 b57feee573e114c7fc77fa0760c3d4d9 75160 debug optional 
silversearcher-ag-dbgsym_2.2.0+git20200805-1_amd64.deb
 d1aa613f2beb7f74d617c3ce773672b4 6235 utils optional 
silversearcher-ag_2.2.0+git20200805-1_amd64.buildinfo
 85410ba5c00b439c4b7405d4a24e942c 40996 utils optional 
silversearcher-ag_2.2.0+git20200805-1_amd64.deb

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

iQIzBAEBCgAdFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAl8sRiMACgkQXTKNCCqq
sUC5Lw/+LBY+Z4L7sRhcIDr1rhuUL1lTUI5gbtxFQlMSABv5LsdZ+juNsqNvzs/e
VuP7Jq0U7vMHt/oF0r5pOGKVOL+BsCtO1fifLCIKWqyrCs4azYmB3mpHkAFlpPd/
YhzP+aOhv+UMVD3IbtCdVnZzlDgbFbsagaEaNAin9VtGxTs+L38O2sCgdIp/TAzw
kCc3XQ7X7p9V+fS3aYOdGtwgtB/oXixQdZ1RESX1VMYjJkkQo1YNW9BrvrkAJPPe
eKIpQv6AngPqvSQoWVdoz4m4PnzdCAuSkI+BrMY3Pt2TNWEJFZVVZQDGIIoKZt2w
A3mSYy9hSQbPpBujZDKbfRvlgWBFwbVSeo2df5u8I6urlAXNOIADWY5VEfSOkS6N
jCVfBEyBlUrgyNkcOq3gGm6jXE+3uTes5gEckzB4bilzWNkhwwiGWOxceJBNs/SA
DSxxyzsdR+sOBm3nqQQ12jfJC4ocMujwv2dLNZIizn4vrSvGoZ/FKN++fVpZwVhj
0cGRszta65UcuyFeCu6Sl6A0TkLIi3W3bIcYYB51BifdxToR2o5Gp31Io31yYXgV
F9q/w8y7VwKZVb2WrktWKQ2N0ZxuY4sfQ3YK1BSIOZVqz//MVQvTgtODGMi/9AuV
O32vDdrpsnyz6BxSLf+Vl1JKuCaOVzh/g2fmCbT4fix3sE6LZcc=
=JSEq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to