dev-0x7C6 / dev1990-overlay

My gentoo overlay, there's a ebuild for separate qtsdk workspaces if you want to develop with many qtsdks, slic3r prusa edition and some ebuilds for my projects, and other stuff that I'm using or used
6 stars 1 forks source link

dev-qt/qt-creator-4.12.2::dev1990-overlay failed #5

Closed d351d3r closed 4 years ago

d351d3r commented 4 years ago

I don't use KDE, and emake failed.

cat /etc/portage/package.use/qt-creator
dev-qt/qt-creator autotest clang designer git help qmldesigner webengine cmake cppcheck ctfvisualizer cvs doc glsl mercurial qbs qmlprofiler subversion

build.log

d351d3r commented 4 years ago

On the old system, where the window Manager was KDE, everything was collected. It seems to me that some dependencies are missing. Eg:

qdoc: warning: "Qt Creator" Cannot locate index file for dependency "qtwidgets"
qdoc: warning: "Qt Creator" Cannot locate index file for dependency "qtcore"
..
/var/tmp/portage/dev-qt/qt-creator-4.12.2/work/qt-creator-opensource-src-4.12.2/src/plugins/coreplugin/locator/locatorfiltertest.h:30:10: error: 'QTest' file not found
/var/tmp/portage/dev-qt/qt-creator-4.12.2/work/qt-creator-opensource-src-4.12.2/src/plugins/coreplugin/locator/locatorfiltertest.h:84:25: error: no function template matches function template specialization 'toString'
dev-0x7C6 commented 4 years ago

I wasn't able to reproduce this issue. I tried to remove dev-qt/qttest (installed by some packages from KDE) manually and check if this is triggering 'QTest' file not found, but that wasn't a case.

Can you reproduce this issue with dev-qt/qttest installed manually ?

I'll upload updated ebuild with contains recent changes, but I'm unsure if this helps.

d351d3r commented 4 years ago

I wasn't able to reproduce this issue. I tried to remove dev-qt/qttest (installed by some packages from KDE) manually and check if this is triggering 'QTest' file not found, but that wasn't a case.

Can you reproduce this issue with dev-qt/qttest installed manually ?

I'll upload updated ebuild with contains recent changes, but I'm unsure if this helps.

I already had qttest installed

eix qttest
[I] dev-qt/qttest
Available version:
(4) 4.8.2020.02[1]
( (5) 5.14.2(5/5.14)^t (~)5.15.0(5/5.15)^t
{ {aqua debug +exceptions pchtest AFI_MISS="n 32 n 64o32" ABI_PRISM="lp64 lp64d" ABE_S 390="32 64" ABI_X86="32 64 x32"}
Installed versions: 5.15.0 (5/5.15)^t (06:12:40 04.06.2020)(-debug -test)
Home page: https://www.qt.io/
Description: Unit testing library for the Qt5 framework
d351d3r commented 4 years ago

The update to the latest version of dev-qt/qt-creator-4.12.2-r1 was successful.