Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688534 - dev-util/qbs-1.13.1 : [TEST] FAIL! : TestBlackboxQt::lrelease() Compared values are not the same
Summary: dev-util/qbs-1.13.1 : [TEST] FAIL! : TestBlackboxQt::lrelease() Compared val...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Davide Pesavento (RETIRED)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-06-23 08:29 UTC by Toralf Förster
Modified: 2019-06-23 18:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.15 KB, text/plain)
2019-06-23 08:29 UTC, Toralf Förster
Details
dev-util:qbs-1.13.1:20190623-062429.log (dev-util:qbs-1.13.1:20190623-062429.log,527.39 KB, text/plain)
2019-06-23 08:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,24.44 KB, text/plain)
2019-06-23 08:29 UTC, Toralf Förster
Details
environment (environment,58.75 KB, text/plain)
2019-06-23 08:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.81 KB, application/x-bzip)
2019-06-23 08:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.41 KB, application/x-bzip)
2019-06-23 08:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-06-23 08:29:33 UTC
PASS   : TestLanguage::erroneousFiles(properties-item-with-invalid-condition)
PASS   : TestLanguage::erroneousFiles(misused-inherited-property)
XFAIL  : TestLanguage::erroneousFiles(undeclared_property_in_Properties_item) Too expensive to check
   Loc: [tst_language.cpp(957)]
PASS   : TestLanguage::erroneousFiles(undeclared_property_in_Properties_item)
PASS   : TestLanguage::erroneousFiles(same-module-prefix1)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-gnome_libressl-abi32+64-test_20190621-191902

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO dev-util/qbs
[ebuild  N    ] dev-util/qbs-1.13.1  USE="test -doc -examples"
Comment 1 Toralf Förster gentoo-dev 2019-06-23 08:29:36 UTC
Created attachment 580520 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-23 08:29:39 UTC
Created attachment 580522 [details]
dev-util:qbs-1.13.1:20190623-062429.log
Comment 3 Toralf Förster gentoo-dev 2019-06-23 08:29:42 UTC
Created attachment 580524 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-06-23 08:29:44 UTC
Created attachment 580526 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-06-23 08:29:47 UTC
Created attachment 580528 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-23 08:29:49 UTC
Created attachment 580530 [details]
temp.tbz2
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2019-06-23 18:13:49 UTC
XFAIL is an expected failure. The real error is

FAIL!  : TestBlackboxQt::lrelease() Compared values are not the same

caused by

QDEBUG : TestBlackboxQt::lrelease() ERROR: The process '/usr/lib64/qt5/bin/lrelease' could not be started: execve: No such file or directory. The full command line invocation was: /usr/lib64/qt5/bin/lrelease -silent -qm /var/tmp/portage/dev-util/qbs-1.13.1/work/qbs-src-1.13.1/tests/auto/blackbox-qt/testWorkDir/lrelease/default/lrelease-test.d62d8108/hu.qm /var/tmp/portage/dev-util/qbs-1.13.1/work/qbs-src-1.13.1/tests/auto/blackbox-qt/testWorkDir/lrelease/hu.ts

So it looks like a missing dependency.
Comment 8 Toralf Förster gentoo-dev 2019-06-23 18:30:20 UTC
(In reply to Davide Pesavento from comment #7)
> XFAIL is an expected failure. The real error is
> 
> FAIL!  : TestBlackboxQt::lrelease() Compared values are not the same
> 
Thx, fixed my pattern list
Comment 9 Larry the Git Cow gentoo-dev 2019-06-23 18:51:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dabe7ca391ead53fefa05d783c85e57aeca482

commit 64dabe7ca391ead53fefa05d783c85e57aeca482
Author:     Davide Pesavento <pesa@gentoo.org>
AuthorDate: 2019-06-23 18:48:55 +0000
Commit:     Davide Pesavento <pesa@gentoo.org>
CommitDate: 2019-06-23 18:51:46 +0000

    dev-util/qbs: add missing deps with USE=test
    
    TestBlackboxQt tries to run lrelease and qdbusxml2cpp
    
    Closes: https://bugs.gentoo.org/688534
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Davide Pesavento <pesa@gentoo.org>

 dev-util/qbs/qbs-1.13.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)