Your message dated Tue, 08 Sep 2020 19:50:09 +0000
with message-id <e1kfjd3-0006vt...@fasolo.debian.org>
and subject line Bug#957920: fixed in vpcs 0.5b2-2.2
has caused the Debian Bug report #957920,
regarding vpcs: 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.)


-- 
957920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957920
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vpcs
Version: 0.5b2-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/vpcs_0.5b2-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

[...]
command6.c: In function ‘ip6Info’:
command6.c:752:20: warning: ‘%s’ directive writing up to 46 bytes into a region 
of size 44 [-Wformat-overflow=]
  752 |   sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr);
      |                    ^~      ~~~
In file included from /usr/include/stdio.h:867,
                 from command6.c:28:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 6 and 62 bytes into a destination of 
size 47
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c 
packets6.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c ip.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c tcp.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c inet6.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c dns.c
dns.c: In function ‘hostresolv’:
dns.c:64:41: warning: ‘__builtin___snprintf_chk’ output may be truncated before 
the last format character [-Wformat-truncation=]
   64 |    snprintf(dname, sizeof(dname), "%s.%s", name, pc->ip4.dhcp.domain);
      |                                         ^
In file included from /usr/include/stdio.h:867,
                 from dns.c:27:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 65) into a 
destination of size 64
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dns.c:62:41: warning: ‘__builtin___snprintf_chk’ output may be truncated before 
the last format character [-Wformat-truncation=]
   62 |    snprintf(dname, sizeof(dname), "%s.%s", name, pc->ip4.domain);
      |                                         ^
In file included from /usr/include/stdio.h:867,
                 from dns.c:27:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 65) into a 
destination of size 64
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c 
remote.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c help.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c dump.c
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c relay.c
relay.c: In function ‘run_relay’:
relay.c:64:3: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
   64 |   if (port > 1024 && port < 65534)
      |   ^~
relay.c:66:4: note: ...this statement, but the latter is misleadingly indented 
as if it were guarded by the ‘if’
   66 |    if (relay_fd) {
      |    ^~
gcc  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing -c hv.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DLinux -Wall -DTAP -DHV -Wno-strict-aliasing vpcs.o 
daemon.o readline.o packets.o utils.o queue.o command.o dev.o dhcp.o command6.o 
packets6.o ip.o tcp.o inet6.o dns.o remote.o help.o dump.o relay.o hv.o -o vpcs 
-Wl,-z,relro -Wl,-z,now -lpthread -lutil -s 
/usr/bin/ld: packets.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: command.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: dev.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: dhcp.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: command6.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: packets6.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: tcp.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: dns.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: dump.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
/usr/bin/ld: relay.o:./src/vpcs.h:117: multiple definition of `vpc'; 
vpcs.o:./src/vpcs.h:117: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile.linux:33: vpcs] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:20: vpcs] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:22: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: vpcs
Source-Version: 0.5b2-2.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
vpcs, 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 vpcs 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: Sun, 06 Sep 2020 20:00:57 +0100
Source: vpcs
Architecture: source
Version: 0.5b2-2.2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Lintott <dan...@serverb.co.uk>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957920
Changes:
 vpcs (0.5b2-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957920)
Checksums-Sha1:
 3a4d17191abff176522a9e64303217a4ab1032b4 1776 vpcs_0.5b2-2.2.dsc
 439efb4e8dd6e88a59dfabf4a2e9b21ff4d6c84a 4608 vpcs_0.5b2-2.2.debian.tar.xz
 674f542603e9fad5c6f8f1f36d4fb56fa97ad8b7 5365 vpcs_0.5b2-2.2_amd64.buildinfo
Checksums-Sha256:
 f0799e5e43f5ebfe7b2634177f03aa5a12c88f01a671c7091846ac592d59c53a 1776 
vpcs_0.5b2-2.2.dsc
 7647ae2340e7e1466b82d3dc0699bb7d9c0da53c61094acb01bb4e8b7e51e57c 4608 
vpcs_0.5b2-2.2.debian.tar.xz
 6039406c81208ee5fad9c1bd99cf2516b119276224f86a2a5de1b9e042bf052e 5365 
vpcs_0.5b2-2.2_amd64.buildinfo
Files:
 d46b5959eacc3df33a87cb9cbbc2408e 1776 net optional vpcs_0.5b2-2.2.dsc
 52466bcbeb91ab94c127b1e4f7459e1b 4608 net optional vpcs_0.5b2-2.2.debian.tar.xz
 ea771e0ea1b825e27b1458ee5b01e9c0 5365 net optional 
vpcs_0.5b2-2.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9VM54ACgkQR5mjUUbR
KzU8/w/+IFyjiXNMNx80Ov2j1QASwKZv/xuEw28XbTefQI07d3S8SrSvrKgF82Ke
3YIxschN0PioK35rrgFzPPRj1swEzP5kTRgNpwhTTMBRkAaWypnWteCNJdHWV0O/
ityC+YoDOb7AcEusVagf9vclF8cD6H2D4ac2Gn9zpBkJsRJVF7YzQ3QZZ74EIngn
9pGPQBWI/QuBsHo5dHNP3u9uMSKxJropezf6vH3Yado1zOyYGBfDb2Rwe/Xkf8GF
FyV+h6FoKOM0JIXLFykZ1gefUDistESbrcukNTUCkq04JJrhJVH66mh7VT4NaKMm
L3G12rkaPtuJYoxfh+GrU8LZj+6a0VNXTeiGpAblZZeC4qymzcjqPDZY7138DuXu
XqfrQpWFCjFTuLIJwj7GSL5kLJkqpF2GwcAsTAUoC3l2PnIE7QTA+0WI1uW+UTY1
0+0CEKSM22msrr0zQIS6aC5BvvpuHMuncp3WsK15CYrOogYx4wigLrEK7XVqIrwE
WMdJsSZtflBDR9oEEpOc442FznU3V2gU0Qk3/GWkyDUBKeTMP6bP7lPL2m2l61fY
1aKLDQ5mlYpeZLqFnzoULqvFQze2VyQ7mK0hInZ9rfRZ26aGyBjJxX7W8kFSvXDH
kyqYYD0Gm9wBZEZK/LqaLUry1kScxq1uaCNU/iLHZKSkp/2IlzM=
=Jljg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to