Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923144 - net-irc/kvirc-5.2.0-r1 fails to compile: ExportOperation.cpp:6:10: fatal error: QtConcurrent: No such file or directory
Summary: net-irc/kvirc-5.2.0-r1 fails to compile: ExportOperation.cpp:6:10: fatal erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-01-28 16:30 UTC by Agostino Sarubbo
Modified: 2024-02-23 13:03 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,75.83 KB, application/x-xz)
2024-01-28 16:30 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-01-28 16:30:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-irc/kvirc-5.2.0-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-28 16:30:14 UTC
Created attachment 883477 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-28 16:30:14 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Qt5Concurrent (missing: Qt5Concurrent_DIR)
-- Could NOT find Qt5WebEngineWidgets (missing: Qt5WebEngineWidgets_DIR)
/var/tmp/portage/net-irc/kvirc-5.2.0-r1/work/KVIrc-5.2.0/src/modules/logview/ExportOperation.cpp:6:10: fatal error: QtConcurrent: No such file or directory
/var/tmp/portage/net-irc/kvirc-5.2.0-r1/work/KVIrc-5.2.0/src/modules/logview/LogViewWindow.cpp:63:10: fatal error: QtConcurrent: No such file or directory
/var/tmp/portage/net-irc/kvirc-5.2.0-r1/work/KVIrc-5.2.0/src/modules/logview/ExportOperation.cpp:6:10: fatal error: QtConcurrent: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2024-02-23 13:03:45 UTC
The bug has been closed via the following commit(s):

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

commit 6c501709b05c2be276db15a0463550aec3c66af4
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2024-02-10 02:24:12 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-23 13:03:41 +0000

    net-irc/kvirc: add webengine use flag
    
    Closes: https://bugs.gentoo.org/923144
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-irc/kvirc/kvirc-5.2.0-r2.ebuild | 163 ++++++++++++++++++++++++++++++++++++
 net-irc/kvirc/metadata.xml          |   1 +
 2 files changed, 164 insertions(+)