On 26 Oct 2015 12:10, Tom Tromey wrote:
> Mike> URL: https://bugs.gentoo.org/563710
> Mike> Reported-by: Miroslav Šulc
>
> Mike> 2015-10-22 Mike Frysinger
>
> Mike> * scripts/check_jni_methods.sh.in: Run sort with LC_ALL=C, and
> Mike> combine `sort|uniq` into `sort -u`.
> Mik
Mike> URL: https://bugs.gentoo.org/563710
Mike> Reported-by: Miroslav Šulc
Mike> 2015-10-22 Mike Frysinger
Mike> * scripts/check_jni_methods.sh.in: Run sort with LC_ALL=C, and
Mike> combine `sort|uniq` into `sort -u`.
Mike> ---
Mike> libjava/classpath/scripts/check_jni_methods.sh.in | 4
On 23/10/15 04:56, Mike Frysinger wrote:
> 2015-10-22 Mike Frysinger
>
> * scripts/check_jni_methods.sh.in: Run sort with LC_ALL=C, and
> combine `sort|uniq` into `sort -u`.
Looks OK to me.
Andrew.
When building under LANG=cs_CZ.UTF-8, the JNI method check fails:
/bin/bash ../../scripts/check_jni_methods.sh
Found a problem with the JNI methods declared and implemented.
(<) missing in implementation, (>) missing in header files
> Java_gnu_java_awt_peer_gtk_GtkClipboard_advertiseContent
> Java