Re: [PATCH] libjava: fix locale handling when sorting JNI methods

2015-10-26 Thread Mike Frysinger
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

Re: [PATCH] libjava: fix locale handling when sorting JNI methods

2015-10-26 Thread Tom Tromey
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

Re: [PATCH] libjava: fix locale handling when sorting JNI methods

2015-10-26 Thread Andrew Haley
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.

[PATCH] libjava: fix locale handling when sorting JNI methods

2015-10-22 Thread Mike Frysinger
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