Your message dated Sun, 03 Dec 2017 13:56:15 +0000 with message-id <[email protected]> and subject line Bug#881943: fixed in qtbase-opensource-src 5.9.2+dfsg-5 has caused the Debian Bug report #881943, regarding libqt5opengl5-dev should provide libqt5opengl5-dev-full-opengl on !armel/armhf 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.) -- 881943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881943 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libqt5opengl5-dev Version: 5.9.2+dfsg-4 Severity: normal Tags: patch Different from other architectures, on armel and armhf Qt in Debian is configured to use OpenGL ES instead of full OpenGL. Some OpenGL-related functionality in Qt is not available with OpenGL ES, and Qt also offers direct access to OpenGL. This causes some packages to not build with libqt5opengl5-dev on armel and armhf, and while making them build would obviously be the best solution that is not feasible in cases where upstream does not provide any way to disable this kind of OpenGL usage or has alternative OpenGL ES codepaths. A package that does FTBFS on armel+armhf buildds after every upload is not ideal - it wastes buildd resources and makes it harder to find bugs between the expected FTBFS. The Architecture: field does not support negative ! syntax, and maintaining a completely list of all architectures except armel and armhf in every affected package is fragile. Please apply the following patch: --- debian/control.old 2017-11-15 20:32:03.000000000 +0000 +++ debian/control 2017-11-15 20:32:59.000000000 +0000 @@ -365,6 +365,7 @@ ${misc:Depends} Breaks: qtbase5-dev (<< 5.4.0+dfsg-6~) Replaces: qtbase5-dev (<< 5.4.0+dfsg-6~) +Provides: libqt5opengl5-dev-full-opengl (= ${binary:Version}) [!armel !armhf] Description: Qt 5 OpenGL library development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. This allows packages that require Qt to use full OpenGL to change the build dependency from libqt5opengl5-dev to libqt5opengl5-dev-full-opengl, which will place them in BD-Uninstallable on armel and armhf.
--- End Message ---
--- Begin Message ---Source: qtbase-opensource-src Source-Version: 5.9.2+dfsg-5 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lisandro Damián Nicanor Pérez Meyer <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Dec 2017 10:24:03 -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-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc qtbase5-doc-html Architecture: source Version: 5.9.2+dfsg-5 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <[email protected]> Changed-By: Lisandro Damián Nicanor Pérez Meyer <[email protected]> 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 qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file 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: 879960 881943 883099 883304 Changes: qtbase-opensource-src (5.9.2+dfsg-5) unstable; urgency=medium . [ Dmitry Shachnev ] * Ship /usr/lib/${DEB_HOST_MULTIARCH}/qt.conf in qt5-qmake, which can be passed to qmake as -qtconf option for cross-building. * Ship /usr/bin/${DEB_HOST_GNU_TYPE}-qmake wrapper script in qt5-qmake, for using qmake with autoconf and AC_CHECK_TOOL. * Backport upstream patches for PostgreSQL 10 support (closes: #879960). * Change PCRE build-dependency to PCRE2. Qt switched to PCRE2 in 5.9. Pass a configure option to make sure that the system version is used (closes: #883304). * Backport upstream patch to fix crash in QDnsLookup when DNS response is over 512 bytes (closes: #883099). . [ Lisandro Damián Nicanor Pérez Meyer ] * Make libqt5opengl5-dev provide libqt5opengl5-desktop-dev on !armel and !armhf. In this way packages depending on Desktop OpenGL can use this package as a dependency without the need to keep an arch list (Closes: #881943). Checksums-Sha1: 31d0f98c895020b26376e21b49386a1e6c6d5d55 5066 qtbase-opensource-src_5.9.2+dfsg-5.dsc 3403e4c0e30fedd7f6724695b7311cbbc6b7b756 220340 qtbase-opensource-src_5.9.2+dfsg-5.debian.tar.xz eab03ef72164d0ee0d39290729e96ec94b9b3048 9913 qtbase-opensource-src_5.9.2+dfsg-5_source.buildinfo Checksums-Sha256: 89e92150a7d2cd521221be30182d10f460e0be9194a7e9f42660e189e3614c5f 5066 qtbase-opensource-src_5.9.2+dfsg-5.dsc d73245e80869e41aa33b47b520c38825a5acf3a4dad453e9087487c86d84e4c8 220340 qtbase-opensource-src_5.9.2+dfsg-5.debian.tar.xz 1a40f30cb1a3b02c60a52be6ace623a7910d1058dab73d175d513f59b100534a 9913 qtbase-opensource-src_5.9.2+dfsg-5_source.buildinfo Files: e7b4690576620c7e141d1c2f7813d8fd 5066 libs optional qtbase-opensource-src_5.9.2+dfsg-5.dsc 818f0e2deda3f131d8041826e56f0a81 220340 libs optional qtbase-opensource-src_5.9.2+dfsg-5.debian.tar.xz 713dc5507365364430edb0f93f0b3a32 9913 libs optional qtbase-opensource-src_5.9.2+dfsg-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAloj/ToUHGxpc2FuZHJv QGRlYmlhbi5vcmcACgkQq2RfQGKGp9C01Q//YiPSGjPcFrnmJp5MYYo8a4iStGjj mDvFiOMXM2b1eoLe7WLXNj5q5pvRiCcgNDUfhSww/W83ugR5/3/ySrcFHY8LCiCI oFpV0fFbBocZAgTVfgbZ9mO0gINTHiMlUSu16JK4mQAx+0nEU/j5OG3tpaEG+Gci 8d2bHqaXO9Wyr9njIyuVGWW1IT/NRx+G3oTlrDllvAIA9zBvJ0LqwtNzUcw3EY2L 8G+6YwrWTx2Eci55nFw+0PLaXUQqQktJx1bB9ipoW0bZOguiEO1NIdxDwX5PMCQA AqZzaJfRjCxJXPB756VPPqYXchO8wStYN+k/A/1JR/fU+CxNKvF4WcEusrjYj+h1 mBa/qVM/chEMMxczlKYd7zb67EvPByW1/dysqOeGfq/fmNiQ5b2pnEBL81Ofv2V/ 9k7J9afElIb9Vl3GBzSqsYqrTThqhtttzKT6FAGoc91zZ5WWbEnXGC6cdYjY/qco k7K5u0yLusz5c2DZGDyEfTq+oLsrYOUWytJ6eCbj9qw+0S21MqYmGQjTf1G6dz29 Op4OXBBGNmeK9a78qr/B9XffaO0hpHX2nb/pm6un+T6BQVWgHhznA3ixHG9T+/6I knx318kHLDOUlsD7rgdUkQK5ulTUb1u2Ej/K9WpAUjP+3Z0dKxEQLKoXQKSKpe9o 1PhGE2DmoHTKoS0= =yP4V -----END PGP SIGNATURE-----
--- End Message ---

