Your message dated Sun, 25 Aug 2019 15:44:18 +0000
with message-id <e1i1ugk-0000lm...@fasolo.debian.org>
and subject line Bug#935705: Removed package(s) from unstable
has caused the Debian Bug report #925810,
regarding qjson: ftbfs with GCC-9
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.)


-- 
925810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qjson
Version: 0.8.1-3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/qjson_0.8.1-3_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
3/3 Test #3: testserializer ...................***Failed    0.01 sec
********* Start testing of TestSerializer *********
Config: Using QTest library 4.8.7, Qt 4.8.7
PASS   : TestSerializer::initTestCase()
PASS   : TestSerializer::testReadWriteEmptyDocument()
FAIL!  : TestSerializer::testReadWrite(basic array) Compared values are not the 
same
   Actual (result): QVariant(QVariantList,<value not representable as string>)
   Expected (writtenThenRead): QVariant(QVariantList,<value not representable 
as string>)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(95)]
FAIL!  : TestSerializer::testReadWrite(int array) Compared values are not the 
same
   Actual (result): QVariant(QVariantList,<value not representable as string>)
   Expected (writtenThenRead): QVariant(QVariantList,<value not representable 
as string>)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(95)]
FAIL!  : TestSerializer::testReadWrite(array of various numbers) Compared 
values are not the same
   Actual (result): QVariant(QVariantList,<value not representable as string>)
   Expected (writtenThenRead): QVariant(QVariantList,<value not representable 
as string>)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(95)]
FAIL!  : TestSerializer::testReadWrite(complicated document) Compared values 
are not the same
   Actual (result): QVariant(QVariantMap,<value not representable as string>)
   Expected (writtenThenRead): QVariant(QVariantMap,<value not representable as 
string>)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(95)]
FAIL!  : TestSerializer::testReadWrite(complicated array) Compared values are 
not the same
   Actual (result): QVariant(QVariantList,<value not representable as string>)
   Expected (writtenThenRead): QVariant(QVariantList,<value not representable 
as string>)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(95)]
PASS   : TestSerializer::testValueNull()
PASS   : TestSerializer::testValueString()
FAIL!  : TestSerializer::testValueStringList(simple QStringList) 
'expected.exactMatch( serializedUnicode )' returned FALSE. (Expected regexp 
"\s*\[\s*"hello"\s*,\s*"world"\s*\]\s*" but got "[ "hello" ]".)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(203)]
FAIL!  : TestSerializer::testValueStringList(simple QStringList) 
'expected.exactMatch( serializedUnicode )' returned FALSE. (Expected regexp 
"\s*\{\s*"value"\s*:\s*\[\s*"hello"\s*,\s*"world"\s*\]\s*\}\s*" but got "{ 
"value" : [ "hello" ] }".)
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(203)]
FAIL!  : TestSerializer::testValueHashMap() 'mIt != vmap.constEnd()' returned 
FALSE. ()
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(529)]
PASS   : TestSerializer::testValueInteger()
PASS   : TestSerializer::testValueDouble()
PASS   : TestSerializer::testSetDoublePrecision()
PASS   : TestSerializer::testValueFloat()
PASS   : TestSerializer::testValueBoolean()
PASS   : TestSerializer::testSpecialNumbers()
FAIL!  : TestSerializer::testIndentation(test indents) Compared values are not 
the same
   Actual (serialized): 7B 22 66 6F 6F 22 3A 30 7D
   Expected (expected_compact): 7B 22 66 6F 6F 22 3A 30 2C 22 66 6F 6F 31 22 3A 
31 2C 22 66 6F 6F 32 22 3A 5B 7B 22 66 6F 6F 33 22 3A 33 2C 22 66 6F 6F 34 22 
3A 34 7D 5D 7D
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(144)]
FAIL!  : TestSerializer::testSerializetoQIODevice() Compared values are not the 
same
   Actual (QString(QLatin1String(buffer.data()))): [ "Hello" ]
   Expected (QString(QLatin1String("[ \"Hello\", \"world!\" ]"))): [ "Hello", 
"world!" ]
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(481)]
FAIL!  : TestSerializer::testSerializeWithoutOkParam() Compared values are not 
the same
   Actual (expected): 5B 20 22 48 65 6C 6C 6F 22 2C 20 22 77 6F 72 6C 64 21 22 
20 5D
   Expected (serialized): 5B 20 22 48 65 6C 6C 6F 22 20 5D
   Loc: [/<<PKGBUILDDIR>>/tests/serializer/testserializer.cpp(496)]
PASS   : TestSerializer::cleanupTestCase()
Totals: 11 passed, 11 failed, 0 skipped
********* Finished testing of TestSerializer *********


0% tests passed, 3 tests failed out of 3

Total Test time (real) =   0.01 sec

The following tests FAILED:
          1 - testparser (Failed)
          2 - testqobjecthelper (Failed)
          3 - testserializer (Failed)
Errors while running CTest
make[1]: *** [Makefile:89: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=-j4 returned exit 
code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Version: 0.8.1-3+rm

Dear submitter,

as the package qjson has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935705

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to