Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395063 - [qting-edge overlay] x11-libs/qt-assistant-4.8.0 fails to build
Summary: [qting-edge overlay] x11-libs/qt-assistant-4.8.0 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 394903
  Show dependency tree
 
Reported: 2011-12-17 14:32 UTC by Franz Trischberger
Modified: 2012-01-20 16:12 UTC (History)
1 user (show)

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


Attachments
build.log (1324131667-install-x11-libs_qt-assistant-4.8.0:4::qting-edge.out,289.77 KB, text/plain)
2011-12-17 14:33 UTC, Franz Trischberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2011-12-17 14:32:23 UTC
qt-assistant fails:

========
helpviewer_qwv.cpp:168:1: error: expected class-name before '{' token
helpviewer_qwv.cpp:173:13: error: 'QWebPage' does not name a type
========

qt-everywhere-opensource-src-4.8.0/tools/assistant/tools/assistant/helpviewer_qwv.cpp just misses a QWebPage-include. I also checked the other includes - no #include QWebPage.

Reproducible: Always
Comment 1 Franz Trischberger 2011-12-17 14:33:38 UTC
Created attachment 296127 [details]
build.log
Comment 2 Franz Trischberger 2011-12-17 14:54:22 UTC
Ah, the source of this problem seems to be that QT_NO_WEBKIT is defined, but helpviewer_qwv gets compiled.
Comment 3 Franz Trischberger 2011-12-22 09:00:44 UTC
https://bugs.gentoo.org/show_bug.cgi?id=395067 appeared some minutes after this. Over there are some hints to make qt-assistant-4.8.0 compile (at least for me).
Comment 4 Davide Pesavento gentoo-dev 2012-01-20 16:12:57 UTC
wired said he fixed this some time ago, please reopen if it is still failing for you.