The following packages will be installed: libreadline-java Fetching README... 0%100%100%100%100%100%Done Fetching libreadline-java.SlackBuild... 0%100%100%100%100%100%Done Fetching libreadline-java.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done libreadline-java-0.8.3/ libreadline-java-0.8.3/README libreadline-java-0.8.3/README.1st libreadline-java-0.8.3/NEWS libreadline-java-0.8.3/TODO.md libreadline-java-0.8.3/COPYING.LIB libreadline-java-0.8.3/Makefile libreadline-java-0.8.3/VERSION libreadline-java-0.8.3/contrib/ libreadline-java-0.8.3/contrib/bsh/ libreadline-java-0.8.3/contrib/bsh/BshCompleter.java libreadline-java-0.8.3/contrib/bsh/Interpreter.java libreadline-java-0.8.3/contrib/bsh/Interpreter.java.diff libreadline-java-0.8.3/contrib/bsh/README libreadline-java-0.8.3/contrib/jpython/ libreadline-java-0.8.3/contrib/jpython/README libreadline-java-0.8.3/contrib/jpython/ReadlineConsole.java libreadline-java-0.8.3/contrib/jpython/jpython.diff libreadline-java-0.8.3/contrib/jpython/jpython.java libreadline-java-0.8.3/contrib/jpython/jython-install.txt libreadline-java-0.8.3/contrib/jscheme/ libreadline-java-0.8.3/contrib/jscheme/SilkCompleter.java libreadline-java-0.8.3/contrib/win32/ libreadline-java-0.8.3/contrib/win32/JavaGetline.dll libreadline-java-0.8.3/src/ libreadline-java-0.8.3/src/org/ libreadline-java-0.8.3/src/org/gnu/ libreadline-java-0.8.3/src/org/gnu/readline/ libreadline-java-0.8.3/src/org/gnu/readline/Readline.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineCompleter.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineConstBase.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineConstInt.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineConstString.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineLibrary.java libreadline-java-0.8.3/src/org/gnu/readline/ReadlineReader.java libreadline-java-0.8.3/src/Makefile libreadline-java-0.8.3/src/native/ libreadline-java-0.8.3/src/native/Makefile libreadline-java-0.8.3/src/native/getline.c libreadline-java-0.8.3/src/native/getline.h libreadline-java-0.8.3/src/native/org_gnu_readline_Readline.c libreadline-java-0.8.3/src/test/ libreadline-java-0.8.3/src/test/BatsTestReader.java libreadline-java-0.8.3/src/test/BatsTestVar.java libreadline-java-0.8.3/src/test/Makefile libreadline-java-0.8.3/src/test/ReadlineTest.java libreadline-java-0.8.3/src/test/TestCompleter.java libreadline-java-0.8.3/src/test/test.bats libreadline-java-0.8.3/src/test/tinputrc libreadline-java-0.8.3/etc/ libreadline-java-0.8.3/etc/manifest.stub libreadline-java-0.8.3/etc/libreadline-java.spec Guessed JAVA_HOME is "/usr/lib/java" mkdir ./build cd src ; make JAVAC="/usr/lib/java/bin/javac" JC_FLAGS="-target 1.8 -source 1.8" \ OS_FLAVOR=LINUX java make[1]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src' /usr/lib/java/bin/javac -target 1.8 -source 1.8 -h ./native -d ../build `find . -name "*.java"` warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning make[1]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src' cd ./build ; /usr/lib/java/bin/jar -cvmf ../etc/manifest.stub ../libreadline-java.jar * added manifest adding: org/(in = 0) (out= 0)(stored 0%) adding: org/gnu/(in = 0) (out= 0)(stored 0%) adding: org/gnu/readline/(in = 0) (out= 0)(stored 0%) adding: org/gnu/readline/Readline.class(in = 9888) (out= 4263)(deflated 56%) adding: org/gnu/readline/ReadlineCompleter.class(in = 194) (out= 137)(deflated 29%) adding: org/gnu/readline/ReadlineConstBase.class(in = 620) (out= 398)(deflated 35%) adding: org/gnu/readline/ReadlineConstInt.class(in = 283) (out= 190)(deflated 32%) adding: org/gnu/readline/ReadlineConstString.class(in = 289) (out= 193)(deflated 33%) adding: org/gnu/readline/ReadlineLibrary.class(in = 1004) (out= 566)(deflated 43%) adding: org/gnu/readline/ReadlineReader.class(in = 3219) (out= 1654)(deflated 48%) adding: test/(in = 0) (out= 0)(stored 0%) adding: test/BatsTestReader.class(in = 1642) (out= 915)(deflated 44%) adding: test/BatsTestVar.class(in = 1863) (out= 966)(deflated 48%) adding: test/ReadlineTest.class(in = 3024) (out= 1669)(deflated 44%) adding: test/TestCompleter.class(in = 560) (out= 383)(deflated 31%) Guessed JAVA_HOME is "/usr/lib/java" cd src; make T_LIBS="JavaReadline JavaGetline JavaEditline" JAVAINCLUDE="/usr/lib/java/include" \ OS_FLAVOR=LINUX JAVANATINC="/usr/lib/java/include/linux" native make[1]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src' cd native ; make T_LIBS="JavaReadline JavaGetline JavaEditline" JAVAINCLUDE="/usr/lib/java/include" \ OS_FLAVOR=LINUX JAVANATINC="/usr/lib/java/include/linux" all make[2]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' make TG=JavaReadline lib make[3]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' cc -I /usr/lib/java/include -I /usr/lib/java/include/linux -fpic -DPOSIX -O2 -march=i586 -mtune=i686 -DJavaReadline \ -c org_gnu_readline_Readline.c org_gnu_readline_Readline.c:98:3: warning: initialization of ‘int *’ from incompatible pointer type ‘long unsigned int *’ [-Wincompatible-pointer-types] 98 | &rl_readline_state, | ^ org_gnu_readline_Readline.c:98:3: note: (near initialization for ‘globalIntegerInternals[2]’) org_gnu_readline_Readline.c:133:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 133 | /* const */ &rl_library_version, | ^ org_gnu_readline_Readline.c:133:14: note: (near initialization for ‘globalStringInternals[0]’) org_gnu_readline_Readline.c:134:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 134 | /* const */ &rl_readline_name, | ^ org_gnu_readline_Readline.c:134:14: note: (near initialization for ‘globalStringInternals[1]’) org_gnu_readline_Readline.c:137:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 137 | /* const */ &rl_terminal_name, | ^ org_gnu_readline_Readline.c:137:14: note: (near initialization for ‘globalStringInternals[4]’) org_gnu_readline_Readline.c:139:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 139 | /* const */ &rl_basic_word_break_characters, | ^ org_gnu_readline_Readline.c:139:14: note: (near initialization for ‘globalStringInternals[6]’) org_gnu_readline_Readline.c:141:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 141 | /* const */ &rl_completer_quote_characters, | ^ org_gnu_readline_Readline.c:141:14: note: (near initialization for ‘globalStringInternals[8]’) org_gnu_readline_Readline.c:142:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 142 | /* const */ &rl_basic_quote_characters, | ^ org_gnu_readline_Readline.c:142:14: note: (near initialization for ‘globalStringInternals[9]’) org_gnu_readline_Readline.c:143:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 143 | /* const */ &rl_filename_quote_characters, | ^ org_gnu_readline_Readline.c:143:14: note: (near initialization for ‘globalStringInternals[10]’) org_gnu_readline_Readline.c:144:14: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 144 | /* const */ &rl_special_prefixes, | ^ org_gnu_readline_Readline.c:144:14: note: (near initialization for ‘globalStringInternals[11]’) org_gnu_readline_Readline.c: In function ‘fromjstring’: org_gnu_readline_Readline.c:780:54: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetObjectClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 780 | const jclass jstringClass = (*env)->GetObjectClass(env, value); | ^~~ org_gnu_readline_Readline.c:780:54: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:781:58: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 781 | const jmethodID getBytesMethodId = (*env)->GetMethodID(env, jstringClass, "getBytes", "()[B"); | ^~~ org_gnu_readline_Readline.c:781:58: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:783:74: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->CallObjectMethod’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 783 | const jbyteArray jstringJBytes = (jbyteArray) (*env)->CallObjectMethod(env, value, getBytesMethodId); | ^~~ org_gnu_readline_Readline.c:783:74: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:785:47: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetArrayLength’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 785 | const jsize length = (*env)->GetArrayLength(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:785:47: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:788:28: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 788 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:788:28: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:793:53: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 793 | const jbyte* bytes = (*env)->GetByteArrayElements(env, jstringJBytes, NULL); | ^~~ org_gnu_readline_Readline.c:793:53: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:40: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:797:40: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:60: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:797:60: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:798:30: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 798 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:798:30: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:800:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 800 | const jclass newExcCls = (*env)->FindClass(env,"java/lang/OutOfMemoryError"); | ^~~ org_gnu_readline_Readline.c:800:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:802:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ThrowNew’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 802 | (*env)->ThrowNew(env,newExcCls,""); | ^~~ org_gnu_readline_Readline.c:802:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:36: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:815:36: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:56: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:815:56: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:816:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 816 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:816:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c: In function ‘tojstring’: org_gnu_readline_Readline.c:826:49: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 826 | const jclass jstringClass = (*env)->FindClass(env,"java/lang/String"); | ^~~ org_gnu_readline_Readline.c:826:49: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:827:61: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 827 | const jmethodID constructorMethodId = (*env)->GetMethodID(env, jstringClass, "", "([B)V"); | ^~~ org_gnu_readline_Readline.c:827:61: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:829:52: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewByteArray’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 829 | jbyteArray inputByteArray = (*env)->NewByteArray(env, strlen(value)); | ^~~ org_gnu_readline_Readline.c:829:52: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:831:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetPrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 831 | void *temp = (*env)->GetPrimitiveArrayCritical(env, (jarray) inputByteArray, 0); | ^~~ org_gnu_readline_Readline.c:831:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:835:41: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleasePrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 835 | (*env)->ReleasePrimitiveArrayCritical(env, inputByteArray, temp, 0); | ^~~ org_gnu_readline_Readline.c:835:41: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:837:38: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewObject’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 837 | return (jstring) (*env)->NewObject(env, jstringClass, constructorMethodId, inputByteArray); | ^~~ org_gnu_readline_Readline.c:837:38: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ cc -shared org_gnu_readline_Readline.o -L/usr/lib/termcap -lreadline -ltermcap -lhistory -o ../../libJavaReadline.so make[3]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' make TG=JavaGetline lib make[3]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' cc -I /usr/lib/java/include -I /usr/lib/java/include/linux -fpic -DPOSIX -O2 -march=i586 -mtune=i686 -DJavaGetline \ -c org_gnu_readline_Readline.c org_gnu_readline_Readline.c: In function ‘fromjstring’: org_gnu_readline_Readline.c:780:54: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetObjectClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 780 | const jclass jstringClass = (*env)->GetObjectClass(env, value); | ^~~ org_gnu_readline_Readline.c:780:54: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:781:58: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 781 | const jmethodID getBytesMethodId = (*env)->GetMethodID(env, jstringClass, "getBytes", "()[B"); | ^~~ org_gnu_readline_Readline.c:781:58: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:783:74: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->CallObjectMethod’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 783 | const jbyteArray jstringJBytes = (jbyteArray) (*env)->CallObjectMethod(env, value, getBytesMethodId); | ^~~ org_gnu_readline_Readline.c:783:74: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:785:47: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetArrayLength’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 785 | const jsize length = (*env)->GetArrayLength(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:785:47: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:788:28: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 788 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:788:28: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:793:53: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 793 | const jbyte* bytes = (*env)->GetByteArrayElements(env, jstringJBytes, NULL); | ^~~ org_gnu_readline_Readline.c:793:53: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:40: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:797:40: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:60: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:797:60: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:798:30: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 798 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:798:30: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:800:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 800 | const jclass newExcCls = (*env)->FindClass(env,"java/lang/OutOfMemoryError"); | ^~~ org_gnu_readline_Readline.c:800:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:802:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ThrowNew’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 802 | (*env)->ThrowNew(env,newExcCls,""); | ^~~ org_gnu_readline_Readline.c:802:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:36: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:815:36: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:56: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:815:56: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:816:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 816 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:816:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c: In function ‘tojstring’: org_gnu_readline_Readline.c:826:49: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 826 | const jclass jstringClass = (*env)->FindClass(env,"java/lang/String"); | ^~~ org_gnu_readline_Readline.c:826:49: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:827:61: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 827 | const jmethodID constructorMethodId = (*env)->GetMethodID(env, jstringClass, "", "([B)V"); | ^~~ org_gnu_readline_Readline.c:827:61: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:829:52: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewByteArray’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 829 | jbyteArray inputByteArray = (*env)->NewByteArray(env, strlen(value)); | ^~~ org_gnu_readline_Readline.c:829:52: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:831:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetPrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 831 | void *temp = (*env)->GetPrimitiveArrayCritical(env, (jarray) inputByteArray, 0); | ^~~ org_gnu_readline_Readline.c:831:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:835:41: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleasePrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 835 | (*env)->ReleasePrimitiveArrayCritical(env, inputByteArray, temp, 0); | ^~~ org_gnu_readline_Readline.c:835:41: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:837:38: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewObject’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 837 | return (jstring) (*env)->NewObject(env, jstringClass, constructorMethodId, inputByteArray); | ^~~ org_gnu_readline_Readline.c:837:38: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ cc -I /usr/lib/java/include -I /usr/lib/java/include/linux -fpic -DPOSIX -O2 -march=i586 -mtune=i686 -DJavaGetline -c getline.c getline.c: In function ‘hist_save’: getline.c:989:25: warning: ‘malloc’ argument 1 type is ‘int’ where ‘unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 989 | if ((s = malloc(len)) != 0) { | ^~~ getline.c:35:17: note: built-in ‘malloc’ declared here 35 | extern void *malloc(); | ^~~~~~ getline.c:994:28: warning: ‘malloc’ argument 1 type is ‘int’ where ‘unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 994 | if ((s = malloc(len+1)) != 0) { | ~~~^~ getline.c:35:17: note: built-in ‘malloc’ declared here 35 | extern void *malloc(); | ^~~~~~ cc -shared org_gnu_readline_Readline.o getline.o -L/usr/lib/termcap -o ../../libJavaGetline.so make[3]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' make TG=JavaEditline lib make[3]: Entering directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' cc -I /usr/lib/java/include -I /usr/lib/java/include/linux -fpic -DPOSIX -O2 -march=i586 -mtune=i686 -DJavaEditline \ -c org_gnu_readline_Readline.c org_gnu_readline_Readline.c:201:15: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 201 | /* const */ &rl_library_version, | ^ org_gnu_readline_Readline.c:201:15: note: (near initialization for ‘globalStringInternals[0]’) org_gnu_readline_Readline.c:202:15: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 202 | /* const */ &rl_readline_name, | ^ org_gnu_readline_Readline.c:202:15: note: (near initialization for ‘globalStringInternals[1]’) org_gnu_readline_Readline.c:207:15: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 207 | /* const */ &rl_basic_word_break_characters, | ^ org_gnu_readline_Readline.c:207:15: note: (near initialization for ‘globalStringInternals[6]’) org_gnu_readline_Readline.c:209:15: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 209 | /* const */ &rl_completer_quote_characters, | ^ org_gnu_readline_Readline.c:209:15: note: (near initialization for ‘globalStringInternals[8]’) org_gnu_readline_Readline.c:212:15: warning: initialization of ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types] 212 | /* const */ &rl_special_prefixes, | ^ org_gnu_readline_Readline.c:212:15: note: (near initialization for ‘globalStringInternals[11]’) org_gnu_readline_Readline.c: In function ‘fromjstring’: org_gnu_readline_Readline.c:780:54: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetObjectClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 780 | const jclass jstringClass = (*env)->GetObjectClass(env, value); | ^~~ org_gnu_readline_Readline.c:780:54: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:781:58: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 781 | const jmethodID getBytesMethodId = (*env)->GetMethodID(env, jstringClass, "getBytes", "()[B"); | ^~~ org_gnu_readline_Readline.c:781:58: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:783:74: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->CallObjectMethod’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 783 | const jbyteArray jstringJBytes = (jbyteArray) (*env)->CallObjectMethod(env, value, getBytesMethodId); | ^~~ org_gnu_readline_Readline.c:783:74: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:785:47: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetArrayLength’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 785 | const jsize length = (*env)->GetArrayLength(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:785:47: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:788:28: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 788 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:788:28: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:793:53: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 793 | const jbyte* bytes = (*env)->GetByteArrayElements(env, jstringJBytes, NULL); | ^~~ org_gnu_readline_Readline.c:793:53: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:40: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:797:40: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:797:60: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 797 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:797:60: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:798:30: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 798 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:798:30: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:800:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 800 | const jclass newExcCls = (*env)->FindClass(env,"java/lang/OutOfMemoryError"); | ^~~ org_gnu_readline_Readline.c:800:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:802:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ThrowNew’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 802 | (*env)->ThrowNew(env,newExcCls,""); | ^~~ org_gnu_readline_Readline.c:802:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:36: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~ org_gnu_readline_Readline.c:815:36: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:815:56: warning: passing argument 3 of ‘((const struct JNINativeInterface_ *)*env)->ReleaseByteArrayElements’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 815 | (*env)->ReleaseByteArrayElements(env, jstringJBytes, bytes, JNI_ABORT); | ^~~~~ org_gnu_readline_Readline.c:815:56: note: expected ‘jbyte *’ {aka ‘signed char *’} but argument is of type ‘const jbyte *’ {aka ‘const signed char *’} org_gnu_readline_Readline.c:816:26: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->DeleteLocalRef’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 816 | (*env)->DeleteLocalRef(env, jstringJBytes); | ^~~ org_gnu_readline_Readline.c:816:26: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c: In function ‘tojstring’: org_gnu_readline_Readline.c:826:49: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->FindClass’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 826 | const jclass jstringClass = (*env)->FindClass(env,"java/lang/String"); | ^~~ org_gnu_readline_Readline.c:826:49: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:827:61: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetMethodID’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 827 | const jmethodID constructorMethodId = (*env)->GetMethodID(env, jstringClass, "", "([B)V"); | ^~~ org_gnu_readline_Readline.c:827:61: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:829:52: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewByteArray’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 829 | jbyteArray inputByteArray = (*env)->NewByteArray(env, strlen(value)); | ^~~ org_gnu_readline_Readline.c:829:52: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:831:50: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->GetPrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 831 | void *temp = (*env)->GetPrimitiveArrayCritical(env, (jarray) inputByteArray, 0); | ^~~ org_gnu_readline_Readline.c:831:50: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:835:41: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->ReleasePrimitiveArrayCritical’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 835 | (*env)->ReleasePrimitiveArrayCritical(env, inputByteArray, temp, 0); | ^~~ org_gnu_readline_Readline.c:835:41: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ org_gnu_readline_Readline.c:837:38: warning: passing argument 1 of ‘((const struct JNINativeInterface_ *)*env)->NewObject’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 837 | return (jstring) (*env)->NewObject(env, jstringClass, constructorMethodId, inputByteArray); | ^~~ org_gnu_readline_Readline.c:837:38: note: expected ‘const struct JNINativeInterface_ **’ but argument is of type ‘const struct JNINativeInterface_ * const*’ cc -shared org_gnu_readline_Readline.o -L/usr/lib/termcap -ledit -ltermcap -o ../../libJavaEditline.so make[3]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' make[2]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src/native' make[1]: Leaving directory '/usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3/src' Guessed JAVA_HOME is "/usr/lib/java" mkdir ./api /usr/lib/java/bin/javadoc -sourcepath src -d ./api -windowtitle "The Java-Readline Library" \ -doctitle "The Java-Readline Library, Version `cat VERSION`" -footer "The Java-Readline Library, Version `cat VERSION`" -header "The Java-Readline Library, Version `cat VERSION`" \ -bottom "Released under the LGPL, (c) Bernhard Bablok, Henner Zeller 1998-2002, Andrew Clemons 2017
Homepage: https://github.com/aclemons/java-readline" \ -version -author org.gnu.readline -Xdoclint:none test warning: The -footer option is no longer supported and will be ignored. It may be removed in a future release. Loading source files for package org.gnu.readline... Loading source files for package test... Constructing Javadoc information... Building index for all the packages and classes... Standard Doclet version 17.0.3-internal+0-adhoc.root.jdk17u-jdk-17.0.3-ga Building tree for all the packages and classes... Generating ./api/test/BatsTestReader.html... src/test/BatsTestReader.java:27: warning: invalid input: '<' * @author Andrew Clemons ^ Generating ./api/test/BatsTestVar.html... src/test/BatsTestVar.java:26: warning: invalid input: '<' * @author Andrew Clemons ^ Generating ./api/org/gnu/readline/Readline.html... src/org/gnu/readline/Readline.java:964: warning: Tag @see: reference not found: #addHistory() @see #addHistory() ^ src/org/gnu/readline/Readline.java:986: warning: Tag @see: reference not found: #addHistory() @see #addHistory() ^ src/org/gnu/readline/Readline.java:1159: warning: @return tag cannot be used in method with void return type. public static void readInitFile(String filename) throws IOException { ^ Generating ./api/org/gnu/readline/ReadlineCompleter.html... Generating ./api/org/gnu/readline/ReadlineLibrary.html... Generating ./api/org/gnu/readline/ReadlineReader.html... src/org/gnu/readline/ReadlineReader.java:20: warning: invalid input: '<' * @author Shane Celis ^ Generating ./api/test/ReadlineTest.html... Generating ./api/test/TestCompleter.html... Generating ./api/org/gnu/readline/package-summary.html... Generating ./api/org/gnu/readline/package-tree.html... Generating ./api/test/package-summary.html... Generating ./api/test/package-tree.html... Generating ./api/constant-values.html... Generating ./api/overview-tree.html... Generating ./api/index.html... Building index for all classes... Generating ./api/allclasses-index.html... Generating ./api/allpackages-index.html... Generating ./api/index-all.html... Generating ./api/overview-summary.html... Generating ./api/help-doc.html... 7 warnings xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/libreadline-java-0.8.3/ usr/doc/libreadline-java-0.8.3/COPYING.LIB usr/doc/libreadline-java-0.8.3/NEWS usr/doc/libreadline-java-0.8.3/README usr/doc/libreadline-java-0.8.3/README.1st usr/doc/libreadline-java-0.8.3/TODO.md usr/doc/libreadline-java-0.8.3/api/ usr/doc/libreadline-java-0.8.3/api/allclasses-index.html usr/doc/libreadline-java-0.8.3/api/allpackages-index.html usr/doc/libreadline-java-0.8.3/api/constant-values.html usr/doc/libreadline-java-0.8.3/api/element-list usr/doc/libreadline-java-0.8.3/api/help-doc.html usr/doc/libreadline-java-0.8.3/api/index-all.html usr/doc/libreadline-java-0.8.3/api/index.html usr/doc/libreadline-java-0.8.3/api/jquery-ui.overrides.css usr/doc/libreadline-java-0.8.3/api/legal/ usr/doc/libreadline-java-0.8.3/api/legal/ADDITIONAL_LICENSE_INFO usr/doc/libreadline-java-0.8.3/api/legal/ASSEMBLY_EXCEPTION usr/doc/libreadline-java-0.8.3/api/legal/LICENSE usr/doc/libreadline-java-0.8.3/api/legal/jquery.md usr/doc/libreadline-java-0.8.3/api/legal/jqueryUI.md usr/doc/libreadline-java-0.8.3/api/member-search-index.js usr/doc/libreadline-java-0.8.3/api/module-search-index.js usr/doc/libreadline-java-0.8.3/api/org/ usr/doc/libreadline-java-0.8.3/api/org/gnu/ usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/ usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/Readline.html usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/ReadlineCompleter.html usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/ReadlineLibrary.html usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/ReadlineReader.html usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/package-summary.html usr/doc/libreadline-java-0.8.3/api/org/gnu/readline/package-tree.html usr/doc/libreadline-java-0.8.3/api/overview-summary.html usr/doc/libreadline-java-0.8.3/api/overview-tree.html usr/doc/libreadline-java-0.8.3/api/package-search-index.js usr/doc/libreadline-java-0.8.3/api/resources/ usr/doc/libreadline-java-0.8.3/api/resources/glass.png usr/doc/libreadline-java-0.8.3/api/resources/x.png usr/doc/libreadline-java-0.8.3/api/script-dir/ usr/doc/libreadline-java-0.8.3/api/script-dir/images/ usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-icons_222222_256x240.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-icons_2e83ff_256x240.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-icons_454545_256x240.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-icons_888888_256x240.png usr/doc/libreadline-java-0.8.3/api/script-dir/images/ui-icons_cd0a0a_256x240.png usr/doc/libreadline-java-0.8.3/api/script-dir/jquery-3.5.1.min.js usr/doc/libreadline-java-0.8.3/api/script-dir/jquery-ui.min.css usr/doc/libreadline-java-0.8.3/api/script-dir/jquery-ui.min.js usr/doc/libreadline-java-0.8.3/api/script-dir/jquery-ui.structure.min.css usr/doc/libreadline-java-0.8.3/api/script.js usr/doc/libreadline-java-0.8.3/api/search.js usr/doc/libreadline-java-0.8.3/api/stylesheet.css usr/doc/libreadline-java-0.8.3/api/tag-search-index.js usr/doc/libreadline-java-0.8.3/api/test/ usr/doc/libreadline-java-0.8.3/api/test/BatsTestReader.html usr/doc/libreadline-java-0.8.3/api/test/BatsTestVar.html usr/doc/libreadline-java-0.8.3/api/test/ReadlineTest.html usr/doc/libreadline-java-0.8.3/api/test/TestCompleter.html usr/doc/libreadline-java-0.8.3/api/test/package-summary.html usr/doc/libreadline-java-0.8.3/api/test/package-tree.html usr/doc/libreadline-java-0.8.3/api/type-search-index.js usr/doc/libreadline-java-0.8.3/libreadline-java.SlackBuild usr/lib/ usr/lib/libJavaEditline.so usr/lib/libJavaGetline.so usr/lib/libJavaReadline.so usr/share/ usr/share/java/ usr/share/java/libreadline-java.jar Slackware package /usr/src/slapt-src/libraries/libreadline-java/libreadline-java-0.8.3-i586-1salix15.0.txz created. Installing package libreadline-java-0.8.3-i586-1salix15.0... | libreadline-java (Java-Readline JNI-wrapper to GNU Readline) | | Java-Readline is a port of GNU Readline for Java. Or, to be more | precise, it is a JNI-wrapper to Readline. It is distributed under the | LGPL. | | https://github.com/aclemons/java-readline | | | | | |