From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QApnu-0006dv-Dz for garchives@archives.gentoo.org; Fri, 15 Apr 2011 20:39:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7FC1C026; Fri, 15 Apr 2011 20:38:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2D8A51C026 for ; Fri, 15 Apr 2011 20:38:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A284D1B4001 for ; Fri, 15 Apr 2011 20:38:15 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.87 X-Spam-Level: X-Spam-Status: No, score=-2.87 required=5.5 tests=[AWL=-0.271, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6-zpNCq5AMra for ; Fri, 15 Apr 2011 20:38:09 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 39C741B401E for ; Fri, 15 Apr 2011 20:38:07 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QApmF-0005RU-B1 for gentoo-user@gentoo.org; Fri, 15 Apr 2011 22:38:03 +0200 Received: from adsl-69-234-196-86.dsl.irvnca.pacbell.net ([69.234.196.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 22:38:03 +0200 Received: from w41ter by adsl-69-234-196-86.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 22:38:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed Date: Fri, 15 Apr 2011 13:37:50 -0700 Message-ID: References: <20110412042336.GA3927@ca.inter.net> <5FF2FBC1-5AD0-47FC-B416-73FA03ADD43C@stellar.eclipse.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-196-86.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110401 Thunderbird/3.3a3 In-Reply-To: X-Archives-Salt: X-Archives-Hash: f60045d302e6c5b7f5361d5ffad3b602 On 04/14/2011 01:21 PM, Carlos Sura wrote: > > > On 13 April 2011 01:49, Daniel Pielmeier > wrote: > > 2011/4/12 Carlos Sura >: > > > > It might be GLIB? (I've reciently updated) > > Do you also use the ~amd64 version of glib? What about downgradeing it > to the version you had before, should be worth a try and quicker than > rebuiding libreoffice on and on. > > -- > Daniel Pielmeier > > > Also, I've tried strace, and this is the output: > http://tinypaste.com/e025e0 /usr/bin/libreoffice is just a shell script, not a binary. To capture the full output you need to use the -f flag for strace (follow child processes). I'm on ~amd64 and libreoffice works okay with glib-2.28.6 and dbus-glib-0.92. You can try re-emerging dbus-glib if you haven't already done it.