Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760045 - net-news/rssguard-3.8.3 fails to compile
Summary: net-news/rssguard-3.8.3 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-15 07:36 UTC by Agostino Sarubbo
Modified: 2020-12-16 01:44 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,19.47 KB, text/plain)
2020-12-15 07:36 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 2020-12-15 07:36:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-news/rssguard-3.8.3 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-15 07:36:54 UTC
Created attachment 678355 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-12-16 01:44:46 UTC
The bug has been closed via the following commit(s):

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

commit ba80e9c528c217f9a14a329b7df38237a9e897a7
Author:     Peter Alfredsen <crabbedhaloablution@icloud.com>
AuthorDate: 2020-12-15 08:38:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-12-16 01:44:42 +0000

    net-news/rssguard: fix qtdeclarative dep
    
    Missing libQt5Qml.so from qtdeclarative package would cause error
    when compiling:
    Project ERROR: Unknown module(s) in QT: qml
    make: *** [Makefile:48: sub-src-librssguard-make_first-ordered] Error 3
    Fix by adding dep on dev-qt/qtdeclarative:5
    
    Closes: https://bugs.gentoo.org/760045
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
    Closes: https://github.com/gentoo/gentoo/pull/18662
    Signed-off-by: Sam James <sam@gentoo.org>

 net-news/rssguard/rssguard-3.8.3.ebuild | 1 +
 1 file changed, 1 insertion(+)