From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: ossaulib dbus error Date: Tue, 22 Jul 2014 18:05:38 +0100 Message-ID: <4cd940294720ded98ba917df5c914a87@ossau.homelinux.net> References: <53CE8AAD.1050902@campus.tu-berlin.de> <5258c9e150cf04263eea8f5572803729@ossau.homelinux.net> <53CE93BD.1020701@campus.tu-berlin.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406048775 8654 80.91.229.3 (22 Jul 2014 17:06:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2014 17:06:15 +0000 (UTC) Cc: guile-user@gnu.org To: Max Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 22 19:06:08 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X9dVv-0005le-Uq for guile-user@m.gmane.org; Tue, 22 Jul 2014 19:06:08 +0200 Original-Received: from localhost ([::1]:40341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dVv-0003F0-CC for guile-user@m.gmane.org; Tue, 22 Jul 2014 13:06:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dVg-0003Es-1M for guile-user@gnu.org; Tue, 22 Jul 2014 13:06:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9dVX-0007Ak-JY for guile-user@gnu.org; Tue, 22 Jul 2014 13:05:51 -0400 Original-Received: from out1.ip03ir2.opaltelecom.net ([62.24.128.239]:20601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dVX-0007AV-D7 for guile-user@gnu.org; Tue, 22 Jul 2014 13:05:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcKAE2ZzlNOkRDrPGdsb2JhbABZgw5SV4InUYQ3v2GHTQGBEBcEAQEBATg2hAMBAQQBIxUeIwULBAQDGAICJgICLA0KFAYbiDIMqGyXKRcYgRSINIVrB4J4gU4FmyeXejwv X-IPAS-Result: ApcKAE2ZzlNOkRDrPGdsb2JhbABZgw5SV4InUYQ3v2GHTQGBEBcEAQEBATg2hAMBAQQBIxUeIwULBAQDGAICJgICLA0KFAYbiDIMqGyXKRcYgRSINIVrB4J4gU4FmyeXejwv X-IronPort-AV: E=Sophos;i="5.01,711,1400022000"; d="scan'208";a="505761131" Original-Received: from host-78-145-16-235.as13285.net (HELO arudy) ([78.145.16.235]) by out1.ip03ir2.opaltelecom.net with ESMTP; 22 Jul 2014 18:05:42 +0100 Original-Received: by arudy (Postfix, from userid 33) id 4A8663808F; Tue, 22 Jul 2014 18:05:39 +0100 (BST) X-PHP-Originating-Script: 0:rcmail.php In-Reply-To: <53CE93BD.1020701@campus.tu-berlin.de> X-Sender: neil@ossau.homelinux.net User-Agent: Roundcube Webmail/0.9.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.24.128.239 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11352 Archived-At: On 2014-07-22 17:39, Max wrote: > I've copied glib/ to neil/, replaced all the instances of glib with > neil (except for > libglib of course :) and tried to use (neil dbus) but the result is > exactly the same > - ERROR: no code for module (neil dbus) OK, sorry to take your time on that attempt. What if you do "guile --debug test.scm" where test.scm has just the load-path appending and (use-modules (glib dbus)) ? If that still doesn't work, then clearly this is nothing to do with guile-gnome. Could it be that one or more of the calls like (dynamic-link "libgio-2.0") are failing? These are executed during module loading, and I think could cause the "no code" error if they throw an exception. To allow these calls to succeed, you need to have installed the -dev or -devel package that provides .so; e.g. the libglib2.0-dev package (on Debian) for libgio-2.0.so. > Can you try it on your machine alongside with guile-gnome? I can try that later this evening. Right now I'm afraid I'm not at the right computer for that. Regards, Neil