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

Bug#846996: marked as done (Unable to compile with g++-6.3)



Your message dated Sun, 25 Dec 2016 21:12:43 +0000
with message-id <E1cLG5z-000DNv-Hs@fasolo.debian.org>
and subject line Bug#846996: fixed in qtbase-opensource-src 5.7.1+dfsg-2
has caused the Debian Bug report #846996,
regarding Unable to compile with g++-6.3
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.)


-- 
846996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846996
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qtbase5-dev
Version: 5.7.1~20161021+dfsg-6
Severity: important

Trying to compile lxqt-panel with g++-6 and qtbase5-dev_5.7.1 results in the following errors:

In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qplugin.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtPlugin:1,
                 from /home/src/lxqt-panel-de/plugin-clock/../panel/ilxqtpanelplugin.h:32,
                 from /home/src/lxqt-panel-de/plugin-clock/lxqtclock.h:34,
                 from /home/src/lxqt-panel-de/plugin-clock/lxqtclock.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h: In function ‘uint qCountTrailingZeroBits(quint16)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:630:32: error: ‘__builtin_ctzs’ was not declared in this scope
     return v ? __builtin_ctzs(v) : 16U;
                                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h: In function ‘uint qCountLeadingZeroBits(quint16)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:693:32: error: ‘__builtin_clzs’ was not declared in this scope
     return v ? __builtin_clzs(v) : 16U;
                                ^

This is because g++ removed __builtin_clzs and __builtin_ctzs. See for example

https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg511530.html

--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.7.1+dfsg-2

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

Debian distribution maintenance software
pp.
Dmitry Shachnev <mitya57@debian.org> (supplier of updated qtbase-opensource-src 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: SHA256

Format: 1.8
Date: Sun, 25 Dec 2016 23:36:18 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qt5-default qtbase5-doc qtbase5-doc-html
Architecture: source
Version: 5.7.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-doc - Qt 5 base documentation
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-private-dev - Qt 5 base private development files
Closes: 846996
Changes:
 qtbase-opensource-src (5.7.1+dfsg-2) unstable; urgency=medium
 .
   * Backport upstream patch to fix build with gcc 6.3 and newer versions
     (gcc_6.3.diff; closes: #846996).
   * Update symbols files from buildds’ logs.
Checksums-Sha1:
 e256d37f27ab15819f282f08e3a0a1a33300e7c9 4999 qtbase-opensource-src_5.7.1+dfsg-2.dsc
 ff26b658e6ee01985d79300067261f923f13b4ba 215196 qtbase-opensource-src_5.7.1+dfsg-2.debian.tar.xz
Checksums-Sha256:
 a2f7e22d1fe5311962b248a05cb8c4c376ca42cf1a730373e401780b69b1839a 4999 qtbase-opensource-src_5.7.1+dfsg-2.dsc
 1014fd56e4156b5ddfaceb583ea5014d08c4c2193610e9e0bfd31bac147a4cf1 215196 qtbase-opensource-src_5.7.1+dfsg-2.debian.tar.xz
Files:
 7abf9f22ad4e9cbad7b00a55fad6dc3c 4999 libs optional qtbase-opensource-src_5.7.1+dfsg-2.dsc
 09af1d0ac1cd7828204dad4b0149f412 215196 libs optional qtbase-opensource-src_5.7.1+dfsg-2.debian.tar.xz

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

iQJHBAEBCAAxFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAlhgL9wTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRDW/nEDY/hd065ED/9Gt+hF9gDLsD1cDEFVG2LmpIY16QCg
pL+FNuUqhaRVT3LiSiRmZ7ovA3NLDopVhexf2mu8jB3fT82vTuABbr5+IYO8XXO8
KG7pP0oyHnIr8GAqtB5MKHdggSQCyRAsx3e+qIGHnOKLFUZzkRrkgpWuBREdWIqq
N7i9v+Qew7PcDUhoGmyb7y9+h3Kdm1SJodbmP36hlV8PruzpJabLwZeXawfJxqMI
TZQt6x3LFNizOuc5gTR/j578Fp9CEbEomrgNTQpnTKqGPkqp+iI63t08zjIEQuYL
YKMoRQ+MKFV8MooahgDdncRwp0I3xtsIPMcGsFHINUKOBKsexkDVMFGUcIJ3GCev
vBNxcvJ9hylstJkcRZ3WR5ooZDsOS2WEkcTHoHdQv+8hkKmLj/um77kQXCoknzJ2
U3LKhXisIQVWT8pr7FcavnaCzF0vgnwQshXy8BEoE44NyzfBom+6KWIoGTTNNIhZ
0aJKrlzHjcQP8yaAhKx7omir3ssIYhwOQ3MONYDw9RsoL2TxDzusXGNZU1HP1N7S
g4XE6gHPpvEoNcEklT7MzbB09hdYFFt+CSwKppRu+/Uz1fecqhbHtOl3KB+2uEFS
8xzlvRADAv0SgKJdoQlfuW/p5Kkhh7o73p5JMsRTfEBonTCKe8H9ZSSwOkfmcVUu
harJ3p8I9TDSbQ==
=10Q5
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: