<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
Firstly, I have applied proposed patch.<br>
<pre class="message">patch for Java/JNI.xs:

--- a/Java/JNI.xs
+++ b/Java/JNI.xs
@@ -48,7 +48,7 @@
    if ((*(env))->ExceptionCheck(env)){
        (*(env))->ExceptionDescribe(env) ;
        (*(env))->ExceptionClear(env) ;
-       croak(msg) ;
+       croak("%s", msg) ;
    }
 }</pre>
<br>
Secondly, I have tried to replace CDBS debian/rules in package libinline-java-perl file with the folowing debian/rules:<br>
<tt><br>
debian/rules:</tt><br>
-------------------------------------------------------------------------------<br>
<tt>#!/usr/bin/make -f<br>
export PERL_MM_USE_DEFAULT := 1<br>
%:<br>
    dh $@<br>
override_dh_auto_configure:<br>
    DESTDIR=$$(pwd)/<br>
    perl Makefile.PL J2SDK=/usr/lib/jvm/default-java<br>
override_dh_usrlocal:</tt><br>
-------------------------------------------------------------------------------<br>
<br>
With these changes package does build successfully (using sbuild) on mips, mipsel, and i386.<br>
<br>
We are not sure why this issue is happening only on mips and not on mipsel, i386, etc.<br>
I have noticed that package is also FTBFS on sparc with similar error.<br>
Could somebody please test this on sparc?<br>
<br>
Thank you!<br>
<br>
Regards,<br>
Jurica<br>
<br>
<br>
</div>
</body>
</html>