On 8/05/2017 11:44 PM, Aki Tuomi wrote:
On 2017-05-08 16:23, Reuben Farrelly wrote:
On 8/05/2017 9:13 PM, Aki Tuomi wrote:
On 2017-05-08 13:52, Reuben Farrelly wrote:
Hi,
Following up on this as there has been no response and the problem is still present. As this is the master-2.2 branch I would have thought it would compile most of the time...
Thanks
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
## --------- ## ## Platform. ## ## --------- ##
hostname = thunderstorm uname -m = x86_64 uname -r = 4.11.0-gentoo uname -s = Linux uname -v = #2 SMP Mon May 1 23:20:29 AEST 2017
I have just tested this with https://www.dovecot.org/nightly/dovecot-latest.tar.gz (untar, and use the ./configure above) and I see the same behaviour.
Reuben