From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add gobject-introspection. Date: Sun, 15 Sep 2013 23:38:45 +0200 Message-ID: <87k3ihkboa.fsf@gnu.org> References: <1378942761-23687-1-git-send-email-tipecaml@gmail.com> <87d2oeqvnv.fsf@gnu.org> <5235C7F5.4070000@gmail.com> <87y56xkd1f.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]:53362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLK6k-0008Bj-9S for guix-devel@gnu.org; Sun, 15 Sep 2013 17:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLK6e-0001hT-F2 for guix-devel@gnu.org; Sun, 15 Sep 2013 17:43:54 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:60540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLK6e-0001hL-8U for guix-devel@gnu.org; Sun, 15 Sep 2013 17:43:48 -0400 In-Reply-To: <87y56xkd1f.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 15 Sep 2013 23:09:16 +0200") List-Id: 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: Cyril Roelandt Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I believe this wonderful patch fixes the problem: > > --- glibc-2.17/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed~ 2012-12-25= 04:02:13.000000000 +0100 > +++ glibc-2.17/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed 2013-09-15 = 23:08:03.000000000 +0200 > @@ -1,3 +1,3 @@ > /LD_TRACE_LOADED_OBJECTS=3D1/a\ > add_env=3D"$add_env LD_LIBRARY_VERSION=3D\\$verify_out" > -s_^\(RTLDLIST=3D\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.s= o\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_ > +s_^\(RTLDLIST=3D\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.s= o\.[0-9.]*\)[ ]*$_\1"\2\4\6 \2\4-x86-64\6 \2x32\4-x32\6"_ > > > I=E2=80=99ll try it in =E2=80=98core-updates=E2=80=99 and report back. Indeed that does the trick. Committed in 692b934. That means you=E2=80=99ll have to test gobject-introspection on that branch, or wait for the merge. Thanks, Ludo=E2=80=99.