Your message dated Fri, 05 Jun 2020 17:05:18 +0000
with message-id <e1jhfmq-000enw...@fasolo.debian.org>
and subject line Bug#957939: fixed in wmbubble 1.53-3
has caused the Debian Bug report #957939,
regarding wmbubble: 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.)


-- 
957939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:wmbubble
Version: 1.53-2
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/wmbubble_1.53-2_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

[...]
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sh: 1: git: not found
rm -f wmbubble *.o *.bb* *.gcov gmon.* *.da *~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sh: 1: git: not found
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -ansi -Wall -O3 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o bubblemon.o bubblemon.c
In file included from /usr/include/string.h:495,
                 from bubblemon.c:56:
In function ‘strncpy’,
    inlined from ‘print_usage’ at bubblemon.c:328:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 32 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bubblemon.c: In function ‘render_secondary’:
bubblemon.c:1031:24: warning: ‘%6lu’ directive output may be truncated writing 
between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=]
 1031 |    snprintf(number, 8, "%6"PRIu64"M", bm.mem_used >> 20);
      |                        ^~~~
bubblemon.c:1031:25: note: format string is defined here
 1031 |    snprintf(number, 8, "%6"PRIu64"M", bm.mem_used >> 20);
bubblemon.c:1031:24: note: directive argument in the range [0, 17592186044415]
 1031 |    snprintf(number, 8, "%6"PRIu64"M", bm.mem_used >> 20);
      |                        ^~~~
In file included from /usr/include/stdio.h:867,
                 from bubblemon.c:50:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 8 and 16 bytes into a destination of 
size 8
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bubblemon.c:1040:24: warning: ‘%6lu’ directive output may be truncated writing 
between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=]
 1040 |    snprintf(number, 8, "%6"PRIu64"M", bm.swap_used >> 20);
      |                        ^~~~
bubblemon.c:1040:25: note: format string is defined here
 1040 |    snprintf(number, 8, "%6"PRIu64"M", bm.swap_used >> 20);
bubblemon.c:1040:24: note: directive argument in the range [0, 17592186044415]
 1040 |    snprintf(number, 8, "%6"PRIu64"M", bm.swap_used >> 20);
      |                        ^~~~
In file included from /usr/include/stdio.h:867,
                 from bubblemon.c:50:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 8 and 16 bytes into a destination of 
size 8
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -ansi -Wall -O3 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o wmx11pixmap.o wmx11pixmap.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -ansi -Wall -O3 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o sys_linux.o sys_linux.c
gcc -Wl,-z,relro -o wmbubble bubblemon.o wmx11pixmap.o sys_linux.o -lX11 -lm
/usr/bin/ld: wmx11pixmap.o:./wmx11pixmap.h:29: multiple definition of 
`wmxp_display'; bubblemon.o:./wmx11pixmap.h:29: first defined here
/usr/bin/ld: wmx11pixmap.o:./wmx11pixmap.h:30: multiple definition of 
`wmxp_iconwin'; bubblemon.o:./wmx11pixmap.h:30: first defined here
/usr/bin/ld: wmx11pixmap.o:./wmx11pixmap.h:30: multiple definition of 
`wmxp_win'; bubblemon.o:./wmx11pixmap.h:30: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:79: wmbubble] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmbubble
Source-Version: 1.53-3
Done: Jeremy Sowden <jer...@azazel.net>

We believe that the bug you reported is fixed in the latest version of
wmbubble, 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.
Jeremy Sowden <jer...@azazel.net> (supplier of updated wmbubble 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: Fri, 05 Jun 2020 11:29:39 +0100
Source: wmbubble
Architecture: source
Version: 1.53-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <pkg-wmaker-de...@lists.alioth.debian.org>
Changed-By: Jeremy Sowden <jer...@azazel.net>
Closes: 957939
Changes:
 wmbubble (1.53-3) unstable; urgency=medium
 .
   [ Doug Torrance ]
   * Update Vcs-* after migration to Salsa.
   * Update Format in d/copyright to https.
 .
   [ Jeremy Sowden ]
   * Bump compat to 13 and replace d/compat with b-d on debhelper-compat.
   * Add myself to uploaders.
   * Bump Standards-Version to 4.5.0.
   * Remove get-orig-source.
   * Enable hardening.
   * Add Rules-requires-root: no.
   * Add patch to fix FTBFS with gcc-10 caused by multiple definitions of
     global variables (closes: #957939).
   * Add patch to rename INSTALL makefile variable and fix installation
     failures.
   * Update d/watch.
Checksums-Sha1: 
 2583adbfc3b5d293dd54489a69874f78d1feaa40 1953 wmbubble_1.53-3.dsc
 486e194e66707e6189bc47b960eff220e1f0f1f3 6000 wmbubble_1.53-3.debian.tar.xz
Checksums-Sha256: 
 1e63e90a6528bf8ee0ff909a5e58a441fc68472ce13c391d32b4cabb9fe01837 1953 
wmbubble_1.53-3.dsc
 97a8e8e8f8d1e29de289f9ac8f15276a6ed1ff236dc57ced59271cc998beb5bf 6000 
wmbubble_1.53-3.debian.tar.xz
Files: 
 269faaf8bd7de1427fa1acb0cccf2541 1953 x11 optional wmbubble_1.53-3.dsc
 b69d357593abd202d45e27c8bb1ac15d 6000 x11 optional 
wmbubble_1.53-3.debian.tar.xz

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAl7adTUACgkQpU8BhUOC
FITjXA//bdYd3ZcIxXaw+faeHG2sf5A8tck+Xk01I/Z7C5eAmL84BZbIlh9+B0Nu
834STdY4uy2YbiMDjyjig4bo+gzzYc32IthONhSqo/FlTjsnY5qe9Eyz9d05Fl0m
nq0KKsZmhesNPSVOYbO+gARcXALZWjxm1XzMavuv9QVdIUw2iEbuRAHvis/85r8E
mWaY6ZsZoOv0s4KB5C6JlKZ1oCn4w4gQ3KlZteeJ6mXUQOxYMHc+Nxu8XK1wXwnd
AvbW01SQqZvtsPbZcBYtKYVvDCcQlBo5mqSo02wj8kO2tqGuc3YkR9y4Iy76HLZk
EsFgaOc4E0syey/9Y1Cyzwrhs/1sRSCNOoNFay8q6VolvWekZacy/WUv+nxv8X/g
Ey3Xm9+NBfeAGJ/7Wht+/g0DcoPa0xM6/NPXqklgoKTMgRDDTJCBgVCIxcOqehWJ
ya8djKBUeIWPsYvo1iIYxIGMtW1DwfmFoA41p65cd6vxE1FEPeCrQszQXIFtCT8/
eTWJpyPklkKfLrBQL/t7r54twuTPFscb+n3/zkW/r3uU82eEGdNvPGU+n1YzwZq1
wIz1OLEb6lJCKfDiefHWKKW7St9HxJEU2x54Y0cMpR31BhuSBpUa9Z6aNm2Urw+2
2bIMZl5QKAfM9Ujq3R/Jjwea4s5WGKfYWCqR6fkBL6vtB646yDc=
=54Mp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to