[CMake] [PATCH] KWSys: Avoid buggy SIGCHLD on Interix

Brad King brad.king at kitware.com
Tue Feb 23 09:00:21 EST 2010


Markus Duft wrote:
> the patch is ok as-is now. it fixes my issues on multi-core interix.

Great.  Thanks for testing.  I'll include it in CMake upstream as
soon as we have finished transitioning to the new Git repository
I announced yesterday and open it for publishing.

> in combination with my interix patch (attached again)

The platform support files have been significantly refactored
in 2.8.1-rc[123] since 2.6.0.  Please port it to the new layout
and test it.  It will probably get simpler.

>          49 - ExportImport (Failed)
>          96 - Plugin (Failed)

These two build executables and then modules (DLLs) that "link"
to the executables so that they use a plugin API at dlopen time.
Likely your platform file needs some flag tweaking.  Look at

  CMAKE_EXE_EXPORTS_C_FLAG

in Linux.cmake.

>          73 - CMakeTestMultipleConfigures (SEGFAULT)

I guess this one will have to be debugged manually.

>         106 - CTest.UpdateGIT (Failed)
>         123 - CTestTestTimeout (Failed)

These do not affect use of CMake to build a project, but
do affect CTest.  I'd need to see output to debug them.

BTW, once we get this working will you be able to submit
a nightly dashboard entry so we can keep it working?

Thanks,
-Brad


More information about the CMake mailing list