Cyril Roelandt <[email protected]> skribis: > On 09/15/2013 11:38 PM, Ludovic Courtès wrote: >> [email protected] (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 ?
A few days I’d say. I’d like to implement the ‘patches’ thing in ‘core-updates’ too. And then if there are no other updates or anything, we can merge it. Then we’re almost done with the goals listed at <https://lists.gnu.org/archive/html/guix-devel/2013-08/msg00094.html>. Nikita is finishing ‘--list-generations’ and ‘--delete-generations’, and we just need to add a paragraph or two in the manual regarding font installation (help welcome!). Thanks, Ludo’.
