[Pkg-owncloud-maintainers] FTBS owncloud-client <-> inotify

Sandro Knauß mail at sandroknauss.de
Sun May 11 14:49:10 UTC 2014


Hello,

once again, we have problems to compile owncloud-client for FreeBSD. Now the 
whole compiling is going well but the tests fails. I looked into the logs [1] 
and would say the problem is the inotify for FreeBSD don't fires the needed 
events. The Inotify_add_watch function is called like this:

inotify_add_watch(_fd, path.toUtf8().constData(),
	IN_CLOSE_WRITE | IN_ATTRIB | IN_MOVE |
	IN_CREATE |IN_DELETE | IN_DELETE_SELF |
	IN_MOVE_SELF |IN_UNMOUNT |IN_ONLYDIR |
	IN_DONT_FOLLOW );

The events createDir, removeFile and moveFile aren't fired (see [2] 
test/testfolderwatcher.h ). Is this a known problem with the freebsd inotify 
implementation?

Maybe you can help me passing all tests to get owncloud-client ready for 
FreeBSD.

Regards,

sandro

[1] https://buildd.debian.org/status/fetch.php?pkg=owncloud-client&arch=kfreebsd-amd64&ver=1.6.0~beta2+dfsg-2&stamp=1399572420
[2]http://anonscm.debian.org/gitweb/?p=pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-maintainers mailing list