[Xquartz-changes] [584] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 31 16:02:24 PDT 2011


Revision: 584
          http://trac.macosforge.org/projects/xquartz/changeset/584
Author:   jeremyhu at freedesktop.org
Date:     2011-10-31 16:02:23 -0700 (Mon, 31 Oct 2011)
Log Message:
-----------
Use clang-3.0 on yuffie and -Werror=implicit on tifa

Modified Paths:
--------------
    tinderbox/jhbuildrc.xquartz
    tinderbox/tinderbox_test.sh

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-10-30 19:39:47 UTC (rev 583)
+++ tinderbox/jhbuildrc.xquartz	2011-10-31 23:02:23 UTC (rev 584)
@@ -15,9 +15,10 @@
 autogenargs = '--without-xf86misc --without-fontcache --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --disable-silent-rules --disable-gtk --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
 
 makecheck = True
+makecheck_advisory = False
 
 static_analyzer = os.environ['STATIC_ANALYSIS'] != 'False'
 # libxcb generated code has a bunch of warnings that take up 1G of log space
 module_static_analyzer = { 'libxcb' : False }
 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])
-static_analyzer_template = 'scan-build -v --use-cc=clang --use-c++=clang++ -o %(outputdir)s/%(module)s '
+static_analyzer_template = 'scan-build -v --use-cc=clang-mp-3.0 --use-c++=clang++-mp-3.0 -o %(outputdir)s/%(module)s '

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-10-30 19:39:47 UTC (rev 583)
+++ tinderbox/tinderbox_test.sh	2011-10-31 23:02:23 UTC (rev 584)
@@ -19,9 +19,11 @@
   yuffie)
     URL="http://jeremyhu-yuffie:xQUGcg@tinderbox.x.org/builds/rpc"
 
-    export CC="/opt/llvm/bin/clang"
+    #export CC="/opt/llvm/bin/clang"
+    export CC="/opt/local/bin/clang-mp-3.0"
     export OBJC="${CC}"
-    export CXX="/opt/llvm/bin/clang++"
+    #export CXX="/opt/llvm/bin/clang++"
+    export CXX="/opt/local/bin/clang++-mp-3.0"
     export LIBTOOLIZE="glibtoolize"
 
     TB_CFLAGS="-fdiagnostics-show-category=name"
@@ -71,6 +73,9 @@
     JHBUILD="linux32 ${JHBUILD}"
     LD_LIBRARY_PATH="${PREFIX}/lib:${JHBUILDDIR}/external/build/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
     URL="http://jeremyhu-tifa-linux32:xFDSPr@tinderbox.x.org/builds/rpc"
+
+    TB_CFLAGS=""
+    TB_CFLAGS="${TB_CFLAGS} -Werror=implicit"
     ;;
   tifa-linux64)
     TB_CFLAGS="-mminimal-toc"
@@ -84,6 +89,8 @@
     # http://llvm.org/bugs/show_bug.cgi?id=11028
     export STATIC_ANALYSIS=False
 
+    TB_CFLAGS=""
+    TB_CFLAGS="${TB_CFLAGS} -Werror=implicit"
     ;;
   *)
     echo "Invalid config: ${CONFIG}" >&2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20111031/994e2ed5/attachment.html>


More information about the Xquartz-changes mailing list