[cmake-developers] Unknown CMake bugs

Brad King brad.king at kitware.com
Wed Jan 21 11:36:14 EST 2015


On 01/20/2015 05:31 PM, Rolf Eike Beer wrote:
> Some bugs of CMake (or what downstreams thinks are bug)

Thanks for the links.

> https://bugs.gentoo.org/show_bug.cgi?id=445308

They don't want to get -isysroot flags for their toolchain, and
claim that CMake is stupid for trying to add it, and patch it out.
Of course we have good reasons for adding it, and just need to
make it not do so with their toolchain.  In
Modules/Platform/Darwin-GNU.cmake we already try to detect
whether the flag is available.  Without more details I don't know
if we can know why it doesn't work automatically for them.

> http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/cmake/patches/patch-bootstrap?rev=1.7&content-type=text/x-cvsweb-markup

They just want to bootstrap with Ninja, except on specific
architectures.  Not an upstream concern.

> http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/cmake/patches/patch-Source_CMakeLists_txt?rev=1.6&content-type=text/x-cvsweb-markup&hideattic=1

That says "CMake's built-in ELF parser is broken on arm" but
does not say why.  Someone with access to such a platform
would have to investigate further.

-Brad



More information about the cmake-developers mailing list