Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-10 Thread Joe Nosay
On Mon, Dec 9, 2013 at 11:18 PM, Joe Nosay superbisq...@gmail.com wrote: -- Forwarded message -- From: Joe Nosay superbisq...@gmail.com Date: Sun, Dec 8, 2013 at 6:38 PM Subject: Re: Error using CMake similar to error from earlier list post To: kde-freebsd

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-10 Thread David Naylor
Hi Joe, I'm listening! I've read through your thread on KDE-FreeBSD and Ports-FreeBSD however I am a bit fuzzy as to the issues. Are these specific to clang, FreeBSD = 10 or some other trigger? How would I go about reproducing these errors? I'm happy to work with you to resolve these

Re: [kde-freebsd] area51 some problems

2013-12-10 Thread Raphael Kubo da Costa
Raphael Kubo da Costa rak...@freebsd.org writes: Some quick investigation shows that QIconvCodec ends up being destroyed before all the objects that use it, and at the point of the crash there's a call to a pointer that used to be a QIconvCodec and is now just a QTextCodec, and the method

[kde-freebsd] [SVN Commit] area51/KDE/sysutils/nepomuk-core/files

2013-12-10 Thread Raphael Kubo da Costa
SVN commit 9804 by rakuco: Add a few commits of mine to improve things. - patch-libnepomukcore__service__service2.cpp makes the services actually start even if the priority lowering calls fail (which is the case since at the moment some of them are Linux-specific). -

Re: [kde-freebsd] Nepomuk storage does not work

2013-12-10 Thread Raphael Kubo da Costa
Tomasz Kowalczyk kowalczf...@gmail.com writes: I think its because new version of nepomuk depends on setting io/scheduling priority, and if it cant set it up it just quit. I managed to run it with added patch, just place it in your nepomuk-core/files directory and reinstall nepomuk. Thanks

Re: [kde-freebsd] [SVN Commit] area51/KDE/sysutils/nepomuk-core/files

2013-12-10 Thread Ajtim
On Tuesday 10 December 2013 13:34:22 Raphael Kubo da Costa wrote: SVN commit 9804 by rakuco: Add a few commits of mine to improve things. - patch-libnepomukcore__service__service2.cpp makes the services actually start even if the priority lowering calls fail (which is the case since at

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-10 Thread Joe Nosay
Thank you. On Tue, Dec 10, 2013 at 3:42 AM, David Naylor d...@freebsd.org wrote: Hi Joe, I'm listening! I've read through your thread on KDE-FreeBSD and Ports-FreeBSD however I am a bit fuzzy as to the issues. Are these specific to clang, FreeBSD = 10 or some other trigger? How would