Your message dated Tue, 27 Aug 2019 08:56:48 +0000
with message-id <e1i2xhu-000hax...@fasolo.debian.org>
and subject line Bug#925850: fixed in vdetelweb 1.2.1-3
has caused the Debian Bug report #925850,
regarding vdetelweb: ftbfs with GCC-9
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.)


-- 
925850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vdetelweb
Version: 1.2.1-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/vdetelweb_1.2.1-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
  316 |  write(vdefd,"help\n",5);
      |  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
                 from web.c:45:
In function 'strncpy',
    inlined from 'postdata_parse' at web.c:401:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
'__builtin_strncpy' specified bound 1024 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'postdata_parse' at web.c:415:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: 
'__builtin___strncat_chk' specified bound 1024 equals destination size 
[-Wstringop-truncation]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'postdata_parse' at web.c:385:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
'__builtin_strncpy' specified bound 1024 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'postdata_parse' at web.c:389:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: 
'__builtin___strncat_chk' specified bound 1024 equals destination size 
[-Wstringop-truncation]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'postdata_parse' at web.c:387:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: 
'__builtin___strncat_chk' specified bound 1024 equals destination size 
[-Wstringop-overflow=]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'postdata_parse' at web.c:389:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: 
'__builtin___strncat_chk' specified bound 1024 equals destination size 
[-Wstringop-overflow=]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'postdata_parse' at web.c:415:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: 
'__builtin___strncat_chk' specified bound 1024 equals destination size 
[-Wstringop-overflow=]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o vdetelweb-telnet.o `test -f 'telnet.c' || echo 
'./'`telnet.c
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -llwipv6 -lvdehist -Wl,-z,relro -o vdetelweb 
vdetelweb-vdetelweb.o vdetelweb-web.o vdetelweb-telnet.o  -lmhash -llwipv6 
/usr/bin/ld: vdetelweb-telnet.o: in function `telnetdata':
./telnet.c:53: undefined reference to `vdehist_term_to_mgmt'
/usr/bin/ld: ./telnet.c:54: undefined reference to `vdehist_gettermfd'
/usr/bin/ld: ./telnet.c:55: undefined reference to `vdehist_getmgmtfd'
/usr/bin/ld: vdetelweb-telnet.o: in function `telnet_logincmd':
./telnet.c:75: undefined reference to `vdehist_getstatus'
/usr/bin/ld: ./telnet.c:76: undefined reference to `vdehist_gettermfd'
/usr/bin/ld: ./telnet.c:104: undefined reference to `vdehist_setstatus'
/usr/bin/ld: ./telnet.c:85: undefined reference to `vdehist_setstatus'
/usr/bin/ld: ./telnet.c:95: undefined reference to `vdehist_setstatus'
/usr/bin/ld: ./telnet.c:107: undefined reference to `vdehist_setmgmtfd'
/usr/bin/ld: vdetelweb-telnet.o: in function `telnetaccept':
./telnet.c:138: undefined reference to `vdehist_new'
/usr/bin/ld: vdetelweb-telnet.o: in function `telnet_init':
./telnet.c:147: undefined reference to `vdehist_termread'
/usr/bin/ld: ./telnet.c:148: undefined reference to `vdehist_termwrite'
/usr/bin/ld: ./telnet.c:149: undefined reference to `vdehist_logincmd'
/usr/bin/ld: vdetelweb-telnet.o: in function `telnetdata':
./telnet.c:62: undefined reference to `vdehist_free'
/usr/bin/ld: ./telnet.c:62: undefined reference to `vdehist_free'
/usr/bin/ld: vdetelweb-telnet.o: in function `telnet_vdedata':
./telnet.c:69: undefined reference to `vdehist_mgmt_to_term'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:296: vdetelweb] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:202: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: vdetelweb
Source-Version: 1.2.1-3

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

Debian distribution maintenance software
pp.
Renzo Davoli <re...@cs.unibo.it> (supplier of updated vdetelweb 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: Thu, 22 Aug 2019 12:16:18 +0200
Source: vdetelweb
Architecture: source
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VSquare Team <virtualsqu...@cs.unibo.it>
Changed-By: Renzo Davoli <re...@cs.unibo.it>
Closes: 925850
Changes:
 vdetelweb (1.2.1-3) unstable; urgency=medium
 .
   * fix ftbfs with gcc 9 (ld args sorting) (Closes: #925850)
Checksums-Sha1:
 bce438938ba0916d2ec7af7c7542b924fab95e70 1933 vdetelweb_1.2.1-3.dsc
 808883c33391a60d43c16e4be4d809fdfc300b46 13936 vdetelweb_1.2.1-3.diff.gz
 51be0bcab3a36623c5ae661b93572dfc5c216e00 6154 vdetelweb_1.2.1-3_amd64.buildinfo
Checksums-Sha256:
 b2caeca323f3c7edd09e6003961604d40bc4e22846aa0c4d300e73b1ab93d405 1933 
vdetelweb_1.2.1-3.dsc
 40047c2aaf0a468b66be08e362f84b0911d508b343f725664eeacebefa83b0a7 13936 
vdetelweb_1.2.1-3.diff.gz
 1c78e55805caf4d84758fd637e7da2194c5ae7e433c4c3e3a62c639a588c4494 6154 
vdetelweb_1.2.1-3_amd64.buildinfo
Files:
 583cccff9e872468b254da9e2e62a6d2 1933 net optional vdetelweb_1.2.1-3.dsc
 ec87152437a94066cee597c2fb7a5ff4 13936 net optional vdetelweb_1.2.1-3.diff.gz
 eb1df1115df4fdff95f41e6ce7b8852e 6154 net optional 
vdetelweb_1.2.1-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEESpRSzEXGrZapQW7YaWZyoGTcEJQFAl1k5U8ACgkQaWZyoGTc
EJRZUhAAt7y/GJwUrH4/l8DnTP/NoV919Cj2lWCR5d5FBK/0FJszzMTcL7ogJSKW
JOrzqxIfWhKa9mYjqn7XuKm+XPaLTPSw5Arz8N+Syi7YucHATaKvLE+0q8Xz0Dcz
ksezvPx1yOMYqcmufnFh3+ZMrk0oTLy65iB5Dzh/qDiZPGiH1JxvqY+EyJJydD4b
1fHniaxDLo91lybAdSqTY1Kxd66q+VTHzgtxqyx6qs4FV/SVUH8Pt99rZc6whGm4
2ohb8NYJvUilzhy7brVcHZtGlp8EnQ2uNBguJxVSxCUOGQ/RjJfL0lMWjPPNY1DX
TTPv2rwZJWnuCdVn6r4C69sBmW4oRtUYMiUW1C6osH3a7v8T8SWNtRuRN0kbh6ka
0a0RKqUhxo4KV6mCitsbv2mwiVePo6VsvIZ8Mlt+Rjei4PHD66iIVDMPmTQZWc7a
2MPPac3G0kFNE1eQ4X/r+DjA+Ij4U472uJvyHjdOWNtdjwKWGX50aOHPCvJ98RGt
l6diB68pHmjyF39Tb13dkBX0DqNCWtY2aJcVby3cnuh03JoPTmaPnyBKA3LNRTHN
qX4RPuQV+LHM7qyAxOH5aEhSwzta28RdjHzMSO5bDmJ7tV1u6NAsFHxHOvhpuJUA
if6zmWkaorrpo8wdnfVLzAAOJNr63EGIENsjxuQgvuWSc1+BCQI=
=vCga
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to