Fernando de Oliveira wrote:
> Thanks, Bruce! This does not solve the problem, but is really a
> progress, at last:
> root [ /home/fernando/tmp ]# cat hello.java
> public class hello
> {
> public static void main(String[] args)
> {
> System.out.println("Hello, World");
> }
> }
> root [ /home/fernando/tmp ]# env LC_ALL=C javac hello.java
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0xb7707e15, pid=2583, tid=3064212288
> *****************************************************************
>
> I was just going to send other experiments I was doing, when received
> your post:
>
> Built OK in x86_64, vmplayer.
>
> sed -i 's/jars,test-jar/jars/' build.xml
> env LC_ALL=C ./build.sh -Ddist.dir=/opt/ant-1.9.x dist
>
> BTW, very good this sed!!!
It's in the book.
> BUILD SUCCESSFUL
> Total time: 42 seconds
> The following, in 1686, not VM, my main host, NovoGamerLFS71.
>
> ...
>
> BUILD SUCCESSFUL
> Total time: 25 seconds
Yes, you have a problem with java. Do they have a binary statically linked?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page