On 9/05/2017 12:46 AM, Timo Sirainen wrote:
On 8 May 2017, at 17.14, Reuben Farrelly reuben-dovecot@reub.net wrote:
On 28/04/2017 7:27 PM, Reuben Farrelly wrote: > This has been broken for the last few days: > > libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s "../lib10_quota_plugin.la" "lib10_quota_plugin.la" ) Can you provide some details about your build environment, as we are not observing this problem in our CI builds? Aki
Yes:
gentoo x86_64 glibc - 2.24 gcc - 7.1 (but also failed to build with 6.3.0)
It was created by Dovecot configure 2.2.devel, which was generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dovecot-9999_p20170508 --htmldir=/usr/share/doc/dovecot-9999_p20170508/html --libdir=/usr/lib64 --localstatedir=/var --with-moduledir=/usr/lib64/dovecot --without-stemmer --with-storages=maildir --disable-rpath --with-icu --with-systemdsystemunitdir=/usr/lib/systemd/system --with-bzlib --without-libcap --without-gssapi --without-ldap --with-lucene --with-lz4 --with-lzma --without-mysql --with-pam --without-pgsql --without-sqlite --without-solr --with-ssl --with-libwrap --without-textcat --without-vpopmail --with-zlib --disable-static
Don't use --with-storages=maildir. The benefits are very close to zero. I think I'll just remove that configure option entirely.
Thanks Timo. Confirmed - this fixes the problem - and I see the option has been removed in -git now too.
Reuben