Your message dated Mon, 09 Jun 2014 07:34:25 +0000
with message-id <[email protected]>
and subject line Bug#746857: fixed in gloox 1.0.10-3
has caused the Debian Bug report #746857,
regarding gloox: ftbfs with GCC-4.9
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.)


-- 
746857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gloox
Version: 1.0.9-3
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/gloox_1.0.9-3_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 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-4.9/porting_to.html

[...]
make[6]: Entering directory `/«PKGBUILDDIR»/src/tests/iq'
g++ -DHAVE_CONFIG_H -I. -I../../..  -pedantic -Wall -pipe -W -Wfloat-equal 
-Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas 
-Wconversion -Wundef -Wcast-qual  -D_FORTIFY_SOURCE=2 -pthread  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi -c -o iq_test.o iq_test.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi  -Wl,-z,relro -pthread -o iq_test iq_test.o ../../tag.o ../../iq.o 
../../stanza.o ../../jid.o ../../prep.o ../../gloox.o ../../util.o ../../sha.o 
../../base64.o -lresolv -lresolv -lresolv   -lidn -lgnutls   -lgcrypt -lz
libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -ansi -Wl,-z -Wl,relro -pthread -o iq_test iq_test.o 
../../tag.o ../../iq.o ../../stanza.o ../../jid.o ../../prep.o ../../gloox.o 
../../util.o ../../sha.o ../../base64.o  -lresolv -lidn -lgnutls -lgcrypt -lz 
-pthread
make[6]: Leaving directory `/«PKGBUILDDIR»/src/tests/iq'
Making all in jid
make[6]: Entering directory `/«PKGBUILDDIR»/src/tests/jid'
g++ -DHAVE_CONFIG_H -I. -I../../..  -pedantic -Wall -pipe -W -Wfloat-equal 
-Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas 
-Wconversion -Wundef -Wcast-qual  -D_FORTIFY_SOURCE=2 -pthread  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi -c -o jid_test.o jid_test.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi  -Wl,-z,relro -pthread -o jid_test jid_test.o ../../jid.o ../../prep.o 
../../gloox.o ../../util.o -lresolv -lresolv -lresolv   -lidn -lgnutls   
-lgcrypt -lz
libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -ansi -Wl,-z -Wl,relro -pthread -o jid_test jid_test.o 
../../jid.o ../../prep.o ../../gloox.o ../../util.o  -lresolv -lidn -lgnutls 
-lgcrypt -lz -pthread
g++ -DHAVE_CONFIG_H -I. -I../../..  -pedantic -Wall -pipe -W -Wfloat-equal 
-Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas 
-Wconversion -Wundef -Wcast-qual  -D_FORTIFY_SOURCE=2 -pthread  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi -c -o jid_perf.o jid_perf.cpp
jid_perf.cpp: In function 'void printTime(const char*, timeval, timeval)':
jid_perf.cpp:19:5: warning: conversion to 'double' from '__time_t {aka long 
int}' may alter its value [-Wconversion]
   t = tv2.tv_sec - tv1.tv_sec;
     ^
jid_perf.cpp:20:41: warning: conversion to 'double' from '__suseconds_t {aka 
long int}' may alter its value [-Wconversion]
   t +=  ( tv2.tv_usec - tv1.tv_usec ) / divider;
                                         ^
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi  -Wl,-z,relro -pthread -o jid_perf jid_perf.o ../../jid.o ../../prep.o 
../../gloox.o ../../util.o -lresolv -lresolv -lresolv   -lidn -lgnutls   
-lgcrypt -lz
libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -ansi -Wl,-z -Wl,relro -pthread -o jid_perf jid_perf.o 
../../jid.o ../../prep.o ../../gloox.o ../../util.o  -lresolv -lidn -lgnutls 
-lgcrypt -lz -pthread
make[6]: Leaving directory `/«PKGBUILDDIR»/src/tests/jid'
Making all in jinglecontent
make[6]: Entering directory `/«PKGBUILDDIR»/src/tests/jinglecontent'
g++ -DHAVE_CONFIG_H -I. -I../../..  -pedantic -Wall -pipe -W -Wfloat-equal 
-Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas 
-Wconversion -Wundef -Wcast-qual -D_FORTIFY_SOURCE=2 -pthread  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi -c -o jinglecontent_test.o jinglecontent_test.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-ansi  -Wl,-z,relro -pthread -o jinglecontent_test jinglecontent_test.o 
../../stanza.o ../../jid.o ../../tag.o ../../prep.o ../../gloox.o ../../iq.o 
../../util.o ../../sha.o ../../base64.o ../../jinglecontent.o ../../error.o 
../../mutex.o ../../jinglepluginfactory.o -lresolv -lresolv -lresolv   -lidn 
-lgnutls   -lgcrypt -lz
libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -ansi -Wl,-z -Wl,relro -pthread -o jinglecontent_test 
jinglecontent_test.o ../../stanza.o ../../jid.o ../../tag.o ../../prep.o 
../../gloox.o ../../iq.o ../../util.o ../../sha.o ../../base64.o 
../../jinglecontent.o ../../error.o ../../mutex.o ../../jinglepluginfactory.o  
-lresolv -lidn -lgnutls -lgcrypt -lz -pthread
../../jinglepluginfactory.o: In function `~Reason':
/«PKGBUILDDIR»/src/jinglesession.h:150: undefined reference to `vtable for 
gloox::Jingle::Session::Reason'
/«PKGBUILDDIR»/src/jinglesession.h:150: undefined reference to `vtable for 
gloox::Jingle::Session::Reason'
/«PKGBUILDDIR»/src/jinglesession.h:150: undefined reference to `vtable for 
gloox::Jingle::Session::Reason'
/«PKGBUILDDIR»/src/jinglesession.h:150: undefined reference to `vtable for 
gloox::Jingle::Session::Reason'
../../jinglepluginfactory.o: In function 
`gloox::Jingle::Session::Reason::~Reason()':
/«PKGBUILDDIR»/src/jinglesession.h:150: undefined reference to `vtable for 
gloox::Jingle::Session::Reason'
../../jinglepluginfactory.o:/«PKGBUILDDIR»/src/jinglesession.h:150: more 
undefined references to `vtable for gloox::Jingle::Session::Reason' follow
collect2: error: ld returned 1 exit status
make[6]: *** [jinglecontent_test] Error 1
make[6]: Leaving directory `/«PKGBUILDDIR»/src/tests/jinglecontent'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/src/tests'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»'
make[2]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gloox
Source-Version: 1.0.10-3

