Finding the Unloved

2011-09-02 Thread Valorie Zimmerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, It's that time again. We in the CWG are trying to find those parts of KDE that do not have someone to take care of them, as well as those teams that are in need of help. Our goal is to find people who are interested in those unloved applicat

CMake 2.8.6-rc2 ready for testing!

2011-09-02 Thread David Cole
The CMake 2.8.6 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available on the Kitware blog at http://www.kitware.com/blog/home/post/160 If you want to test this out and ask for a fix, do it soon, or hold

Re: [KDE/Mac] system misses support for posix_fallocate()

2011-09-02 Thread Michael Pyne
On Friday, September 02, 2011 08:44:53 Bjoern Ricks wrote: > Hi > > I didn't know the code but I suppose this is only a warning. posix_fallocate > allocates bytes from the file system. If the function is not available > KSharedDataCache can't ensure that enough file system space is available > and

Re: [KDE/Mac] system misses support for posix_fallocate()

2011-09-02 Thread Marko Käning
On Sep 2, 2011, at 8:40 AM, Till Adam wrote: > It's from KDE, more precisely from KSharedDataCache. It's mostly harmless, if > a bit verbose. OK, good to know. :-) Thanks for clarifying this. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KDE pim no longer compiles

2011-09-02 Thread Valentin Rusu
On 09/02/2011 10:50 AM, Valentin Rusu wrote: > Hello, > > Since the commit 9d68ae8af7d32 kdepim no longer compiles because of the > change of the EmalAddressList base class from QList to QVector. I > suppose that the commit should have included also the corresponding > alarm.h. Perhaps you forgot t

KDE pim no longer compiles

2011-09-02 Thread Valentin Rusu
Hello, Since the commit 9d68ae8af7d32 kdepim no longer compiles because of the change of the EmalAddressList base class from QList to QVector. I suppose that the commit should have included also the corresponding alarm.h. Perhaps you forgot the right "git add" ? :-) Or should I fix it? (I tried to

Re: [KDE/Mac] system misses support for posix_fallocate()

2011-09-02 Thread Bjoern Ricks
Hi I didn't know the code but I suppose this is only a warning. posix_fallocate allocates bytes from the file system. If the function is not available KSharedDataCache can't ensure that enough file system space is available and therefore it raises this message. But that is only a guess without

Re: [KDE/Mac] system misses support for posix_fallocate()

2011-09-02 Thread Till Adam
On Thursday 01 September 2011 22:50:45 Marko Käning wrote: > Hi, when I try to run e.g. tutorial example #2 I get the following warning > message on Mac OS X 10.6: > > $ ./tutorial2.app/Contents/MacOS/tutorial2 > tutorial2(37163)/KSharedDataCache ensureFileAllocated: This system misses > support f