Just a report to Stephan: I tried to compile two builds from the Mercurial: - dovecot-2-2-pigeonhole-92405f753f6a - dovecot-2-2-pigeonhole-77e6a42bff9b Both builds fail to compile with the same following error: ---------------- 8< ---------------- ../../src/lib-sieve-tool/.libs/libsieve-tool.a(sieve-tool.o): In function `sieve_tool_open_output_stream': /usr/local/src/dovecot-2-2-pigeonhole-77e6a42bff9b/src/lib-sieve-tool/sieve-tool.c:518: undefined reference to `o_stream_create_fd_autoclose' ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to `i_stream_create_fd_autoclose' collect2: ld returned 1 exit status make[3]: *** [sievec] Error 1 make[3]: Leaving directory `/usr/local/src/dovecot-2-2-pigeonhole-77e6a42bff9b/src/sieve-tools' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/dovecot-2-2-pigeonhole-77e6a42bff9b/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/dovecot-2-2-pigeonhole-77e6a42bff9b' make: *** [all] Error 2 Server OS: 2 servers, both running on Ubuntu 10.04 32 Bit Rgds Tamsy
On 29 Jul 2014, at 06:10, Tamsy <dovecot-list at mohtex.net> wrote:> Just a report to Stephan: > > I tried to compile two builds from the Mercurial: > - dovecot-2-2-pigeonhole-92405f753f6a > - dovecot-2-2-pigeonhole-77e6a42bff9b > > Both builds fail to compile with the same following error: > > ---------------- 8< ---------------- > ../../src/lib-sieve-tool/.libs/libsieve-tool.a(sieve-tool.o): In > function `sieve_tool_open_output_stream': > /usr/local/src/dovecot-2-2-pigeonhole-77e6a42bff9b/src/lib-sieve-tool/sieve-tool.c:518: > undefined reference to `o_stream_create_fd_autoclose' > ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to > `i_stream_create_fd_autoclose'You need to compile against a newer Dovecot hg version.