From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [WIP 0/8] GNOME Maps Date: Tue, 14 Jun 2016 10:21:34 -0400 Message-ID: <20160614142134.GA21928@jasmine> References: <87oa8oc0ul.fsf@gnu.org> <20160614072236.GA18937@jasmine> <87lh28ezgv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCpE5-0002VV-2l for guix-devel@gnu.org; Tue, 14 Jun 2016 10:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCpDy-0001J3-VO for guix-devel@gnu.org; Tue, 14 Jun 2016 10:21:55 -0400 Content-Disposition: inline In-Reply-To: <87lh28ezgv.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Jun 14, 2016 at 02:17:52PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > It works for version 3.18.2! Attached. > > Cool, let’s commit this one as a starting point! Soon :) I need to clean it up and re-review the earlier part of the patch series. > > But now 3.20.1 is out, and I want to use that version. It fails like > > this: > > > > --- > > $ ./pre-inst-env guix environment --ad-hoc gnome-maps -- gnome-maps > > (org.gnome.Maps:30607): Gjs-WARNING **: JS ERROR: Error: Requiring Geoclue, version none: Typelib file for namespace 'Geoclue' (any version) not found > > @resource:///org/gnome/Maps/js/geoclue.js:23 > > @resource:///org/gnome/Maps/js/application.js:34 > > @resource:///org/gnome/Maps/js/main.js:43 > > start@resource:///org/gnome/gjs/modules/package.js:176 > > @/gnu/store/9dsfcqfnpjg81mbibxi5qvnbcz29srzy-gnome-maps-3.20.1/share/gnome-maps/org.gnome.Maps:5 > > > > JS_EvaluateScript() failed > > --- > > > > So, I'm building geoclue with gobject-introspection overnight. Doing this worked. But of course there are more problems :) > Did we eventually figure out where/how this thing looks for typelib > file/gobject-introspection data? It seems to be a “simple matter” of > telling it where to look for whatever it’s looking for. :-) I'll contact the upstream developers for advice.