Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE7499764 for ; Mon, 12 Mar 2012 14:32:36 +0000 (UTC) Received: (qmail 10230 invoked by uid 500); 12 Mar 2012 14:32:36 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 10193 invoked by uid 500); 12 Mar 2012 14:32:36 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 10185 invoked by uid 99); 12 Mar 2012 14:32:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 14:32:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 14:32:35 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id AB46048C8; Mon, 12 Mar 2012 14:32:15 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: DO NOT REPLY [Bug 119050] Include dictionary extensions automatically into install sets. Date: Mon, 12 Mar 2012 14:32:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: tools X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: af@a-w-f.de X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: af@a-w-f.de X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=119050 --- Comment #5 from Andre 2012-03-12 14:32:15 UTC --- Continuation: this references URE_MORE_SERVICES in fundamentalbasis.ini. There it is defined as URE_MORE_SERVICES=\ ${${$ORIGIN/uno.ini:PKG_UserUnoFile}:UNO_SERVICES} \ ${${$ORIGIN/uno.ini:PKG_SharedUnoFile}:UNO_SERVICES} \ ${${$ORIGIN/uno.ini:PKG_BundledUnoFile}:UNO_SERVICES} \ $ORIGIN/services.rdb The $ORIGIN in the last line seems reference the directory of program/fundamental.ini not Basis/program/fundamentalbasis.ini - As a result the Basis/program/services.rdb that contains the definition of the UniversalContentBroker is not found and that service is not available. - When UniversalContentBroker can not be created an exception is thrown which gets re-thrown and finally leads to the termination of unopkg with error. - The uncaught exception is detected and leads to abortion of the building of the pack set. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.