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

Bug 396051

Summary: kde-base/okteta-4.7.3 fails to build (kdeenablefinal): some cpp files do not work if QString has been included first
Product: Gentoo Linux Reporter: Erik <esigra>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.kde.org/show_bug.cgi?id=289837
Whiteboard: tracking upstream
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 353246    

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.