Public bug reported:

Binary package hint: libc6-i386

Under Ubuntu Feisty 7.04 server amd64 with the the package libc6-i386
2.5-0ubuntu14. Install the SDK 1.4 from sun (32 bit version). Compile a
classic hello world class and execute with an strace. The JVM tries to
open the locales on /usr/lib32/locale instead of /usr/lib/locale.

open("/usr/lib32/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
open("/usr/lib32/locale/es_ES.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib32/locale/es_ES.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib32/locale/es_ES/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib32/locale/es.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib32/locale/es.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib32/locale/es/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/share/locale-langpack/es_ES.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale-langpack/es_ES.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale-langpack/es_ES/LC_CTYPE", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale-langpack/es.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale-langpack/es.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale-langpack/es/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such 
file or directory)

A symbolic link to the correct path will fix the problem. Using the
blackdown SDK this problem does not appear but We needed to use the SUN
1.4 version as a requirement

** Affects: glibc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
libc6-i386 looks in a wrong place for locales
https://bugs.launchpad.net/bugs/189507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to