Your message dated Thu, 02 Aug 2018 21:07:33 +0000
with message-id <e1flkon-000i5w...@fasolo.debian.org>
and subject line Bug#897790: fixed in liboping 1.10.0-2.1
has caused the Debian Bug report #897790,
regarding liboping: ftbfs with GCC-8
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.)


-- 
897790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897790
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:liboping
Version: 1.10.0-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/liboping_1.10.0-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

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

[...]
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mans'
pod2man --section=3 --release=1.10.0 --center=liboping ping_iterator_get.pod 
>ping_iterator_get.3
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mans'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mans'
pod2man --section=3 --release=1.10.0 --center=liboping ping_send.pod 
>ping_send.3
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mans'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mans'
pod2man --section=3 --release=1.10.0 --center=liboping ping_get_error.pod 
>ping_get_error.3
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mans'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mans'
pod2man --section=3 --release=1.10.0 --center=liboping 
ping_iterator_get_context.pod >ping_iterator_get_context.3
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mans'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/mans'
pod2man --section=8 --release=1.10.0 --center=liboping oping.pod >oping.8
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/mans'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o oping.o oping.c
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o liboping_la-liboping.lo `test -f 'liboping.c' || 
echo './'`liboping.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c liboping.c  -fPIC 
-DPIC -o .libs/liboping_la-liboping.o
liboping.c: In function 'ping_host_add':
liboping.c:207:9: error: '%s' directive output may be truncated writing up to 
255 bytes into a region of size 243 [-Werror=format-truncation=]
    "%s: %s", function, message);
         ^~
liboping.c:1614:40:
    ping_set_error (obj, "getaddrinfo", errmsg);
                                        ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from liboping.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: 
'__builtin___snprintf_chk' output between 14 and 269 bytes into a destination 
of size 256
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[5]: *** [Makefile:594: liboping_la-liboping.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[5]: *** Waiting for unfinished jobs....
make[5]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I.   -DUSE_NCURSES=1 -D_GNU_SOURCE -D_DEFAULT_SOURCE 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o noping-oping.o `test -f 'oping.c' || echo 
'./'`oping.c
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:657: all-recursive] Error 1
make[3]: *** [Makefile:432: all] Error 2
make[2]: *** [Makefile:394: all-recursive] Error 1
dh_auto_build: make -j8 -Oline returned exit code 2
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: liboping
Source-Version: 1.10.0-2.1

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

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated liboping 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: Tue, 31 Jul 2018 22:15:09 +0200
Source: liboping
Binary: liboping-dev liboping0 oping libnet-oping-perl
Architecture: source amd64
Version: 1.10.0-2.1
Distribution: unstable
Urgency: high
Maintainer: Sebastian Harl <tok...@debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Description:
 libnet-oping-perl - module for ICMP latency measurement
 liboping-dev - C/C++ library to generate ICMP ECHO_REQUESTs (development files)
 liboping0  - C/C++ library to generate ICMP ECHO_REQUESTs
 oping      - sends ICMP_ECHO requests to network hosts
