| Summary: | dev-util/cmake-2.8.10.1 fails to build packages when calling FindGettext.cmake | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rick Harris <rickfharris> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | creffett |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | http://www.cmake.org/Bug/view.php?id=13691 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in 2.8.10.2, which has been pushed to the tree. + 27 Nov 2012; Chris Reffett <creffett@gentoo.org> +cmake-2.8.10.2.ebuild, + -cmake-2.8.10.1.ebuild: + Version bump to 2.8.10.2, fixes bug 444906. Remove old. |
Failure example: -- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") CMake Error at CMakeLists.txt:106 (if): if given arguments: "STREQUAL" "TRUE" Unknown arguments specified -- Configuring incomplete, errors occurred! This is a known cmake bug as discussed here -> http://www.cmake.org/Bug/view.php?id=13691 Patch committed at the end of that thread fixes the problem.