Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864307 - [guru] media-sound/nulloy-0.9.5 fails to compile: Project ERROR: Unknown module(s) in QT: svg
Summary: [guru] media-sound/nulloy-0.9.5 fails to compile: Project ERROR: Unknown modu...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vitaly Zdanevich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-08 06:55 UTC by Agostino Sarubbo
Modified: 2022-08-11 13:45 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,132.05 KB, text/plain)
2022-08-08 06:55 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-08-08 06:55:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/nulloy-0.9.5 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-08 06:55:20 UTC
Created attachment 798643 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-08 06:55:22 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Project ERROR: Unknown module(s) in QT: svg
sh: line 1: convert: command not found
Comment 3 Vitaly Zdanevich 2022-08-08 07:25:17 UTC
I do not know how to fix this - any ideas?
Comment 4 Bernd 2022-08-08 08:25:07 UTC
The src/src.pri file includes QT += svg, but your package doesn't depend on qtsvg.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-08 08:28:33 UTC
>sh: line 1: convert: command not found

Possible missing dep on virtual/imagemagick-tools as well.
Comment 6 Agostino Sarubbo gentoo-dev 2022-08-08 08:49:38 UTC
(In reply to Sam James from comment #5)
> >sh: line 1: convert: command not found
> 
> Possible missing dep on virtual/imagemagick-tools as well.

there is already bug 864310 :)
Comment 7 Larry the Git Cow gentoo-dev 2022-08-11 13:45:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b75ba650eee1c673aef3d34acec011786772901a

commit b75ba650eee1c673aef3d34acec011786772901a
Author:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
AuthorDate: 2022-08-09 07:18:01 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
CommitDate: 2022-08-09 07:18:01 +0000

    media-sound/nulloy: add dependency qtsvg
    
    Closes: https://bugs.gentoo.org/864307
    
    Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>

 media-sound/nulloy/nulloy-0.9.5.ebuild | 1 +
 media-sound/nulloy/nulloy-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)