On 13.12.2015 20:35, Timo Sirainen wrote:
On 13 Dec 2015, at 15:40, Gerhard Wiesinger <lists@wiesinger.com> wrote:
On 11.12.2015 18:10, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz.sig
Hello Timo,
tried to compile it, but tests fail on Fedora 23 with latest gcc (gcc-5.3.1-2.fc23.x86_64): The compiling works, the make check part just fails. You could also set NOVALGRIND=1 environment before building and it would succeed.
==11141== Conditional jump or move depends on uninitialised value(s) ==11141== at 0x512C753: icu_54::LocaleUtility::initLocaleFromName(icu_54::UnicodeString const&, icu_54::Locale&) (in /usr/lib64/libicuuc.so.54.1) ==11141== by 0x4DB1E70: icu_54::TransliteratorSpec::TransliteratorSpec(icu_54::UnicodeString const&) (in /usr/lib64/libicui18n.so.54.1) This looks a bit worrysome though. But if it's a bug then I'm pretty sure it's on the libicu side. I'm not sure what exactly is wrong in there. You could also see if setting LC_ALL=C environment happens to work.
What's the libicu version? 54.1?
libicu-devel-54.1-5.fc23.x86_64 libicu-54.1-5.fc23.x86_64
gcc has been recentyl updated to 5.3.1 (from 5.1.1 as far as I remember).
So all the libs are compiled with the old version. Maybe there is some incompatibility.
Will try that.
Ciao, Gerhard