Your message dated Sat, 30 Sep 2017 17:51:13 +0000
with message-id <e1dyluz-000egs...@fasolo.debian.org>
and subject line Bug#864324: fixed in qtwebengine-opensource-src 5.9.1+dfsg-5
has caused the Debian Bug report #864324,
regarding qtwebengine-opensource-src: FTBFS on big-endian archs -- skia errors
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 ow...@bugs.debian.org
immediately.)
--
864324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864324
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qtwebengine-opensource-src
Version: 5.7.1+dfsg-6.1
Severity: important
Tags: upstream
Justification: fails to build from source
Builds of qtwebengine-opensource-src on big-endian architectures (of which
only mips has all build dependencies available) have been failing with
skia errors, as excerpted below. Could you please take a look? If these
errors are infeasible to fix, please restrict qtwebengine-opensource-src's
Architecture: field accordingly so autobuilders that are guaranteed to
fail don't bother trying to touch it.
Thanks!
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/skia/config/SkUserConfig.h:194:2:
error: #error Read the comment at this location
#error Read the comment at this location
^~~~~
In file included from
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkPixmap.h:13:0,
from
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/src/core/SkBlitMask.h:13,
from
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/src/opts/SkBlitMask_opts_none.cpp:8:
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:84:6:
error: #error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
#error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
^~~~~
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:
In static member function 'static SkImageInfo SkImageInfo::MakeN32(int, int,
SkAlphaType, SkColorProfileType)':
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:185:43:
error: 'kN32_SkColorType' was not declared in this scope
return SkImageInfo(width, height, kN32_SkColorType, at, pt);
^~~~~~~~~~~~~~~~
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:
In static member function 'static SkImageInfo SkImageInfo::MakeN32Premul(int,
int, SkColorProfileType)':
/«BUILDDIR»/qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:193:43:
error: 'kN32_SkColorType' was not declared in this scope
return SkImageInfo(width, height, kN32_SkColorType,
kPremul_SkAlphaType, pt);
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
--- End Message ---
--- Begin Message ---
Source: qtwebengine-opensource-src
Source-Version: 5.9.1+dfsg-5
We believe that the bug you reported is fixed in the latest version of
qtwebengine-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 864...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated
qtwebengine-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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 30 Sep 2017 20:25:06 +0300
Source: qtwebengine-opensource-src
Binary: qtwebengine5-dev qtwebengine5-private-dev libqt5webengine5
libqt5webenginecore5 libqt5webenginewidgets5 libqt5webengine-data
qml-module-qtwebengine qtwebengine5-dev-tools qtwebengine5-examples
qtwebengine5-doc qtwebengine5-doc-html
Architecture: source
Version: 5.9.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
libqt5webengine-data - Web content engine library for Qt - Data
libqt5webengine5 - Web content engine library for Qt
libqt5webenginecore5 - Web content engine library for Qt - Core
libqt5webenginewidgets5 - Web content engine library for Qt - Widget
qml-module-qtwebengine - Qt WebEngine QML module
qtwebengine5-dev - Web content engine library for Qt - development files
qtwebengine5-dev-tools - Qt WebEngine tools
qtwebengine5-doc - Qt 5 webengine documentation
qtwebengine5-doc-html - Qt 5 webengine HTML documentation
qtwebengine5-examples - Qt WebEngine - Examples
qtwebengine5-private-dev - Web content engine library for Qt - private
development files
Closes: 864323 864324 864325 864326 876860
Changes:
qtwebengine-opensource-src (5.9.1+dfsg-5) unstable; urgency=medium
.
* Drop add_mips_support.patch. Chromium cannot be built for big endian
anyway, because of skia.
* Limit Architecture field to architectures supported by upstream
(closes: #864323, #864324, #864325, #864326).
* Fix package name in dh_link command (closes: #876860).
* Bump Standards-Version to 4.1.1, stop using deprecated Priority: extra.
* Drop autotools-dev and dh-autoreconf build-dependencies, they are
unnecessary with debhelper 10.
Checksums-Sha1:
1339d37c75be13092c7e89672d07a0cac92d439b 4580
qtwebengine-opensource-src_5.9.1+dfsg-5.dsc
5c91699f0252f750337f71fef29515300089b8fa 461436
qtwebengine-opensource-src_5.9.1+dfsg-5.debian.tar.xz
096685c5fff0fe66918490a610377be04ba9e534 9411
qtwebengine-opensource-src_5.9.1+dfsg-5_source.buildinfo
Checksums-Sha256:
2f1f4b75cc23d79cc8ee211bd33ade92f842c959305033fb1c7ea7e4210b7341 4580
qtwebengine-opensource-src_5.9.1+dfsg-5.dsc
254a6922ea10fe23bed8a09bfb8d191ab4ed4b2145a8c3c470852b7c3daefe55 461436
qtwebengine-opensource-src_5.9.1+dfsg-5.debian.tar.xz
b29c367089afca237f2f30c52ed30d6b9119328fc46540b5712f58c877342ef3 9411
qtwebengine-opensource-src_5.9.1+dfsg-5_source.buildinfo
Files:
d74c96fffea47264d992df48d045ae86 4580 libs optional
qtwebengine-opensource-src_5.9.1+dfsg-5.dsc
bd4b42968757dd1eccbc86e0db6156ba 461436 libs optional
qtwebengine-opensource-src_5.9.1+dfsg-5.debian.tar.xz
e6e3fbdb2996d2c6080b8de013c50115 9411 libs optional
qtwebengine-opensource-src_5.9.1+dfsg-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAlnP1PsACgkQ1v5xA2P4
XdNCuQ/9Eeq28+Hgxxrhx2D7yLB36Mdhw5hr2N9M82Gxz2Q0erdE8tk4P3nxMQWd
LOKxrXOFpWLjsD3k8/6+7I7QtZf1BIMxGwgYosUcKoyN+COO+n5q37TVFR2luHkJ
pszJWITX8MhHILl3l20M1bs56o6uvek/KH9DIGuhI30ciTO5r2MtOqqL1xtPw+Xw
POXUHQdhHXGLK4ScQ5Lp6sz8ox2R24ewEvVGKt1flHxo7Di2l7omueSiK+zVDTGE
FfuSZW5B7fSNrYH//1QDfgbAHdsUcj2z1kX9cxRA8Q7f5jJil2HbL4O8kGOFm7Rm
irVxrvo+RkVo1I4QJZlF9vLSwywYqTlh5U4hZavRYqtKGtoVjWebLb2aL5MKIBEp
Cv+Nl0CLb8EkvszHlgarfE4jbEnXtOT8GW117PszbZbj0R9kB/+5ZIjVUVllmrfj
YghKLwvkUZX9XZpH2a5at6gtrfhMe0wKQlOshinVrODH2fTkgxrOpPL1Fpt190uP
aEC9z4h3HBtdrHVAoABv1IAbgqCg8h7WGDUcmq8E4HYn+mKzPMtfv2+I3Qrq2JfY
T5iC2rbG60ryXrTZiAKRPm1mfRnsgOw4ZyiUj1I16dYNOhkKGJicEPyMCmEk78gM
EOlpXIinl1DvNbY+87JzL2Is0m0Lz5mvpcRuU1zgxZABuHmE+JM=
=8O7F
-----END PGP SIGNATURE-----
--- End Message ---