Your message dated Mon, 04 May 2020 16:49:13 +0000
with message-id <[email protected]>
and subject line Bug#957940: fixed in wmcore 0.0.2+ds-2
has caused the Debian Bug report #957940,
regarding wmcore: 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.)
--
957940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957940
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmcore
Version: 0.0.2+ds-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/wmcore_0.0.2+ds-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
[...]
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-a6fd3987-6698-44f1-9fc3-f625eebab4bb
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 wmcore
dpkg-buildpackage: info: source version 0.0.2+ds-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 clean
dh_auto_clean
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for i in wmcore.o wmgeneral.o misc.o list.o ; do \
rm -f $i;\
done
rm -f wmcore
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>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -O3 wmcore.c
-o wmcore.o
wmcore.c: In function ‘main’:
wmcore.c:86:9: warning: variable ‘token’ set but not used
[-Wunused-but-set-variable]
86 | char * token;
| ^~~~~
wmcore.c:121:4: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
121 | fgets(tmp,200,in);
| ^~~~~~~~~~~~~~~~~
wmcore.c:123:6: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
123 | fgets(tmp,200,in);
| ^~~~~~~~~~~~~~~~~
wmcore.c:165:10: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
165 | fgets(tmp,200,in);
| ^~~~~~~~~~~~~~~~~
wmcore.c:167:12: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
167 | fgets(tmp,200,in); // read next line
| ^~~~~~~~~~~~~~~~~
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -O3
wmgeneral.c -o wmgeneral.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -O3 misc.c
-o misc.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -O3 list.c
-o list.o
cc -Wl,-z,relro -Wl,-z,now -Wall -o wmcore wmcore.o wmgeneral.o misc.o list.o
-L/usr/X11R6/lib -lXpm -lXext -lX11
/usr/bin/ld: wmgeneral.o:./wmgeneral.h:39: multiple definition of `display';
wmcore.o:./wmgeneral.h:39: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:14: wmlmon] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: wmcore
Source-Version: 0.0.2+ds-2
Done: Jeremy Sowden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wmcore, 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.
Jeremy Sowden <[email protected]> (supplier of updated wmcore 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, 03 May 2020 16:16:36 +0100
Source: wmcore
Architecture: source
Version: 0.0.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 957940
Changes:
wmcore (0.0.2+ds-2) unstable; urgency=medium
.
[ Doug Torrance ]
* Update Vcs-* after migration to Salsa.
* Update Format in d/copyright to https.
.
[ Jeremy Sowden ]
* Add patch to use wmgeneral.* from libdockapp. This fixes the Gcc-10
related FTBFS. Closes: #957940
* Bumped compat to 12 and replaced d/compat with b-d on debhelper-compat.
* Bump Standards-Version to 4.5.0.
* Add myself to uploaders.
* Set Rules-Requires-Root: no.
.
[ Andreas Metzler ]
* [lintian] In rules use /usr/share/dpkg/pkg-info.mk instead of invoking
dpkg-parsechangelog.
Checksums-Sha1:
9409acba4a7e8b56caa840e825c996e301e97e81 2004 wmcore_0.0.2+ds-2.dsc
6e1fa81bceed843d398c40701ea17da5c7c8240a 4648 wmcore_0.0.2+ds-2.debian.tar.xz
Checksums-Sha256:
0f61f653e853e9c8d7d22cf21c8401d9392fe9656d26f8aa114b75457389b44e 2004
wmcore_0.0.2+ds-2.dsc
c8d028d345635552793c842878fbf58407e754a98770fd588a141112c2a718aa 4648
wmcore_0.0.2+ds-2.debian.tar.xz
Files:
07612f614b83c6208dbf24b17c81f8d7 2004 x11 optional wmcore_0.0.2+ds-2.dsc
abbedd45981d1bd1fb9b761b11d7eb1d 4648 x11 optional
wmcore_0.0.2+ds-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAl6wQ4gACgkQpU8BhUOC
FIS8Zw/+P9wd+czv+XduLdFga8tTadT4XwiQxuybnuBEZHH6we0y8jYzEd4TAjul
e7dfse6AqAk1Z3wqmySgDVXL/XS1lLuI5BOSMJjQ6weMKoDrfFWr9lnbTRfTGITQ
7XOUUsdEZC4Y4qUiqvZ9PJKDv1umPE6DsTaeEDYQok/HE/Fz6oztLapEbwYgSULd
obwz2GMicfrzsWfCmRobfhgLR864i7sFv+/mEjJ/woYS63piDQcSzHTB2NfTTTxE
QL63uO8fha1T3TKJINH2Nt83DJZn/dBiekAgadrfr5p/n5r4Aqk1k1bB0IHQ9RC2
cGEvWZPsaAnB9pOXs4/Q4Sg4Quqm6MqQIbhrEXQcWEZAY8yjLPFc9aCGmZ/Ru6nw
sJBrzo7qqzPp9QmgfnQwfZaTJVy/WgXefuMC+ulTymCUIpxbpdSzzsRFs9CpqVq0
vYTGhcYjiVgZq90Cioo0GxUWfrzn6LKOAG2kicesDvW3nqBz8KlFpcyBvWNuQZcA
BtJyx39TNybAELXP6QxZ/ziNt2EOewZYUAOFQl4kWqjv/dr+/fEOoHMrDInd0bIL
dxnnXmCTghSd+jLkgW+BDoFbcsfujpcPvbJLiXQ49PcHbM+mp7kEGjz55KHMbA3J
lE2iwUZlhvDVfuq5S5gIF/u6lH+f2sqQpA/H4uJ+CxZgeJ0CCoU=
=4lMO
-----END PGP SIGNATURE-----
--- End Message ---