Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396051 - kde-base/okteta-4.7.3 fails to build (kdeenablefinal): some cpp files do not work if QString has been included first
Summary: kde-base/okteta-4.7.3 fails to build (kdeenablefinal): some cpp files do not ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard: tracking upstream
Keywords:
Depends on:
Blocks: kdeenablefinal
  Show dependency tree
 
Reported: 2011-12-26 10:10 UTC by Erik
Modified: 2012-01-17 12:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2011-12-26 10:10:00 UTC
Okteta in kdesdk-4.7.4 fails to build with enablefinal. The problem is that 
bytearraychecksumalgorithmfactory.cpp includes something that needs to be
included first (according to the comment in the code). But in a final build, a
lot of things may be included before that.

The problem can be seen without enablefinal by simply adding #include
<QtCore/QString> to the beginning of bytearraychecksumalgorithmfactory.cpp.

Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2012-01-17 12:03:06 UTC
As per KDE team meeting decision, the kdeenablefinal useflag has been removed.