Summary: | dev-util/kdevelop-5.6.0-r1 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2020-10-23 05:57:40 UTC
Created attachment 667988 [details]
build.log
build log and emerge --info
Possible context of error(s): standarddocumentationview.cpp:(.text+0x74d): undefined reference to `QWebEngineUrlSchemeHandler::QWebEngineUrlSchemeHandler(QObject*)' standarddocumentationview.cpp:(.text+0xf0e): undefined reference to `QWebEngineUrlSchemeHandler::qt_metacast(char const*)' standarddocumentationview.cpp:(.text+0xf21): undefined reference to `QWebEngineUrlSchemeHandler::qt_metacall(QMetaObject::Call, int, void**)' standarddocumentationview.cpp:(.text._ZN19CustomSchemeHandlerD2Ev[_ZN19CustomSchemeHandlerD5Ev]+0xb): undefined reference to `QWebEngineUrlSchemeHandler::~QWebEngineUrlSchemeHandler()' standarddocumentationview.cpp:(.text._ZN19CustomSchemeHandlerD0Ev[_ZN19CustomSchemeHandlerD5Ev]+0xf): undefined reference to `QWebEngineUrlSchemeHandler::~QWebEngineUrlSchemeHandler()' standarddocumentationview.cpp:(.text._ZN19CustomSchemeHandler14requestStartedEP23QWebEngineUrlRequestJob[_ZN19CustomSchemeHandler14requestStartedEP23QWebEngineUrlRequestJob]+0x2a): undefined reference to `QWebEngineUrlRequestJob::requestUrl() const' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: standarddocumentationview.cpp:(.text._ZN19CustomSchemeHandler14requestStartedEP23QWebEngineUrlRequestJob[_ZN19CustomSchemeHandler14requestStartedEP23QWebEngineUrlRequestJob]+0x7f): undefined reference to `QWebEngineUrlRequestJob::reply(QByteArray const&, QIODevice*)' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kdevplatform/documentation/CMakeFiles/KDevPlatformDocumentation.dir/standarddocumentationview.cpp.o:(.data.rel.ro._ZTI19CustomSchemeHandler[_ZTI19CustomSchemeHandler]+0x10): undefined reference to `typeinfo for QWebEngineUrlSchemeHandler' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: kdevplatform/documentation/CMakeFiles/KDevPlatformDocumentation.dir/standarddocumentationview.cpp.o:(.data.rel.ro+0x0): undefined reference to `QWebEngineUrlSchemeHandler::staticMetaObject' collect2: error: ld returned 1 exit status I'm unconvinced this isn't a local issue. Re-open when you reproduce it, and add emerge history when you do. |