From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] gnu: Add gobject-introspection. Date: Tue, 17 Sep 2013 01:34:01 +0200 Message-ID: <52379569.4090801@gmail.com> References: <1378942761-23687-1-git-send-email-tipecaml@gmail.com> <87d2oeqvnv.fsf@gnu.org> <5235C7F5.4070000@gmail.com> <87y56xkd1f.fsf@gnu.org> <87k3ihkboa.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLieS-0000rv-BH for guix-devel@gnu.org; Mon, 16 Sep 2013 19:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLieM-0005LN-VY for guix-devel@gnu.org; Mon, 16 Sep 2013 19:56:20 -0400 In-Reply-To: <87k3ihkboa.fsf@gnu.org> 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: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 09/15/2013 11:38 PM, Ludovic Courtès wrote: > ludo@gnu.org (Ludovic Courtès) 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=1/a\ >> add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out" >> -s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_ >> +s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \2\4-x86-64\6 \2x32\4-x32\6"_ >> >> >> I’ll try it in ‘core-updates’ and report back. > > Indeed that does the trick. > > Committed in 692b934. That means you’ll have to test > gobject-introspection on that branch, or wait for the merge. > Thanks for looking into this issue. I tested gobject-introspection on core-updates, and it works well. How much time will there be between the merge and the release of 0.4 ? Cyril.