tried to update cmake from version 2.6.x to the latest version 3.7.2 an got this error: /var/tmp/portage/dev-util/cmake-3.7.2-r1/work/cmake-3.7.2/Source/cmServerConnection.cxx:261:38: error: 'UV_TTY_MODE_NORMAL' was not declared in this scope uv_tty_set_mode(this->Input.tty, UV_TTY_MODE_NORMAL); tried to manually build cmake from 3.8.0-rc3 from upstream - worked like a charm so I unmasked the 3.8 version of the package but the results did not change
Created attachment 468562 [details] build.log from 3.7.2
Created attachment 468564 [details] emerge info
> -- Found LibUV: /usr/local/lib64/libuv.so (found suitable version "1.0.1", minimum required is "1.0.0") Could you please try without this local copy (don't forget about headers)? (In reply to Liriel from comment #0) > tried to manually build cmake from 3.8.0-rc3 from upstream - worked like a > charm so I unmasked the 3.8 version of the package but the results did not > change By default cmake uses some bundled libraries, we enable an option to use system libraries in the ebuild.
removing the local version of libuv 1.0.1 did the trick! (now version 1.11.0 installed by portage was used to build cmake) since libuv version 1.0.1 is no longer available in portage I will mark this issue resolved thank you very much for your support!