On 31.03.2016 16:18, Hauke Fath wrote: > On 03/30/16 14:48, Timo Sirainen wrote: >> http://dovecot.org/releases/2.2/dovecot-2.2.23.tar.gz >> http://dovecot.org/releases/2.2/dovecot-2.2.23.tar.gz.sig >> >> This is a bugfix-only release with various important fixes on top of v2.2.22. > > ... the build breaks on NetBSD with The build should work with https://github.com/dovecot/core/commit/4adefdb40c7ffcac3d8f8279cdf52d9f72d39636. Please report back, if it does not.
> > [...] > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib > -I../../../src/lib-test -I../../../src/lib-master -I../../../src/lib-dict > -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-storage > -I../../../src/lib-storage/index -I../../../src/lib-storage/index/maildir > -I../../../src/doveadm -std=gnu99 -O2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 > -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT quota-fs.lo > -MD -MP -MF .deps/quota-fs.Tpo -c quota-fs.c -fPIC -DPIC -o .libs/quota-fs.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib > -I../../../src/lib-test -I../../../src/lib-master -I../../../src/lib-dict > -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-storage > -I../../../src/lib-storage/index -I../../../src/lib-storage/index/maildir > -I../../../src/doveadm -std=gnu99 -O2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 > -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT > rquota_xdr.lo -MD -MP -MF .deps/rquota_xdr.Tpo -c rquota_xdr.c -fPIC -DPIC > -o .libs/rquota_xdr.o > libtool: link: ar cru .libs/lib10_doveadm_quota_plugin.a doveadm-quota.o > libtool: link: ranlib .libs/lib10_doveadm_quota_plugin.a > libtool: link: ( cd ".libs" && rm -f "lib10_doveadm_quota_plugin.la" && ln -s > "../lib10_doveadm_quota_plugin.la" "lib10_doveadm_quota_plugin.la" ) > quota-fs.c: In function 'fs_quota_get_netbsd': > quota-fs.c:695:7: error: 'i' undeclared (first use in this function) > quota-fs.c:695:7: note: each undeclared identifier is reported only once for > each function it appears in > Makefile:726: recipe for target 'quota-fs.lo' failed > gmake[4]: *** [quota-fs.lo] Error 1 > gmake[4]: *** Waiting for unfinished jobs.... > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib > -I../../../src/lib-test -I../../../src/lib-master -I../../../src/lib-dict > -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-storage > -I../../../src/lib-storage/index -I../../../src/lib-storage/index/maildir > -I../../../src/doveadm -std=gnu99 -O2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 > -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -MT > rquota_xdr.lo -MD -MP -MF .deps/rquota_xdr.Tpo -c rquota_xdr.c -o > rquota_xdr.o >/dev/null 2>&1 > mv -f .deps/quota-storage.Tpo .deps/quota-storage.Plo > mv -f .deps/rquota_xdr.Tpo .deps/rquota_xdr.Plo > gmake[4]: Leaving directory > '/var/obj/pkgsrc/mail/dovecot2/work/dovecot-2.2.23/src/plugins/quota' > Makefile:456: recipe for target 'all-recursive' failed > gmake[3]: *** [all-recursive] Error 1 > > > Cheerio, > hauke >