Le 4 avril 2012 01:53, Nicolas Desprès <[email protected]> a écrit : > On Tue, Apr 3, 2012 at 6:48 PM, Bill Hoffman <[email protected]> wrote: >> Hi, I just wanted to get an update on the ninja generator status. Right now >> all linux tests are passing, and that platform seems to be done. >> > > Hi Bill, > > Thanks for the status. > >> Windows: >> - No file level depend information >> - Failing Tests: BuildDepends, Plugin >> >> >> OSX: >> - application bundle and framework creation is unimplemented >> - Failing tests: BuildDepends, BundleTest, CFBundleTest, ExportImport, >> Qt4Deploy >> > > On my Mac OSX 10.7.3 I have these tests failing: > > with "Unix Makefiles": > 1 - CMake.Install (Failed) > 88 - SimpleInstall (Failed) > 90 - CPackComponents (Failed) > 235 - CMake.CheckSourceTree (Failed) > > with "Ninja": > 1 - CMake.Install (Failed) > 54 - ExportImport (Failed) > 61 - Qt4Deploy (Failed) > 84 - SimpleInstall (Failed) > 86 - CPackComponents (Failed) > 227 - CMake.CheckSourceTree (Failed)
Concerning BundleGenerator or other CPack tests on the Mac they may fail sporadically (whatever the generator used) due to "hdiutil" usage failing see http://public.kitware.com/pipermail/cmake-developers/2012-February/003352.html so apparently if the error relates to "hdiutil", try again in order to check whether if the failure is repeatable. -- Erk Le gouvernement représentatif n'est pas la démocratie -- http://www.le-message.org -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
