Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9564691E4 for ; Fri, 22 Jun 2012 09:38:13 +0000 (UTC) Received: (qmail 84444 invoked by uid 500); 22 Jun 2012 09:38:13 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 84367 invoked by uid 500); 22 Jun 2012 09:38:13 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 84356 invoked by uid 99); 22 Jun 2012 09:38:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 09:38:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 09:38:03 +0000 Received: from [9.155.131.113] (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id 2D2231BB0C24 for ; Fri, 22 Jun 2012 11:37:38 +0200 (CEST) Message-ID: <4FE43CE2.6000109@a-w-f.de> Date: Fri, 22 Jun 2012 11:37:38 +0200 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: [BUILDBOT] build breakers Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Fri, 22 Jun 2012 11:37:38 +0200 (CEST) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 2D2231BB0C24.A4584 X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Old-Spam-Status: No Hi, there are build breakers on all three platforms - Windows7 in shell_2: has ./configure: line 7952: test: : integer expression expected ./configure: line 7957: test: : integer expression expected ./configure: line 7962: test: : integer expression expected configure: error: Compiler too old. Use Microsoft C/C++ .NET 2003/2005 compiler. could be caused by missing DLLs when the compiler is called to detect its version. In that case cl does not print anything. I have seen something similar when I tried to use the 2010 dev studio. - Linux64 in compile_2 there is the line ./configure: line 11931: test: : integer expression expected @Andrew: can you post the config.log and configure files so that we can better analyze the cause of this bug? - Linux32 the build breaker seems to be caused by my recent changes in ext_libraries/serf. It may be sufficient to make a clean build. @Andrew: can you trigger that? Regards, Andre