Re: making a release of java-libglom



On Sun, Jul 10, 2011 at 10:52 AM, Murray Cumming <murrayc openismus com> wrote:
[snip]
[murrayc localhost java-libglom (master)]$ make check
make[1]: Entering directory `/home/murrayc/checkouts/gnome/java-libglom'
make  check-TESTS
make[2]: Entering directory `/home/murrayc/checkouts/gnome/java-libglom'
JUnit version 4.8.2
Traceback (most recent call last):
 File "/usr/lib/python2.7/site.py", line 553, in <module>
   main()
 File "/usr/lib/python2.7/site.py", line 536, in main
   known_paths = addsitepackages(known_paths)
 File "/usr/lib/python2.7/site.py", line 315, in addsitepackages
   addsitedir(sitedir, known_paths)
 File "/usr/lib/python2.7/site.py", line 192, in addsitedir
   addpackage(sitedir, name, known_paths)
 File "/usr/lib/python2.7/site.py", line 162, in addpackage
   exec line
 File "<string>", line 1, in <module>
 File "/usr/lib/python2.7/site-packages/abrt_exception_handler.py",
line 28, in <module>
   import socket
 File "/usr/lib/python2.7/socket.py", line 47, in <module>
   import _socket
ImportError: /usr/lib/python2.7/lib-dynload/_socketmodule.so: undefined
symbol: PyExc_ValueError
FAIL: tools/JUnitTests
No example file specified. Using default file.
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
       at
org.glom.libglom.examples.ExampleDocumentLoad.main(ExampleDocumentLoad.java:100)
FAIL: tools/ExampleDocumentLoad
=====================================
2 of 2 tests failed
Please report to http://www.glom.org/
=====================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/murrayc/checkouts/gnome/java-libglom'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/murrayc/checkouts/gnome/java-libglom'
make: *** [check-recursive] Error 1

I think the JUnit test failure is related to the python import error:

ImportError: /usr/lib/python2.7/lib-dynload/_socketmodule.so:
undefined symbol: PyExc_ValueError

This looks different than the Python error you already fixed. Do have
any idea about what's going on?

I just fixed the command line arguments and changed
ExampleDocumentLoad to exit without an error if the guessed example
doesn't exist. I'm now getting 1 of 2 tests failed on F15.

Thanks, Ben



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]