Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Thu, Jun 14, 2012 at 1:49 AM, Alberto Villa avi...@freebsd.org wrote: Oh no, it isn't apparently. I think I just found an interesting thing. :N look like placeholders: QString( UPDATE table1 SET col = :0 FROM table2 WHERE ( ( SELECT table2.answer WHERE table2.t1_id = table1.id ) ( :2 ) )

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Thursday 14 June 2012 08:29:06 Alberto Villa wrote: By the way, it looks like I get failures with other tables, too. It just depends on how long the timeout was (and how many things Akonadi is able to do before it). Found the problem. I was suspecting some kind of overflow, and in fact the

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4/files

2012-06-14 Thread Max Brazhnikov
SVN commit 8314 by makc: Enable CUPS support by default: it adds dependency on cups-client only. M +1 -4 Makefile.options ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT

2012-06-14 Thread Max Brazhnikov
SVN commit 8315 by makc: Add new port devel/qt4-qmlviewer Submitted by: gahr M +5 -2 Mk/bsd.qt.mk A devel/qt4-qmlviewer (directory) A devel/qt4-qmlviewer/Makefile A devel/qt4-qmlviewer/pkg-descr A devel/qt4-qmlviewer/pkg-plist

[kde-freebsd] [SVN Commit] area51/KDE/graphics/okular

2012-06-14 Thread Max Brazhnikov
SVN commit 8316 by makc: Sync with ports: chase graphics/djvulibre update M +2 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Thursday 14 June 2012 09:59:26 Alberto Villa wrote: Found the problem. I was suspecting some kind of overflow, and in fact the working limit for wait_timeout here is 21474836, which is (2^31 - 1) / 100. I'm in contact with ale@, MySQL maintainer, and his tests return a different value, so

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Dwayne MacKinnon
On June 14, 2012 01:10:05 PM Alberto Villa wrote: On Thursday 14 June 2012 09:59:26 Alberto Villa wrote: Found the problem. I was suspecting some kind of overflow, and in fact the working limit for wait_timeout here is 21474836, which is (2^31 - 1) / 100. I'm in contact with ale@,

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Thursday 14 June 2012 09:58:57 Dwayne MacKinnon wrote: It didn't help me at all. I changed the value, commented out my net_read_timeout (to force the 30 second default) and started KDE. After a few minutes doing other stuff, I went to check my email. Wouldn't work. Perfect. Now try

[kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2012-06-14 Thread Max Brazhnikov
SVN commit 8317 by makc: Add patch from upstream that makes kdelibs 4.8.4 compatible with Soprano 2.7.6 A patch-git76e0376d ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-uic3

2012-06-14 Thread Raphael Kubo da Costa
SVN commit 8318 by rakuco: qt4-uic3: Depend on qt4-porting. We were experiencing some weird uic3 crashes on the ixsystems tinderbox when building kdenetwork4. It turns out that uic3 needs q3porting.xml to work, and it is provided by our -porting port. M +2 -1 Makefile

[kde-freebsd] [SVN Commit] area51/KDE/misc/kde4-l10n/files

2012-06-14 Thread Max Brazhnikov
SVN commit 8319 by makc: Sync with ports: USE_QT_VER - USE_QT4 M +1 -2 bsd.l10n.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE

2012-06-14 Thread Max Brazhnikov
SVN commit 8320 by makc: Convert to USE_QT4 M +1 -2 deskutils/kcharselect/Makefile M +1 -2 security/ksecrets/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT

2012-06-14 Thread Max Brazhnikov
SVN commit 8321 by makc: Sync with ports: USE_QT_VER - USE_QT4 M +2 -3 accessibility/qt4-accessible/Makefile M +2 -3 chinese/qt4-codecs-cn/Makefile M +2 -3 chinese/qt4-codecs-tw/Makefile M +2 -3 databases/qt4-ibase-plugin/Makefile M +2 -3

[kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2012-06-14 Thread Alberto Villa
SVN commit 8322 by avilla: - Fix two serious bugs with local MySQL backend: * let Akonadi install default 'mysql' database; * lower 'wait_timeout' to avoid overflow and avoid premature connection closing. - Convert to OPTIONSng. - Sync with ports and bump PORTREVISION. KMail 2 and other

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Thursday 14 June 2012 10:55:54 Dwayne MacKinnon wrote: I think 2147483 is a winner. I'll keep an eye on things for the next while. Given that it's ~25 days, it should work out ok. Aaand the fixes are in ports now! Thanks guys! -- Alberto Villa, FreeBSD committer avi...@freebsd.org

Re: [kde-freebsd] Akonadi/mysqld problems

2012-06-14 Thread Alberto Villa
On Wednesday 30 May 2012 18:16:28 Jaap Boender wrote: Just to chime in here, I've been having the same problem (exact same messages); also with the internal postgres server where akonadi doesn't want to start because of 'pg_ctl: another server may be running' errors (which isn't the case, and