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 9AF918181 for ; Sun, 28 Aug 2011 19:22:56 +0000 (UTC) Received: (qmail 11641 invoked by uid 500); 28 Aug 2011 19:22:54 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 11458 invoked by uid 500); 28 Aug 2011 19:22:54 -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 11450 invoked by uid 99); 28 Aug 2011 19:22:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 19:22:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Mathias_Bauer@gmx.net designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 28 Aug 2011 19:22:46 +0000 Received: (qmail invoked by alias); 28 Aug 2011 19:22:25 -0000 Received: from d191017.adsl.hansenet.de (EHLO [192.168.1.6]) [80.171.191.17] by mail.gmx.net (mp026) with SMTP; 28 Aug 2011 21:22:25 +0200 X-Authenticated: #17242763 X-Provags-ID: V01U2FsdGVkX1/7rgFIxMz7Cp6G+FaYEvGBiIStJjpVmOXbnas7HA GVgyHehyppSzHv Message-ID: <4E5A9571.7080108@gmx.net> Date: Sun, 28 Aug 2011 21:22:25 +0200 From: Mathias Bauer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [code] stuck at offapi on unxlngx6.pro References: <20110828171212.GE24926@kulungile.erack.de> <20110828173636.GF24926@kulungile.erack.de> In-Reply-To: <20110828173636.GF24926@kulungile.erack.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 28.08.2011 19:36, Eike Rathke wrote: > Hi, > > Btw, my configure is > > PKG_CONFIG=/usr/bin/pkg-config ./configure \ > --with-use-shell=bash \ > --disable-strip-solver \ > --without-fonts \ > --without-ppds \ > --with-system-stdlibs > > PKG_CONFIG=... was neeed because configure complained about pkg-config > version not being sufficient or not found, but that's nonsense, it's in > the standard $PATH, maybe of an unexpected version. > > Usually I had a large list of --with-system-... or just > --with-system-libs and --with-system-headers, but did not include that > to build as much as possible from the repository. > > Eike > I can't reproduce your problem in offapi. My configure is PKG_CONFIG=/usr/bin/pkg-config ./configure \ --without-junit \ --disable-librsvg \ --with-external-tar=/home/mathias/ext_sources I used the first parameter because I don't want to do the extended tests now, the second is an artefact we still need to fix (this switch should be the default). The third one is may local external-repodir. Regards, Mathias