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

Bug 463230

Summary: app-office/calligra-9999: CALLIGRA_FEATURES doesn't seem to work
Product: Gentoo Linux Reporter: Jekyll Wu <adaptee>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED UPSTREAM    
Severity: normal CC: franz.trischberger, office
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: compressed build log of "ebuild calligra-9999.ebuild install"

Description Jekyll Wu 2013-03-25 14:11:07 UTC
I have CALLIGRA_FEATURES="words sheets stage" defined in make.conf, but after merging calligra-9999 I notice kexi, karbon, and calligraplan are also built and installed.


Reproducible: Always
Comment 1 Jekyll Wu 2013-03-25 14:14:11 UTC
Created attachment 343244 [details]
compressed build log of "ebuild calligra-9999.ebuild install"
Comment 2 Franz Trischberger 2013-03-25 16:23:47 UTC
Seems like it has changed how calligra activates products. Should need some (minor?) adjustments to build options.
Comment 3 David Heidelberg (okias) 2013-05-11 20:43:14 UTC
frinring at IRC #Calligra: "ah, I see why it does not work. now that there are lots of internal products they also define internal dependencies. and some need kexi or karbon or plan (e.g. the filters), thus they trigger the build of those again. seems I have to fix that than, those -DBUILD_app should turn things off unrevertable possibly. will see to do something about that tomorrow"

so it's basically upstream bug. Will be fixed soon.
Comment 4 Maciej Mrozowski gentoo-dev 2013-05-18 02:03:03 UTC
Indeed, SHOULD_BUILD_<product> variables don't seem work.
Comment 5 Jekyll Wu 2013-05-27 13:14:15 UTC
This seems to work again now. I guess the upstream has fixed the building system.
Comment 6 David Heidelberg (okias) 2013-06-01 11:42:26 UTC
FIXED in GIT, will be fixed in .91 though patch in KDE overlay :)
Comment 7 Johannes Huber (RETIRED) gentoo-dev 2013-06-01 11:48:12 UTC
(In reply to Jekyll Wu from comment #5)
> This seems to work again now. I guess the upstream has fixed the building
> system.

(In reply to David "okias" Heidelberger from comment #6)
> FIXED in GIT, will be fixed in .91 though patch in KDE overlay :)

Thanks all.