Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 857057 - media-sound/qtractor-0.9.27-r1 fails to compile: Could not find a package configuration file provided by "Qt5Svg"
Summary: media-sound/qtractor-0.9.27-r1 fails to compile: Could not find a package con...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-08 20:09 UTC by Agostino Sarubbo
Modified: 2022-11-14 18:06 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,53.70 KB, text/plain)
2022-07-08 20:10 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,46.45 KB, text/plain)
2022-07-08 20:10 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 2022-07-08 20:09:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/qtractor-0.9.27 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-08 20:10:02 UTC
Created attachment 790721 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-08 20:10:03 UTC
Created attachment 790724 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Agostino Sarubbo gentoo-dev 2022-07-08 20:10:04 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Could not find a package configuration file provided by "Qt5Svg" with any
fatal: not a git repository (or any parent up to mount point /var/tmp)
Comment 4 Agostino Sarubbo gentoo-dev 2022-08-18 07:52:38 UTC
ci has reproduced this issue with version 0.9.27-r1 - Updating summary.
Comment 6 Miroslav Šulc gentoo-dev 2022-08-18 09:43:31 UTC
i must admit i don't understand this issue. qtractor does not link against qt5svg and it even does not appear in the lddtree output for /usr/bin/qtractor. up to that, the issue has been even reproduced with -r1, so is it really fixed?
Comment 7 Joonas Niilola gentoo-dev 2022-08-18 14:32:42 UTC
It may look for headers-only. Also by asturm's explanation it (qt?) can still somehow use svg support in runtime without linking against it. 

I did hit the issue when I was testing the contribution, and it was fixed by installing qtsvg. I was supposed to add the dep post-merging the pull request, but forgot because while testing I found more missing deps...
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-18 14:39:08 UTC
It could be a bogus stale check in the build system.
Comment 9 Miroslav Šulc gentoo-dev 2022-08-19 05:17:32 UTC
(In reply to Sam James from comment #8)
> It could be a bogus stale check in the build system.

that's what i was thinking too. but i didn't have time to check that yet.