Your message dated Wed, 21 Oct 2020 02:40:06 +0000
with message-id <e1kv42o-000arn...@fasolo.debian.org>
and subject line Bug#958012: fixed in ziproxy 3.3.1-2.2
has caused the Debian Bug report #958012,
regarding ziproxy: 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.)


-- 
958012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ziproxy
Version: 3.3.1-2.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/ziproxy_3.3.1-2.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

[...]
image.c:2283:5: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o cfgfile.o cfgfile.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o preemptdns.o preemptdns.c
preemptdns.c: In function ‘preempt_dns_from_html’:
preemptdns.c:201:25: warning: ignoring return value of ‘daemon’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  201 |                         daemon (0, 0);
      |                         ^~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o netd.o netd.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o htmlopt.o htmlopt.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o qparser.o qparser.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o gzpipe.o gzpipe.c
gzpipe.c: In function ‘gzip_memory_stream’:
gzpipe.c:350:15: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  350 |  strm.next_in = source;
      |               ^
gzpipe.c: In function ‘gzip_stream_stream’:
gzpipe.c:101:5: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  101 |     fscanf (source, "%x", &pending_chunk_len);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gzpipe.c:114:5: warning: ignoring return value of ‘feof’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  114 |     feof (source);
      |     ^~~~~~~~~~~~~
gzpipe.c: In function ‘gunzip_stream_stream’:
gzpipe.c:233:5: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  233 |     fscanf (source, "%x", &pending_chunk_len);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gzpipe.c:246:5: warning: ignoring return value of ‘feof’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  246 |     feof (source);
      |     ^~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o fstring.o fstring.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o cdetect.o cdetect.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o urltables.o urltables.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o txtfiletools.o txtfiletools.c
txtfiletools.c: In function ‘load_textfile_to_memory’:
txtfiletools.c:88:4: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   88 |    fread (my_buff, my_filesize, 1, my_file);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o auth.o auth.c
auth.c: In function ‘auth_sasl_init’:
auth.c:163:45: warning: passing argument 2 of ‘sasl_set_path’ discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
  163 |   if (sasl_set_path (SASL_PATH_TYPE_CONFIG, local_AuthSASLConfPath) != 
SASL_OK)
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
In file included from auth.c:35:
/usr/include/sasl/sasl.h:677:54: note: expected ‘char *’ but argument is of 
type ‘const char *’
  677 | LIBSASL_API int sasl_set_path (int path_type, char * path);
      |                                               ~~~~~~~^~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strtables.o strtables.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o simplelist.o simplelist.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o tosmarking.o tosmarking.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o cttables.o cttables.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o misc.o misc.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o session.o session.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -o ziproxy ziproxy.o 
