Your message dated Fri, 07 Aug 2020 18:03:39 +0000
with message-id <[email protected]>
and subject line Bug#957959: fixed in wmxres 1.2-10.2
has caused the Debian Bug report #957959,
regarding wmxres: 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 [email protected]
immediately.)


-- 
957959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957959
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmxres
Version: 1.2-10.1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/wmxres_1.2-10.1_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

[...]
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-61b8af73-8fc1-4552-a07a-5333f59446cd
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package wmxres
dpkg-buildpackage: info: source version 1.2-10.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Doug Torrance 
<[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Removed leading dash below-- should not be necessary to suppress
# errors on make clean.
/usr/bin/make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for i in wmxres/wmxres.o wmgeneral/wmgeneral.o  ; do \
        rm -f $i; \
done
rm -f wmxres/wmxres
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 5 in use)
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -c -O2 -Wall -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -DLinux wmxres/wmxres.c -o wmxres/wmxres.o 
-I/usr/X11R6/include
In file included from wmxres/wmxres.c:16:
/usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is 
obsolete and may be removed in the future." [-Wcpp]
    9 | #warning "xf86dga.h is obsolete and may be removed in the future."
      |  ^~~~~~~
/usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include 
<X11/extensions/Xxf86dga.h> instead." [-Wcpp]
   10 | #warning "include <X11/extensions/Xxf86dga.h> instead."
      |  ^~~~~~~
wmxres/wmxres.c: In function ‘GetXActiveMode’:
wmxres/wmxres.c:161:26: warning: ‘%d’ directive writing between 1 and 5 bytes 
into a region of size between 4 and 8 [-Wformat-overflow=]
  161 |  sprintf(res_active, "%dx%d", vm_modelines.hdisplay, 
vm_modelines.vdisplay);
      |                          ^~
wmxres/wmxres.c:161:22: note: directive argument in the range [0, 65535]
  161 |  sprintf(res_active, "%dx%d", vm_modelines.hdisplay, 
vm_modelines.vdisplay);
      |                      ^~~~~~~
In file included from /usr/include/stdio.h:867,
                 from wmxres/wmxres.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 4 and 12 bytes into a destination of 
size 10
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -c -O2 -Wall -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -DLinux wmgeneral/wmgeneral.c -o wmgeneral/wmgeneral.o 
-I/usr/X11R6/include
gcc -O2 -Wall -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
-o wmxres/wmxres wmxres/wmxres.o wmgeneral/wmgeneral.o -L/usr/X11R6/lib -lXpm 
-lXext -lX11 -lXxf86vm
/usr/bin/ld: wmgeneral/wmgeneral.o:(.bss+0x288): multiple definition of 
`display'; wmxres/wmxres.o:(.bss+0x8c8): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:28: wmxres/wmxres] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmxres
Source-Version: 1.2-10.2
Done: Sudip Mukherjee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wmxres, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <[email protected]> (supplier of updated wmxres 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 02 Aug 2020 17:57:54 +0100
Source: wmxres
Architecture: source
Version: 1.2-10.2
Distribution: unstable
Urgency: medium
Maintainer: Todd Troxell <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957959
Changes:
 wmxres (1.2-10.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957959)
Checksums-Sha1:
 0cbe135fe12fbdebfa0229fee26f731ccfc21246 1497 wmxres_1.2-10.2.dsc
 ca824a1561098e09709d066fceb46e016e8a1735 32470 wmxres_1.2-10.2.tar.gz
 60f64ab909eddf96065e47f9abc8e5caba3143a3 6149 wmxres_1.2-10.2_amd64.buildinfo
Checksums-Sha256:
 229fa8c438226a56d227fd6aa46eb2a47d277f4a3544db93ede48628c1e66adc 1497 
wmxres_1.2-10.2.dsc
 a33676d80de3db6c1fd70d72295dfcf354b0fee4c2886588d78bf8358d63e2af 32470 
wmxres_1.2-10.2.tar.gz
 eceafdb408c2228d5b89aad53cef0e574350e88322e294b7d335ff0cd723670e 6149 
wmxres_1.2-10.2_amd64.buildinfo
Files:
 40915b240e4cbd2a9960a80e411ec63f 1497 x11 optional wmxres_1.2-10.2.dsc
 f4f4664f32975a33b16ee59f68e0d9b3 32470 x11 optional wmxres_1.2-10.2.tar.gz
 58174c49279a1958aa6e7f816921b701 6149 x11 optional 
wmxres_1.2-10.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8m85UACgkQR5mjUUbR
KzVrAQ//VO9wKxt9fuH4Y+8GBcqOeEUTAdlZobP9g0AepdK3+BQyNEuM4lwTU4u9
zoF8Nmlv1A9RekjVa6U+didlxjL3ZCdKiNMDxzw2+9e3htQOD0inFso679Wya/wX
LYmEzbags1Ge1Js4Mc7eMhVOxwe/WUeD+vcJMWpDlNPSpXt0dsJ8axPVotkGzlEs
/TaLgBw68wBtYiLx5nRXTQnJI6OTNQPcOQ5+VTQi8WcKA/1bGaOUxJ/bmG2p1Or7
FuWN3mG1D0zSnO6asKHgerlqu/syMQnOqtK7yZxDFW915BthUqkQ3VguwI1Q/iVy
PUEcgX27YLWlQxvZD6wQfhaBJXJE6LUJy26aUXVwuwB9ClKFmv5yEU1MLxWSvD26
3qyVsB7rNfI2Y0NFmuMGZj7YROXxmQJ2QU8CH1YHehFELx2msIRz9fZzd8ISbPsI
xK2ejggfq4tv1QihkpQM6kK2vsWwjgS1bFCbedDcHpiOOTZpV9DVq/DoFvNlLzPd
dnZgCQ65u3t8kHMV1kiyhFKg+gbN50oGziVyZRwJXOXpABcPuKRnTMwLehUnnH+W
dveAyZbanTzWRn8CBmcJnZ42IvqQkrI3UNYo1nJnzLORfItvWz9JOtP+9f06brzL
/Kgwti9Krp/vxD1587x3QvhxtsZQvE34ByCVFnNJYwlBlyHY6Fo=
=OrpH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to