Summary: | dev-util/cmake-2.8.12.1 version bump (was dev-util/cmake-2.8.12: $<LINK_ONLY> expression requires exactly one parameter.) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin von Gagern <Martin.vGagern> |
Component: | [OLD] Development | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hanno, silvio.gerli |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://thread.gmane.org/gmane.comp.programming.tools.cmake.user/48007 | ||
See Also: | https://github.com/ldc-developers/gentoo-overlay/issues/7 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin von Gagern
2013-11-02 21:09:15 UTC
(In reply to Martin von Gagern from comment #0) > I will also report this for the ldc overlay https://github.com/ldc-developers/gentoo-overlay/issues/7 (In reply to Martin von Gagern from comment #0) > A fix was proposed there. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=239b0c6b0ed821fd012a2a980961 appears to be the version of that fix which made it into the main branch. Luckily, the cmake ebuild calls epatch_user, so the following commands will install a fixed version for users until this is fixed in portage: # mkdir -p /etc/portage/patches/dev-util/cmake-2.8.12 # wget -O /etc/portage/patches/dev-util/cmake-2.8.12/gentoo490194.patch \ 'http://cmake.org/gitweb?p=cmake.git;a=commitdiff_plain;h=239b0c6b0ed821fd012a2a' # emerge -1 cmake With this in place, ldc2 at least started to compile. Build is still running. There appears to be no ldc overlay registered with Gentoo Infrastructure. This affects other packages as well, just saw it creates failure with openvas-libraries. Upstream has now fixed this in cmake 2.8.12.1, so we need a bump of cmake to make these failures go away. I've opened a bug in openvas-libraries, https://bugs.gentoo.org/show_bug.cgi?id=490914 but I think it is a duplicate of this one. *** Bug 490914 has been marked as a duplicate of this bug. *** Thanks for reporting. This is fixed in cvs now. Please sync in some hours to get the changes. + + 12 Nov 2013; Johannes Huber <johu@gentoo.org> +cmake-2.8.12.1.ebuild, + -cmake-2.8.12.ebuild: + Version bump wrt bug #490194. + |