http.o log.o text.o image.o cfgfile.o preemptdns.o netd.o htmlopt.o qparser.o 
gzpipe.o fstring.o cdetect.o urltables.o txtfiletools.o auth.o strtables.o 
simplelist.o tosmarking.o cttables.o misc.o session.o  -lpthread -lpng -ljpeg 
-lgif -lm -lz   -lsasl2
/usr/bin/ld: tosmarking.o:./src/tosmarking.c:39: multiple definition of 
`TOSFlagsDefault'; cfgfile.o:(.bss+0xa4): first defined here
/usr/bin/ld: tosmarking.o:./src/tosmarking.c:40: multiple definition of 
`TOSFlagsDiff'; cfgfile.o:(.bss+0xa0): first defined here
/usr/bin/ld: tosmarking.o:./src/tosmarking.c:41: multiple definition of 
`tos_markasdiff_url'; cfgfile.o:(.bss+0x38): first defined here
/usr/bin/ld: tosmarking.o:./src/tosmarking.c:42: multiple definition of 
`tos_maskasdiff_ct'; cfgfile.o:(.bss+0x30): first defined here
/usr/bin/ld: tosmarking.o:./src/tosmarking.c:43: multiple definition of 
`TOSMarkAsDiffSizeBT'; cfgfile.o:(.bss+0x8c): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:439: ziproxy] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:498: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:346: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:338: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ziproxy
Source-Version: 3.3.1-2.2
Done: Michael Hudson-Doyle <mwhud...@debian.org>

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

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhud...@debian.org> (supplier of updated ziproxy 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: SHA256

Format: 1.8
Date: Tue, 06 Oct 2020 13:54:59 +1300
Source: ziproxy
Architecture: source
Version: 3.3.1-2.2
Distribution: unstable
Urgency: medium
Maintainer: Marcos Talau <ta...@users.sourceforge.net>
Changed-By: Michael Hudson-Doyle <mwhud...@debian.org>
Closes: 958012
Changes:
 ziproxy (3.3.1-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 10. (Closes: 958012)
Checksums-Sha1:
 784fc5c9f1a1df545ca677050388cee1f87f7412 1918 ziproxy_3.3.1-2.2.dsc
 0fedb90dcfc8fd80efc0e96c42a64e8733d83683 7628 ziproxy_3.3.1-2.2.debian.tar.xz
 7c9ff61badf16b010a1d4ce617bfff5795762811 6485 
ziproxy_3.3.1-2.2_source.buildinfo
Checksums-Sha256:
 10ebcff30a719f5f13ffebadfa4bca62cc1102e9078162d89413a1d8be7a2de2 1918 
ziproxy_3.3.1-2.2.dsc
 3ff263920afe3387f4eed93400ef8b0ac4bcd542e8ecc5e3faeabb9c7b95f107 7628 
ziproxy_3.3.1-2.2.debian.tar.xz
 7525fe44bc7447b1747635e66dd3cd5359996100a8291f0a2389ca715d479696 6485 
ziproxy_3.3.1-2.2_source.buildinfo
Files:
 61c8c2f271b51d1ed53a417968ef93ac 1918 net extra ziproxy_3.3.1-2.2.dsc
 d38c2fdaa6054f69de88ddf2a996c010 7628 net extra ziproxy_3.3.1-2.2.debian.tar.xz
 44e2c70d6096520b8dfe92365238d006 6485 net extra 
ziproxy_3.3.1-2.2_source.buildinfo

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

iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAl97wM4ACgkQEd9ClMyj
mJOo5hAAuDvVYGJgoXBXluDyaftywdDuVoGBnHHYMkUrlWJRjS8F1DqAPdn308Ao
v1oZjVC2GgOpeWqGQKLkjVUr+H4XlCf1w1LH2orau8RHu1pDsfZxcIL+cKNkXKSW
abKdSiz/UbNw+NaorL/CSi2vwc2sA/sukbxLhqX8zEACUON0OSxrUGfiFHjwQ39S
8lFpmSBhVvNTojE0RFT4JGeT+HvWRI6H5yf+oahCb17Bya2NkDc6ld/W9my06uBD
Oeb+MMZ3z+wwRCyg6jqbQR2tsCKYxRZQNQjEQs1/zUR0VGFp7Oi1SuemOyqJxWkm
EiIOdHJnWo+WE2YTZxiiVoaLTLCwkz0wfeC8vNz3fA7283nMnBwPyyuAC6upY0D8
n04TQXLClR/2FL7gPtlFl9dUCydhuxEpGVDp7GnIALlrQc3P+8H2fOGeSLToUmLJ
+4N2DjYcv2zuPomM4B9HQCW8/N35pe6+afP52JkSFMwmw8FqoJHJVE7U5XsaAgu8
NVjW9hNM9mnZ24oLjQe9W1HC/MaOyfm1YAd6Kerc3jJY1D/l2x9Hb0vWkfDznr0I
4cO5+UAirR+TdvPMsB8tF/lgQohfv3BdRf5yXXe8cKSrF6Xv5IoJOaEtLPbeMVDY
QW35Ltc32YVZvzwGVSyYifw7CKExzKE16D6m3/9dPVH5q6JDqYI=
=fdDh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to