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 D0A8195AC for ; Mon, 23 Jan 2012 10:00:05 +0000 (UTC) Received: (qmail 91442 invoked by uid 500); 23 Jan 2012 10:00:05 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 91182 invoked by uid 500); 23 Jan 2012 10:00:00 -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 91164 invoked by uid 99); 23 Jan 2012 09:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 09:59:58 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=RCVD_IN_BRBL_LASTEXT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Mon, 23 Jan 2012 09:59:52 +0000 Received: from [9.155.131.25] (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 994B5E2805E for ; Mon, 23 Jan 2012 10:59:27 +0100 (CET) Message-ID: <4F1D2F80.4000406@a-w-f.de> Date: Mon, 23 Jan 2012 10:59:28 +0100 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: CoinMP/sccomp: missing dependency References: <4C088EE5-C274-4C85-91E5-A4BD35A1F1A5@Janik.cz> In-Reply-To: <4C088EE5-C274-4C85-91E5-A4BD35A1F1A5@Janik.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Mon, 23 Jan 2012 10:59:27 +0100 (CET) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 994B5E2805E.A3E10 X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Old-Spam-Status: No Hi Pavel, On 21.01.2012 22:23, Pavel Jan�k wrote: > > On Jan 21, 2012, at 3:15 PM, Pavel Jan�k wrote: > >> coinmp is in category-b. When category-B is disabled (or coinmp only disabled), sccomp should not be built because one of its dependencies is not built. > > I had to change the following files: > > sccomp/source/solver/makefile.mk | 8 ++++++++ > scp2/source/calc/file_calc.scp | 6 ++++-- > postprocess/packcomponents/makefile.mk | 5 ++++- > > The patch is ready for review at > > http://tmp.janik.cz/AOOo/coinmp-sccomp.diff Patch looks good. > > Tested only on Mac OS X. Tested successfully on Windows7. In the future, I may have to do more to disable coinmp: disable building the solver. At the moment the solver dialog still opens but does not do much. Thanks, Andre