[Tracker] cvs is a bit hard to test.



Hey

I thought I'd test/get involved with tracker, but your not making it too easy right now.

For example, libextractor failed a few times for me. First because of a sanity check:
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.22, ltmain.sh = ) ***

(if I remember correctly this was also a problem for tracker's base directory)

Easily fixed, and then because of this:
Making all in libltdl
make[1]: Entering directory `~/tracker/x/src/libextractor/libltdl'
make[1]: *** No rule to make target `all'.  Stop.


And then:
extract.c:227: error: conflicting types for 'splice'
/usr/include/gentoo-multilib/amd64/bits/fcntl.h:242: error: previous declaration of 'splice' was here
make[2]: *** [extract.o] Error 1
make[2]: Leaving directory `~/tracker/x/src/libextractor/src/main'
make[1]: *** [all-recursive] Error 1


Seems libextractor is not entirely problem free. And when I finally got it built I get this:
Initialising tracker...
060813 3:21:32 [ERROR] Error message file '~/tracker/build/share/tracker/english/errmsg.sys' had only 463 error messages,
but it should contain at least 466 error messages.
Check that the above file is the right version for this program!
DB initialised - embedded mysql version is 50024
Creating system database...
060813 3:21:32 [Warning] Can't create test file /var/lib/mysql/hollowbox.lower-test 060813 3:21:32 InnoDB: Operating system error number 13 in a file operation.

Don't know why it's trying to use "File name /var/lib/mysql/ibdata1", but it is.



Oh, and I'd include patches, but.. me and autoconf/automake have a history of not getting along so well. So I thought I'd let you have a stab at a cleaner solution first. The last problem with libextractor is extremely simple, and simply renaming the function "splice" (in twice places) solves it.

Anders Aagaard.

PS, my thunderbird spellcheck picked up another tiny bug, "Initialising tracker...", it's Initializing ;)



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