From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] glib-or-gtk-build-system: new build-system Date: Thu, 09 Oct 2014 23:10:53 +0200 Message-ID: <87k3493q5e.fsf@gnu.org> References: <87y4ssubnq.fsf@gnu.org> <8738ayswqh.fsf@gnu.org> <8738aynyy4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcKz6-0008Hx-Vr for guix-devel@gnu.org; Thu, 09 Oct 2014 17:10:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcKz2-0000TD-Dj for guix-devel@gnu.org; Thu, 09 Oct 2014 17:10:52 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:52351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcKz2-0000T3-6L for guix-devel@gnu.org; Thu, 09 Oct 2014 17:10:48 -0400 In-Reply-To: (Federico Beffa's message of "Thu, 9 Oct 2014 18:43:14 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Not sure. Is libcanberra dlopened? Do you know what dlopens it, and >> whether it systematically does? > > I've not found out. I'm attaching the strace log of evince (actually > the wrapper of my local package built with glib-or-gtk). Maybe you see > more than me. Is the GTK_MODULES environment variable defined on your system? AIUI, that tells GTK+ what modules to dlopen. Ludo=E2=80=99.