Your message dated Fri, 17 Apr 2020 12:18:56 +0000
with message-id <[email protected]>
and subject line Bug#957900: fixed in unicode-screensaver 0.5.2-1
has caused the Debian Bug report #957900,
regarding unicode-screensaver: 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.)
--
957900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957900
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:unicode-screensaver
Version: 0.5.1-2
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/unicode-screensaver_0.5.1-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 stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
supports -fno-rtti -fno-exceptions... no
checking for gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
option to produce PIC... -fPIC -DPIC
checking if gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement PIC
flag -fPIC -DPIC works... yes
checking if gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
static flag -static works... yes
checking if gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
supports -c -o file.o... yes
checking if gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
supports -c -o file.o... (cached) yes
checking whether the gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement
linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X11... yes
checking for XMU... yes
checking for XT... yes
checking for XFT... yes
checking for FC... yes
checking how to call gettimeofday... two arguments
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 7
in use)
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o unicode.o unicode.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o screenhack.o `test -f
'hacks/screenhack.c' || echo './'`hacks/screenhack.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o visual.o `test -f 'utils/visual.c' ||
echo './'`utils/visual.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o yarandom.o `test -f 'utils/yarandom.c'
|| echo './'`utils/yarandom.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o resources.o `test -f
'utils/resources.c' || echo './'`utils/resources.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o usleep.o `test -f 'utils/usleep.c' ||
echo './'`utils/usleep.c
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -DHAVE_CONFIG_H -I.
-I./hacks -I./utils -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -g -O2 -c -o fps.o `test -f 'hacks/fps.c' || echo
'./'`hacks/fps.c
hacks/fps.c: In function ‘fps_init’:
hacks/fps.c:26:14: warning: variable ‘last’ set but not used
[-Wunused-but-set-variable]
26 | int first, last;
| ^~~~
hacks/fps.c:26:7: warning: variable ‘first’ set but not used
[-Wunused-but-set-variable]
26 | int first, last;
| ^~~~~
/bin/bash ./libtool --tag=CC --mode=link gcc -pedantic -Wall
-Wstrict-prototypes -Wnested-externs -Wmissing-prototypes
-Wno-overlength-strings -Wdeclaration-after-statement -g -O2 -o unicode
unicode.o screenhack.o visual.o yarandom.o resources.o usleep.o fps.o -lXft
-lX11 -lfontconfig -lfreetype -lXmu -lXt -lX11 -lXt -lX11
libtool: link: gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs
-Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -g
-O2 -o unicode unicode.o screenhack.o visual.o yarandom.o resources.o usleep.o
fps.o -lXft -lfontconfig -lfreetype -lXmu -lXt -lX11
/usr/bin/ld: screenhack.o:/<<PKGBUILDDIR>>/hacks/screenhack.c:133: multiple
definition of `progclass'; unicode.o:/<<PKGBUILDDIR>>/unicode.c:166: first
defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:506: unicode] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:402: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: unicode-screensaver
Source-Version: 0.5.2-1
Done: Joachim Breitner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
unicode-screensaver, 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.
Joachim Breitner <[email protected]> (supplier of updated unicode-screensaver
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: SHA256
Format: 1.8
Date: Fri, 17 Apr 2020 13:58:52 +0200
Source: unicode-screensaver
Architecture: source
Version: 0.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Joachim Breitner <[email protected]>
Changed-By: Joachim Breitner <[email protected]>
Closes: 957900
Changes:
unicode-screensaver (0.5.2-1) unstable; urgency=medium
.
* New upstream release (Closes: #957900)
Checksums-Sha1:
f060dc147cb7b20ae9d39e08d90f8ce611f79b9b 1918 unicode-screensaver_0.5.2-1.dsc
b7472a10e322abe90849fecc60e74badea3bd959 596140
unicode-screensaver_0.5.2.orig.tar.gz
5ed192662a1fdd7fff86d63ba1a2a781026c8a1a 2744
unicode-screensaver_0.5.2-1.debian.tar.xz
584dc6f9c467a5f083248d8123ef8045ed9b9b0f 7296
unicode-screensaver_0.5.2-1_amd64.buildinfo
Checksums-Sha256:
9723b4b857834c3a6795c7e974d79e3494db9beea9bc37fa5d768ba58064e1f0 1918
unicode-screensaver_0.5.2-1.dsc
d020c2ce170de4d182fd0492de0727120f0de156a7a9744213bb62c698e4447d 596140
unicode-screensaver_0.5.2.orig.tar.gz
f92b8d8c14cbea397294e884c563f0dcdc0d8006e67de7c835eb07c62272d8af 2744
unicode-screensaver_0.5.2-1.debian.tar.xz
b9ca0b502a568d63a6f2885376b400963708564423c5fc3b69a8e799ab05d73c 7296
unicode-screensaver_0.5.2-1_amd64.buildinfo
Files:
c85f073ddae73793e91a69e2876de0f3 1918 x11 extra unicode-screensaver_0.5.2-1.dsc
acf25ed1b52858d2f247b410712c019c 596140 x11 extra
unicode-screensaver_0.5.2.orig.tar.gz
0750888d15b4d3382884b470f1083cb8 2744 x11 extra
unicode-screensaver_0.5.2-1.debian.tar.xz
e40a9a24a2ea421e2150ce450257d458 7296 x11 extra
unicode-screensaver_0.5.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEGkYIf5Vdk8V8YFcbPZCKs/D79R8FAl6Zm9cACgkQPZCKs/D7
9R9puBAAsgIs1hkzaHnoANGWKwLWZSaWT5/30cTwSitsJ5HwpJmENGBGhT8raL8f
HDU42akYXum1jKoOVEC5q0bwQ06xwJ6sYfnHzPk6wn5GPtzJjDUsbXIbZKP+Fg6K
SlClErROVPbiXEU8fW5ZyDrdX9k5a+f7676ynnRHnGEdEVng8MbZwQ6LVeDzEGgn
BP74l7JlqVX/93Ep/3KTpnqx2ya+2kW4B9VnXIwsojR6K+TFSNra5SRCzFTgtpll
3onZem1ty12pRpVXTHIdRy5AAYCWMdtuPvoPV2JZRc7G0wHR3OuPstHy2H0tg0Hl
ef0auTxL2zTSk8BfSN52TYnXP5kvd1kod3xlmXModedhDfV+aB/fVP5IYterBy/W
0nMbwgrYZtSzLMNZlEQk+fFz5eKKDErzRi7ydXYfgRCrzYDzBEMpVDqBtnowLUl2
HbFg00jKgbAYaojv0r8AwWCUWx9xY5wehRJcqkLj87A5Jdq0DJnxL9Mlsxo+U8dJ
lZqnqtEa+q+kk63aAtVOQsLvQ42GY5o67Stjqe3Kr5gt+0lbraVJFxv6YvmMyyYy
vDIHkDp9tQJEDRW/Q6OEiFPGVaD9A0nnou+kpQNDs5QmA7OC2f54hEk8D4hSMXDo
BpMOcuR2VT02aiEUoAnwI9UuoURn2rNCpnH7m5J7lIN1FT2zvw8=
=lZpQ
-----END PGP SIGNATURE-----
--- End Message ---