Your message dated Sat, 08 Aug 2020 22:19:11 +0000
with message-id <e1k4xbh-0003ru...@fasolo.debian.org>
and subject line Bug#957841: fixed in squidguard 1.6.0-1.1
has caused the Debian Bug report #957841,
regarding squidguard: 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.)


-- 
957841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957841
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:squidguard
Version: 1.6.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/squidguard_1.6.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

[...]
sg.y:108.16-21: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  108 | %type <string> NUMBER
      |                ^~~~~~
sg.y:109.14-17: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  109 | %type <tval> TVAL
      |              ^~~~
sg.y:110.16-19: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  110 | %type <string> DVAL
      |                ^~~~
sg.y:111.16-23: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  111 | %type <string> DVALCRON
      |                ^~~~~~~~
sg.y:112.16-19: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  112 | %type <string> CHAR
      |                ^~~~
sg.y:113.16-20: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  113 | %type <string> SUBST 
      |                ^~~~~
sg.y:114.16-21: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  114 | %type <string> IPADDR
      |                ^~~~~~
sg.y:115.16-21: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  115 | %type <string> DBHOME LOGDIR
      |                ^~~~~~
sg.y:115.23-28: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  115 | %type <string> DBHOME LOGDIR
      |                       ^~~~~~
sg.y:116.16-19: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  116 | %type <string> CIDR
      |                ^~~~
sg.y:117.16-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
  117 | %type <string> IPCLASS
      |                ^~~~~~~
gcc -I.. -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include 
-DHAVE_CONFIG_H -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DLDAP_DEPRECATED 
-I/usr/include -I/usr/include -c y.tab.c
In file included from /usr/include/string.h:495,
                 from sg.h:27,
                 from sg.y:21:
In function ‘strncpy’,
    inlined from ‘is_blacklisted’ at sg.y:2589:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin___strncpy_chk’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sg.y: In function ‘is_blacklisted’:
sg.y:2581:7: note: length computed here
 2581 |   if (strlen(domain)+strlen(suffix)+1>MAX_BUF)
      |       ^~~~~~~~~~~~~~
gcc -I.. -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include 
-DHAVE_CONFIG_H -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DLDAP_DEPRECATED 
-I/usr/include -I/usr/include -c lex.yy.c
gcc -Wl,-z,relro -Wl,-z,now -L/usr/lib -L/usr/lib -o squidGuard main.o sgLog.o 
sgDb.o HTParse.o sgDiv.o sgFree.o y.tab.o lex.yy.o -lpthread  -lldap -L/usr/lib 
-ldb
/usr/bin/ld: sgLog.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: sgLog.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
/usr/bin/ld: sgDb.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: sgDb.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
/usr/bin/ld: sgDiv.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
/usr/bin/ld: sgDiv.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: sgFree.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: sgFree.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
/usr/bin/ld: y.tab.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
/usr/bin/ld: y.tab.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: lex.yy.o:(.bss+0x28): multiple definition of `yyin'; 
y.tab.o:./src/sg.y:38: first defined here
/usr/bin/ld: lex.yy.o:(.bss+0x20): multiple definition of `yyout'; 
y.tab.o:./src/sg.y:38: first defined here
/usr/bin/ld: lex.yy.o:./src/sg.h:340: multiple definition of `lineno'; 
main.o:./src/sg.h:340: first defined here
/usr/bin/ld: lex.yy.o:./src/sg.h:118: multiple definition of `progname'; 
main.o:./src/sg.h:118: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:50: squidGuard] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:34: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: squidguard
Source-Version: 1.6.0-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
squidguard, 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 squidguard 
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, 06 Aug 2020 22:42:00 +0100
Source: squidguard
Architecture: source
Version: 1.6.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Joachim Wiedorn <joodeb...@joonet.de>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957841
Changes:
 squidguard (1.6.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957841)
Checksums-Sha1:
 26b9a2b42bbd2f71372555b94095b4990e2f2ba4 1987 squidguard_1.6.0-1.1.dsc
 23374e8c2a3ff2f614f69a5c6b81d58bd1ab4a00 25432 
squidguard_1.6.0-1.1.debian.tar.xz
 da1511e8f3c84237b465f22bec046ff65acef85b 6440 
squidguard_1.6.0-1.1_amd64.buildinfo
Checksums-Sha256:
 bdb24d418c12da9a24bba65266acf844cb45fbffcf7654734e9dbea5fdd38a51 1987 
squidguard_1.6.0-1.1.dsc
 45ef5874631271d60ba47de9b4dd31093c7755924b73519882c59ab87c0ee841 25432 
squidguard_1.6.0-1.1.debian.tar.xz
 e4e4760a0d9d738c04b0ff1955213f1b0dc5bb61d336788eb6bf3ebe76249a54 6440 
squidguard_1.6.0-1.1_amd64.buildinfo
Files:
 1682469e55cc09cba9f650c7c3c795a0 1987 web optional squidguard_1.6.0-1.1.dsc
 80cdbd551c194a6abaf850daaa1053b3 25432 web optional 
squidguard_1.6.0-1.1.debian.tar.xz
 2e12ec7ab6b217e3a03d18b01c9e2c33 6440 web optional 
squidguard_1.6.0-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8sepwACgkQR5mjUUbR
KzXh3A/8DLJ89puU1YM0dGUj6rLMcCF2zR1uvz95o/GxBgf1d/O9gAhOGG6Uk0r7
ei0kvGKjLaJVSP1sD2Q+wP0M6NuI5QpS98RxaeE6+QT4inbFMUIXHOxTsRt9HdQg
QbtvH/rl/YqpaVMQPPBWNqDmhtM2DZlU6f0KQdfOZpmOd06PksvElcZcUlInCIsZ
zgm2btFdFyJkEuAiZFxML3BUnT9VMzr0aXspFp8PDHZJK4bZuxyFC9sP+GFQ/wDl
MvNfGA9umPNrG+nZ1A4/joJw79s4eZB3cnWPjVhYxvZj580GVYHLbLI2vC67oNg6
ER4nf1XrQh58BTF0icI553Da34XFNrtV3FcAvA2A+XX8NX281ooht2cs1fuVfffH
gYEEUz6gsTJhJYaqm8NDYzEhMeHhIVBwuHfPrQ3mgIA2L4uTtP0okvN7SWsgfvdi
kHs0w4FFKPMAyQeBSTv/hnRWyptnS9jao44tC5w8syvym+Lm90OumD0PSJdWrqVn
fFdUS3XT6S9PtNOs+F6ga4uD4OoUcOCd8fXMu0lgXuY2ddEvqI+wUUc4lr/1Mju1
ajfDxOhNXw6i+Ih6FVHTeXYtGyrnkSbUKF90E7Wib+OWKc7xbEHneEtRVt388x3E
zBoMMBsmLTmQbXJ7qUbuLzQLXrFOimYzHJVc4kYgX3YZCJQm2SA=
=AVjg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to