[gamin] make check



Hello,

I have downloaded the last version of  gamin-0.1.9

I have compiled under CentOS 5.1 with gcc432 ( AMD Opteron) and Python 2.4.3 is installed

./configure and make seems OK

but "make check" produces some errors... (see below)

is it important ?

thanks in advances...

regards

jmb

--------------- make check -------
[root chum gamin-0.1.9]# make check
Making check in lib
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/lib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/lib'
Making check in libgamin
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/libgamin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/libgamin'
Making check in server
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/server'
make  check-am
make[2]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/server'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/server'
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/server'
Making check in python
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/python'
Making check in tests
make[2]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/python/tests'
make  check-local
make[3]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/python/tests'
basic.py
basic2.py
basic3.py
basic4.py
-- basic4.py
Got callback: /usr/local/src/TOOLS/gamin-0.1.9/python/tests/temp_dir, 8
Got callback: a, 8
Got callback: /usr/local/src/TOOLS/gamin-0.1.9/python/tests/temp_dir, 9
Error: top monitor got 3 events insteads of 4
basic5.py
-- basic5.py
Error: top monitor got 3 events insteads of 4
basic6.py
-- basic6.py
Error: top monitor got 2 events insteads of 3
bigfile.py
-- bigfile.py
Error: top monitor got 2 events insteads of 3
noexists.py
-- noexists.py
error : created event expected
dnotify.py
dnotify2.py
dnotify3.py
-- dnotify3.py
Error: monitor got 2 events insteads of 2
dnotify4.py
-- dnotify4.py
Error got event 2 expected 8
dnotify5.py
-- dnotify5.py
Error: monitor got 3 events insteads of 4
dnotify6.py
-- dnotify6.py
Error: monitor got 3 events insteads of 4
dnotify7.py
-- dnotify7.py
Error: file monitor got 3 events insteads of 4
Error: dir monitor got 4 events insteads of 4
dnotify8.py
-- dnotify8.py
Error: monitor got 4 events insteads of 5
dnotify9.py
-- dnotify9.py
Error: monitor got 3 events insteads of 4
dnotify10.py
-- dnotify10.py
Error: monitor got 3 events insteads of 4
dnotify11.py
-- dnotify11.py
Error: monitor got 4 events insteads of 5
dnotify12.py
-- dnotify12.py
Error: monitor got 2 events insteads of 4
dnotify13.py
-- dnotify13.py
Error got event 1 expected 5
Error got event 2 expected 1
Error: monitor got 2 events insteads of 4
dnotify15.py
flood.py
flood2.py
-- flood2.py
Error: event flow didn't worked properly, gor 30 events
flood3.py
flood4.py
-- flood4.py
Error: event flow didn't worked properly, gor 152 events
level.py
-- level.py
Error: sub monitor got 2 events insteads of 3
multiple.py
-- multiple.py
Error: monitor 0 got 2 out of 4 events
multiple2.py
-- multiple2.py
Error: monitor 0 got 2 out of 4 events
multiple3.py
-- multiple3.py
Error: monitor 0 got 2 events, expecting 3
Error: monitor 1 got 3 events, expecting 4
Error: monitor 2 got 4 events, expecting 5
nokernel.py
readonly.py
Traceback (most recent call last):
File "/usr/local/src/TOOLS/gamin-0.1.9/python/gamin.py", line 109, in _internal_callback
   self.callback (path, event)
 File "./readonly.py", line 16, in callback
   if expect[top] != event:
IndexError: list index out of range
-- readonly.py
Error got event 8 expected 9
make[3]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/python/tests'
make[2]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/python/tests'
make[2]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/python'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/python'
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/python'
Making check in tests
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/tests'
make  check-local
make[2]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/tests'
running test 10
running test 11
running test 1
running test 2
running test 3
running test 4
running test 5
running test 6
running test 7
running test 8
running test 9
*** ../tests/result/9    2007-07-04 15:36:49.000000000 +0200
--- result.9    2008-12-09 21:23:14.000000000 +0100
***************
*** 4,12 ****
 1: /tmp/test_gamin Exists: NULL
 1: /tmp/test_gamin EndExist: NULL
 mkfile /tmp/test_gamin/foo
! 1: /tmp/test_gamin Changed: NULL
! append /tmp/test_gamin/foo
! rmfile /tmp/test_gamin/foo
! 1: /tmp/test_gamin Changed: NULL
! disconnected
! rmdir /tmp/test_gamin
--- 4,7 ----
 1: /tmp/test_gamin Exists: NULL
 1: /tmp/test_gamin EndExist: NULL
 mkfile /tmp/test_gamin/foo
! expect line 8: got 0 of 1 expected events
make[2]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/tests'
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/tests'
Making check in doc
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9/doc'
make[1]: Entering directory `/usr/local/src/TOOLS/gamin-0.1.9'
make[1]: Leaving directory `/usr/local/src/TOOLS/gamin-0.1.9'



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