Re: [Sablevm-user] jni: LD_LIBRARY_PATH ignored
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-03-29 19:36:50
|
Hi Mark, I have tried to install the java-gnome related debian packages, on my debian/powerpc based PowerBook [a very nice laptop;)], but I got: ----- BEGIN ----- # apt-get install libgnome0-java Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: Sorry, but the following packages have unmet dependencies: libgnome0-java: Depends: libgtk0-java (= 0.8.0cvs20030320-1) but it is not going to be installed Depends: libgnome0-jni (= 0.8.0cvs20030320-1) but it is not installable E: Sorry, broken packages ----- END ----- I will file a bug about it, but meanwhile, where can I find the sources to install and try to run your BugWatcher application (and all its dependencies)? [Ideally, I'd like to get the shortest list of instructions to get it up and running]. Also, is there any reason why the java-gnome jni code wouldn't compile under PowerPC? Thanks in advance, Etienne Mark Howard wrote: > Hi, > Sorry. I've tried it again and noticed that I probably gave you > completely the wrong information. Here is the full output: > > > *** Couldn't bind native method Java_java_lang_Thread_interrupted *** > *** or Java_java_lang_Thread_interrupted__ *** > java.lang.UnsatisfiedLinkError > at java.lang.Thread.interrupted(Thread.java) > at com.tildemh.debbug.CacheWriter.run(CacheWriter.java:44) > at java.lang.Thread.callRun(Thread.java:372) > at java.lang.VirtualMachine.runThread(VirtualMachine.java:117) > /usr/local/bin/sablevm -Y -p > java.library.path=/home/mark/dev/java-gnome/lib > --classpath=/usr/share/java/oro.jar:/home/mark/dev/java-gnome/lib/gtk.jar:/home/mark/dev/java-gnome/lib/gnome.jar:.:/home/mark/dev/jdebbug/debbuggtk/src/:/home/mark/dev/jdebbug/libdebbug-java/src/ com.tildemh.debbuggtk.BugWatcher |