Your message dated Mon, 27 Jul 2020 22:19:58 +0000
with message-id <e1k0bts-000brv...@fasolo.debian.org>
and subject line Bug#957903: fixed in utalk 1.0.1.beta-8.1
has caused the Debian Bug report #957903,
regarding utalk: 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.)
--
957903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:utalk
Version: 1.0.1.beta-8
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/utalk_1.0.1.beta-8_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
[...]
| ^
| |
| unsigned char *
In file included from rc.c:14:
/usr/include/string.h:126:32: note: expected ‘const char * restrict’ but
argument is of type ‘unsigned char *’
126 | const char *__restrict __src, size_t __n)
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
rc.c:147:22: warning: pointer targets in passing argument 2 of ‘strncpy’ differ
in signedness [-Wpointer-sign]
147 | strncpy(a->to, nx, 255);
| ^~
| |
| unsigned char *
In file included from rc.c:14:
/usr/include/string.h:126:32: note: expected ‘const char * restrict’ but
argument is of type ‘unsigned char *’
126 | const char *__restrict __src, size_t __n)
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
rc.c: In function ‘read_rc’:
rc.c:177:13: warning: pointer targets in assignment from ‘unsigned char *’ to
‘char *’ differ in signedness [-Wpointer-sign]
177 | if ((home = (unsigned char *)getenv("HOME")) == NULL)
| ^
rc.c:195:11: warning: pointer targets in passing argument 1 of ‘fgets’ differ
in signedness [-Wpointer-sign]
195 | fgets(b, 300, stdin);
| ^
| |
| unsigned char *
In file included from rc.c:11:
/usr/include/stdio.h:564:38: note: expected ‘char * restrict’ but argument is
of type ‘unsigned char *’
564 | extern char *fgets (char *__restrict __s, int __n, FILE *__restrict
__stream)
| ~~~~~~~~~~~~~~~~~^~~
gcc -O2 -g -Wall -D__USE_FIXED_PROTOTYPES__ -DLIBDIR="\"/usr/lib\"" -c -o
menu.o menu.c
menu.c: In function ‘menu_keyboard’:
menu.c:603:15: warning: pointer targets in passing argument 1 of ‘putscreen’
differ in signedness [-Wpointer-sign]
603 | putscreen(&c, 1, 0);
| ^~
| |
| unsigned char *
In file included from menu.c:17:
termcap.h:37:29: note: expected ‘char *’ but argument is of type ‘unsigned char
*’
37 | extern void putscreen(char *s, int n, char attr);
| ~~~~~~^
menu.c: In function ‘command_callback’:
menu.c:735:20: warning: pointer targets in passing argument 1 of ‘do_rc_line’
differ in signedness [-Wpointer-sign]
735 | r = do_rc_line(s);
| ^
| |
| char *
In file included from menu.c:20:
rc.h:22:18: note: expected ‘unsigned char *’ but argument is of type ‘char *’
22 | char *do_rc_line(unsigned char *);
| ^~~~~~~~~~~~~~~
menu.c: In function ‘topic_callback’:
menu.c:756:14: warning: pointer targets in passing argument 1 of ‘settopic’
differ in signedness [-Wpointer-sign]
756 | settopic(s);
| ^
| |
| char *
In file included from menu.c:19:
screen.h:20:37: note: expected ‘unsigned char *’ but argument is of type ‘char
*’
20 | extern void settopic(unsigned char *s);
| ~~~~~~~~~~~~~~~^
gcc -o utalk srdp.o utalk.o util.o termcap.o termio.o globals.o signal.o
screen.o functions.o kbd.o comm.o rc.o menu.o -lncurses
/usr/bin/ld: termio.o:/<<PKGBUILDDIR>>/termio.c:36: multiple definition of
`term'; utalk.o:/<<PKGBUILDDIR>>/utalk.c:49: first defined here
/usr/bin/ld: termio.o:/<<PKGBUILDDIR>>/termio.c:36: multiple definition of
`term0'; utalk.o:/<<PKGBUILDDIR>>/utalk.c:49: first defined here
/usr/bin/ld: globals.o:/<<PKGBUILDDIR>>/globals.c:11: multiple definition of
`lines'; utalk.o:(.bss+0x0): first defined here
/usr/bin/ld: globals.o:/<<PKGBUILDDIR>>/globals.c:11: multiple definition of
`cols'; utalk.o:(.bss+0x4): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:65: utalk] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: utalk
Source-Version: 1.0.1.beta-8.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
utalk, 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 utalk 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: Wed, 22 Jul 2020 22:39:21 +0100
Source: utalk
Architecture: source
Version: 1.0.1.beta-8.1
Distribution: unstable
Urgency: medium
Maintainer: Radovan Garabík <gara...@kassiopeia.juls.savba.sk>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957903
Changes:
utalk (1.0.1.beta-8.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957903)
Checksums-Sha1:
6ca401823ba26a1d779c0955d518678b85de932c 1682 utalk_1.0.1.beta-8.1.dsc
f33fb80f4136f03aac105ff56a906b6cc5302752 3502 utalk_1.0.1.beta-8.1.diff.gz
7db385fa2e01a5fd5a6d91eae120e1cddde6de4b 5891
utalk_1.0.1.beta-8.1_amd64.buildinfo
Checksums-Sha256:
0570184ba7b3e6d2caab311225f6cf6e30409c8c056fcc334e1c3dcca2d07a93 1682
utalk_1.0.1.beta-8.1.dsc
c96e82a3dc416d02baaef4093d94251d4a1484095e141603dc8fa34fc807bfbf 3502
utalk_1.0.1.beta-8.1.diff.gz
8013de4e47144909640c6d5303664440ebdf49d6395d378e92e94967483d3319 5891
utalk_1.0.1.beta-8.1_amd64.buildinfo
Files:
89ac06b1a081a2e6ea706ad7dbab25c8 1682 net optional utalk_1.0.1.beta-8.1.dsc
81290341d787189d58c04e9cef9ce940 3502 net optional utalk_1.0.1.beta-8.1.diff.gz
bf833be63c05ede05bc95f2e5b485caf 5891 net optional
utalk_1.0.1.beta-8.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8YstUACgkQR5mjUUbR
KzW/pw//Xb/M7uKyPf5RhwJSAX+TuJ7yJ48vz8NZsEgsp0yj/ffT4fiytprpwy5b
+IUUqOaWs3/1K7xYV4xMRdpRxtz9own0nfFzHKwAISVX4K9sVJbKRE+RsAQ/BNI3
j7W5X4TvMgEu5BBR2KH7RVvlUi0HON8fpiKKuwxrwNz8YDMuXg2IYqYJ87M+usNM
llRh7OCOPkNWnv6WaVDpuUdCbuKTeo4eAlwvVFQP6Nu3pykZyrU4+9SFbRsoDqVF
eX8q0LoHhT9Acq7wZOpaIjs6XVF4WPWl+0TPUWdij8x65TvRNenMh8j/ydkA3f9T
PxEGRsFM4Dn8mWP/Qk0lWVUaX3ecMdCk0p/OE3JGRhflrOQ9ZhvtAKSOmksD9u4a
Ym0pYcUSznFU6ALHV2yTL/MpwBQXUtSd60DwTpoYgL+CSBNIKMhjCcqYocD3aZSG
UPM1KLTuGlCpoYEcMFcEC8nN72mvqQRDWeZKsA9jg5owrY08OVVP4SQsO4O/0pFb
cIY02IXY+E7TwVzdWcItgdKXE3gmNaGQVyBbWckA5ubxMlYR+ft43JElNFYy4ziI
aBTUbZVdHboZidWQUTKx3hB/QXeLyOzub3g/9R99kA38G2QZ0mDP315m+/1gU9Us
IzebaOwoaO5Oo9nb3mWsZcjbOgqi5SJY68THm9dbaf0QSX8Ts0k=
=ybzD
-----END PGP SIGNATURE-----
--- End Message ---