Displaying 4 results from an estimated 4 matches for "raw_tran".
Did you mean:
raw_trans
2017 Oct 18
2
dovecot-2.3 (-git) Warning and Fatal Compile Error
..._p20171018/src/plugins/quota
-DMODULEDIR=\""/usr/lib64/dovecot"\" -O0 -g -pipe -march=native
-mtune=native -ggdb -c -o realpath.lo realpath.c
edit-mail.c: In function ?edit_mail_wrap?:
edit-mail.c:235:14: error: too few arguments to function
?mailbox_transaction_begin?
raw_trans = mailbox_transaction_begin(raw_box, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/home/portage/portage/net-mail/dovecot-9999_p20171018/work/dovecot-9999_p20171018/src/lib-storage/mail-storage-private.h:7:0,
from edit-mail.c:16:
/home/portage/portage/net-ma...
2017 Oct 18
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
...with this:
>
> DMODULEDIR=\""/usr/lib64/dovecot"\" -O0 -g -pipe -march=native -mtune=native -ggdb -c -o realpath.lo realpath.c
> edit-mail.c: In function ?edit_mail_wrap?:
> edit-mail.c:235:14: error: too few arguments to function ?mailbox_transaction_begin?
> raw_trans = mailbox_transaction_begin(raw_box, 0);
I don't think your pigeonhole is from git master.
2017 Oct 20
3
dovecot-2.3 (-git) Warning and Fatal Compile Error
...>> DMODULEDIR=\""/usr/lib64/dovecot"\" -O0 -g -pipe -march=native -mtune=native -ggdb -c -o realpath.lo realpath.c
>> edit-mail.c: In function ?edit_mail_wrap?:
>> edit-mail.c:235:14: error: too few arguments to function ?mailbox_transaction_begin?
>> raw_trans = mailbox_transaction_begin(raw_box, 0);
>
> I don't think your pigeonhole is from git master.
Thanks. That was it...
Now onto 2.3 -git, there is a repeatable crash occurring in lmtp. In
fact it looks like there could be more than one problem, because even
invoking lmtp (with gdb)...
2017 Oct 20
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
...b64/dovecot"\"?? -O0 -g -pipe -march=native
>>> -mtune=native -ggdb -c -o realpath.lo realpath.c
>>> edit-mail.c: In function ?edit_mail_wrap?:
>>> edit-mail.c:235:14: error: too few arguments to function
>>> ?mailbox_transaction_begin?
>>> ? raw_trans = mailbox_transaction_begin(raw_box, 0);
>>
>> I don't think your pigeonhole is from git master.
>
> Thanks.? That was it...
>
> Now onto 2.3 -git, there is a repeatable crash occurring in lmtp. In
> fact it looks like there could be more than one problem, because e...