Summary: | sci-physics/root-6.14.08-r1: Could not find a package configuration file provided by "Qt5WebEngineWidgets" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pratyush Das <reikdas> |
Component: | Current packages | Assignee: | Guilherme Amadio <amadio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-physics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Pratyush Das
2018-12-31 18:42:20 UTC
Please don't use pastebin in bugzilla. Attach logs, paste emerge --info directly. I copied the logs from the pastebin link into a paste.pound-python.org link -> https://paste.pound-python.org/show/1NHp1rkKZU7xCNr9W3RZ/ I was using pastebin synonymously for all these services. Confirming missing dependency on qtwebengine[widgets] anyway, it is required in gui/qt5webdisplay/CMakeLists.txt. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4313a3a2bccb07e165bdb74526e312c387fc33e commit e4313a3a2bccb07e165bdb74526e312c387fc33e Author: Guilherme Amadio <amadio@gentoo.org> AuthorDate: 2019-01-24 09:03:09 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2019-01-24 16:23:08 +0000 sci-physics/root: depend on dev-qt/qtwebengine:5[widgets] Closes: https://bugs.gentoo.org/674196 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Guilherme Amadio <amadio@gentoo.org> sci-physics/root/root-6.12.06-r8.ebuild | 8 ++++---- sci-physics/root/root-6.14.06-r2.ebuild | 8 ++++---- sci-physics/root/root-6.14.08-r1.ebuild | 8 ++++---- sci-physics/root/root-9999.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) (In reply to Larry the Git Cow from comment #4) > The bug has been closed via the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=e4313a3a2bccb07e165bdb74526e312c387fc33e > > commit e4313a3a2bccb07e165bdb74526e312c387fc33e > Author: Guilherme Amadio <amadio@gentoo.org> > AuthorDate: 2019-01-24 09:03:09 +0000 > Commit: Guilherme Amadio <amadio@gentoo.org> > CommitDate: 2019-01-24 16:23:08 +0000 > > sci-physics/root: depend on dev-qt/qtwebengine:5[widgets] > > Closes: https://bugs.gentoo.org/674196 > Package-Manager: Portage-2.3.58, Repoman-2.3.12 > Signed-off-by: Guilherme Amadio <amadio@gentoo.org> > > sci-physics/root/root-6.12.06-r8.ebuild | 8 ++++---- > sci-physics/root/root-6.14.06-r2.ebuild | 8 ++++---- > sci-physics/root/root-6.14.08-r1.ebuild | 8 ++++---- > sci-physics/root/root-9999.ebuild | 8 ++++---- > 4 files changed, 16 insertions(+), 16 deletions(-) Amadio, is there a reason to remove the sub-slot dependency? ROOT does need to be rebuilt for subslot bumps of QT. Hi Benda. In the forum post it was mentioned that the sub-slot dependency was not needed. Since I never observed any crash myself either, I removed it. Are you sure that the subslot is needed for Qt5? This is part of the new web-based graphics, not the old qt/qtgsi plugin, which has been deprecated and actually even removed in the master branch already. In any case, if the sub-slot dependency is really needed, I will add it back. (In reply to Guilherme Amadio from comment #6) > Hi Benda. In the forum post it was mentioned that the sub-slot dependency > was not needed. Since I never observed any crash myself either, I removed > it. Are you sure that the subslot is needed for Qt5? This is part of the new > web-based graphics, not the old qt/qtgsi plugin, which has been deprecated > and actually even removed in the master branch already. In any case, if the > sub-slot dependency is really needed, I will add it back. Thanks for the explanation. No worries then. |