Your message dated Thu, 19 Nov 2020 19:20:01 +0000
with message-id <[email protected]>
and subject line Bug#957128: fixed in desproxy 0.1.0~pre3-10.1
has caused the Debian Bug report #957128,
regarding desproxy: 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 [email protected]
immediately.)


-- 
957128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:desproxy
Version: 0.1.0~pre3-10
Severity: normal
Tags: sid bullseye
User: [email protected]
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/desproxy_0.1.0~pre3-10_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

[...]
checking for memset... yes
checking for select... yes
checking for setlocale... yes
checking for socket... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make CC="cc -Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -Wl,-z,relro -Wl,-z,now -Wl,--as-needed"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -DHAVE_CONFIG_H 
-DLOCALEDIR=\"/usr/share/locale\" -c desproxy.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -DHAVE_CONFIG_H 
-DLOCALEDIR=\"/usr/share/locale\" -c util.c
util.c: In function ‘get_console_line’:
util.c:82:3: warning: ignoring return value of ‘fgets’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   82 |   fgets (console_line, 256, stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function ‘strnsend’:
util.c:216:3: warning: ignoring return value of ‘write’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  216 |   write (fd, string, len);
      |   ^~~~~~~~~~~~~~~~~~~~~~~
util.c: In function ‘wait_for_crlf’:
util.c:284:7: warning: ignoring return value of ‘read’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  284 |       read (fd, &buffer[count], 1);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function ‘connect_host_to_proxy’:
util.c:439:2: warning: ignoring return value of ‘write’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  439 |  write (1, buffer, count);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed  util.o desproxy.o -o desproxy
/usr/bin/ld: desproxy.o:./src/desproxy.h:74: multiple definition of 
`client_socket'; util.o:./src/desproxy.h:74: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:87: multiple definition of `buffer'; 
util.o:./src/desproxy.h:87: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:75: multiple definition of 
`proxy_socket'; util.o:./src/desproxy.h:75: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:78: multiple definition of 
`proxy_host'; util.o:./src/desproxy.h:78: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:79: multiple definition of 
`proxy_port'; util.o:./src/desproxy.h:79: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:81: multiple definition of 
`local_port'; util.o:./src/desproxy.h:81: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:88: multiple definition of 
`client_socket_is_free'; util.o:./src/desproxy.h:88: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:101: multiple definition of 
`client_length'; util.o:./src/desproxy.h:101: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:95: multiple definition of `client'; 
util.o:./src/desproxy.h:95: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:73: multiple definition of `maxfd'; 
util.o:./src/desproxy.h:73: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:90: multiple definition of `mask'; 
util.o:./src/desproxy.h:90: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:76: multiple definition of 
`connection_status'; util.o:./src/desproxy.h:76: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:90: multiple definition of `rmask'; 
util.o:./src/desproxy.h:90: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:104: multiple definition of 
`remote_length'; util.o:./src/desproxy.h:104: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:103: multiple definition of 
`proxy_length'; util.o:./src/desproxy.h:103: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:102: multiple definition of 
`server_length'; util.o:./src/desproxy.h:102: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:99: multiple definition of `old_tty'; 
util.o:./src/desproxy.h:99: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:97: multiple definition of `remote'; 
util.o:./src/desproxy.h:97: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:94: multiple definition of `server'; 
util.o:./src/desproxy.h:94: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:93: multiple definition of 
`proxy_hostent'; util.o:./src/desproxy.h:93: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:92: multiple definition of `proxy'; 
util.o:./src/desproxy.h:92: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:86: multiple definition of `string'; 
util.o:./src/desproxy.h:86: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:85: multiple definition of 
`HTTP_return_code'; util.o:./src/desproxy.h:85: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:84: multiple definition of 
`console_line'; util.o:./src/desproxy.h:84: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:83: multiple definition of `password'; 
util.o:./src/desproxy.h:83: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:83: multiple definition of `username'; 
util.o:./src/desproxy.h:83: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:80: multiple definition of 
`dns_server'; util.o:./src/desproxy.h:80: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:73: multiple definition of `fd'; 
util.o:./src/desproxy.h:73: first defined here
/usr/bin/ld: desproxy.o:./src/desproxy.h:73: multiple definition of `status'; 
util.o:./src/desproxy.h:73: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:32: desproxy] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:16: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:26: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: desproxy
Source-Version: 0.1.0~pre3-10.1
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
desproxy, 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.
Sudip Mukherjee <[email protected]> (supplier of updated desproxy 
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: Tue, 17 Nov 2020 18:29:28 +0000
Source: desproxy
Architecture: source
Version: 0.1.0~pre3-10.1
Distribution: unstable
Urgency: medium
Maintainer: Jari Aalto <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957128
Changes:
 desproxy (0.1.0~pre3-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957128)
Checksums-Sha1:
 634545a8d1fffc968643cc8a160c0d39feefad2a 1981 desproxy_0.1.0~pre3-10.1.dsc
 eb91a1d5fa106c1b75dd826a39eca48646d33e0e 10040 
desproxy_0.1.0~pre3-10.1.debian.tar.xz
 a7c398e8b3e4b38397aac8693aaa358624daf978 6234 
desproxy_0.1.0~pre3-10.1_amd64.buildinfo
Checksums-Sha256:
 8b080d4b33311b24fcc127447df6ae56f5e8d9f6dd349b3af9ad0eaa52b18b3f 1981 
desproxy_0.1.0~pre3-10.1.dsc
 111d02638fb01fa8a031ce6acd140823753e2f7c29a9e9d0d238999da6004110 10040 
desproxy_0.1.0~pre3-10.1.debian.tar.xz
 7af1e3cf60fba67c72abfca50b9b08962c0e38c6b93969806445f45b07bf6117 6234 
desproxy_0.1.0~pre3-10.1_amd64.buildinfo
Files:
 df47731cd1547c08b9f7d0cdba5595ca 1981 net optional desproxy_0.1.0~pre3-10.1.dsc
 e48f8eb6c61946cae00528c89528682d 10040 net optional 
desproxy_0.1.0~pre3-10.1.debian.tar.xz
 4351101bc1f6a53b11b7e5470c10915e 6234 net optional 
desproxy_0.1.0~pre3-10.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+0F0YACgkQR5mjUUbR
KzUTkhAAiLAWhNm6dpEb9ti+pA9cVspgLA27X2bPwV3blwiczi0nRlP7Z4Xg2QR7
suNKSrTkWxsbJS1z6r2IkDAAyQv6pYsoP/G0qocOIenb8AhW+ZUejSFk7stSSLaq
TJugYIfS/ZcFV8oTdmrafb/9BT1Xa5cZqVirWx9tw8meAlR6U83v302gQcrefYiY
pUHYLA9FRyf9c+K17HdaS21/vXpQqg59tMZapYPburOKyDIIqv6NVDazdxp+fZgO
hkg99DHv5RjZHk1HuwSC4l5MlB775WpC7yHgUY07mxLSCTv3571tkAjGzs1eFtIZ
dzGrOckc+orMau6RXmYcnxgt0KZkwkBHK2XhdzzNwo0AQ+yqIHz9r7XLOZvqh4Wq
mcnuooSqb2PH9v3WErZXKny6gb7FqDlcFJmdagRqpLY9slea0pemzqKv0yR/oPgK
cbGmILLUCED/1lnWDIQbT1r/J/H1J8QQWcwFFAd+DUfG/AteSe8rGaj8zfQ8EPGt
mI4tsMg3hEvV4jTv9FoAfwnXw0iG4DqdqkzzuBbunOre7tnjhn3RhGFbxnzl+Hom
hsW+68HjvmE4F3ANRUSDhdpu8aAwwhRpcg1UgsZiQO5BHRByb6WJCWLdi3ilIyHb
BMHNQmYKSOxNs8s0P36ciI0XN44+km9foXaUJyyjPJ+6UkLWB28=
=ObCJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to