Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-05-04 Thread Michael [Plouj] Ploujnikov
This is fixed in glibc-2.3.6-r4 and glibc-2.4-r2 now: https://bugs.gentoo.org/show_bug.cgi?id=131386 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-28 Thread Michael [Plouj] Ploujnikov
Could this be related to the fact that for my normal user I see: $ echo $GCONV_PATH /usr/lib32/gconv (root doesn't have that env var set at all) On 4/26/06, Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: After doing: # mv lib32{,-bak} # ln -s lib64 lib32 I saw the following results: $

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-28 Thread Michael [Plouj] Ploujnikov
Ignore the $GCONV_PATH bit. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Michael [Plouj] Ploujnikov
This started when I found out that FontForge (FF) does not want to run with Gentoo's iconv: http://bugs.gentoo.org/show_bug.cgi?id=124998 The FF developer told me: According to the $ iconv --list you sent (http://plouj.sh.nu/iconvlist) both UCS2 and ISO-8859-1 are supported by your iconv. Yet

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Hans-Werner Hilse
Hi, On Wed, 26 Apr 2006 11:43:09 -0400 Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: Although FF seems to work now if compiled --without-iconv, I would like to know why this conversion is not working on my system. Here is what happens if I type: [...] Hm. Works for me. And this

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Michael [Plouj] Ploujnikov
This is how my glibc is currently installed: sys-libs/glibc-2.3.5-r2 -build -erandom -glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls (-multilib) +nls +nptl +nptlonly -pic -profile (-selinux) +userlocales Did you say that those conversions work for you on amd64? On 4/26/06, Hans-Werner

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Hans-Werner Hilse
Hi, On Wed, 26 Apr 2006 12:42:09 -0400 Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: Did you say that those conversions work for you on amd64? Ah, I'm seeing it now in the subject. No, I was quietly assuming you're talking about x86. I don't have an amd64 machine at hand, so I can't help

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Michael [Plouj] Ploujnikov
Here is the strace output: http://plouj.sh.nu/straceiconv By looking at /usr/lib{64,32}/gconv/gconv-modules (wich are identical) it looks like there really isn't any conversion specified from ISO-8859-1 to any other code. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Hans-Werner Hilse
Hi, On Wed, 26 Apr 2006 14:09:18 -0400 Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: Here is the strace output: http://plouj.sh.nu/straceiconv from that output: ---snip open(/usr/lib32/gconv/UNICODE.so, O_RDONLY) = 4 read(4, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \5\0\000...,

Re: [gentoo-user] Fwd: FontForge needs conversion from ISO-8859-1 to UCS2 - iconv (glibc-2.3.5-r2) does not support it on amd64

2006-04-26 Thread Michael [Plouj] Ploujnikov
After doing: # mv lib32{,-bak} # ln -s lib64 lib32 I saw the following results: $ iconv --from-code ISO-8859-1 --to-code UCS2 /dev/null $ iconv --from-code ISO-8859-1 --to-code UCS-2 /dev/null $ iconv --from-code ISO-8859-1 --to-code UCS-2-INTERNAL /dev/null iconv: conversion to `UCS-2-INTERNAL'