We believe that the bug you reported is fixed in the latest version of
gloox, 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.
Vincent Cheng <[email protected]> (supplier of updated gloox 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: SHA256

Format: 1.8
Date: Sun, 08 Jun 2014 23:25:38 -0700
Source: gloox
Binary: libgloox-dev libgloox12 libgloox-dbg libgloox-doc
Architecture: source amd64 all
Version: 1.0.10-3
Distribution: unstable
Urgency: medium
Maintainer: Vincent Cheng <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Description:
 libgloox-dbg - C++ jabber/xmpp library (debug symbols)
 libgloox-dev - C++ jabber/xmpp library (devel)
 libgloox-doc - C++ jabber/xmpp library (API documentation)
 libgloox12 - C++ jabber/xmpp library
Closes: 746857
Changes:
 gloox (1.0.10-3) unstable; urgency=medium
 .
   * Add debian/patches/fix_gcc4.9_ftbfs.patch to fix FTBFS with gcc 4.9.
     (Closes: #746857)
Checksums-Sha1:
 143fb05eff5e453fc9169efe23ebc85225b94c50 2087 gloox_1.0.10-3.dsc
 7d9d5fe4f9d279bc3b646e3e9d45c037461778f8 5528 gloox_1.0.10-3.debian.tar.xz
 bc38252ca985f7f0d541f690f3d5aaa45fb389a2 571688 libgloox-dev_1.0.10-3_amd64.deb
 bf7ef02db15faec537ca9d2f1f8c5920fe421995 390362 libgloox12_1.0.10-3_amd64.deb
 affa049b9290465414ee05b0347e0cf1f12e780c 3842808 
libgloox-dbg_1.0.10-3_amd64.deb
 c5f7d944ab5004209e150b74374f46e7d32e24c8 1729932 libgloox-doc_1.0.10-3_all.deb
Checksums-Sha256:
 61f733c336ffa935658903ad18b170da898da3c7bef3b861258b762f05311170 2087 
gloox_1.0.10-3.dsc
 67cee11691c224434f8640ae65b09dd8eed471e01237c5a273a65afae89e7cc1 5528 
gloox_1.0.10-3.debian.tar.xz
 ea4e79966784baa81a81f0da63f86ae35b2dae7ed08efc0297d660b7f6df165e 571688 
libgloox-dev_1.0.10-3_amd64.deb
 ea71ea61f96fe1ee1976d5f016f1f1b91d5190cbf8518c570e210abf71fcfdc5 390362 
libgloox12_1.0.10-3_amd64.deb
 75ddc4fdc8d32082821b6c45baeac0d81d43d4d5ab40bfe5bcc472edb858a9a2 3842808 
libgloox-dbg_1.0.10-3_amd64.deb
 b647dd8f0b5e5fbfe2e2dfcf5e5edeb356611db237bd406bcfcdb13df46edf58 1729932 
libgloox-doc_1.0.10-3_all.deb
Files:
 9ecc2fbac2a127a5d32a813dae5133b6 571688 libdevel optional 
libgloox-dev_1.0.10-3_amd64.deb
 cb937749a51b7348188efb39c1812117 390362 libs optional 
libgloox12_1.0.10-3_amd64.deb
 95126878677f20883752db8acb3db7fb 3842808 debug extra 
libgloox-dbg_1.0.10-3_amd64.deb
 4cd7df2fb4ca13f8adc0107935c8d68b 1729932 doc extra 
libgloox-doc_1.0.10-3_all.deb
 b638e2ef594242c47f52fa213240f95b 2087 libs optional gloox_1.0.10-3.dsc
 6c4fa9b5039cc922237de34f93bbda82 5528 libs optional 
gloox_1.0.10-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTlV+AAAoJEI7tzBuqHzL/cKYP/A97d6EFJ9QDu2zp4LcD0rX5
zM6KA3OxKdeeWNCYLLOUuQXIVTsSryZjcKDmJsQENnYXAVMBkYcndI6WJaS0vM6f
9NHxelhFbbXqlaPmmy0yIXWGv9LUWI0imdGBe2ekjr8ShzPnpdTK3VRljnsSzu01
Ykd4ni4C0g+7fUDV99SNksVjLY/K0nq4HlZafa/lsTKev75UypRQ+tnPDIr/eOjN
sfd8hP5i8Pcr9rTUmEgzSDF/1xV7h60pTSJ2BqmBqkNkyNEFFK8n7dAym1OgBmRR
GAif6zkBJ5fgQYpNrWz4eLj3h+ff7XcupJlSh4SI2wYJfQgtTH5TLZtLqDT5bKJH
mEVqYvOuyfCcL8ycv7sQ7N1h+qfgsXTNM+ZdW0ypZy+Y9XR/SAhNQw464Xzz6oPB
owqgfQLw4JQbKa5U3kI40yKZZh/FsEWiMe4/qExyC2bsg/c54U7QDDx/blQB0Wp8
WS1IdtYa4x0XC+CyXk70eR8xkKNivwHJgXFaUgCzhuOmRZzG5RzGVRfnP733ww5/
nHsadf7dcwoJQQhhRzeljYWdxlPv9AI4G+tdn0uenLueiysLCe7xpHKg7IKTtAyA
+ZvMYfJT+U58ycb1DRhaeeoYiFs9Z/KcdjHp06/MAvIQZv8YmXZ42ZRQNhy3zJLQ
h7SU82aeAKBscUASX0oW
=v2nj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to