Displaying 4 results from an estimated 4 matches for "edit_mail_wrap".
2017 Oct 18
2
dovecot-2.3 (-git) Warning and Fatal Compile Error
..._p20171018/src/lib-imap-storage
-I/home/portage/portage/net-mail/dovecot-9999_p20171018/work/dovecot-9999_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-sto...
2017 Oct 18
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
...)
Don't use -O0 or use configure --disable-hardening or just ignore it.
> The build then fails entirely 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
...or use configure --disable-hardening or just ignore it.
>
>> The build then fails entirely 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.
Thanks. That was it...
Now onto 2.3 -git, there is a repeatable crash occ...
2017 Oct 20
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
...ning or just ignore it.
>>
>>> The build then fails entirely 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.
>
> Thanks.? That was it...
>
> Now...