Closes: 897790
Changes:
 liboping (1.10.0-2.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Apply upstream patch to fix FTBFS with GCC 8. (Closes: #897790)
   * Create debian/clean with src/mans/*.[38] to be able to build twice in
     a row.
Checksums-Sha1:
 aa9857f5411f5cde83dc7138444b0ae0af30347a 2056 liboping_1.10.0-2.1.dsc
 016ca7ab60e269539bb76280744aa896978982cf 12708 
liboping_1.10.0-2.1.debian.tar.xz
 0e2b2bcacc63315b2be60fa7f88747506745a355 38052 
libnet-oping-perl-dbgsym_1.10.0-1.21-2.1_amd64.deb
 4b922143091b4e6cbfaf9dde7fb823617793184d 23888 
libnet-oping-perl_1.10.0-1.21-2.1_amd64.deb
 d7bb71001a155770955d60bc17d7f6bcaa625863 47192 
liboping-dev_1.10.0-2.1_amd64.deb
 ea1e4965bd4770b9c70ba1437963f4df5883b275 25648 
liboping0-dbgsym_1.10.0-2.1_amd64.deb
 3e6a078629b359bba0dbb4c8b8d2c80409563dec 19720 liboping0_1.10.0-2.1_amd64.deb
 a20077efb1f18d25ec569d0dc6303d0c24ceba28 7242 
liboping_1.10.0-2.1_amd64.buildinfo
 f55ea2d5e79048aa3d36b2a621477757b04504eb 46812 
oping-dbgsym_1.10.0-2.1_amd64.deb
 42fae4c8141a1f6336d0ee42a82eaf6176e406c2 37176 oping_1.10.0-2.1_amd64.deb
Checksums-Sha256:
 8fe96fdd9b4a15019411fd15c8184c067e95ae70c3e93b3dd65ab75949910d26 2056 
liboping_1.10.0-2.1.dsc
 af86717367a9f61b00c11a0f28ef9c34aa3cfcda8b4f5c2b20f13bda35a37788 12708 
liboping_1.10.0-2.1.debian.tar.xz
 7703623eb537749efff79015ad7d64ff5dcc1358bd9ce1c05ff12bffbf477720 38052 
libnet-oping-perl-dbgsym_1.10.0-1.21-2.1_amd64.deb
 31f7dfa46236d97840c2e7c219a87649cd7f8c97c424514e4f41b21ec0afc9da 23888 
libnet-oping-perl_1.10.0-1.21-2.1_amd64.deb
 07c397bafa9e952a8159cecbe0e712f949f0c9df660a77953cbb2b8dd75123b4 47192 
liboping-dev_1.10.0-2.1_amd64.deb
 48e7a81deb969fa3a2be826b085c44bdc64ef1ddf141e37f4711153fc9fce182 25648 
liboping0-dbgsym_1.10.0-2.1_amd64.deb
 cac735ca809a0c4089d1f648b7d624b850f35bf3da012b38f3d7e398bf944e03 19720 
liboping0_1.10.0-2.1_amd64.deb
 cfc9ebaf2e3829fdf3d1296849339f8bc8ec2a7e7786945b08f633826b612837 7242 
liboping_1.10.0-2.1_amd64.buildinfo
 8bb2f1e6349d8a9db36dc160f68120cf6adbbf207841267783a83cf18ddef82a 46812 
oping-dbgsym_1.10.0-2.1_amd64.deb
 d4f07dabe43f89c47613afe607e4664aa4539c2ef08d95d6d5c5b2c620bd58c0 37176 
oping_1.10.0-2.1_amd64.deb
Files:
 863ddb0d4514780406f9391969beb473 2056 libs optional liboping_1.10.0-2.1.dsc
 e3d2468a4d4c8afcb1e534f71cc0c65c 12708 libs optional 
liboping_1.10.0-2.1.debian.tar.xz
 0323d2b0d11fd3265a1d5ed797dc7e8b 38052 debug optional 
libnet-oping-perl-dbgsym_1.10.0-1.21-2.1_amd64.deb
 a3a4bdfd7bf7dc13eecc9f7772715fea 23888 perl optional 
libnet-oping-perl_1.10.0-1.21-2.1_amd64.deb
 fbf28e25244d2eb64ed1533fae1157e1 47192 libdevel optional 
liboping-dev_1.10.0-2.1_amd64.deb
 6160b15ced8184110053b2ec966d8a3d 25648 debug optional 
liboping0-dbgsym_1.10.0-2.1_amd64.deb
 03329f1691e64baa45f5a253f3346c08 19720 libs optional 
liboping0_1.10.0-2.1_amd64.deb
 7e3d010ddf2b12ca750c66153a64979a 7242 libs optional 
liboping_1.10.0-2.1_amd64.buildinfo
 71e4d0677c886a68a7086190cbbf3bad 46812 debug optional 
oping-dbgsym_1.10.0-2.1_amd64.deb
 f2f424a82fbda802161cea306fb945de 37176 net optional oping_1.10.0-2.1_amd64.deb

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

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAltgw5wACgkQa+Zjx1o1
yXWpOw//WBzFejWOiOjv8JKjtM8+PWE9v1rWklUT1AsAn3BvfdKjk2NHRiWc30UP
PI0GcTPS6UmYjTufV8faZ0qfDW56lEohpyyIry03WTBehMpP8wckj5eu1lUJqPTW
QNKP0VOrfyYiitOp6HFYnYRzx03YSlINYkAX+DkZTn2c0M3VsQHL8reCa9uHvfX5
LsY0ymNRV60EP0RomJ8TzJa3BXFHe8VDwezH+Yv1GS8bbRKpQSKtZuawfevmSe44
JrJTr+Da24r7Z5m9GhRCU2f6l2hthZal3+B0L2PJTbS9lkM8+YolUsPb0b2Y8ysv
4WXbpM3lmwZMDFBFbYUt1Lqe6jLVJiQpgpSm7073nMV/GWt5eBtfgm6+K/ViPyr5
PnRiCXIjNdL016f0oRXBwldt8HQYxyefzZ73AuEg875Bw5YuDxtVyHLvTX+Czp7L
hnxWVu6SRUI2CFFEg/X6Tn/D8AJ1zOtrDk/lEon6oGWYldRq+UGYfsrgBnkek46M
8BaKeLeaHmmHGGTI5iFr073Fv6F5krS9uR2R1SODLUbPC5FGhvVoMZBIPzYKrvg8
Xirml3xQnwPJny7brvXw1Z9jDNbO8hNTJPBZ8XX8PEAVrVXZYwNUBq4Lmkw5+HSt
AivCk02GEHypvdb7SsL7IGG9yVIz3hkXSZFSa+bvFlzzEtQP9a8=
=Gvsz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to