Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708402 - dev-util/cmake-3.14.6 - fails Qt5Autogen.SameName test
Summary: dev-util/cmake-3.14.6 - fails Qt5Autogen.SameName test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-02-05 19:55 UTC by ernsteiswuerfel
Modified: 2020-09-19 20:26 UTC (History)
2 users (show)

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


Attachments
build.log (cmake-3.14.6:20200205-194013.log,675.38 KB, text/plain)
2020-02-05 19:55 UTC, ernsteiswuerfel
Details
emerge --info (file_708402.txt,5.91 KB, text/plain)
2020-02-05 19:56 UTC, ernsteiswuerfel
Details
build.log (3.16.4, ppc) (cmake-3.16.4:20200209-213219.log,713.25 KB, text/plain)
2020-02-09 21:53 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-02-05 19:55:29 UTC
Created attachment 612002 [details]
build.log

[...]
99% tests passed, 1 tests failed out of 557

Label Time Summary:
Label1    =   0.10 sec*proc (1 test)
Label2    =   0.10 sec*proc (1 test)

Total Test time (real) = 236.58 sec

The following tests FAILED:
	489 - Qt5Autogen.SameName (Failed)
Errors while running CTest
 * ERROR: dev-util/cmake-3.14.6::gentoo failed (test phase):
 *   Tests failed
Comment 1 ernsteiswuerfel archtester 2020-02-05 19:56:04 UTC
Created attachment 612004 [details]
emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2020-02-09 20:25:45 UTC
What about 3.16.4?
Comment 3 ernsteiswuerfel archtester 2020-02-09 21:48:44 UTC
(In reply to Andreas Sturmlechner from comment #2)
> What about 3.16.4?
Qt5Autogen.SameName passes in 3.16.4 but RunCMake.CommandLineTar fails here.
Comment 4 ernsteiswuerfel archtester 2020-02-09 21:53:06 UTC
Created attachment 613150 [details]
build.log (3.16.4, ppc)
Comment 5 Paolo Pedroni 2020-03-03 16:06:07 UTC
On amd64 I get:

The following tests FAILED:
        112 - CustomCommand (Failed)
        490 - Qt5Autogen.SameName (Failed)

with 3.14.6
Comment 6 Paolo Pedroni 2020-03-03 16:19:43 UTC
(In reply to ernsteiswuerfel from comment #3)
> (In reply to Andreas Sturmlechner from comment #2)
> > What about 3.16.4?
> Qt5Autogen.SameName passes in 3.16.4 but RunCMake.CommandLineTar fails here.

Same on amd64.
Comment 7 Larry the Git Cow gentoo-dev 2020-09-19 20:18:58 UTC
The bug has been referenced in the following commit(s):

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

commit f382ea24f03a66a0e21025df275d48c700c6b73a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-09-19 18:52:34 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-09-19 20:18:42 +0000

    dev-util/cmake: Disable broken tests
    
    Permanently failing, oh well.
    - RunCMake.CommandLineTar
    
    Require Qt4:
    - RunCMake.IncompatibleQt
    - RunCMake.ObsoleteQtMacros
    
    Bug: https://bugs.gentoo.org/690186
    Bug: https://bugs.gentoo.org/708402
    Package-Manager: Portage-3.0.7, Repoman-3.0.1
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-util/cmake/cmake-3.17.4-r1.ebuild | 14 ++++++++------
 dev-util/cmake/cmake-3.18.2.ebuild    |  4 +++-
 2 files changed, 11 insertions(+), 7 deletions(-)