[Dovecot] sieve make test fails
I am trying out the sieve plugin (commit 843ba8e66e1b) and dovecot-2.0.rc2.
Given $ ./configure --with-dovecot=../dovecot-2.0.rc2/ --with-managesieve
make test fails with:
testuser@linode /tmp/dovecot-2-0-pigeonhole-843ba8e66e1b $ make test testsuite(testuser): Error: user testuser: Initialization failed: mail_location not set and autodetection failed: Mail storage autodetection failed with home=/home/testuser testsuite(testuser): Fatal: Invalid user settings. Refer to server log for more information. make: *** [tests/testsuite.svtest] Error 89
/home/testuser and /home/testuser/sieve exists. What am I missing?
-- Eray
Eray Aslan wrote:
I am trying out the sieve plugin (commit 843ba8e66e1b) and dovecot-2.0.rc2.
Given $ ./configure --with-dovecot=../dovecot-2.0.rc2/ --with-managesieve
make test fails with:
testuser@linode /tmp/dovecot-2-0-pigeonhole-843ba8e66e1b $ make test testsuite(testuser): Error: user testuser: Initialization failed: mail_location not set and autodetection failed: Mail storage autodetection failed with home=/home/testuser testsuite(testuser): Fatal: Invalid user settings. Refer to server log for more information. make: *** [tests/testsuite.svtest] Error 89
/home/testuser and /home/testuser/sieve exists. What am I missing My bad. Fixed:
http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/1809aab8dfa2
Regards,
Stephan.
On 13.07.2010 19:10, Stephan Bosch wrote:
My bad. Fixed:
http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/1809aab8dfa2
Great. Thanks. One minor point:
make check is currently a noop but it exists sucessfully. I have a build system which tries make check and if unseccessful tries make test. Obviously, it does not work with sieve since make check always succeeds.
Can you make check: an alias for test: or make it fail? No big deal if you can't. Currectly, I sed the Makefile which I would like to avoid if possible.
-- Eray
Eray Aslan wrote:
On 13.07.2010 19:10, Stephan Bosch wrote:
My bad. Fixed:
http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/1809aab8dfa2
Great. Thanks. One minor point:
make check is currently a noop but it exists sucessfully. I have a build system which tries make check and if unseccessful tries make test. Obviously, it does not work with sieve since make check always succeeds.
Can you make check: an alias for test: or make it fail? No big deal if you can't. Currectly, I sed the Makefile which I would like to avoid if possible.
Solved in latest revision. However, make distcheck still fails for now.
Regards,
Stephan.
participants (2)
-
Eray Aslan
-
Stephan Bosch