Your message dated Thu, 10 Sep 2020 20:39:04 +0000
with message-id <e1kgtlu-0005nw...@fasolo.debian.org>
and subject line Bug#957948: fixed in wmmatrix 0.2-12.1
has caused the Debian Bug report #957948,
regarding wmmatrix: 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.)


-- 
957948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957948
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:wmmatrix
Version: 0.2-12
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/wmmatrix_0.2-12_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-buildpackage: info: source package wmmatrix
dpkg-buildpackage: info: source version 0.2-12
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Torsten Werner <twer...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for i in wmMatrix.o matrix.o xutils.o yarandom.o ; do \
        rm -f $i; \
done
rm -f wmMatrix
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean 
dh_clean: warning: Compatibility levels before 9 are deprecated (level 5 in use)
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: 'reverse-config' is up to date.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
if [ -d "." ]; then \
  cd . && QUILT_PATCHES=/<<PKGBUILDDIR>>/debian/patches quilt --quiltrc 
/dev/null pop -a -R || test $? = 2 ; \
fi
No patch removed
rm -rf ./.pc
rm -f debian/stamp-patch*
 debian/rules build
test -x debian/rules
mkdir -p "."
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: 'reverse-config' is up to date.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
cd . && QUILT_PATCHES=/<<PKGBUILDDIR>>/debian/patches quilt --quiltrc /dev/null 
push -a || test $? = 2
Applying patch Makefile.diff
patching file Makefile

Applying patch wmMatrix.c.diff
patching file wmMatrix.c

Now at patch wmMatrix.c.diff
touch debian/stamp-patched
/usr/bin/make -f debian/rules update-config
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: 'update-config' is up to date.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DLinux -c wmMatrix.c -o wmMatrix.o 
-I/usr/X11R6/include/X11 -I/usr/X11R6/include
wmMatrix.c: In function ‘main’:
wmMatrix.c:248:2: warning: implicit declaration of function ‘short_uusleep’ 
[-Wimplicit-function-declaration]
  248 |  short_uusleep(DELAY);
      |  ^~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DLinux -c matrix.c -o matrix.o 
-I/usr/X11R6/include/X11 -I/usr/X11R6/include
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DLinux -c xutils.c -o xutils.o 
-I/usr/X11R6/include/X11 -I/usr/X11R6/include
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DLinux -c yarandom.c -o yarandom.o 
-I/usr/X11R6/include/X11 -I/usr/X11R6/include
gcc   -o wmMatrix wmMatrix.o matrix.o xutils.o yarandom.o 
-I/usr/X11R6/include/X11 -I/usr/X11R6/include -L/usr/X11R6/lib -lXpm -lX11 
-lXext
/usr/bin/ld: xutils.o:./xutils.h:23: multiple definition of `iconwin'; 
wmMatrix.o:./xutils.h:23: first defined here
/usr/bin/ld: xutils.o:./xutils.h:21: multiple definition of `display'; 
wmMatrix.o:./xutils.h:21: first defined here
/usr/bin/ld: xutils.o:./xutils.h:23: multiple definition of `win'; 
wmMatrix.o:./xutils.h:23: first defined here
/usr/bin/ld: xutils.o:./xutils.h:24: multiple definition of `screen'; 
wmMatrix.o:./xutils.h:24: first defined here
/usr/bin/ld: xutils.o:./xutils.h:22: multiple definition of `Root'; 
wmMatrix.o:./xutils.h:22: first defined here
/usr/bin/ld: xutils.o:./xutils.h:25: multiple definition of `DisplayDepth'; 
wmMatrix.o:./xutils.h:25: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:27: wmMatrix] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmmatrix
Source-Version: 0.2-12.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
wmmatrix, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated wmmatrix 
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, 08 Sep 2020 20:51:45 +0100
Source: wmmatrix
Architecture: source
Version: 0.2-12.1
Distribution: unstable
Urgency: medium
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957948
Changes:
 wmmatrix (0.2-12.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957948)
Checksums-Sha1:
 159e1afe15c8159c8f4b2a261fbc29b9f73395c8 1909 wmmatrix_0.2-12.1.dsc
 6c027b9c8ad795ecd7df7ad45db5bdb976004376 5285 wmmatrix_0.2-12.1.diff.gz
 39e1b6352850c084a61c2815618a0dff20c6b621 6318 wmmatrix_0.2-12.1_amd64.buildinfo
Checksums-Sha256:
 b07c73caeb64bd9845cd84ae469dbb17d5952805aa6446f0d49225054c473fb0 1909 
wmmatrix_0.2-12.1.dsc
 c44b227f97176ab874221d4dfa352d11c682320c9c87c2be1400a287a57d9439 5285 
wmmatrix_0.2-12.1.diff.gz
 74a3f1412709660af08d14b5357879d4927514345211c2289258a93213d98167 6318 
wmmatrix_0.2-12.1_amd64.buildinfo
Files:
 3df08f42b672ba2852ec9d7575a0fabf 1909 x11 optional wmmatrix_0.2-12.1.dsc
 8b136adc05aab7f02643e9653ae61b25 5285 x11 optional wmmatrix_0.2-12.1.diff.gz
 2c2f6b3feaf62649800914446af76d58 6318 x11 optional 
wmmatrix_0.2-12.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9X4X4ACgkQR5mjUUbR
KzWmdw//eUIsegfCpJL/yciEx3E+vQN870CBll9nvvWZyqtqpTlYdjr/Yv5Ab+XT
Mh4I7OllU8s+iRm6EeK0EdoOWSUOM7bdkzoSx0h8YSqjPnGrHsNjfRcWfrrXPpmN
5FHydc01mgVYGUUA+IegUU40TbfBslw6xcvUTWgRkfO43tqgeua14g+5naKjVoai
v4UXuwuXizA596O2ROM9XAgpZv8qsDUR4pwxNS9LEImm2mHASmogukF+NRHWkWWl
Qwfvpf0Uxb1f2lIS98YLd43OtIcxIXPtSWRsKUoSG5bv2giV4qadr0kHcpNT5Qnj
jdcNYFZUkcAuaqjriozLzz4BpLQDdAhZpzYZ3FTyJ0vs9gR7K7mREE27J4oslkGI
ckoN6NN/WyUZyfpoAr6Dvyvxx9JTA1nKynfdd9JaATp+xFqYX+3SLNgb7OD+MdgU
f0+o83h9GoaRYR8mvK+1nuGTEb4n4KuFE9v0qrm5RN6O0BXrYqwkfUU32PUCYHo4
TUw8QZpg6GDQ8/X1mPZQUi7Is+syhoxPAsOR0kOKlxpJoRttVH0TSYjJhhFu8AqR
5I68vS9Vf6cD73mdQHmmUwVt6o3HY9uOOfRGPHEm8Aku3+7Fimxw/OjrLR7BOQs9
pGj8BNzpc0iExg+/4DA/ldfbUCPkmT3SrOfoWZD5lCUlZn1VbqI=
=Fdf9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to