Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 395063

Summary: [qting-edge overlay] x11-libs/qt-assistant-4.8.0 fails to build
Product: Gentoo Linux Reporter: Franz Trischberger <franz.trischberger>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: cruzki123
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 394903    
Attachments: build.log

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.