Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653802 - net-libs/telepathy-qt-0.9.7-r1 - Missing dependency on dev-qt/qtwidgets
Summary: net-libs/telepathy-qt-0.9.7-r1 - Missing dependency on dev-qt/qtwidgets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexander Akulich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-22 17:04 UTC by Steven Dürl
Modified: 2018-12-12 14:54 UTC (History)
4 users (show)

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


Attachments
net-libs/telepathy-qt build.log (build.log,8.21 KB, text/x-log)
2018-04-22 17:04 UTC, Steven Dürl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Dürl 2018-04-22 17:04:42 UTC
Created attachment 528232 [details]
net-libs/telepathy-qt build.log

While installing my new system I encountered a build failure with --jobs=10 because net-libs/telepathy-qt is missing a dependency for dev-qt/qtwidgets. After manually installing dev-qt/qtwidgets with "emerge -1v dev-qt/qtwidgets" net-libs/telepathy-qt installs without problems.

Reproducible: Always

Steps to reproduce:
1. emerge --unmerge dev-qt/qtwidgets
2. emerge --oneshot net-libs/telepathy-qt

Actual results:
build failing with (full build.log attached):
[snip]
  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake
[snip]

Expected results:
"emerge telepathy-qt" finishes successfully
Comment 1 Larry the Git Cow gentoo-dev 2018-04-25 16:15:03 UTC
The bug has been closed via the following commit(s):

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

commit cde66f63160f1d4669cbacc51bbf6e2a6e922445
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-04-25 16:11:22 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-04-25 16:14:45 +0000

    net-libs/telepathy-qt: Cleanup bogus deps, cleanup failing test deps
    
    Closes: https://bugs.gentoo.org/653802
    Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../files/telepathy-qt-0.9.7-deps.patch            | 37 ++++++++++++++++++++++
 net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild | 25 +++------------
 2 files changed, 42 insertions(+), 20 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2018-12-12 14:54:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5bf27588b17fb6b87cfd300926b5ec5c8290cdd

commit b5bf27588b17fb6b87cfd300926b5ec5c8290cdd
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-04-25 16:11:22 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-12-12 14:53:55 +0000

    net-libs/telepathy-qt: Cleanup bogus deps, cleanup failing test deps
    
    Bug: https://bugs.gentoo.org/653802
    Package-Manager: Portage-2.3.31, Repoman-2.3.9
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/telepathy-qt-0.9.7-deps.patch            | 37 ++++++++++++++++++++++
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild     | 24 +++-----------
 2 files changed, 42 insertions(+), 19 deletions(-)