Your message dated Sat, 25 Jul 2020 17:04:19 +0000
with message-id <e1jznat-000etw...@fasolo.debian.org>
and subject line Bug#957865: fixed in telegram-cli 1.3.1+git20160323.6547c0b21-2
has caused the Debian Bug report #957865,
regarding telegram-cli: 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.)
--
957865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:telegram-cli
Version: 1.3.1+git20160323.6547c0b21-1
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/telegram-cli_1.3.1+git20160323.6547c0b21-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
[...]
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for alarm... yes
checking for endpwent... yes
checking for memset... yes
checking for memmove... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strndup... yes
checking for uname... yes
checking for __builtin_bswap32... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules,
--disable-maintainer-mode, --disable-dependency-tracking
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/main.d -MQ objs/main.o -o
objs/main.o main.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/loop.d -MQ objs/loop.o -o
objs/loop.o loop.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/interface.d -MQ objs/interface.o
-o objs/interface.o interface.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/lua-tg.d -MQ objs/lua-tg.o -o
objs/lua-tg.o lua-tg.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/json-tg.d -MQ objs/json-tg.o -o
objs/json-tg.o json-tg.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/python-tg.d -MQ objs/python-tg.o
-o objs/python-tg.o python-tg.c
gcc -I. -I. -I/usr/include/tgl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/lua5.2 -I/usr/include/wolfssl -DWC_NO_HARDEN -DHAVE_CONFIG_H
-Wall -Werror -Wextra -Wno-missing-field-initializers
-Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
-Wno-unused-parameter -fPIC -c -MP -MD -MF dep/python-types.d -MQ
objs/python-types.o -o objs/python-types.o python-types.c
gcc objs/main.o objs/loop.o objs/interface.o objs/lua-tg.o objs/json-tg.o
objs/python-tg.o objs/python-types.o -Wl,-z,relro -L/usr/local/lib -L/usr/lib
-L/usr/lib -rdynamic -ggdb -levent -ljansson -lconfig -lz -lgcrypt -levent
-lreadline -llua5.2 -lm -ldl -ldl -lpthread -lutil -ltgl-0.0.0.20160623 -o
bin/telegram-cli
/usr/bin/ld: objs/loop.o:./loop.c:77: multiple definition of `verbosity';
objs/main.o:./main.c:93: first defined here
/usr/bin/ld: objs/loop.o:./loop.c:392: multiple definition of
`wait_dialog_list'; objs/main.o:./main.c:510: first defined here
/usr/bin/ld: objs/loop.o:./loop.c:90: multiple definition of `register_mode';
objs/main.o:./main.c:508: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:121: multiple definition of
`msg_num_mode'; objs/main.o:./main.c:94: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:133: multiple definition of
`readline_active'; objs/loop.o:./loop.c:390: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:124: multiple definition of
`disable_colors'; objs/main.o:./main.c:110: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:123: multiple definition of
`permanent_peer_id_mode'; objs/main.o:./main.c:123: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:120: multiple definition of
`disable_auto_accept'; objs/main.o:./main.c:509: first defined here
/usr/bin/ld: objs/interface.o:./interface.c:122: multiple definition of
`permanent_msg_id_mode'; objs/main.o:./main.c:122: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:51: bin/telegram-cli] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:15: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: telegram-cli
Source-Version: 1.3.1+git20160323.6547c0b21-2
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
We believe that the bug you reported is fixed in the latest version of
telegram-cli, 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.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated telegram-cli
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: Sun, 26 Jul 2020 00:06:56 +0800
Source: telegram-cli
Architecture: source
Version: 1.3.1+git20160323.6547c0b21-2
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 957865
Changes:
telegram-cli (1.3.1+git20160323.6547c0b21-2) unstable; urgency=low
.
* Port to GCC-10 (Closes: #957865)
- debian/patches/0003_port_to_gcc10.patch
Checksums-Sha1:
d5666216a510094c6dddfc8c15c0aaeef03e3464 2113
telegram-cli_1.3.1+git20160323.6547c0b21-2.dsc
3bb5841a18208d29f12977f00cb96ed03ce70a12 5612
telegram-cli_1.3.1+git20160323.6547c0b21-2.debian.tar.xz
05e7004f709684a010d7e0af34debb266d2c295f 6734
telegram-cli_1.3.1+git20160323.6547c0b21-2_source.buildinfo
Checksums-Sha256:
73e4fe1b0cd1b33657ab9fb6d143237b7db39445ad8e31558b982a1fb137d577 2113
telegram-cli_1.3.1+git20160323.6547c0b21-2.dsc
a02b80a85ec8cd581522a9c1862ccdc4ae77d814401b5392f01d877e95630b7b 5612
telegram-cli_1.3.1+git20160323.6547c0b21-2.debian.tar.xz
7e8d3850d6d5420bd1ba9d855d1c208cc2f3567dd4f50ae6173274536eb759f7 6734
telegram-cli_1.3.1+git20160323.6547c0b21-2_source.buildinfo
Files:
7e329798c98be6fd442d8a32623e5313 2113 net optional
telegram-cli_1.3.1+git20160323.6547c0b21-2.dsc
722fd3b7089f3bbf9daf8439e4403519 5612 net optional
telegram-cli_1.3.1+git20160323.6547c0b21-2.debian.tar.xz
8cbf34c9f09a7bad2dc9d78ec2765f93 6734 net optional
telegram-cli_1.3.1+git20160323.6547c0b21-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAl8cW8MTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiLhPEACTJdiH79vm2ixaze/aPvPth8Ss9zxb
1PDgO4JHe5+4lh+SA6BuqRc0JMecknZBi0WMpHNJRvY6YeSsvDguiac5POts1RrZ
nSITIwEV6eHrJXJUoejd1V+GNOQWlFTVGK7BLJ4OxA1jouv7oKhgIu1LctKDwknQ
AdR70KP8yt/EoJGkb974kWlY0zWK4AUF4BuACHAGw0xWcYe1E0CoBMsd6H9Q5QMi
a7UZRvKuoWUOmJeE3PQaWzxv14QoVJovBBpBI5G9ihDpEHzZrd6hqEoXENqyVlAL
f0RwJikrVTmnIvaMPt52LZy4Ydn0vJca4qRi8YX+lDBsy2P+xLwwSC5duJ1qNhdH
0/1JBlanMfq7U6Dj9ADiEkXh0/0YDUasr9ulepCYM6V43IDL/fQ/O38YtGjr95Ck
obnoMKko/CKOmWv4uHxZaiklE8UiqQZwQiwh57H2QAbymP0/5J0s7TORirRJe5K2
7art4cgHHUtLxFrcAOoNZDe1sCDJLTDCmq1JI9UsG2ZyNmq4PCoxc4fMfI25ifUL
O5OG4cfkbyZ+J3geLT1IyPGnm3YaH7Gdqv5HL2H2bpFwKuUJeTWFnsNIDZokOZyo
NrYBFkcc6ksz7EhfSiSjIx4vuQB52ML4U6kHOPd2/bD5P1yz+tNWUYUcJnAeOWtT
MEPquf4eCRtmpw==
=Rvy6
-----END PGP SIGNATURE-----
--- End Message ---