On Fri, 1 Dec 2017, Aurelien Jarno wrote:

> tag 882255 pending
> thanks
> 
> Hello,
> 
> Bug #882255 reported by you has been fixed in the Git repository. You can
> see the changelog below, and you can check the diff of the fix at:
> 
>     https://anonscm.debian.org/cgit/pkg-glibc/glibc.git/commit/?id=514c3f2

The problem that I experienced is not caused by collation (I tried 
unsetting LANG, but it didn't help), but by the fact that /lib64/libc.so.6 
has higher "OS ABI" than /lib/x86_64-linux-gnu/libc.so.6. So, the linker 
prefers /lib64/libc.so.6.

Mikulas

> ---
> commit 514c3f235e480ed7aaf80025b7e026170d704774
> Author: Aurelien Jarno <aurel...@aurel32.net>
> Date:   Fri Dec 1 19:59:41 2017 +0100
> 
>     debian/patches/submitted-ldconfig-c-collation.diff: New patch to process 
> include directives in ldconfig using the C/POSIX collation.  Closes: #882255.
> 
> diff --git a/debian/changelog b/debian/changelog
> index c46e191..966ca2a 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -7,6 +7,9 @@ glibc (2.25-3) UNRELEASED; urgency=medium
>        #883186.
>    * debian/patches/any/local-dlfptr.diff: remove, it's not used anymore by
>      HPPA and causes issues on IA64.  Closes: #882874.
> +  * debian/patches/submitted-ldconfig-c-collation.diff: New patch to process
> +    include directives in ldconfig using the C/POSIX collation.  Closes:
> +    #882255.
>  
>    [ Samuel Thibault ]
>    * libc0.3.symbols.hurd-i386: Update against newer hurd definitions.
> 

Reply via email to