From ooo-dev-return-11642-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Thu Jan 5 18:42:14 2012 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 80D4E9D9F for ; Thu, 5 Jan 2012 18:42:14 +0000 (UTC) Received: (qmail 70919 invoked by uid 500); 5 Jan 2012 18:42:14 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 70781 invoked by uid 500); 5 Jan 2012 18:42: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 70773 invoked by uid 99); 5 Jan 2012 18:42:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 18:42:13 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.117] (HELO rcsinet15.oracle.com) (148.87.113.117) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 18:42:02 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q05IfePB022329 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 5 Jan 2012 18:41:40 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q05IfdOE028534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 5 Jan 2012 18:41:40 GMT Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q05IfcqG006532 for ; Thu, 5 Jan 2012 12:41:38 -0600 Received: from [130.35.71.178] (/130.35.71.178) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 05 Jan 2012 10:41:39 -0800 Message-ID: <4F05EEE2.4050007@oracle.com> Date: Thu, 05 Jan 2012 10:41:38 -0800 From: Andrew Rist User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: Localized builds References: <4F058438.8090600@googlemail.com> In-Reply-To: <4F058438.8090600@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4F05EEE5.002B,ss=1,re=0.000,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 1/5/2012 3:06 AM, Jürgen Schmidt wrote: > Hi, > > maybe i have missed somehting but i stumbled over a problem to build > localized packages. > > I used configure with --with-lang="en-US de" and got a problem in > instsetoo_native to resolve a dependency to module l10n > > The solution is to put a source.config file besides main > > .../main > .../extras > .../source.config > > source.config > ### > [repositories] > main=active > extras=active > ### > > My question is how do others make localized builds without this file? I am running into this same problem - with one caveat... the file seems to need to be *source_config *(with an underscore as opposed to a '.') Is there a downside to checking this in? This will block doing a --with-lang build on the buildbot if this is not in svn. A. > > Any ideas? > > Juergen