Your message dated Sat, 25 Jul 2020 12:49:46 +0000
with message-id <e1jzjcy-000dgi...@fasolo.debian.org>
and subject line Bug#957955: fixed in wmwork 0.2.6-3
has caused the Debian Bug report #957955,
regarding wmwork: 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.)


-- 
957955: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:wmwork
Version: 0.2.6-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/wmwork_0.2.6-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

[...]
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for strftime... yes
checking for atexit... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating wmwork.1
config.status: creating config.h
/usr/bin/make -C src
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -Wall -Wall -g -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O2 -I. -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o wmwork.o wmwork.c
wmwork.c: In function ‘read_log’:
wmwork.c:518:3: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  518 |   fgets(buffer, sizeof(buffer), F);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmwork.c: In function ‘write_record.part.0’:
wmwork.c:621:37: warning: ‘%03li’ directive output may be truncated writing 
between 3 and 17 bytes into a region of size between 0 and 63 
[-Wformat-truncation=]
  621 |  snprintf(rbuff, sizeof(rbuff), "%s %03li:%02li:%02li", tbuff, 
sess_time / 3600, sess_time / 60 % 60, sess_time % 60);
      |                                     ^~~~~
wmwork.c:621:33: note: directive argument in the range [-2562047788015215, 
2562047788015215]
  621 |  snprintf(rbuff, sizeof(rbuff), "%s %03li:%02li:%02li", tbuff, 
sess_time / 3600, sess_time / 60 % 60, sess_time % 60);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
wmwork.c:621:33: note: directive argument in the range [-59, 59]
wmwork.c:621:33: note: directive argument in the range [-59, 59]
In file included from /usr/include/stdio.h:867,
                 from wmwork.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 11 and 90 bytes into a destination of 
size 64
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmwork.c: In function ‘make_lock’:
wmwork.c:664:16: warning: writing 1 byte into a region of size 0 
[-Wstringop-overflow=]
  664 |      buffer[i] = 0;
      |      ~~~~~~~~~~^~~
wmwork.c:655:3: note: at offset 0 to object ‘buffer’ with size 256 declared here
  655 |   buffer[256];
      |   ^~~~~~
gcc -Wall -Wall -g -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O2 -I. -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o wmgeneral.o wmgeneral.c
gcc -Wall -Wall -Wl,-z,relro   wmwork.o wmgeneral.o  -lXpm -lXext -lX11  -o 
wmwork
/usr/bin/ld: wmgeneral.o:./src/wmgeneral.h:39: multiple definition of 
`display'; wmwork.o:./src/wmgeneral.h:39: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [<builtin>: wmwork] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make: *** [debian/rules:42: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmwork
Source-Version: 0.2.6-3
Done: godi...@debian.org (Martin A. Godisch)

We believe that the bug you reported is fixed in the latest version of
wmwork, 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.
Martin A. Godisch <godi...@debian.org> (supplier of updated wmwork 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: Sat, 25 Jul 2020 14:31:21 +0200
Source: wmwork
Binary: wmwork
Architecture: source amd64
Version: 0.2.6-3
Distribution: unstable
Urgency: medium
Maintainer: Martin A. Godisch <godi...@debian.org>
Changed-By: Martin A. Godisch <godi...@debian.org>
Description:
 wmwork     - Keep track of time worked on projects
Closes: 957955
Changes:
 wmwork (0.2.6-3) unstable; urgency=medium
 .
   * Fixed gcc-10 compilation, closes: #957955.
Checksums-Sha1:
 f0e3cc1370b0929ea46bac037b91a05af30afecd 1692 wmwork_0.2.6-3.dsc
 10849676e93ae4fab6014b634e634c2500801d17 3552 wmwork_0.2.6-3.debian.tar.xz
 fef98e02cd8ce3ccf21f676a234487941b80a230 4839 wmwork_0.2.6-3_amd64.buildinfo
 e996aa1eda0da185b3dd7e5542c5df6c2f93b96a 19700 wmwork_0.2.6-3_amd64.deb
Checksums-Sha256:
 2c474a89a3b96c3c6a71ba5eee56d7cbe20080f6d780e9772052d2e8d83b49d5 1692 
wmwork_0.2.6-3.dsc
 224ca1a134951914ef5365d1c5ec35f194be323344164c505ab2a602242dda87 3552 
wmwork_0.2.6-3.debian.tar.xz
 c361b76b4ede5241560defc29d6ec2aa4a50aadf4fbc52fc7344d6b9441484e0 4839 
wmwork_0.2.6-3_amd64.buildinfo
 021d1017669d7bea05f013a1c892cc13a789de9e7495043076bcf13f1f04977a 19700 
wmwork_0.2.6-3_amd64.deb
Files:
 9d895389225514406d7284b604ba7531 1692 x11 optional wmwork_0.2.6-3.dsc
 d429466ab4a6af5ff042ec2ebf1c90f2 3552 x11 optional wmwork_0.2.6-3.debian.tar.xz
 caeace756f03963dc501b56246482721 4839 x11 optional 
wmwork_0.2.6-3_amd64.buildinfo
 cd31ffaf379dc53e16b235abe65aedcf 19700 x11 optional wmwork_0.2.6-3_amd64.deb

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

iQJHBAEBCAAxFiEEGEIyO0/Pm5CZX6F/o1C5kfBaSFcFAl8cJksTHGdvZGlzY2hA
ZGViaWFuLm9yZwAKCRCjULmR8FpIV0vHD/sEAyKnRSaRQZO3++DTtMM3hgbzClVe
FexUBmj1Uy4PJrJJGjlnz5oW1vF+EAAOZGFM6QJKMtBZsGJNgKMgVJg1PuFzKaii
FKsLZTUz0A3jpOe5wLUWZW7JLElGEX9ylC0+oj16BV3pCbwwlffHtnXRzjemBPsq
lK4LuZ0NzccnbD6NWret01XEZ5JJi1pEXw1eJB4IKo04E2kGW5noAtmXzd4WjqFA
DHIcWJqKWrZ31GHK0qYN8xr+6nxLUbdR7OjMM8YYyTJCGfOAbL0YotRwAjRwNmJm
oOdcDT4GWnVP0avMAsK48DZN/7usbgKlFF2yPzdy3bjdyzyhcx21/QZUmcqbfull
renJ7c80G65Qy2ATE9qyTZVKU+NfzR0Gc/sjbr5hb92M6hujJFeBBHfLTYd3/r+B
jnvGMelDl65SYQrtTrn+L7/MlPn3QD8Abm7XFn+T+c/KDNqDvBLFSo9rpJd+v8dH
4+ptrpYe2y9CcZ0MGGxGZZcyAWGLI6JTZUxPTjmHaB5g9TT6iacsabrXCQPCB17I
ytAZMeIEEnpGXxdi4TrCmKRZnLqQqLIb1PN7CbwJOhUiT8Bxi5RGMxyFVCpYLs5S
tWV9wvBBIRIAmDExWo3eqe2zmk5e6Yys1gBM1A9AdnedeYVpMFxly0Gdl6ZWnx2j
g/l78wCEQlbiLQ==
=Kz8c
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to