[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#477207: javac fails when run on an i386 Debian with amd64 Linux



>>>>> Ivan Shmakov <ivan@theory.asu.ru> writes:

[...]

 > Comparison of `strace's for i386 and amd64 Debian has revealed the
 > following suspicious syscall run on i386 Debian:

 > access("/usr/lib32/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre", F_OK) = -1 ENOENT

 > Apparently, javac deduces the path to its libraries from the
 > platform the kernel was built for:

 > $ uname -m 
 > x86_64
 > $ 

	... BTW, as a crude work-around, the following helps:

# ln -vs lib /usr/lib32 

[...]




Reply to: