Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread Teemu Huovila
On 11/30/2014 05:53 AM, AMM wrote: __strspn_sse42 (in /lib64/libc-2.14.90.so) Is it possible that you are encountering this issue? https://bugs.kde.org/show_bug.cgi?id=270925 Either way, the error seems to stem from your libc implementation (if it is not the valgrind bug). If possible, upgrade

Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread AMM
On Monday 01 December 2014 03:41 PM, Teemu Huovila wrote: On 11/30/2014 05:53 AM, AMM wrote: __strspn_sse42 (in /lib64/libc-2.14.90.so) Is it possible that you are encountering this issue? https://bugs.kde.org/show_bug.cgi?id=270925 Either way, the error seems to stem from your libc

Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread Teemu Huovila
On 12/01/2014 12:41 PM, AMM wrote: On Monday 01 December 2014 03:41 PM, Teemu Huovila wrote: But Dovecot 2.2.10 (and earlier versions) were not throwing this error. This test was added in Dovecot version 2.2.14. It is also the only reference to strspn() in the whole project. Can I can

Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread AMM
On Monday 01 December 2014 05:24 PM, Teemu Huovila wrote: On 12/01/2014 12:41 PM, AMM wrote: On Monday 01 December 2014 03:41 PM, Teemu Huovila wrote: But Dovecot 2.2.10 (and earlier versions) were not throwing this error. This test was added in Dovecot version 2.2.14. It is also the only

v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-11-29 Thread AMM
Hello, I am currently using Dovecot 2.2.10 on Fedora 16 - 64 bit system I had made v2.2.10 Fedora 16 rpm file using spec file from ATrpms. http://dl.atrpms.net/all/dovecot.spec It has been working well from 6 months or so. Today I tried to make v2.2.15 rpm using same spec file. But make