[cmake-developers] ninja status

Bill Hoffman bill.hoffman at kitware.com
Thu Apr 5 13:44:52 EDT 2012


On 4/3/2012 7:53 PM, Nicolas Desprès wrote:

> On next 68160664982d8f42ccfa8d68de778df823b52979
> and on master 5e9c7731e16fc077a3637a02cb983d397329a23a with "Ninja":
> The following tests FAILED:
> 	  1 - CMake.Install (Failed)
> 	 54 - ExportImport (Failed)
> 	 61 - Qt4Deploy (Failed)
> 	 84 - SimpleInstall (Failed)
> 	 86 - CPackComponents (Failed)
> 	129 - BundleGeneratorTest (Failed)
> 	227 - CMake.CheckSourceTree (Failed)
>

I think I found the reason at least on one machine why builddpends is 
failing on the Mac:

http://open.cdash.org/testDetails.php?test=140438743&build=2155826


FAILED: /usr/bin/c++    -arch ppc -arch i386 -isysroot 
/Developer/SDKs/MacOSX10.6.sdk -I. -MMD -MT CMakeFiles/foo.dir/foo.cxx.o 
-MF CMakeFiles/foo.dir/foo.cxx.o.d -o CMakeFiles/foo.dir/foo.cxx.o -c 
foo.cxx
c++-4.2: -E, -S, -save-temps and -M options are not allowed with 
multiple -arch flags

For multi-arch builds the -MF flag messes up for computing depends!


The Free BSD build gets this error:
http://open.cdash.org/testDetails.php?test=141544060&build=2155994

ninja: ERROR: dependency cycle: CMakeFiles/bar.dir/bar.cxx.o -> 
CMakeFiles/bar.dir/bar.cxx.o

Any ideas?

-Bill







More information about the cmake-developers mailing list