Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938316 - kde-frameworks/extra-cmake-modules-6.5.0-r1 fails tests
Summary: kde-frameworks/extra-cmake-modules-6.5.0-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-08-22 13:59 UTC by Agostino Sarubbo
Modified: 2024-12-18 21:18 UTC (History)
0 users

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


Attachments
build.log (build.log,72.19 KB, text/plain)
2024-08-22 13:59 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,493.72 KB, text/plain)
2024-08-22 13:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-22 13:59:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: kde-frameworks/extra-cmake-modules-6.5.0-r1 fails tests.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-22 13:59:14 UTC
Created attachment 900916 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-22 13:59:15 UTC
Created attachment 900917 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Agostino Sarubbo gentoo-dev 2024-08-22 13:59:16 UTC
Error(s) that match a know pattern:


	  2 - ExecuteKDEModules (Failed)
	  3 - KDEInstallDirsTest.vars_in_sync_no_args (Failed)
	  4 - KDEInstallDirsTest.not_cache_variable (Failed)
	  5 - KDEInstallDirsTest.vars_in_sync_kde_arg (Failed)
	  6 - KDEInstallDirsTest.vars_in_sync_cmake_arg (Failed)
  Reuse tool not found, skipping test generation
-- Could NOT find QCollectionGenerator (missing: QCollectionGenerator_EXECUTABLE) 
-- Could NOT find Qt5 (missing: Qt5_DIR)
-- Could NOT find ReuseTool (missing: REUSETOOL_EXECUTABLE) 
-- Could NOT find Sphinx (missing: Sphinx_BUILD_EXECUTABLE) (Required is at least version "1.2")
The following tests FAILED:
Comment 4 Larry the Git Cow gentoo-dev 2024-12-03 21:05:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ad3f73b3201c38d56e070f078fbf7cab7552033

commit 0ad3f73b3201c38d56e070f078fbf7cab7552033
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-12-03 21:04:09 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-12-03 21:05:49 +0000

    kde-frameworks/extra-cmake-modules: Fix test dependencies
    
    Also set QT_MAJOR_VERSION=6 if testing, not going to add any complexity
    for optional Qt5 testing.
    
    Bug: https://bugs.gentoo.org/938316
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../extra-cmake-modules/extra-cmake-modules-9999.ebuild       | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2024-12-03 21:09:33 UTC
The bug has been closed via the following commit(s):

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

commit 3209ea08d76fd22e91876ad938f820a3d838cda1
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-12-03 21:04:09 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-12-03 21:09:27 +0000

    kde-frameworks/extra-cmake-modules: Fix test dependencies
    
    Also set QT_MAJOR_VERSION=6 if testing, not going to add any complexity
    for optional Qt5 testing.
    
    Closes: https://bugs.gentoo.org/938316
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../extra-cmake-modules/extra-cmake-modules-6.7.0.ebuild      | 11 ++++++++++-
 .../extra-cmake-modules/extra-cmake-modules-6.8.0.ebuild      | 11 ++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)