Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#210 closed defect (released)

Java Binding Error

Reported by: Aleph Thomas Owned by: New Bugs
Priority: normal Milestone:
Component: Xapian-bindings Version: 1.0.4
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: Linux

Description

I put here the log file, the problem is with the java test for configure for the java binding

configure:15817: checking for Java path separator configure:15834: result: test failed

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by xapian-bindings configure 1.0.4, which was generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure

## --------- ## ## Platform. ## ## --------- ##

hostname = panchi uname -m = i686 uname -r = 2.6.20-15-generic uname -s = Linux uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games

## ----------- ## ## Core tests. ## ## ----------- ##

configure:2084: checking for a BSD-compatible install configure:2140: result: /usr/bin/install -c configure:2151: checking whether build environment is sane configure:2194: result: yes configure:2222: checking for a thread-safe mkdir -p configure:2261: result: /bin/mkdir -p configure:2274: checking for gawk configure:2304: result: no configure:2274: checking for mawk configure:2290: found /usr/bin/mawk configure:2301: result: mawk configure:2312: checking whether make sets $(MAKE) configure:2333: result: yes configure:2516: checking how to create a ustar tar archive configure:2529: tar --version tar (GNU tar) 1.16 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason. configure:2532: $? = 0 configure:2572: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir"

conftest.tar

