Your message dated Wed, 22 Aug 2018 14:51:07 +0000
with message-id <e1fsutt-000blq...@fasolo.debian.org>
and subject line Bug#897873: fixed in sympathy 1.2.1+woking+cvs+git20171124-1
has caused the Debian Bug report #897873,
regarding sympathy: 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.)


-- 
897873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sympathy
Version: 1.2.1+woking+cvs+git20171124
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/sympathy_1.2.1+woking+cvs+git20171124_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

[...]
config.status: creating src/sympathy.h.head
config.status: creating test/Makefile
config.status: creating apps/Makefile
config.status: creating libsympathy-config.src
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124'
   dh_auto_build -a
        make -j1
make[1]: Entering directory 
'/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124'
Making all in src
make[2]: Entering directory 
'/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124/src'
cat sympathy.h.head crt.h utf8.h tty.h ansi.h vt102.h keys.h history.h ring.h 
slide.h log.h ipc.h symsocket.h keydis.h cmd.h lockfile.h rx.h context.h 
vt102_charset.h prototypes.h sympathy.h.tail > sympathy.h || /bin/rm -f 
sympathy.h
make  all-am
make[3]: Entering directory 
'/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124/src'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-ansi.o `test -f 'ansi.c' || echo './'`ansi.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-crt.o `test -f 'crt.c' || echo './'`crt.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-html.o `test -f 'html.c' || echo './'`html.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-libsympathy.o `test -f 'libsympathy.c' || echo './'`libsympathy.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-render.o `test -f 'render.c' || echo './'`render.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-version.o `test -f 'version.c' || echo './'`version.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Werror -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libsympathy_a-vt102.o `test -f 'vt102.c' || echo './'`vt102.c
vt102.c: In function 'vt102_parse_esc':
vt102.c:1268:38: error: '%d' directive writing between 1 and 11 bytes into a 
region of size between 2 and 12 [-Werror=format-overflow=]
           i = sprintf (buf, "\033[%d;%dR", v->pos.y + 1, v->pos.x + 1);
                                      ^~
vt102.c:1268:29: note: directive argument in the range [-2147483647, 2147483647]
           i = sprintf (buf, "\033[%d;%dR", v->pos.y + 1, v->pos.x + 1);
                             ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from project.h:68,
                 from vt102.c:312:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
'__builtin___sprintf_chk' output between 7 and 27 bytes into a destination of 
size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:792: libsympathy_a-vt102.o] Error 1
make[3]: Leaving directory 
'/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124/src'
make[2]: *** [Makefile:500: all] Error 2
make[2]: Leaving directory 
'/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124/src'
make[1]: *** [Makefile:554: all-recursive] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/sympathy-1.2.1+woking+cvs+git20171124'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: sympathy
Source-Version: 1.2.1+woking+cvs+git20171124-1

We believe that the bug you reported is fixed in the latest version of
sympathy, 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.
Ian Jackson <ijack...@chiark.greenend.org.uk> (supplier of updated sympathy 
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: Wed, 22 Aug 2018 15:26:29 +0100
Source: sympathy
Binary: sympathy
Architecture: source
Version: 1.2.1+woking+cvs+git20171124-1
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <ian.jack...@eu.citrix.com>
Changed-By: Ian Jackson <ijack...@chiark.greenend.org.uk>
Description:
 sympathy   - serial port concentrator system - server/client program
Closes: 897873
Changes:
 sympathy (1.2.1+woking+cvs+git20171124-1) unstable; urgency=medium
 .
   * Fix overly zealous gcc-8 warning about integer overflow.
     Closes:#897873.
   * Document the -B option.
   * Do not send "\e[21m" when turning off bold.  It enables underline!
Checksums-Sha1:
 baecfd4efe26884c8035ec3b2398f26b5436aa91 1365 
sympathy_1.2.1+woking+cvs+git20171124-1.dsc
 6fd19279420ced8524323475191d49549d3d7576 285624 
sympathy_1.2.1+woking+cvs+git20171124-1.tar.gz
Checksums-Sha256:
 fbd0839c57442fe4821c9d167c0d19f14dc322b7c6632ec0b4d7a4d9b9a2f65a 1365 
sympathy_1.2.1+woking+cvs+git20171124-1.dsc
 8fe88bda263f415a65d28248e52e0133a87d66e7746b13b020a8d679e01d548c 285624 
sympathy_1.2.1+woking+cvs+git20171124-1.tar.gz
Files:
 93bee72c6d2359cfde35d6d91f026921 1365 comm optional 
sympathy_1.2.1+woking+cvs+git20171124-1.dsc
 99e36b986cb954ea627a2fb63e092d7d 285624 comm optional 
sympathy_1.2.1+woking+cvs+git20171124-1.tar.gz

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

iQEzBAEBCAAdFiEEVZrkbC1rbTJl58uh4+M5I0i1DTkFAlt9cv4ACgkQ4+M5I0i1
DTlIuggAgn6ARdZDoa88ElNt3SCxNEQQuDC0Y42T019b9tXgj/8u3OSRgxoZbb6C
dQGeKZIGNCzmuNhgSO/bs2U/xmKDayJukK9fKEH+Xs9x7JVJtKHylv40oxCoAnl+
Nr6NjADGzFfAHrh3Wa9Af3jfYlHpa0SIiEQOvfznomjpYjuW3rTKRr0il8BPq+Kt
CgNxKd3OB7ETT7LikW5A47peUYM+S+ldkd3qa7biRhkw1+k8/c8vgMoWjtnHSK9p
EZaSik2znrW8XCS/5ffV6Nkzcp9T7iwZJewwPgdjobZX9XjZctJNT43hMjRAZKCI
tFNF/1J2JrXCVS44AZ+8ukf4I57JYg==
=OoBS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to