http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig
- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive
rights. 'k' right didn't prevent creating parent/child/child mailbox.
ACL groups weren't working.
- Maildir++ quota: Fixes to rebuilding when quota limit wasn't
specified in Dovecot (0 limit or limit read from maildirsize).
- mbox: Several bugfixes causing errors and crashes.
- Several fixes to expire plugin / expire-tool.
- lock_method=dotlock could have deadlocked with itself.
- Many error handling fixes and log message improvements.
On Sunday 05 October 2008 19.14.30 Timo Sirainen wrote:
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz Compiling on OpenBSD 4.3, gives this error:
Making all in mbox
gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/lib -I../../../../src/lib-mail -I../../../../src/lib-imap -I../../../../src/lib-index -I../../../../src/lib-storage -I../../../../src/lib-storage/index -I/usr/local/include -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fstack-protector -MT
istream-raw-mbox.o -MD -MP -MF .deps/istream-raw-mbox.Tpo -c -o
istream-raw-mbox.o istream-raw-mbox.c
istream-raw-mbox.c: In function mbox_read_from_line': istream-raw-mbox.c:86: error:
EBADMSG' undeclared (first use in this
function)
istream-raw-mbox.c:86: error: (Each undeclared identifier is reported
only once
istream-raw-mbox.c:86: error: for each function it appears in.)
istream-raw-mbox.c: In function i_stream_raw_mbox_read': istream-raw-mbox.c:310: error:
EBADMSG' undeclared (first use in this
function)
*** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4/src/lib-storage/index/mbox (line 92 of /usr/share/mk/sys.mk). *** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4/src/lib-storage/index (line 409 of Makefile). *** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4/src/lib-storage (line 404 of Makefile). *** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4/src (line 300 of Makefile). *** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4 (line 404 of Makefile). *** Error code 1
Stop in /home/daniell/dovecot/dovecot-1.1.4 (line 257 of Makefile).
Anyone else seeing this?
Daniel
-- LEVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
On Sun, 2008-10-05 at 20:44 +0200, LÉVAI Dániel wrote:
istream-raw-mbox.c:86: error: `EBADMSG' undeclared (first use in this function)
Hmh. EBADMSG is supposed to be part of POSIX.1. Why doesn't OpenBSD have that?
Well, in any case you could replace the EBADMSG with something else. I guess I'll have to change that too then. Maybe EINVAL..
On Sunday 05 October 2008 21.07.40 Timo Sirainen wrote:
On Sun, 2008-10-05 at 20:44 +0200, LÉVAI Dániel wrote:
istream-raw-mbox.c:86: error: `EBADMSG' undeclared (first use in this function)
Hmh. EBADMSG is supposed to be part of POSIX.1. Why doesn't OpenBSD have that?
Well, in any case you could replace the EBADMSG with something else. I guess I'll have to change that too then. Maybe EINVAL..
Alright, it works. Thanks!
Daniel
-- LEVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
Timo Sirainen wrote:
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig
Refreshed managesieve patch for dovecot-1.1.4:
http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.4-managesieve-0.10.3.diff.gz http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.4-managesieve-0.10.3.diff.gz...
Regards,
Stephan
participants (3)
-
LÉVAI Dániel
-
Stephan Bosch
-
Timo Sirainen