Your message dated Fri, 07 Aug 2020 16:19:00 +0000
with message-id <e1k455a-000bec...@fasolo.debian.org>
and subject line Bug#957523: fixed in mcabber 1.1.0-2
has caused the Debian Bug report #957523,
regarding mcabber: 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.)


-- 
957523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mcabber
Version: 1.1.0-1.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/mcabber_1.1.0-1.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

[...]
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmpp_muc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT xmpp_muc.o -MD -MP -MF $depbase.Tpo -c -o xmpp_muc.o 
xmpp_muc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmpp_s10n.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT xmpp_s10n.o -MD -MP -MF $depbase.Tpo -c -o xmpp_s10n.o 
xmpp_s10n.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo caps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT caps.o -MD -MP -MF $depbase.Tpo -c -o caps.o caps.c &&\
mv -f $depbase.Tpo $depbase.Po
caps.c: In function ‘caps_copy_to_persistent’:
caps.c:552:5: warning: ignoring return value of ‘write’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  552 |     write (fd, data, length);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
depbase=`echo help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT help.o -MD -MP -MF $depbase.Tpo -c -o help.o help.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo carbons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT carbons.o -MD -MP -MF $depbase.Tpo -c -o carbons.o carbons.c 
&&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo otr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT otr.o -MD -MP -MF $depbase.Tpo -c -o otr.o otr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nohtml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT nohtml.o -MD -MP -MF $depbase.Tpo -c -o nohtml.o nohtml.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
-D_FORTIFY_SOURCE=2  -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -Wall 
-D_GNU_SOURCE -MT modules.o -MD -MP -MF $depbase.Tpo -c -o modules.o modules.c 
&&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -O2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -O2 -Wall -D_GNU_SOURCE  -Wl,-z,relro -o 
mcabber main.o roster.o events.o commands.o compl.o hbuf.o screen.o settings.o 
hooks.o utf8.o histolog.o utils.o pgp.o xmpp.o xmpp_helper.o xmpp_iq.o 
xmpp_iqrequest.o xmpp_muc.o xmpp_s10n.o caps.o help.o carbons.o otr.o nohtml.o 
modules.o  -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lloudmouth-1 
-lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lgpgme -lassuan -lgpg-error -lotr  
-lidn -lpanelw  -lncursesw -ltinfo -laspell
libtool: link: x86_64-linux-gnu-gcc -O2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -O2 -Wall -D_GNU_SOURCE -Wl,-z -Wl,relro -o 
mcabber main.o roster.o events.o commands.o compl.o hbuf.o screen.o settings.o 
hooks.o utf8.o histolog.o utils.o pgp.o xmpp.o xmpp_helper.o xmpp_iq.o 
xmpp_iqrequest.o xmpp_muc.o xmpp_s10n.o caps.o help.o carbons.o otr.o nohtml.o 
modules.o -Wl,--export-dynamic -pthread  -lgmodule-2.0 -lloudmouth-1 -lglib-2.0 
-L/usr/lib/x86_64-linux-gnu -lgpgme -lassuan 
/usr/lib/x86_64-linux-gnu/libgpg-error.so -lotr -lidn -lpanelw -lncursesw 
-ltinfo /usr/lib/x86_64-linux-gnu/libaspell.so -pthread
/usr/bin/ld: events.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: events.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: commands.o:./mcabber/screen.h:19: multiple definition of 
`vi_mode'; main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: commands.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: hbuf.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: hbuf.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: screen.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: screen.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: hooks.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: hooks.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: histolog.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: histolog.o:./mcabber/screen.h:19: multiple definition of 
`vi_mode'; main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: utils.o:(.bss+0x40): multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: utils.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: xmpp_iq.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp_iq.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: xmpp_iqrequest.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp_iqrequest.o:./mcabber/screen.h:19: multiple definition of 
`vi_mode'; main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: xmpp_muc.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp_muc.o:./mcabber/screen.h:19: multiple definition of 
`vi_mode'; main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: xmpp_s10n.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: xmpp_s10n.o:./mcabber/screen.h:19: multiple definition of 
`vi_mode'; main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: help.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: help.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: otr.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: otr.o:./mcabber/screen.h:19: multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
/usr/bin/ld: modules.o:./mcabber/screen.h:60: multiple definition of 
`COLOR_ATTRIB'; main.o:./mcabber/screen.h:60: first defined here
/usr/bin/ld: modules.o:(.bss+0x60): multiple definition of `vi_mode'; 
main.o:./mcabber/screen.h:19: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:511: mcabber] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mcabber'
make[2]: *** [Makefile:410: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mcabber'
make[1]: *** [Makefile:466: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mcabber
Source-Version: 1.1.0-2
Done: Martin <deba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mcabber, 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.
Martin <deba...@debian.org> (supplier of updated mcabber 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: Fri, 07 Aug 2020 15:14:33 +0000
Source: mcabber
Architecture: source
Version: 1.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <pkg-xmpp-de...@lists.alioth.debian.org>
Changed-By: Martin <deba...@debian.org>
Closes: 957523
Changes:
 mcabber (1.1.0-2) unstable; urgency=medium
 .
   * Add upstream patches to fix build with GCC 10 (Closes: #957523).
   * Migrate to dh and debhelper-compat.
   * Add Mcabber User Guide.
Checksums-Sha1:
 0214e21d3ac7db35aae9a7efca43d36a7013b98c 2110 mcabber_1.1.0-2.dsc
 71b3eba5afe6fc172b3465cb0a919c58308be110 6024 mcabber_1.1.0-2.debian.tar.xz
 f8612cad3a36044c76117d08c0b8f8a14680ff00 10145 mcabber_1.1.0-2_amd64.buildinfo
Checksums-Sha256:
 678c8c15f0e4e6b644323a1acd12c59eb356dfc9d0bc3ebd77ca8d1901f0253d 2110 
mcabber_1.1.0-2.dsc
 25e3617f4fe5e380378e033132dee76060efb0de347ef1be7bc52dfc2c87bf7b 6024 
mcabber_1.1.0-2.debian.tar.xz
 213f9b38a4db869e5dbf07eeff1c5b1075b4b8b441861b4cf05c464bd38ba213 10145 
mcabber_1.1.0-2_amd64.buildinfo
Files:
 9b01e4a905a210bcd1cd4a20e4828384 2110 net optional mcabber_1.1.0-2.dsc
 03c8ab7368e2aa24e65ec8d12c9226cd 6024 net optional 
mcabber_1.1.0-2.debian.tar.xz
 0859f202048e2bf2a1264ac8e2edb0e9 10145 net optional 
mcabber_1.1.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAl8teuIACgkQ4+Chwoa5
Y+qRwBAAqvRtfcBRiDcm5UCv5+Yb9m5FkRafIslnBm0/r+FlKVBkC8a1QNvLP45u
MsJykFmLdp6UXqu7UHulS/D2iUys3jpTNk8WX6Oq88h/Kn3AsXT499vFQqXIEYEl
s/gbim1N/tAze4hV/zC1hl1Gryy3zQXGwNKt4HwGcKY0bab8KCO0RPB+6PsnPsVG
F+pKWLkQN2lHhOUOmSIOK4IjuQrQFfSPZZcLPjsr1sdbQ+OEixpGzy0Al87s6NKV
W10JWEP7Yku+HwbwftV+xBBqy+qLETlCBLh1Zc9RjuJA4pzrwZX23NHH0qSWIV4O
yP11SOkROr806FQrNnUD8nWJe2j3+cI5JGKO024RvsHCY1LGnb8DLuzMa0NSZaKJ
RiANDYzoIIsSAOdrJyAXtDDg/7RqkhiYU8Zjn0aNNmod2DtPoJTYqP2ySE8dDIpr
PTF+CoWaCDhX9BILPNrTVCa4KdDj4BMmLp+8pIC2fO2IdTBRW0vu1tFMarXOepVU
KK0dE90p8BKmTOhKQjHxsZFFY1ffzTMexisCBQgvQbndsYZE9Qo14jqeyi5NQ4Ba
XElC+oNp7DwqBwFQIfXM0Uu6MF4lnMvA4JEomUiSx1d4/lpWD/36ZvWkeZjWT7Ju
qBt3+4FqvF7kgKH7fsas9J6MpXRg65eWZgz9xHFffLOfpXK0niU=
=/ErG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to