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 11CFB9559 for ; Thu, 9 Feb 2012 19:04:10 +0000 (UTC) Received: (qmail 27869 invoked by uid 500); 9 Feb 2012 19:04:10 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 27783 invoked by uid 500); 9 Feb 2012 19:04:10 -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 27775 invoked by uid 99); 9 Feb 2012 19:04:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 19:04:09 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,TO_NO_BRKTS_PCNT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.138.91.17] (HELO nm1-vm2.bullet.mail.ne1.yahoo.com) (98.138.91.17) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Feb 2012 19:04:01 +0000 Received: from [98.138.90.54] by nm1.bullet.mail.ne1.yahoo.com with NNFMP; 09 Feb 2012 19:03:40 -0000 Received: from [98.138.226.124] by tm7.bullet.mail.ne1.yahoo.com with NNFMP; 09 Feb 2012 19:03:40 -0000 Received: from [127.0.0.1] by smtp203.mail.ne1.yahoo.com with NNFMP; 09 Feb 2012 19:03:40 -0000 X-Yahoo-Newman-Id: 311673.58979.bm@smtp203.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: m3ithzIVM1n1dLCm6wDSju9W1MPw42oQB_oKx_mb5GYitL3 uryoZeMoMSqAUESLICkQcwAMH0R97C4_BqjUmsExW10FLevglH8lUD9Q3KEv vR5j3k7aXu_IsCw2JvC15LfZgNLD5yX9zizqSwSwPl1BprJ87dCveuq3ZtBH 649Qaa3SSb4u8q7RufSuEoKCsAVjUg4telakyFqEkhla0mpEGDGk9XPyrMeZ mzOrbuhs9CyvzhtCLpLZICbImNDnWw4631uKEor_3_LH3dsU2D8kGNJwYPXv MqsaKFuc6LG4pzT2XM1xNzqJtF2wBYHEeQtypk6mgVV5iLjl1ki.ER5jCbt8 rFLdtEhdyWw2T_xXnmQn83iy9xLiD.JEw.S75HT7uVEvAdeNnZu39Z9ZyZyI Ehv9tcD7qz7rKhpvsW3RmYEmP8g-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Received: from [192.168.10.101] (pfg@200.118.157.7 with plain) by smtp203.mail.ne1.yahoo.com with SMTP; 09 Feb 2012 11:03:38 -0800 PST Message-ID: <4F34187C.2040603@apache.org> Date: Thu, 09 Feb 2012 14:03:24 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: os/2 startup crash on extension sync References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/09/12 13:21, Yuri Dario wrote: > Hi, > > I built the whole ooo code, but I'm unable to get it to start. The > startup splash screen is showed and I reach about 40% with > > 'synchronizing repositories for shared extensions' > > and then it crashes. The function stack shows > > dp_manager::ExtensionManager::synchronize > dp_misc::syncRepositories > desktop::Desktop::SynchronizeExtensionsRepositories > > it stops because a uno::RuntimeException is catched at line 1399. > > The only big difference compared to OOo 3.2 (I skipped 3.3) is that > now I'm not usint STLPORT. > > Any ideas? I don't know about the crash but disabling STLport is a bad idea. I tried that on FreeBSD and we had linking problems as it is used somewhere (vcl I think). I think the LO guys replaced some of it with Boost but they still have to carry stlport for some extensions. The distfiles issue is a mess: we currently use 4.0 for Solaris, and two different versions of 4.5 for other platforms/windows: I am planning to update STLport to version 5.1.7 (which works well on all platforms) after 3.4 is released. Pedro.