Your message dated Tue, 09 Feb 2021 22:33:31 +0000
with message-id <[email protected]>
and subject line Bug#957384: fixed in jabber-muc 0.8-8
has caused the Debian Bug report #957384,
regarding jabber-muc: 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.)


-- 
957384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957384
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:jabber-muc
Version: 0.8-7
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/jabber-muc_0.8-7_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

[...]
      |   ^~~
In file included from /usr/include/glib-2.0/glib.h:110,
                 from ../../include/jcomp.h:35,
                 from jcr_main_stream_error.c:23:
/usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here
  100 | GThread *g_thread_create       (GThreadFunc       func,
      |          ^~~~~~~~~~~~~~~
jcr_base_connect.c: In function ‘jcr_send_start_stream’:
jcr_base_connect.c:87:48: warning: format ‘%d’ expects argument of type ‘int’, 
but argument 3 has type ‘gsize’ {aka ‘long unsigned int’} [-Wformat=]
   87 |     log_debug(JDBG, "Opening XML stream: sent %d bytes", bytes);
      |                                               ~^         ~~~~~
      |                                                |         |
      |                                                int       gsize {aka 
long unsigned int}
      |                                               %ld
a - jcr_xdb.o
a - jcr_log.o
a - jcr_deliver.o
a - jcr_elements.o
a - jcr_main_stream_error.o
a - jcr_shutdown.o
a - jcr_compatibility.o
a - jcr_base_connect.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/jcomp'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../../lib -I../include `pkg-config --cflags 
glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN  -o mu-conference libjcomp.a 
conference.o conference_room.o conference_user.o utils.o xdata.o admin.o 
roles.o xdb.o hash.o iq.o main.o mysql.o  -Wl,-z,relro -Wl,-z,now -L.  -ljcomp 
-lm `pkg-config --libs glib-2.0` `pkg-config --libs gthread-2.0` -lexpat -lidn
/usr/bin/ld: conference_room.o:./src/../include/jcomp-compat.h:69: multiple 
definition of `deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: 
first defined here
/usr/bin/ld: conference_room.o:./src/../include/jcomp.h:101: multiple 
definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first defined 
here
/usr/bin/ld: conference_user.o:./src/../include/jcomp-compat.h:69: multiple 
definition of `deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: 
first defined here
/usr/bin/ld: conference_user.o:./src/../include/jcomp.h:101: multiple 
definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first defined 
here
/usr/bin/ld: utils.o:./src/../include/jcomp.h:101: multiple definition of 
`jcr'; conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: utils.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: xdata.o:./src/../include/jcomp.h:101: multiple definition of 
`jcr'; conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: xdata.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: admin.o:./src/../include/jcomp.h:101: multiple definition of 
`jcr'; conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: admin.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: roles.o:./src/../include/jcomp.h:101: multiple definition of 
`jcr'; conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: roles.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: xdb.o:./src/../include/jcomp.h:101: multiple definition of `jcr'; 
conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: xdb.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: hash.o:./src/../include/jcomp.h:101: multiple definition of `jcr'; 
conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: hash.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: iq.o:./src/../include/jcomp.h:101: multiple definition of `jcr'; 
conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: iq.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: main.o:./src/../include/jcomp.h:101: multiple definition of `jcr'; 
conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: main.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: mysql.o:./src/../include/jcomp.h:101: multiple definition of 
`jcr'; conference.o:./src/../include/jcomp.h:101: first defined here
/usr/bin/ld: mysql.o:./src/../include/jcomp-compat.h:69: multiple definition of 
`deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: first defined 
here
/usr/bin/ld: ./libjcomp.a(jcr_xdb.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_xdb.o):./src/jcomp/../../include/jcomp-compat.h:69: multiple 
definition of `deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: 
first defined here
/usr/bin/ld: ./libjcomp.a(jcr_log.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_log.o):./src/jcomp/../../include/jcomp-compat.h:69: multiple 
definition of `deliver__flag'; conference.o:./src/../include/jcomp-compat.h:69: 
first defined here
/usr/bin/ld: ./libjcomp.a(jcr_deliver.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_deliver.o):./src/jcomp/../../include/jcomp-compat.h:69: 
multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
/usr/bin/ld: 
./libjcomp.a(jcr_main_stream_error.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_main_stream_error.o):./src/jcomp/../../include/jcomp-compat.h:69:
 multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
/usr/bin/ld: 
./libjcomp.a(jcr_shutdown.o):./src/jcomp/../../include/jcomp.h:101: multiple 
definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first defined 
here
/usr/bin/ld: 
./libjcomp.a(jcr_shutdown.o):./src/jcomp/../../include/jcomp-compat.h:69: 
multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
/usr/bin/ld: 
./libjcomp.a(jcr_compatibility.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_compatibility.o):./src/jcomp/../../include/jcomp-compat.h:69: 
multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
/usr/bin/ld: 
./libjcomp.a(jcr_base_connect.o):./src/jcomp/../../include/jcomp.h:101: 
multiple definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first 
defined here
/usr/bin/ld: 
./libjcomp.a(jcr_base_connect.o):./src/jcomp/../../include/jcomp-compat.h:69: 
multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
/usr/bin/ld: 
./libjcomp.a(jcr_elements.o):./src/jcomp/../../include/jcomp.h:101: multiple 
definition of `jcr'; conference.o:./src/../include/jcomp.h:101: first defined 
here
/usr/bin/ld: 
./libjcomp.a(jcr_elements.o):./src/jcomp/../../include/jcomp-compat.h:69: 
multiple definition of `deliver__flag'; 
conference.o:./src/../include/jcomp-compat.h:69: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:20: mu-conference] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:2: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:16: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: jabber-muc
Source-Version: 0.8-8
Done: Willem van den Akker <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jabber-muc, 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.
Willem van den Akker <[email protected]> (supplier of updated jabber-muc 
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: SHA512

Format: 1.8
Date: Tue, 09 Feb 2021 07:56:50 +0100
Source: jabber-muc
Architecture: source
Version: 0.8-8
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Willem van den Akker <[email protected]>
Closes: 957384
Changes:
 jabber-muc (0.8-8) unstable; urgency=medium
 .
   * debian/patches
     - fix for ftbfs with GCC10 (Closes: #957384).
       Thanks to Logan Rosen.
   * debian/control
     - bump standards to 4.5.1.
     - set debhelper-compat to level 13.
   * debian/compat
     - removed.
Checksums-Sha1:
 540cacf234e10d4d5440c0f85a24a2d8b606f5f5 1997 jabber-muc_0.8-8.dsc
 b6a780d770a87401154b47b549e5f19946529a0a 8596 jabber-muc_0.8-8.debian.tar.xz
 893c930c31efe66028bbc0f6a17019a4380e127f 6610 jabber-muc_0.8-8_source.buildinfo
Checksums-Sha256:
 a8a8cd537154686903640be5a871c00e6b6319eec8f21c5e398556eefae4ed35 1997 
jabber-muc_0.8-8.dsc
 adf020a51c72a42ce6eb6f853809ecd02129562ca8900dadea1fa5214751c9a7 8596 
jabber-muc_0.8-8.debian.tar.xz
 30b38f3f5e214913a13820463ea452285d84d230305e0e607e3c9ab08223b692 6610 
jabber-muc_0.8-8_source.buildinfo
Files:
 a6a5db26690cdaaa40a1502e83db2ede 1997 net optional jabber-muc_0.8-8.dsc
 30eaa96c6429bae883512597475289e3 8596 net optional 
jabber-muc_0.8-8.debian.tar.xz
 0869b5f031c57db556e583d7b580cdd8 6610 net optional 
jabber-muc_0.8-8_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmAjCMsACgkQweDZLphv
fH7NzA/8CvZvnUH8Xdsb/K7XQKUDrok51Oy+CfitnDlIjHxJBXJVWH1WdjxyqgUp
8/4dS1tPhU9FBwWf559B/UZAOjOAcfTNLG99qpZdRMq+NQOWyqHzx3yqCqHf2VWK
zq7t2BXt4Y3YD84Fa7iaGK0lLOykmxabuArg0aPYtWRruvXf6Qj4En/2vTpc+RmY
IWEZIhXrmZfhxgigYRqKCLU0cuZeEs+x1Q5UiujVpi73n7qCS0OVjxtKpLnBUws7
0iZjpPkohKdSYIqISe8w8fGtIiPI0/hrPwHYxEsNWHNzRZW1uCNuX9oeVJWTAvEB
Z8UcbrHTTFO3Yx8UyXU+FWNaCcnHt21pCavl9UcdBees5vy1hOYV84IWt1IN4RH+
oAoi9xAMYqEqDWo9ZaVYkQWIvVQwYx9z5WHBhj8IfRqp/iXlUrTAhTnMcmXQWt5W
5dvLpcLN3DQXYJb2BYIx/1iLp18WWyzBXPp7YZeK8eac3I4faKq24FcnbrJXwOXo
jeKIEimKQS1Q734SIdhsoJ2ryOIoNYODqrFHREvyHzAWZjnFLNfxIJuaYN5LF+DD
+XRrPU0IXaLr2rhw0t5wb0PlgS2RfdBbRm2aPOH52rEXJya+71d/Z0OO6NFnjaz/
HIFCJc7Pk+SuF/g9XRE1WzsvbLZIyKZEPnqMU5IJ+pZNaGv7F9A=
=nlTI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to