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 A4F92C4E8 for ; Fri, 8 Jun 2012 18:42:31 +0000 (UTC) Received: (qmail 6985 invoked by uid 500); 8 Jun 2012 18:42:31 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 6923 invoked by uid 500); 8 Jun 2012 18:42:31 -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 6854 invoked by uid 99); 8 Jun 2012 18:42:28 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 18:42:28 +0000 Received: from localhost (HELO [10.1.1.4]) (127.0.0.1) (smtp-auth username hdu, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 18:42:28 +0000 Message-ID: <4FD2478B.5090901@apache.org> Date: Fri, 08 Jun 2012 20:42:19 +0200 From: Herbert Duerr User-Agent: generic MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: buildbot failure in ASF Buildbot on openoffice-linux64-nightly References: <20120608042922.36749C00EA@aegis.apache.org> <4FD23448.3010506@oracle.com> In-Reply-To: <4FD23448.3010506@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Andrew, On 06/08/2012 07:20 PM, you wrote: > I believe the current build problems are due to the change in the > location of external tar balls. > How should the build get these using the new script? Looking through the logs I saw ./bootstrap: 46: download_external_dependencies.pl: Permission denied and that pointed at missing execute permissions for that script. I committed the fix as revision 1348184 Herbert