<div class="gmail_quote">On Mon, May 10, 2010 at 15:56, Dagobert Michelsen <span dir="ltr">&lt;<a href="mailto:dam@opencsw.org">dam@opencsw.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi Rupert,<br>
<br>
Am 09.05.2010 um 10:05 schrieb rupert THURNER:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
fyi.<br>
<br>
<br>
---------- Forwarded message ----------<br>
From: Stefan Sperling &lt;<a href="mailto:stsp@elego.de" target="_blank">stsp@elego.de</a>&gt;<br>
Date: Sat, May 8, 2010 at 12:39<br>
Subject: Re: java error, core dumped, when building subversion-1.6.11<br>
To: &quot;rupert.thurner&quot; &lt;<a href="mailto:rupert.thurner@gmail.com" target="_blank">rupert.thurner@gmail.com</a>&gt;<br>
Cc: <a href="mailto:dev@subversion.apache.org" target="_blank">dev@subversion.apache.org</a><br>
<br>
On Fri, May 07, 2010 at 10:57:05PM -0700, rupert.thurner wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
hi,<br>
<br>
when i try to build subversion-1.6.11 on solaris 9 the below error<br>
occurs. how could one track that down?<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
/usr/jdk1.6.0_07/bin/javah -force -d subversion/bindings/javahl/<br>
include -classpath subversion/bindings/javahl/classes:<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
gmake[3]: *** [subversion/bindings/javahl/include/<br>
org_tigris_subversion_javahl_PropertyData.h] Illegal Instruction (core<br>
dumped)<br>
</blockquote>
<br>
My guess is that your java or GNU make binary is not 100% compatible with<br>
your processor architecture.<br>
</blockquote>
<br></div>
I am pretty sure that this is not the case - the jdk is the official<br>
binary from Sun, and the T2 CPU is fully supported.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;ve seen such errors with a self-compiled FreeBSD system, optimized for<br>
Athlon XP at compile time, after moving the hard drive into an old<br>
dual-Celeron box (this was before dual-core CPUs were available) because<br>
the Athlon&#39;s mainboard had decided to die.<br>
<br>
The result was that most programs worked fine, but anything trying to<br>
use stuff like advanced floating point instructions was failing with<br>
illegal instruction errors. Back then I was lucky enough to be able to<br>
re-compile the system in place, this time without optimisations (and I<br>
have given up on playing with CFLAGS ever since).<br>
<br>
So I&#39;d double check with the source of your java / gnu make binaries<br>
to make sure they are compatible with your OS and processor.<br>
</blockquote>
<br></div>
Is the corefile really from gnumake?<br>
<br>
<br></blockquote><div>i do not know.<br><br>a much simpler testcase producing the same result might be compiling berkely db 5.0. there only configure and a simple java test is involved until the core. <br><br>out of ~/mgar/pkg/bdb50/trunk/work/solaris9-sparc/build-isa-sparcv8/db-5.0.21/build_unix/config.log<br>

<br>...<br>configure:17407: javac  Test.java<br>configure:17410: $? = 0<br>...<br>configure:17420: java  Test<br>../dist/configure: line 1: 27179 Illegal Instruction     (core dumped) $JAVA $JAVAFLAGS $TEST<br><br><br>rupert.<br>

 <br></div></div>