Your message dated Mon, 04 Jun 2012 21:20:33 +0000
with message-id <[email protected]>
and subject line Bug#675160: fixed in sikuli 1.0~x~rc3.tesseract3-dfsg1-4
has caused the Debian Bug report #675160,
regarding sikuli-ide: unable to process one single instruction,
"NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
675160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675160
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sikuli-ide
Version: 1.0~x~rc3.tesseract3-dfsg1-3
Severity: grave
Justification: renders package unusable
sikuli can't process an application like this one:
openApp("icedove")
Full error message is:
[error] Stopped
[error] An error occurs at line 1
[error] Error message:
Traceback (most recent call last):
File "", line 1, in
File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in
from Sikuli import *
File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in
from Region import *
File "/usr/share/sikuli/Lib/sikuli/Region.py", line 9, in
import inspect
File "/usr/share/jython/Lib/inspect.py", line 31, in
import sys, os, types, string, re, dis, imp, tokenize, linecache
File "/usr/share/jython/Lib/os.py", line 45, in
from posix import *
java.lang.NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z
at org.python.modules.posix.PosixModule.classDictInit(PosixModule.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
a
t java.lang.reflect.Method.invoke(Method.java:601)
at org.python.core.PyJavaType.init(PyJavaType.java:534)
at org.python.core.PyType.createType(PyType.java:1264)
at org.python.core.PyType.addFromClass(PyType.java:1201)
at org.python.core.PyType.fromClass(PyType.java:1291)
at org.python.core.imp.createFromClass(imp.java:405)
at org.python.core.imp.loadBuiltin(imp.java:501)
at org.python.core.imp.find_module(imp.java:452)
at org.python.core.imp.import_next(imp.java:713)
at org.python.core.imp.import_name(imp.java:824)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp.importAll(imp.java:998)
at os$py.f$0(/usr/share/jython/Lib/os.py:691)
at os$py.call_function(/usr/share/jython/Lib/os.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:386)
at org.python.core.imp.createFromSource(imp.java:349)
at org.python.core.imp.loadFromSource(imp.java:573)
at org.python.core.imp.find_module(imp.java:473)
at org.python.core.imp.import_next(imp.java:713)
at org.python.core.imp.import_name(imp.java:824)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp.importOne(imp.java:903)
at inspect$py.f$0(/usr/share/jython/Lib/inspect.py:903)
at inspect$py.call_function(/usr/share/jython/Lib/inspect.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:386)
at org.python.core.imp.createFromSource(imp.java:349)
at org.python.core.imp.loadFromSource(imp.java:573)
at org.python.core.imp.find_module(i
mp.java:473)
at org.python.core.imp.import_next(imp.java:713)
at org.python.core.imp.import_first(imp.java:743)
at org.python.core.imp.import_name(imp.java:834)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp.importOne(imp.java:903)
at sikuli.Region$py.f$0(/usr/share/sikuli/Lib/sikuli/Region.py:16)
at sikuli.Region$py.call_function(/usr/share/sikuli/Lib/sikuli/Region.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:386)
at org.python.core.imp.createFromSource(imp.java:349)
at org.python.core.imp.loadFromSource(imp.java:576)
at org.python.core.imp.find_module(imp.java:473)
at org.python.core.PyModule.impAttr(PyModule.java:100)
at org.python.core.imp.import_next(imp.java:715)
at or
g.python.core.imp.import_name(imp.java:824)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp.importAll(imp.java:998)
at sikuli.Sikuli$py.f$0(/usr/share/sikuli/Lib/sikuli/Sikuli.py:211)
at sikuli.Sikuli$py.call_function(/usr/share/sikuli/Lib/sikuli/Sikuli.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:386)
at org.python.core.imp.createFromSource(imp.java:349)
at org.python.core.imp.loadFromSource(imp.java:576)
at org.python.core.imp.find_module(imp.java:473)
at org.python.core.PyModule.impAttr(PyModule.java:100)
at org.python.core.imp.import_next(imp.java:715)
at org.python.core.imp.import_name(imp.java:824)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.Import
Function.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp.importAll(imp.java:998)
at sikuli$py.f$0(/usr/share/sikuli/Lib/sikuli/__init__.py:3)
at sikuli$py.call_function(/usr/share/sikuli/Lib/sikuli/__init__.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:386)
at org.python.core.imp.createFromSource(imp.java:349)
at org.python.core.imp.loadFromSource(imp.java:576)
at org.python.core.imp.find_module(imp.java:473)
at org.python.core.imp.import_next(imp.java:713)
at org.python.core.imp.import_name(imp.java:824)
at org.python.core.imp.importName(imp.java:884)
at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
at org.python.core.PyObject.__call__(PyObject.java:357)
at org.python.core.__builtin__.__import__(__builtin__.java:1173)
at org.python.core.imp
..importAll(imp.java:998)
at org.python.pycode._pyx5.f$0(:1)
at org.python.pycode._pyx5.call_function()
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1261)
at org.python.core.Py.exec(Py.java:1305)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:206)
at org.sikuli.script.ScriptRunner.runPython(ScriptRunner.java:64)
at org.sikuli.ide.SikuliIDE$ButtonRun.runPython(SikuliIDE.java:1574)
at org.sikuli.ide.SikuliIDE$ButtonRun$1.run(SikuliIDE.java:1679)
java.lang.NoSuchMethodError: java.lang.NoSuchMethodError:
org.jruby.ext.posix.POSIX.isNative()Z
I am using java and javac version 7
Using java 6 leads to a similar error message:
[error] Stopped
[error] An error occurs at line 1
[error] Error message:
Traceback (most recent call last):
File "", line 1, in
File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in
from Sikuli import *
File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in
from Region import *
File "/usr/share/sikuli/Lib/sikuli/Region.py", line 9, in
import inspect
File "/usr/share/jython/Lib/inspect.py", line 31, in
import sys, os, types, string, re, dis, imp, tokenize, linecache
File "/usr/share/jython/Lib/os.py", line 50, in
import posixpath as path
File "/usr/share/jython/Lib/posixpath.py", line 216, in
if not os._native_posix:
AttributeError: 'module' object has no attribute '_native_posix'
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable-updates'),
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sikuli-ide depends on:
ii default-jre 1:1.6-47 Standard Java or Java compatible R
ii junit 3.8.2-8 Automated testing framework for Ja
ii libcommons- 1.2-3 API for working with the command l
ii libjson-sim 1.1-dfsg1-1 Simple, lightweight and efficient
ii libjxgrabke 0.3.2-6 X11 hotkey API for java
ii libmac-widg 0.9.5+svn369-dfsg1-1 collection of Mac style widgets wr
ii libsikuli-s 1.0~x~rc3.tesseract3-dfsg1-3 Visual scripting API for jython
ii libswing-la 1.0.4-2 Extensions to Swing layout
ii libswingx-j 1:1.6.2-1 extensions to the Swing GUI toolki
ii openjdk-6-j 6b24-1.11.1-6 OpenJDK Java runtime, using Hotspo
ii openjdk-7-j 7~u3-2.1.1~pre1-2 OpenJDK Java runtime, using Hotspo
sikuli-ide recommends no packages.
sikuli-ide suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sikuli
Source-Version: 1.0~x~rc3.tesseract3-dfsg1-4
We believe that the bug you reported is fixed in the latest version of
sikuli, which is due to be installed in the Debian FTP archive:
libsikuli-script-doc_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
to main/s/sikuli/libsikuli-script-doc_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
libsikuli-script-java_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
to main/s/sikuli/libsikuli-script-java_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
libsikuli-script-jni_1.0~x~rc3.tesseract3-dfsg1-4_i386.deb
to main/s/sikuli/libsikuli-script-jni_1.0~x~rc3.tesseract3-dfsg1-4_i386.deb
sikuli-ide_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
to main/s/sikuli/sikuli-ide_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.debian.tar.gz
to main/s/sikuli/sikuli_1.0~x~rc3.tesseract3-dfsg1-4.debian.tar.gz
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.dsc
to main/s/sikuli/sikuli_1.0~x~rc3.tesseract3-dfsg1-4.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gilles Filippini <[email protected]> (supplier of updated sikuli package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 04 Jun 2012 18:39:45 +0200
Source: sikuli
Binary: sikuli-ide libsikuli-script-java libsikuli-script-jni
libsikuli-script-doc
Architecture: source all i386
Version: 1.0~x~rc3.tesseract3-dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers
<[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
libsikuli-script-doc - Documentation for libsikuli-script-java
libsikuli-script-java - Visual scripting API for jython
libsikuli-script-jni - Native libs for libsikuli-java
sikuli-ide - IDE to develop sikuli scripts and use them a junit test cases
Closes: 675160
Changes:
sikuli (1.0~x~rc3.tesseract3-dfsg1-4) unstable; urgency=low
.
* d/control: Depends: libopencv-dev to have OpenCVConfig.cmake (fix FTBFS)
* Fix patch executable-wrappers.patch:
+ Remove /usr/share/java/jna-posix.jar from the classpath so that it
doesn't take precedence on /usr/share/java/jnr-posix.jar required
by jython (Closes: #675160)
* d/README.Debian:
+ Add a note about Sun Java 6 and multiarch (workaround for
java.lang.UnsatisfiedLinkError with java-6-sun)
Checksums-Sha1:
fee6c767b739ec751fc00279c2fd6facc978a149 2330
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.dsc
f20bfed326bce345646bdd88ab42550fb7500431 13522
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.debian.tar.gz
3cb8f432e8de9bcf43d7c7dac0b3da539149c7d1 484844
sikuli-ide_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
8b54879257864ed547b259aadb7916042be4dc7e 142560
libsikuli-script-java_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
6ab76f72a3a9e9ba958ec556326cfe0e2900ef87 173258
libsikuli-script-jni_1.0~x~rc3.tesseract3-dfsg1-4_i386.deb
0126391d598accefd07e0e58462098196ba02b1a 2370084
libsikuli-script-doc_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
Checksums-Sha256:
ba026e4a6d23694e3ce9f66380685ab773c95a521e438846899e2e749e396a55 2330
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.dsc
a3aae3eef2d0df38a15969f060e436ca0311cf19ad603409018888ae8fb88d66 13522
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.debian.tar.gz
90be7da6992631cf604bff68356a87add37f794d3aea4b25cc26e9c916ab9031 484844
sikuli-ide_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
8818e39564560ef222163cdcf0b88671e30036817c4e2611d161ab26718aaf19 142560
libsikuli-script-java_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
c365665ba57b8ba461395164840083ed3b662ce1c8274d3796fd45ec1d1fb236 173258
libsikuli-script-jni_1.0~x~rc3.tesseract3-dfsg1-4_i386.deb
46b427c89f7337e8dd983c8d6ead85b3de1e8c6d0461c47457b2bfbb769122c0 2370084
libsikuli-script-doc_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
Files:
e6f2ad8b361661fac74df3533da3f165 2330 java extra
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.dsc
b3f93e351c8631075c81551da2e263f5 13522 java extra
sikuli_1.0~x~rc3.tesseract3-dfsg1-4.debian.tar.gz
fba53fd3b17139e56116aa0fb5d9cf70 484844 java extra
sikuli-ide_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
532cf5f877b8aef19273b6ad0cefa6d7 142560 java extra
libsikuli-script-java_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
f36c188fe889bef947bf279b2faee8be 173258 java extra
libsikuli-script-jni_1.0~x~rc3.tesseract3-dfsg1-4_i386.deb
58ffbb81114e4134eac1272b22b22a1c 2370084 doc extra
libsikuli-script-doc_1.0~x~rc3.tesseract3-dfsg1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBCAAGBQJPzSMcAAoJEO/obGx//s+DiZsH/271ZZHy5U5EtGxadTwKI+jM
kZa/cYri4n/KRwINnmzArzJJmxA5R8acSA6qCVLbRvuDVFh+MR8ne+XH+Z69CUb+
xYyp1V8UOYXVEfWvL52RlzrlrbU94nxBvvVS6t/juvLFil+ojYfWoeXgxYlOoTRd
IrGBtYLF8JV4u4xjkpNzREEZr2L+O0ZZ8HuqISW9ZuGaZLaJxEl0ACdPjyNhCFPC
SKLl+5XPh9ZjUtXcRVUhqZYCiHtyaWx8JKnwdw4TaIh8P+WkJH6JGtBkwc/8Kio8
IKxU2icVHGlet/A+NVCd/HwOjNdlW2mrd/PhS/G38wRWhlwMDy5QMbFHZ6h4EQg=
=Fhyq
-----END PGP SIGNATURE-----
--- End Message ---