configure:2575: $? = 0 configure:2579: tar -xf - <conftest.tar configure:2582: $? = 0 configure:2595: result: gnutar configure:2614: checking build system type configure:2632: result: i686-pc-linux-gnu configure:2654: checking host system type configure:2669: result: i686-pc-linux-gnu configure:2816: checking for style of include used by make configure:2844: result: GNU configure:2914: checking for gcc configure:2930: found /usr/bin/gcc configure:2941: result: gcc configure:3179: checking for C compiler version configure:3186: gcc --version >&5 gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3189: $? = 0 configure:3196: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) configure:3199: $? = 0 configure:3206: gcc -V >&5 gcc: '-V' option must have argument configure:3209: $? = 1 configure:3232: checking for C compiler default output file name configure:3259: gcc conftest.c >&5 configure:3262: $? = 0 configure:3300: result: a.out configure:3317: checking whether the C compiler works configure:3327: ./a.out configure:3330: $? = 0 configure:3347: result: yes configure:3354: checking whether we are cross compiling configure:3356: result: no configure:3359: checking for suffix of executables configure:3366: gcc -o conftest conftest.c >&5 configure:3369: $? = 0 configure:3393: result: configure:3399: checking for suffix of object files configure:3425: gcc -c conftest.c >&5 configure:3428: $? = 0 configure:3451: result: o configure:3455: checking whether we are using the GNU C compiler configure:3484: gcc -c conftest.c >&5 configure:3490: $? = 0 configure:3507: result: yes configure:3512: checking whether gcc accepts -g configure:3542: gcc -c -g conftest.c >&5 configure:3548: $? = 0 configure:3647: result: yes configure:3664: checking for gcc option to accept ISO C89 configure:3738: gcc -c -g -O2 conftest.c >&5 configure:3744: $? = 0 configure:3767: result: none needed configure:3787: checking dependency style of gcc configure:3878: result: gcc3 configure:3893: checking for a sed that does not truncate output configure:3949: result: /bin/sed configure:3952: checking for grep that handles long lines and -e configure:4026: result: /bin/grep configure:4031: checking for egrep configure:4109: result: /bin/grep -E configure:4125: checking for ld used by gcc configure:4192: result: /usr/bin/ld configure:4201: checking if the linker (/usr/bin/ld) is GNU ld configure:4216: result: yes configure:4221: checking for /usr/bin/ld option to reload object files configure:4228: result: -r configure:4246: checking for BSD-compatible nm configure:4295: result: /usr/bin/nm -B configure:4299: checking whether ln -s works configure:4303: result: yes configure:4310: checking how to recognize dependent libraries configure:4496: result: pass_all configure:4737: checking how to run the C preprocessor configure:4777: gcc -E conftest.c configure:4783: $? = 0 configure:4814: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4820: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "xapian-bindings" | #define PACKAGE_TARNAME "xapian-bindings" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "xapian-bindings 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xapian-bindings" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4853: result: gcc -E configure:4882: gcc -E conftest.c configure:4888: $? = 0 configure:4919: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4925: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "xapian-bindings" | #define PACKAGE_TARNAME "xapian-bindings" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "xapian-bindings 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xapian-bindings" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4963: checking for ANSI C header files configure:4993: gcc -c -g -O2 conftest.c >&5 configure:4999: $? = 0 configure:5098: gcc -o conftest -g -O2 conftest.c >&5 configure:5101: $? = 0 configure:5107: ./conftest configure:5110: $? = 0 configure:5127: result: yes configure:5151: checking for sys/types.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for sys/stat.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for stdlib.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for string.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for memory.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for strings.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for inttypes.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for stdint.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5151: checking for unistd.h configure:5172: gcc -c -g -O2 conftest.c >&5 configure:5178: $? = 0 configure:5194: result: yes configure:5221: checking dlfcn.h usability configure:5238: gcc -c -g -O2 conftest.c >&5 configure:5244: $? = 0 configure:5258: result: yes configure:5262: checking dlfcn.h presence configure:5277: gcc -E conftest.c configure:5283: $? = 0 configure:5297: result: yes configure:5325: checking for dlfcn.h configure:5333: result: yes configure:5404: checking for g++ configure:5420: found /usr/bin/g++ configure:5431: result: g++ configure:5462: checking for C++ compiler version configure:5469: g++ --version >&5 g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5472: $? = 0 configure:5479: g++ -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) configure:5482: $? = 0 configure:5489: g++ -V >&5 g++: '-V' option must have argument configure:5492: $? = 1 configure:5495: checking whether we are using the GNU C++ compiler configure:5524: g++ -c conftest.cpp >&5 configure:5530: $? = 0 configure:5547: result: yes configure:5552: checking whether g++ accepts -g configure:5582: g++ -c -g conftest.cpp >&5 configure:5588: $? = 0 configure:5687: result: yes configure:5712: checking dependency style of g++ configure:5803: result: gcc3 configure:5828: checking how to run the C++ preprocessor configure:5864: g++ -E conftest.cpp configure:5870: $? = 0 configure:5901: g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:5907: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "xapian-bindings" | #define PACKAGE_TARNAME "xapian-bindings" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "xapian-bindings 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xapian-bindings" | #define VERSION "1.0.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5940: result: g++ -E configure:5969: g++ -E conftest.cpp configure:5975: $? = 0 configure:6006: g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6012: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "xapian-bindings" | #define PACKAGE_TARNAME "xapian-bindings" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "xapian-bindings 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "xapian-bindings" | #define VERSION "1.0.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6056: checking the maximum length of command line arguments configure:6168: result: 98304 configure:6180: checking command to parse /usr/bin/nm -B output from gcc object configure:6285: g++ -c -g -O2 conftest.cpp >&5 configure:6288: $? = 0 configure:6292: /usr/bin/nm -B conftest.o \| sed -n -e 's/.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6295: $? = 0 configure:6347: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5 configure:6350: $? = 0 configure:6388: result: ok configure:6392: checking for objdir configure:6407: result: .libs configure:6499: checking for ar configure:6515: found /usr/bin/ar configure:6526: result: ar configure:6595: checking for ranlib configure:6611: found /usr/bin/ranlib configure:6622: result: ranlib configure:6691: checking for strip configure:6707: found /usr/bin/strip configure:6718: result: strip configure:7004: checking if gcc supports -fno-rtti -fno-exceptions configure:7022: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7026: $? = 0 configure:7039: result: no configure:7054: checking for gcc option to produce PIC configure:7286: result: -fPIC configure:7294: checking if gcc PIC flag -fPIC works configure:7312: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:7316: $? = 0 configure:7329: result: yes configure:7357: checking if gcc static flag -static works configure:7385: result: yes configure:7395: checking if gcc supports -c -o file.o configure:7416: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7420: $? = 0 configure:7442: result: yes configure:7468: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:8448: result: yes configure:8469: checking whether -lc should be explicitly linked in configure:8474: gcc -c -g -O2 conftest.c >&5 configure:8477: $? = 0 configure:8492: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8495: $? = 0 configure:8507: result: no configure:8515: checking dynamic linker characteristics configure:9117: result: GNU/Linux ld.so configure:9126: checking how to hardcode library paths into programs configure:9151: result: immediate configure:9165: checking whether stripping libraries is possible configure:9170: result: yes configure:9972: checking if libtool supports shared libraries configure:9974: result: yes configure:9977: checking whether to build shared libraries configure:9998: result: yes configure:10001: checking whether to build static libraries configure:10005: result: no configure:10098: creating libtool configure:10686: checking for ld used by g++ configure:10753: result: /usr/bin/ld configure:10762: checking if the linker (/usr/bin/ld) is GNU ld configure:10777: result: yes configure:10828: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:11802: result: yes configure:11820: g++ -c -g -O2 conftest.cpp >&5 configure:11823: $? = 0 configure:11975: checking for g++ option to produce PIC configure:12259: result: -fPIC configure:12267: checking if g++ PIC flag -fPIC works configure:12285: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:12289: $? = 0 configure:12302: result: yes configure:12330: checking if g++ static flag -static works configure:12358: result: yes configure:12368: checking if g++ supports -c -o file.o configure:12389: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:12393: $? = 0 configure:12415: result: yes configure:12441: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:12466: result: yes configure:12533: checking dynamic linker characteristics configure:13083: result: GNU/Linux ld.so configure:13092: checking how to hardcode library paths into programs configure:13117: result: immediate configure:13755: checking for C++ compiler version configure:13762: g++ --version >&5 g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:13765: $? = 0 configure:13772: g++ -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) configure:13775: $? = 0 configure:13782: g++ -V >&5 g++: '-V' option must have argument configure:13785: $? = 1 configure:13788: checking whether we are using the GNU C++ compiler configure:13840: result: yes configure:13845: checking whether g++ accepts -g configure:13980: result: yes configure:14005: checking dependency style of g++ configure:14096: result: gcc3 configure:14123: checking for xapian-config configure:14141: found /usr/bin/xapian-config configure:14153: result: /usr/bin/xapian-config configure:14180: checking /usr/bin/xapian-config works /usr/lib/libxapian.la

configure:14184: result: yes configure:14213: checking whether to enable maintainer-specific portions of Makefiles configure:14222: result: no configure:14459: checking for python configure:14477: found /usr/bin/python configure:14489: result: /usr/bin/python configure:14502: checking /usr/bin/python version configure:14519: result: 2.5 configure:14538: checking for /usr/include/python2.5/Python.h configure:14541: result: yes configure:14543: checking for directory to install python bindings in configure:14548: result: /usr/lib/python2.5/site-packages configure:14551: checking for Python path separator configure:14554: result: : configure:14583: checking for php-config configure:14616: result: no configure:14876: checking for tclsh configure:14909: result: no configure:15040: checking for gmcs configure:15073: result: no configure:15040: checking for cscc configure:15073: result: no configure:15086: checking for csc configure:15119: result: no configure:15130: checking whether is for CSharp configure:15134: result: yes configure:15148: checking for mcs configure:15181: result: no configure:15519: checking for java configure:15538: found /usr/bin/java configure:15550: result: /usr/bin/java configure:15565: checking for javac configure:15584: found /usr/bin/javac configure:15596: result: /usr/bin/javac configure:15611: checking for jar configure:15630: found /usr/bin/jar configure:15642: result: /usr/bin/jar configure:15661: checking for jni.h configure:15682: g++ -c -g -O2 conftest.cpp >&5 configure:15688: $? = 0 configure:15703: result: yes configure:15817: checking for Java path separator configure:15834: result: test failed configure:15912: checking for ruby1.8 configure:15945: result: no configure:15912: checking for ruby configure:15945: result: no configure:16043: checking whether to use -fvisibility=hidden configure:16074: g++ -c -fvisibility=hidden conftest.cpp >&5 configure:16080: $? = 0 configure:16085: result: yes configure:16277: creating ./config.status

## ---------------------- ## ## Running config.status. ## ## ---------------------- ##

This file was extended by xapian-bindings config.status 1.0.4, which was generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status

on panchi

config.status:738: creating Makefile config.status:738: creating xapian-version.h config.status:738: creating python/Makefile config.status:738: creating python/docs/Makefile config.status:738: creating php/Makefile config.status:738: creating php/docs/Makefile config.status:738: creating java/Makefile config.status:738: creating java/native/Makefile config.status:738: creating java/org/Makefile config.status:738: creating java/org/xapian/Makefile config.status:738: creating java/org/xapian/errors/Makefile config.status:738: creating java/org/xapian/examples/Makefile config.status:738: creating java-swig/Makefile config.status:738: creating tcl8/Makefile config.status:738: creating tcl8/docs/Makefile config.status:738: creating tcl8/pkgIndex.tcl config.status:738: creating csharp/Makefile config.status:738: creating csharp/docs/Makefile config.status:738: creating csharp/AssemblyInfo.cs config.status:738: creating ruby/Makefile config.status:738: creating ruby/docs/Makefile config.status:738: creating xapian-bindings.spec config.status:738: creating python/generate-python-exceptions config.status:738: creating python/doxy2swig.py config.status:738: creating config.h config.status:965: config.h is unchanged config.status:1011: executing depfiles commands

## ---------------- ## ## Cache variables. ## ## ---------------- ##

ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CSC_set= ac_cv_env_CSC_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GACUTIL_set= ac_cv_env_GACUTIL_value= ac_cv_env_JAR_set= ac_cv_env_JAR_value= ac_cv_env_JAVAC_set= ac_cv_env_JAVAC_value= ac_cv_env_JAVA_HOME_set= ac_cv_env_JAVA_HOME_value= ac_cv_env_JAVA_set= ac_cv_env_JAVA_value= ac_cv_env_JDK_HOME_set= ac_cv_env_JDK_HOME_value= ac_cv_env_JNI_INCLUDE_DIR_set= ac_cv_env_JNI_INCLUDE_DIR_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MONO_set= ac_cv_env_MONO_value= ac_cv_env_PHP_CONFIG_set= ac_cv_env_PHP_CONFIG_value= ac_cv_env_PHP_EXTENSION_DIR_set= ac_cv_env_PHP_EXTENSION_DIR_value= ac_cv_env_PHP_set= ac_cv_env_PHP_value= ac_cv_env_PYTHON_LIB_set= ac_cv_env_PYTHON_LIB_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_RUBY_INC_set= ac_cv_env_RUBY_INC_value= ac_cv_env_RUBY_LIB_ARCH_set= ac_cv_env_RUBY_LIB_ARCH_value= ac_cv_env_RUBY_LIB_set= ac_cv_env_RUBY_LIB_value= ac_cv_env_RUBY_set= ac_cv_env_RUBY_value= ac_cv_env_SN_set= ac_cv_env_SN_value= ac_cv_env_SWIG_set= ac_cv_env_SWIG_value= ac_cv_env_TCLSH_set= ac_cv_env_TCLSH_value= ac_cv_env_TCL_LIB_set= ac_cv_env_TCL_LIB_value= ac_cv_env_XAPIAN_CONFIG_set= ac_cv_env_XAPIAN_CONFIG_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jni_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_JAR=/usr/bin/jar ac_cv_path_JAVA=/usr/bin/java ac_cv_path_JAVAC=/usr/bin/javac ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_XAPIAN_CONFIG=/usr/bin/xapian-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\s/.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\ lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\s/: \([ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\ -e '\s/[BCDEGRST] \([ ]*\) \([ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\ lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\s/. .* \(.*\)$/extern int \1;/p'\ lt_cv_sys_max_cmd_len=98304 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\s/.*[ ]
([ABCDGIRSTW][ABCDGIRSTW]*
)[ ][ ]*
([_A-Za-z][_A-Za-z0-9]*
)\$/
1
2
2/p'\"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\s/:
([
]*
) \$/ {
\"
1
\", (lt_ptr) 0},/p'\ -e '\s/[BCDEGRST]
([
]*
)
([ ]*
)\$/ {\"
2\", (lt_ptr)
&
2},/p'\"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\s/
. .*
(.*
)\$/extern int
1;/p'\"'

## ----------------- ## ## Output variables. ## ## ----------------- ##

ACLOCAL='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE= AMTAR='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run autoconf' AUTOHEADER='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run autoheader' AUTOMAKE='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run automake-1.10' AWK='mawk' BINDINGS=' python' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' COMPAT_VERSION='1.0.4' CPP='gcc -E' CPPFLAGS= CSC= CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOCUMENTATION_RULES_FALSE= DOCUMENTATION_RULES_TRUE='#' ECHO='echo' ECHO_C= ECHO_N='-n' ECHO_T= EGREP='/bin/grep -E' EXEEXT= GACUTIL= GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='/usr/bin/jar' JAVA='/usr/bin/java' JAVAC='/usr/bin/javac' JAVA_CPPFLAGS= JAVA_CXXFLAGS='-Wall -W -Wno-unused' JAVA_HOME= JAVA_PATHSEP= JDK_HOME= JNI_INCLUDE_DIR= LDFLAGS= LIBOBJS= LIBS= LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS= MAINT='#' MAINTAINER_MODE_FALSE= MAINTAINER_MODE_TRUE='#' MAINTAINER_NO_DOCS_FALSE= MAINTAINER_NO_DOCS_TRUE='#' MAKEINFO='${SHELL} /home/al/Desktop/xapian-bindings-1.0.4/missing --run makeinfo' MONO= NEED_JNILIB_EXT_FALSE= NEED_JNILIB_EXT_TRUE='#' NO_UNDEFINED= OBJEXT='o' OVERRIDE_MACOSX_DEPLOYMENT_TARGET= OVERRIDE_MACOSX_DEPLOYMENT_TARGET_FALSE= OVERRIDE_MACOSX_DEPLOYMENT_TARGET_TRUE='#' PACKAGE='xapian-bindings' PACKAGE_BUGREPORT= PACKAGE_NAME='xapian-bindings' PACKAGE_STRING='xapian-bindings 1.0.4' PACKAGE_TARNAME='xapian-bindings' PACKAGE_VERSION='1.0.4' PATH_SEPARATOR=':' PERL= PHP= PHP_CONFIG= PHP_EXTENSION_DIR= PHP_INC= PHP_LIBS= PHP_MAJOR_VERSION= PYTHON='/usr/bin/python' PYTHON_INC='/usr/include/python2.5' PYTHON_LIB='/usr/lib/python2.5/site-packages' PYTHON_LIBS= PYTHON_PATHSEP=':' RANLIB='ranlib' RUBY= RUBY_INC= RUBY_LIB= RUBY_LIB_ARCH= RUN_CSHARP= SED='/bin/sed' SET_MAKE= SHELL='/bin/bash' SN= STRIP='strip' SWIG= SWIG_CXXFLAGS='-fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden' SWIG_FLAGS= TCLSH= TCL_CPPFLAGS= TCL_LIB= VERSION='1.0.4' VERSION_NO_SNAPSHOT='1.0.4' XAPIAN_CONFIG='/usr/bin/xapian-config' XAPIAN_CXXFLAGS= XAPIAN_LIBS='/usr/lib/libxapian.la -lstdc++' XAPIAN_VERSION='1.0.4' ac_ct_CC='gcc' ac_ct_CXX='g++' amfastdepCC_FALSE='#' amfastdepCC_TRUE= amfastdepCXX_FALSE='#' amfastdepCXX_TRUE= aminclude='include' amisrc= amleading_dot='.' amquote= amtar='tar --format=ustar -chf - "$$tardir"' amuntar='tar -xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias= build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias= host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/al/Desktop/xapian-bindings-1.0.4/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias=

## ----------- ## ## confdefs.h. ## ## ----------- ##

#define PACKAGE_NAME "xapian-bindings" #define PACKAGE_TARNAME "xapian-bindings" #define PACKAGE_VERSION "1.0.4" #define PACKAGE_STRING "xapian-bindings 1.0.4" #define PACKAGE_BUGREPORT "" #define PACKAGE "xapian-bindings" #define VERSION "1.0.4" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1

configure: exit 0

Change History (7)

comment:1 by Olly Betts, 16 years ago

Status: newassigned

There's no compiler error output there, so it looks like the compilation was OK but the test program failed to run.

Could you try these commands by hand and report what the output is:

echo 'public class conftest { public static void main(String[] args) { System.out.println(System.getProperty("path.separator")); } }' > conftest.java

/usr/bin/javac conftest.java

/usr/bin/java conftest

comment:2 by Aleph Thomas, 16 years ago

This return :

comment:3 by Olly Betts, 16 years ago

Hmm, well those are the commands which configure runs, and they fail there...

What Linux distribution and version is this?

And what Java version?

comment:4 by Aleph Thomas, 16 years ago

Well, I am using java 6 in ubuntu feisty

comment:5 by Olly Betts, 16 years ago

I was using Ubuntu feisty with the Sun Java packages until recently (now I'm on gutsy) and it works for me, so I'm puzzled by this.

All I can think to try is to tidy up the configure test and add some more logging of what is going on, then get you to try that. I'll try to sort that out this week.

comment:6 by Aleph Thomas, 16 years ago

Resolution: fixed
Status: assignedclosed

Hello all, I solve the problem with the java configure the think was that ubuntu by default have the gij for java , and this have severals problems, only remove gij and install java 5 or 6

thanks all about

comment:7 by Olly Betts, 16 years ago

Operating System: Linux
Resolution: fixedreleased
Note: See TracTickets for help on using tickets.