Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945694 - dev-db/sqlitebrowser-3.13.1 fails to compile: Could not find a package configuration file provided by Qt5Concurrent
Summary: dev-db/sqlitebrowser-3.13.1 fails to compile: Could not find a package config...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mattéo Rossillol‑‑Laruelle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 947240
  Show dependency tree
 
Reported: 2024-12-02 08:11 UTC by Agostino Sarubbo
Modified: 2025-01-01 19:17 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,56.41 KB, text/plain)
2024-12-02 08:11 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-12-02 08:11:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/sqlitebrowser-3.13.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-02 08:11:03 UTC
Created attachment 913023 [details]
build.log

build log and emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2025-01-01 13:16:14 UTC
"This commit also includes some `DEPEND` removal due to `qa-vdb` output."

Do not blindly trust that output.

In /src/sqlitetablemodel.cpp:
#include <QtConcurrent/QtConcurrentRun>
Comment 3 Larry the Git Cow gentoo-dev 2025-01-01 19:17:04 UTC
The bug has been closed via the following commit(s):

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

commit 851c96ce14baa853f681d424612c0ca1332fe5b2
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2025-01-01 19:03:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-01-01 19:16:54 +0000

    dev-db/sqlitebrowser: Re-add missing dev-qt/qtconcurrent:5 DEPEND
    
    Add missing include patch as well, just upstreamed.
    
    Closes: https://bugs.gentoo.org/945694
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../sqlitebrowser-3.13.1-missing-include.patch     | 25 ++++++++++++++++++++++
 dev-db/sqlitebrowser/sqlitebrowser-3.13.1.ebuild   | 20 +++++++----------
 dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild     | 20 ++++++-----------
 3 files changed, 40 insertions(+), 25 deletions(-)