Re: Fwd: [Pkg-owncloud-maintainers] FTBS owncloud-client <-> inotify

2014-05-18 Thread Sandro Knauß
Hello, > Your previous email didn't reach the debian-bsd mailing list (at least > it's not in the archives of debian-bsd, nor in my emails). mmh ok i should resend it ( on the owncloud-client list the mail enters). > Why did you encrypt the email? Why not? I have your key and you have mine - t

FTBS owncloud-client <-> inotify

2014-05-18 Thread Sandro Knauß
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 thi

Re: [Pkg-owncloud-maintainers] FTBS owncloud-client - Q_OS_FREEBSD not set

2013-10-23 Thread Robert Millan
On 23/10/2013 02:11, Sandro Knauß wrote: > On the kfreebsd machine it breaks with: > > /home/taffit/owncloud-client-1.4.2+dfsg/src/mirall/utility.cpp: In function > 'QString Mirall::Utility::platform()': > /home/taffit/owncloud-client-1.4.2+dfsg/src/mirall/utility.cpp:156:1: error: > expected ';

Re: [Pkg-owncloud-maintainers] FTBS owncloud-client - Q_OS_FREEBSD not set

2013-10-22 Thread Sandro Knauß
Hi, we just compiled owncloud-client(oCC) successfully for kFreeBSD. But because oCC had a bug we discoverd, that kFreeBSD doesn't set the preprocessor variable Q_OS_FREEBSD: QString Utility::platform() { #if defined(Q_OS_LINUX) return QLatin1String("Linux"); [...] #elif defined(Q_OS_FREEBS

Re: FTBS owncloud-client

2013-10-21 Thread Ed Maste
On 16 October 2013 18:57, Sandro Knauß wrote: > Hi, > > today I got the information, that FreeBSD has a working port for owncloud- > client: > http://svnweb.freebsd.org/ports/head/deskutils/mirall/ This uses the FreeBSD libinotify port, a ktrace-based implementation of the inotify API. -- To UN

Re: FTBS owncloud-client

2013-10-16 Thread Sandro Knauß
Hi, today I got the information, that FreeBSD has a working port for owncloud- client: http://svnweb.freebsd.org/ports/head/deskutils/mirall/ I really don't understand, why they haven't the problems with FolderWatcher :D But well I'll add the patches in the next round. Tomorrow oCC 1.4.2 will be

Re: FTBS owncloud-client

2013-10-07 Thread Sandro Knauß
Hey, I've got reponse from the owncloud-client team [1]: "I would be willing to take patches, but without our explicit support for that for the next time. About the options: * a null watcher is no option because we rely on it for the sync functioality * QFileSystemWatcher is also not a goo

Re: FTBS owncloud-client

2013-10-03 Thread Sandro Knauß
Hey, > You should ask upstream which way they prefer/want, so eventual porting > efforts could go according to that. I opend an issue at the bugtracker of owncloud-client: https://github.com/owncloud/mirall/issues/1060 Till now no reation of the owncloud-client team. Regards, Sandro signature

Re: FTBS owncloud-client

2013-10-01 Thread Pino Toscano
Hi, (CC'ing -bsd@ too, since basically the same email for owncloud-client has been sent there too.) In data domenica 29 settembre 2013 17:48:26, Sandro Knauß ha scritto: > many thanks Svante and Pino for the hurd patches for ocsync [1] and > qtkeychain. The both packages now complile successfull

FTBS owncloud-client

2013-09-29 Thread Sandro Knauß
Hey, many thanksSteven, Svante and Pino for the hurd/freebsd patches for ocsync [1] and qtkeychain. The both packages now complile successfully for freebsd. But unfortunatelly owncloud-client now fails to compile [2] on hurd and freebsd: error: invalid use of incomplete type 'class Mirall::Fold