Your message dated Wed, 08 Aug 2018 08:35:06 +0000
with message-id <[email protected]>
and subject line Bug#905059: fixed in gsettings-qt 0.1+17.10.20170824-6
has caused the Debian Bug report #905059,
regarding gsettings-qt: FTBFS with Qt 5.11.1
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.)
--
905059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905059
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gsettings-qt
Severity: serious
Dear Maintainer,
Your package fails to build from source against Qt 5.11.1 in Sid. Here
is the error:
cd tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
/<<PKGBUILDDIR>>/tests/tests.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2'
'QMAKE_CFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2'
'QMAKE_CXXFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now
-Wl,--as-needed' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now
-Wl,--as-needed' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile check
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
/<<PKGBUILDDIR>>/tests/target_wrapper.sh ./test -import
"/<<PKGBUILDDIR>>/tests/.."
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-simon'
********* Start testing of GSettings *********
Config: Using QtTest library 5.11.1, Qt 5.11.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.1.0)
PASS : GSettings::initTestCase()
PASS : GSettings::test_aaa_read_defaults()
QWARN : GSettings::test_changed()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_changed()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_changed()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
FAIL! : GSettings::test_changed() Compared values are not the same
Actual (): []
Expected (): [testInteger,4,testDouble,3.14,testString,goodbye]
Loc: [/<<PKGBUILDDIR>>/tests/tst_GSettings.qml(83)]
PASS : GSettings::test_choices()
PASS : GSettings::test_invalid_schema()
PASS : GSettings::test_non_existing()
PASS : GSettings::test_reset()
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
(process:23013): GLib-GIO-WARNING **: 19:53:28.677:
g_settings_set_value: value for key 'test-enum' in schema
'com.canonical.gsettings.Test' is outside of valid range
QWARN : GSettings::test_write() unable to set key 'testEnum' to value
'notanumber'
QWARN : GSettings::test_write()
file:///<<PKGBUILDDIR>>/tests/tst_GSettings.qml:15: TypeError: Cannot
call method 'push' of undefined
PASS : GSettings::test_write()
PASS : GSettings::cleanupTestCase()
Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted, 6ms
********* Finished testing of GSettings *********
make[3]: *** [Makefile:365: check] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[2]: *** [Makefile:379: sub-tests-tests-pro-check_ordered] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j8 check returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit
status 2
Thanks.
--
Simon Quigley
[email protected]
tsimonq2 on freenode and OFTC
5C7A BEA2 0F86 3045 9CC8
C8B5 E27F 2CF8 458C 2FA4
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: gsettings-qt
Source-Version: 0.1+17.10.20170824-6
We believe that the bug you reported is fixed in the latest version of
gsettings-qt, 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.
Yanhao Mo <[email protected]> (supplier of updated gsettings-qt 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: SHA512
Format: 1.8
Date: Wed, 08 Aug 2018 15:36:06 +0800
Source: gsettings-qt
Binary: libgsettings-qt-dev libgsettings-qt1 qml-module-gsettings1.0
Architecture: source amd64
Version: 0.1+17.10.20170824-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Deepin Packaging Team
<[email protected]>
Changed-By: Yanhao Mo <[email protected]>
Description:
libgsettings-qt-dev - library to access GSettings from Qt (development files)
libgsettings-qt1 - library to access GSettings from Qt (shared libraries)
qml-module-gsettings1.0 - QML Bindings for GSettings
Closes: 905059
Changes:
gsettings-qt (0.1+17.10.20170824-6) unstable; urgency=medium
.
* d/patches: Add patch to fix a bug cause test failed when build with Qt
5.11. (Closes: #905059)
* Bump Standards-Version to 4.2.0 (no changes needed).
Checksums-Sha1:
db6f4fb52a2a002b28cb6284a5abef65308b8e38 2472
gsettings-qt_0.1+17.10.20170824-6.dsc
123c0a62c329312f496d7d0b8038cc477ed2b1ca 7540
gsettings-qt_0.1+17.10.20170824-6.debian.tar.xz
072b5368d2b05b013d8a660c82b8ce2959809207 12927
gsettings-qt_0.1+17.10.20170824-6_amd64.buildinfo
7540bc0bd8b8d7f631a39db91591a607b4024d23 7148
libgsettings-qt-dev_0.1+17.10.20170824-6_amd64.deb
91aa1d77517511d6d3823e416278bc1e31d777a1 396984
libgsettings-qt1-dbgsym_0.1+17.10.20170824-6_amd64.deb
f17163aa99a13e941c456bcac5c6252415710ba2 21148
libgsettings-qt1_0.1+17.10.20170824-6_amd64.deb
017093d6346491c74b46053b340c40c101b656a6 616772
qml-module-gsettings1.0-dbgsym_0.1+17.10.20170824-6_amd64.deb
de1b09095a0717f566a41a5956aad07bf7c5e034 19200
qml-module-gsettings1.0_0.1+17.10.20170824-6_amd64.deb
Checksums-Sha256:
eaa721fc8b9116974704bf9c5d3da3a29010ac348fb2c8392ab53c946b9bdc18 2472
gsettings-qt_0.1+17.10.20170824-6.dsc
0224f7ba816e73ddbcd3eba35bd50fd48d099a5d627029ee1e881393b347cb19 7540
gsettings-qt_0.1+17.10.20170824-6.debian.tar.xz
c8a41e6988c594095d38d69e7a9905d17bcc10ce0a7bcd8246d77e41e4656b12 12927
gsettings-qt_0.1+17.10.20170824-6_amd64.buildinfo
95f713d94b0f1c1b3c98ec4bd86f5ee70e4fdfe4ee9713ebbbdd28165c6b1184 7148
libgsettings-qt-dev_0.1+17.10.20170824-6_amd64.deb
52121e5f4d69fed58f022f9c64a03dd593ed0e007f2710719c7b296e8f62bf8a 396984
libgsettings-qt1-dbgsym_0.1+17.10.20170824-6_amd64.deb
f0ed4b402d48ac208537242449a0058cd3501fff1d92666f2b945ca658802ec4 21148
libgsettings-qt1_0.1+17.10.20170824-6_amd64.deb
41585b1bfafa66c245fbb794e71c44f992d1fe6407a72696e1166464c5da2acb 616772
qml-module-gsettings1.0-dbgsym_0.1+17.10.20170824-6_amd64.deb
63637ae634417de06cba042be083b8ab8de3627aea34e8b81712cbb9172df8f8 19200
qml-module-gsettings1.0_0.1+17.10.20170824-6_amd64.deb
Files:
d1baa69c815310f6f0052ca76bbd6766 2472 libs optional
gsettings-qt_0.1+17.10.20170824-6.dsc
78db36f59bc993a62053d49a438a48fd 7540 libs optional
gsettings-qt_0.1+17.10.20170824-6.debian.tar.xz
bf8f37024e7bbcbda98345f946b31cef 12927 libs optional
gsettings-qt_0.1+17.10.20170824-6_amd64.buildinfo
f45b688fe2dfa3f4e6ddbd611c878293 7148 libdevel optional
libgsettings-qt-dev_0.1+17.10.20170824-6_amd64.deb
308643ea5ee688d03a61a25b72f02b99 396984 debug optional
libgsettings-qt1-dbgsym_0.1+17.10.20170824-6_amd64.deb
8d923a31fee748df92b71571ae021c48 21148 libs optional
libgsettings-qt1_0.1+17.10.20170824-6_amd64.deb
b9a5d611c4fbd2b033a26eda92171973 616772 debug optional
qml-module-gsettings1.0-dbgsym_0.1+17.10.20170824-6_amd64.deb
b8fc347af0430c1030c6c436fe448b58 19200 libs optional
qml-module-gsettings1.0_0.1+17.10.20170824-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEb9bJQfCTGv6uM2+ujv2XAviIsq4FAltqoCMTHHlhbmhhb2Nz
QGdtYWlsLmNvbQAKCRCO/ZcC+IiyrsgCD/9rNUIAfOJ0/nYSzhgqHBzY1MLR7SfD
V9ixp4ygVKRxRymEPHXb+9DNqphj+R+yJXwFloI4n4ktTof6BJCI2X0B/Eq9NV7x
x7og86FVF1QJK7/ZVIgoi2+sRkLxYX4d8x5crVynnivFvim1cfEpvj7hJPZiFJKU
YS7/EfpQd+d34/DeHtTsN3HucnGaaW46Y1Ew8FL2ush0HQFFg+prk19trGPgqfgd
fBP617KbCTExGB+BEnU752AN+RYts0zVfYYHHFIZgJLGl+/+RtWwPKDj+5yYIat9
d7xmbvmCx+FsbRDwlSE7FdCXd0hw8ELAtFJqklv5e54zVjHDpZxy2Dy3r7D0/ERa
9fUZrbHezjyZGVelK/1ZF8LphE8mPJiJZP+IQVq1abwTBtCiEHPP7Ia7J59vc0su
VtZLYfUbRi6eeDdQ9NSUMqbcNo8OzxZ6pkGMj5ncOK0RvmtGBhPQPk+wHUE+nOBm
CVcikANepid/9EQMmLSRkU2dKTs7uJXvmrDySAvJPPxuamZrbbzCMh19luIXvJzU
eky2sAnPH5KYPhBXFkyho97GF3Q7yRo46fSx5a8v/C15UViJgYCWCB1H/ufkP5yS
TTpZa4HLrwWxzUjB34myIHBZMydFhGfUUg3BcgPGr3J6L/EVUDsyg8+Qy5fYay5B
iS1A4KjffWfILQ==
=alRl
-----END PGP SIGNATURE-----
--- End Message ---