Server: Ubuntu 10.04 LTS 32bit There seems to be an incompatibility when compiling Pigeonhole against Dovecot v2.2.13.rc1. # make check with Pigeonhole throws up the following error message: <snip> Test case: ./tests/extensions/editheader/addheader.svtest: 1: Test 'Addheader - first' SUCCEEDED 2: Test 'Addheader - last' SUCCEEDED 3: Test 'Addheader - framed' SUCCEEDED 4: Test 'Addheader - folded' SUCCEEDED 5: Test 'Addheader - newlines' FAILED: wrong first header content in redirected mail 6: Test 'Addheader - implicit keep' SUCCEEDED 7: Test 'Addheader - UTF 8' SUCCEEDED 8: Test 'Addheader - devious characters' SUCCEEDED FAIL: 1 of 8 tests failed. I tried this with the latest Pigeonhole from Mercurial: - dovecot-2-2-pigeonhole-3b6917a4807c and also with the older: - dovecot-2-2-pigeonhole-e111a2393a92 Both versions are quitting during "make check" with the same error when compiling against dovecot-2.2.13.rc1. Compiling those versions against dovecot-2.2.12 is going without errors though. Cheers, Tamsy
On 5/9/2014 5:20 AM, Tamsy wrote:> Server: Ubuntu 10.04 LTS 32bit > > There seems to be an incompatibility when compiling Pigeonhole against > Dovecot v2.2.13.rc1. > # make check > with Pigeonhole throws up the following error message: > > <snip> > Test case: ./tests/extensions/editheader/addheader.svtest: > > 1: Test 'Addheader - first' SUCCEEDED > 2: Test 'Addheader - last' SUCCEEDED > 3: Test 'Addheader - framed' SUCCEEDED > 4: Test 'Addheader - folded' SUCCEEDED > 5: Test 'Addheader - newlines' FAILED: wrong first header content in > redirected mail > 6: Test 'Addheader - implicit keep' SUCCEEDED > 7: Test 'Addheader - UTF 8' SUCCEEDED > 8: Test 'Addheader - devious characters' SUCCEEDED > > FAIL: 1 of 8 tests failed. > > I tried this with the latest Pigeonhole from Mercurial: > - dovecot-2-2-pigeonhole-3b6917a4807c > and also with the older: > - dovecot-2-2-pigeonhole-e111a2393a92 > > Both versions are quitting during "make check" with the same error when > compiling against dovecot-2.2.13.rc1. > Compiling those versions against dovecot-2.2.12 is going without errors > though.Hmm, it doesn't fail here. I made the failure message a bit more verbose. What does it say now? What output do you get if you edit the svtest file and add a test_message_print command before that failure? Regards, Stephan.
Tamsy:> There seems to be an incompatibility when compiling Pigeonhole against > Dovecot v2.2.13.rc1.same here: debian squeeze, pigeonhole.0.4.2, dovecot-2.2.13.rc1 ---------------- Test case: ./tests/extensions/editheader/addheader.svtest: 1: Test 'Addheader - first' SUCCEEDED 2: Test 'Addheader - last' SUCCEEDED 3: Test 'Addheader - framed' SUCCEEDED 4: Test 'Addheader - folded' SUCCEEDED 5: Test 'Addheader - newlines' FAILED: wrong first header content in redirected mail 6: Test 'Addheader - implicit keep' SUCCEEDED FAIL: 1 of 6 tests failed. make[1]: *** [tests/extensions/editheader/addheader.svtest] Error 1 ---------------- should I provide full buildlogs? Andreas
On 5/9/2014 5:20 AM, Tamsy wrote:> Server: Ubuntu 10.04 LTS 32bit > > There seems to be an incompatibility when compiling Pigeonhole against > Dovecot v2.2.13.rc1. > # make check > with Pigeonhole throws up the following error message: > > <snip> > Test case: ./tests/extensions/editheader/addheader.svtest: > > 1: Test 'Addheader - first' SUCCEEDED > 2: Test 'Addheader - last' SUCCEEDED > 3: Test 'Addheader - framed' SUCCEEDED > 4: Test 'Addheader - folded' SUCCEEDED > 5: Test 'Addheader - newlines' FAILED: wrong first header content in > redirected mail > 6: Test 'Addheader - implicit keep' SUCCEEDED > 7: Test 'Addheader - UTF 8' SUCCEEDED > 8: Test 'Addheader - devious characters' SUCCEEDED > > FAIL: 1 of 8 tests failed. > > I tried this with the latest Pigeonhole from Mercurial: > - dovecot-2-2-pigeonhole-3b6917a4807c > and also with the older: > - dovecot-2-2-pigeonhole-e111a2393a92 > > Both versions are quitting during "make check" with the same error when > compiling against dovecot-2.2.13.rc1. > Compiling those versions against dovecot-2.2.12 is going without errors > though.The cause of the problem is found. Will be fixed tomorrow probably. Regards, Stephan.