Comment 5 for bug 1552860

Revision history for this message
Olivier Tilloy (osomon) wrote :

Interestingly, a local build with all the original patches still fails (although differently):

QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins LD_LIBRARY_PATH='/build/qtsystems-opensource-src-5.0~git20141206~44f70d99/lib:/usr/lib/x86_64-linux-gnu'${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ./tst_qremoteserviceregister
********* Start testing of tst_QRemoteServiceRegister *********
Config: Using QtTest library 5.5.1, Qt 5.5.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160225)
QWARN : tst_QRemoteServiceRegister::initTestCase() Service Framework:- Unable to open or create database at: /nonexistent/.config/Nokia/QtServiceFramework_5.5_user.db
FAIL! : tst_QRemoteServiceRegister::initTestCase() 'r' returned FALSE. (Cannot register RSRExampleService - /build/qtsystems-opensource-src-5.0~git20141206~44f70d99/tests/auto/serviceframework/qremoteserviceregister//xmldata/rsrexampleservice.xml)
   Loc: [tst_qremoteserviceregister.cpp(122)]
QWARN : tst_QRemoteServiceRegister::cleanupTestCase() Service Framework:- Unable to open or create database at: /nonexistent/.config/Nokia/QtServiceFramework_5.5_user.db
PASS : tst_QRemoteServiceRegister::cleanupTestCase()
Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
********* Finished testing of tst_QRemoteServiceRegister *********

The test build was done in a clean xenial amd64 chroot.