[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#701343: marked as done (qt-at-spi: ftbfs with GCC-4.8)



Your message dated Sun, 30 Jun 2013 22:19:24 +0000
with message-id <E1UtPxs-0002BS-Cl@franck.debian.org>
and subject line Bug#701343: fixed in qt-at-spi 0.3.1-4
has caused the Debian Bug report #701343,
regarding qt-at-spi: ftbfs with GCC-4.8
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 owner@bugs.debian.org
immediately.)


-- 
701343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701343
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:qt-at-spi
Version: 0.3.1-3
Severity: important
Tags: sid jessie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.8

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

  qtconcurrentfilter.h:108:47: error: typedef 'Iterator' locally defined but not used [-Werror=unused-local-typedefs]

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/qt-at-spi_0.3.1-3_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
                 from /usr/include/qt4/QtDBus/QtDBus:3,
                 from generated/dec_proxy.h:16,
                 from application.cpp:26:
/usr/include/qt4/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)':
/usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: error: typedef 'Iterator' locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename Sequence::const_iterator Iterator;
                                               ^
In file included from /usr/include/qt4/QtCore/QtCore:94:0,
                 from /usr/include/qt4/QtDBus/QtDBus:3,
                 from generated/dec_proxy.h:16,
                 from bridge.cpp:32:
/usr/include/qt4/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)':
/usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: error: typedef 'Iterator' locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename Sequence::const_iterator Iterator;
                                               ^
/usr/bin/moc-qt4 -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtDBus -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I.moc generated/dec_proxy.h -o .moc/moc_dec_proxy.cpp
/usr/bin/moc-qt4 -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtDBus -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I.moc generated/socket_proxy.h -o .moc/moc_socket_proxy.cpp
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/cache_adaptor.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/dec_proxy.o] Error 1
make[3]: *** [.obj/socket_proxy.o] Error 1
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/cache.o] Error 1
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/bridge.o] Error 1
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/struct_marshallers.o] Error 1
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/application.o] Error 1
In file included from /usr/include/qt4/QtCore/QtCore:94:0,
                 from /usr/include/qt4/QtDBus/QtDBus:3,
                 from generated/socket_proxy.h:21,
                 from atspiadaptor.cpp:30:
/usr/include/qt4/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)':
/usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: error: typedef 'Iterator' locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename Sequence::const_iterator Iterator;
                                               ^
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/atspiadaptor.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [sub-src-make_default-ordered] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j10 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 25
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: qt-at-spi
Source-Version: 0.3.1-4

We believe that the bug you reported is fixed in the latest version of
qt-at-spi, 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 701343@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthibault@debian.org> (supplier of updated qt-at-spi 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 30 Jun 2013 23:54:58 +0200
Source: qt-at-spi
Binary: qt-at-spi qt-at-spi-doc
Architecture: source amd64 all
Version: 0.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Changed-By: Samuel Thibault <sthibault@debian.org>
Description: 
 qt-at-spi  - at-spi accessibility plugin for Qt
 qt-at-spi-doc - at-spi accessibility plugin for Qt - Documentation
Closes: 701343
Changes: 
 qt-at-spi (0.3.1-4) unstable; urgency=low
 .
   * patches/werror: New patch to drop use of -Werror (Closes: #701343).
Checksums-Sha1: 
 53425fe84e297f8b620054a956a137f8b792bf2e 1926 qt-at-spi_0.3.1-4.dsc
 baccf97e908636453b5bf84b0fbfba13cae8bcc2 2481 qt-at-spi_0.3.1-4.debian.tar.gz
 cdbaebeb5e92b04602ec7e49b4cd88e94043f8d3 142804 qt-at-spi_0.3.1-4_amd64.deb
 ff096a1c2ca655b2b9276bc9cfafae20fbc5d7f2 12802 qt-at-spi-doc_0.3.1-4_all.deb
Checksums-Sha256: 
 8064b5d642832d0cc34113d0f824eba54cc7b12474f2e442492029ce55bc4e95 1926 qt-at-spi_0.3.1-4.dsc
 772a374cd84cfa79452f03ea003b5fd0dd0dab8ed598bb06ec06f0fad4ece1f5 2481 qt-at-spi_0.3.1-4.debian.tar.gz
 63035e0d7049d87d38441e6cd7538aac7533d67cbbf4641e6c45ec4100baee58 142804 qt-at-spi_0.3.1-4_amd64.deb
 2173aaac31141423243edf432c21a281cab203179f3c99e2e54a08fedf6c62f0 12802 qt-at-spi-doc_0.3.1-4_all.deb
Files: 
 5f204131feb9547dd149dfc8ebc834c4 1926 misc optional qt-at-spi_0.3.1-4.dsc
 fc36cf8041c8c53be38581a267477245 2481 misc optional qt-at-spi_0.3.1-4.debian.tar.gz
 28390bc3e981f46c99cdba8f81a3869d 142804 misc optional qt-at-spi_0.3.1-4_amd64.deb
 8d7fc547634ef10d0e91c0c4c876a30c 12802 doc optional qt-at-spi-doc_0.3.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJR0KpsAAoJECqpogBB8bdXSuoP/RCE0EkQ5Ku8gVIE7WAxTz4Q
KNYctOZodD3EvBLCjo12ODuHDsVGDwHdJXze24Sr1mbHfCbb+kfl4qp1+2SEoOzq
B6aEZaMMpIn3FbNRDvDW/PCl9uzQrX/NPlivgYsu+DUlv6E34CYP7Q8YRP8VF1B5
qn9Vet9raD/tdfz/NQcGcDZ2jmDnk4B0KSh7pU0CDLpFF6ED+Z2Yuc/ablB0Y6i0
lx1ZBkMFYr2ybezcb7xoxgBJpJyGfc+bEDG5+px2ifG+o01DiLqbEUVJprJ1kNND
nxMbsv2D9bUIZ7QrARfw+N3SQTHy8kLJX25TpugFqCUV6u9dB3kaDbI/6J/eHnea
iaqqqX0bYXBmflPmVAsIzvf1LF9j0RwuP0upNgwUYnGAxMVruvh41VkcLxzHj/3l
UdFW9K/CsbU5RX79NVM00N+5LIHtCr9lLUghbafYs0fyclX8DTy/GpRVgJgjrWe3
ruBjKSjijFZ0TsdUKrl7nR/w4z7L9MnPVwM7/K4eJB0V2oKElnxQO3Q9GjAnRVL9
B8lYNkGMwNsd5yqEoRUdzRQ7ltwkVIhNLabyIOLnC6XcgazgZao5vinvRHNFZeJQ
+XshZx3XjzXf2ZHEPfTk/oqZSpRK1HjJqBqbykHW1K4ugGq36K0mqgi7ThiiZ5My
3Uv3sdtCi9PN/YTVuPVr
=sHXF
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: