[tcljava-user] make install - 'Testing installed program' fails
Brought to you by:
mdejong
From: <Fra...@ti...> - 2008-11-07 16:57:10
|
Hi! Tried to install the TclBlend on Linux (sled10). I come this far, now I'm thankful for some advice to how come around this problem. I'm not an java expert so be open-minded in case I miss some basic stuff. I have included the following parts into the .cshrc file (maybe something that is missing or maybe not needed): setenv PATH /tmp/jdk1.6.0_10/bin/:$PATH setenv PATH /proj/teprod/tools/gcc/4.3.2/sled10/bin//:$PATH setenv PATH /local/tclblend/bin:$PATH setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/tmp/tclblend/tclBlend1.4.1/unix setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/tmp/jdk1.6.0_10/jre/lib/i386/native_threads setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/local/tclblend/lib/tcljava1.4.1 Below is the stdout: # make install # # Installing tcljava # Installing tcljava.jar in /local/tclblend/lib/tcljava1.4.1 Installing tcljavasrc.jar in /local/tclblend/lib/tcljava1.4.1 # # Installing tclblend # Installing libtclblend.so in /local/tclblend/lib/tcljava1.4.1 Installing tclblend.jar in /local/tclblend/lib/tcljava1.4.1 Installing tclblendsrc.jar in /local/tclblend/lib/tcljava1.4.1 Installing pkgIndex.tcl in /local/tclblend/lib/tcljava1.4.1 Installing xputils package in /local/tclblend/lib Installing jtclsh in /local/tclblend/bin Installing jwish in /local/tclblend/bin Testing installed program # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb7ecb88a, pid=31780, tid=3083544240 # # Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode, sharing linux-x86) # Problematic frame: # C [libtcl8.5.so+0x9788a] Tcl_FindCommand+0x24a # # An error report file with more information is saved as: # /tmp/tclblend/build_tclblend/tclblend_test/hs_err_pid31780.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # /bin/sh: line 1: 31780 Aborted (core dumped) env /local/tclblend/bin/jtclsh Test.tcl jtclsh test failed due to a configuration error BR Frank |