Your message dated Fri, 31 Jul 2020 11:34:47 +0000
with message-id <e1k1tjh-0003nb...@fasolo.debian.org>
and subject line Bug#957243: fixed in g15daemon 1.9.5.3-12
has caused the Debian Bug report #957243,
regarding g15daemon: 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.)
--
957243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:g15daemon
Version: 1.9.5.3-11
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/g15daemon_1.9.5.3-11_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
[...]
| ^~~~~~
utility_funcs.c: In function ‘uf_create_pidfile’:
utility_funcs.c:164:29: warning: operation on ‘l’ may be undefined
[-Wsequence-point]
164 | if (write(fd, pidtxt, l = strlen(pidtxt)) != l) {
| ~~^~~~~~~~~~~~~~~~
main.c: In function ‘main’:
main.c:411:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
411 | for(i=1;i<argc;i++)
| ^~~
main.c:413:11: note: ...this statement, but the latter is misleadingly indented
as if it were guarded by the ‘for’
413 | fprintf(stderr,"\n");
| ^~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -I../libg15daemon_client/
-DDATADIR="\"/usr/share\""
-DPLUGINDIR=\"/usr/lib/x86_64-linux-gnu/g15daemon/1.9.5.3/plugins\"
-I/usr/include -DG15DAEMON_BUILD -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o g15_plugins.o g15_plugins.c
/bin/bash ../libtool --tag=CC --mode=link gcc -DG15DAEMON_BUILD -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro -o g15daemontest lcdclient_test.o
../libg15daemon_client/libg15daemon_client.la -lpthread -lm -lg15render -lg15
g15_plugins.c: In function ‘g15_count_plugins’:
g15_plugins.c:211:17: warning: ‘strncat’ specified bound 1 equals source length
[-Wstringop-overflow=]
211 | strncat(pluginname,"/",1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
g15_plugins.c: In function ‘g15_open_all_plugins’:
g15_plugins.c:322:17: warning: ‘strncat’ specified bound 1 equals source length
[-Wstringop-overflow=]
322 | strncat(pluginname,"/",1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
g15_plugins.c:351:9: warning: ‘strncat’ specified bound 1 equals source length
[-Wstringop-overflow=]
351 | strncat(plugin_fname,"/",1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
g15_plugins.c: In function ‘g15_count_plugins’:
g15_plugins.c:212:17: warning: ‘strncat’ output may be truncated copying 200
bytes from a string of length 255 [-Wstringop-truncation]
212 | strncat(pluginname,ep->d_name,200);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g15_plugins.c: In function ‘g15_open_all_plugins’:
g15_plugins.c:349:24: warning: ‘sprintf’ may write a terminating nul past the
end of the destination [-Wformat-overflow=]
349 | sprintf(tmp,"%i",i);
| ^
g15_plugins.c:349:9: note: ‘sprintf’ output between 2 and 11 bytes into a
destination of size 10
349 | sprintf(tmp,"%i",i);
| ^~~~~~~~~~~~~~~~~~~
g15_plugins.c:323:17: warning: ‘strncat’ output may be truncated copying 200
bytes from a string of length 255 [-Wstringop-truncation]
323 | strncat(pluginname,ep->d_name,200);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g15_plugins.c:326:34: warning: ‘sprintf’ may write a terminating nul past the
end of the destination [-Wformat-overflow=]
326 | sprintf(tmp,"%i",loadcount);
| ^
g15_plugins.c:326:19: note: ‘sprintf’ output between 2 and 11 bytes into a
destination of size 10
326 | sprintf(tmp,"%i",loadcount);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: link: gcc -DG15DAEMON_BUILD -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z -Wl,relro -o .libs/g15daemontest
lcdclient_test.o ../libg15daemon_client/.libs/libg15daemon_client.so -lpthread
-lm -lg15render -lg15
/bin/bash ../libtool --tag=CC --mode=link gcc -DG15DAEMON_BUILD -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -rdynamic -Wl,-z,relro -o g15daemon utility_funcs.o
main.o linked_lists.o g15_plugins.o -ldl -lpthread -lm -lg15render -lg15
libtool: link: gcc -DG15DAEMON_BUILD -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -rdynamic -Wl,-z -Wl,relro -o g15daemon utility_funcs.o
main.o linked_lists.o g15_plugins.o -ldl -lpthread -lm -lg15render -lg15
/usr/bin/ld: main.o:./g15daemon/g15daemon.h:218: multiple definition of
`lcdlist_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:218: first defined here
/usr/bin/ld: main.o:./g15daemon/g15daemon.h:219: multiple definition of
`g15lib_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:219: first defined here
/usr/bin/ld: main.o:./g15daemon/g15daemon.h:216: multiple definition of
`g15daemon_s'; utility_funcs.o:./g15daemon/g15daemon.h:216: first defined here
/usr/bin/ld: main.o:./g15daemon/g15daemon.h:203: multiple definition of
`lcdnode_s'; utility_funcs.o:./g15daemon/g15daemon.h:203: first defined here
/usr/bin/ld: linked_lists.o:./g15daemon/./g15daemon.h:218: multiple definition
of `lcdlist_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:218: first defined
here
/usr/bin/ld: linked_lists.o:./g15daemon/./g15daemon.h:219: multiple definition
of `g15lib_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:219: first defined
here
/usr/bin/ld: linked_lists.o:./g15daemon/./g15daemon.h:216: multiple definition
of `g15daemon_s'; utility_funcs.o:./g15daemon/g15daemon.h:216: first defined
here
/usr/bin/ld: linked_lists.o:./g15daemon/./g15daemon.h:203: multiple definition
of `lcdnode_s'; utility_funcs.o:./g15daemon/g15daemon.h:203: first defined here
/usr/bin/ld: g15_plugins.o:./g15daemon/./g15daemon.h:218: multiple definition
of `lcdlist_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:218: first defined
here
/usr/bin/ld: g15_plugins.o:./g15daemon/./g15daemon.h:219: multiple definition
of `g15lib_mutex'; utility_funcs.o:./g15daemon/g15daemon.h:219: first defined
here
/usr/bin/ld: g15_plugins.o:./g15daemon/./g15daemon.h:216: multiple definition
of `g15daemon_s'; utility_funcs.o:./g15daemon/g15daemon.h:216: first defined
here
/usr/bin/ld: g15_plugins.o:./g15daemon/./g15daemon.h:203: multiple definition
of `lcdnode_s'; utility_funcs.o:./g15daemon/g15daemon.h:203: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:442: g15daemon] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/g15daemon'
make[2]: *** [Makefile:570: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:378: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: g15daemon
Source-Version: 1.9.5.3-12
Done: Alexander Ponyatykh <lazyra...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
g15daemon, 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.
Alexander Ponyatykh <lazyra...@gmail.com> (supplier of updated g15daemon
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: Tue, 28 Jul 2020 23:37:13 +0300
Source: g15daemon
Architecture: source
Version: 1.9.5.3-12
Distribution: unstable
Urgency: medium
Maintainer: Alexander Ponyatykh <lazyra...@gmail.com>
Changed-By: Alexander Ponyatykh <lazyra...@gmail.com>
Closes: 957243
Changes:
g15daemon (1.9.5.3-12) unstable; urgency=medium
.
* Add -fcommon compiler flag for compatibility with GCC 10.
(Closes: bug#957243)
* Compliant to policy 4.5.0
Checksums-Sha1:
caa2a4939f4d20d7fea3ef24fb8dfe68052d3f56 1931 g15daemon_1.9.5.3-12.dsc
915fe36b3008f4e37131b4bd4a592a311857279d 9484
g15daemon_1.9.5.3-12.debian.tar.xz
Checksums-Sha256:
c570777bc83ee912ee5fdf85c8aa9ea4ba1cd3080b28c2104141a5975c2d856d 1931
g15daemon_1.9.5.3-12.dsc
0828370f143bd189223d80fd0af5d87b3ef3bd95ff0544b5a186d0565fcb5c28 9484
g15daemon_1.9.5.3-12.debian.tar.xz
Files:
2d8dc6fc832ecc04eb5b2c1daf67b0c0 1931 utils optional g15daemon_1.9.5.3-12.dsc
1fbcf6601e099244ed54dcbee99b5c1e 9484 utils optional
g15daemon_1.9.5.3-12.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl8j+e4ACgkQXkCM2RzY
OdJP8Af/TL4FUYq2MWkjcAB+DX6e6TXQ8cmqyjbWll2rD5aJAkV0hmz5rA0o+Mg6
WWUxAfW+CwC4DPodR/AaxLvvvA6pRL6hzSGbVT915d7HT72TQA+7IefOXSfAolBm
uSWzHk2uR0J/O2OIa6t6lucc6Oei61q2MfVS0nXxM/Tk9JiVuAptaOq1I3NzR1/j
mr3XwYAqIQB/Lf9Pu5lPCigtKVUYRyNM3l9fCeQfhvLYFLy0mKZdCLpSFoUlZfOq
a/wJDEE8BKvoA45RBiSNjl3B+luoFBK0+uNNo0UekCh5NwiDSAw2xunycTItToF4
PfYGO5uRYea7WZf9qVfHkAcue8NvIw==
=4hhB
-----END PGP SIGNATURE-----
--- End Message ---