Page MenuHomePhabricator

BuildConfigurations not working due to Blueberry changes
Closed, ResolvedPublic

Description

The Default configuration ( = also the WorkbenchRelease config) are not working now, reason is the

For all MITK_CONFIG_PACKAGES dependencies, cmake searches for the MITK_USE_<package> flag. This is no more available for BLUEBERRY so this dependency has to be removed.

This causes all release-workbench dartclients to fail.

Event Timeline

Thanks for reporting this. The MITK_USE_BlueBerry should still be available, I will have a look.

I cannot reproduce this on my machine (Fedora 21, current git master). Selecting the WorkbenchRelease configuration does not lead to any error (CMake configuration or build). I also do have a MITK_USE_BLUEBERRY cache entry.

Could reproduce it on my nightly CDash client.

[edb799]: Merge branch 'bug-18804-use-options-ordering'

Merged commits:

2015-03-04 18:39:38 Sascha Zelzer [ebe00e]
COMP: Move use options before build configuration parse step.

User zelzer has pushed new remote branch:

bug-18804-use-options-ordering

This should be fixed now. Please re-open if you still have problems.