[Cmake] CMake + Debian + Dart = fun

Miller, James V (Research) millerjv at crd.ge.com
Tue Aug 13 20:57:34 EDT 2002


This is great!

It looks like from your build log that you completed a build then performed an Experimental build for
the CMake dashboard.  

Since you built "first", the experimental build did not include the usual summary of build errors and
warnings (nothing had to be recompiled).  However, it successfully run all the tests.   

I haven't looked at the buildd process but you might want to have it just tell Dart to do an
Experimental build/test/submit process rather than building outside of Dart and just running the
tests in Dart. In other words, instead of doing a 

(cd Build ; /usr/bin/make )
(cd Build ; /usr/bin/make Experimental)

you could just do a 

(cd Build ; /usr/bin/make Experimental)

Jim

-----Original Message-----
From: Maitland Bottoms [mailto:bottoms at debian.org]
Sent: Monday, August 12, 2002 7:25 AM
To: cmake at public.kitware.com
Subject: [Cmake] CMake + Debian + Dart = fun


FYI,

The Debian build infrastructure keeps binary packages up to date on 11
architectures.

The result of enabling Dart in the package for the released CMake
1.4.3 is in the Experimental Builds section of
http://www.cmake.org/Testing/HTML/TestingResults/Dashboard/20020812-0200-Nightly/Dashboard.html

More information is at http://buildd.debian.org/, for example
http://buildd.debian.org/fetch.php?&pkg=cmake&ver=1.4.3-3&arch=ia64&stamp=1029127966&file=log&as=raw
is the log of compilation on a Linux-2.4.18-itanium-smp system.

-Maitland
_______________________________________________
Cmake mailing list
Cmake at public.kitware.com
http://public.kitware.com/mailman/listinfo/cmake



More information about the CMake mailing list