Compiler error

2023-12-06 Thread Goetz Schultz
Hi, I have upgraded my system to FreeBSD14 and tried to recompile dovecot. The following error is thrown now (It did compile on FBSD13): test-mail-index-transaction-update.c:650:36: error: incompatible pointer to integer conversion passing 'char *(*)(int, int)' to parameter of type 'time_t'

Re: Compiler error

2023-12-06 Thread Xavier Humbert
Le 06/12/2023 10:44, Goetz Schultz a écrit : Hi, I have upgraded my system to FreeBSD14 and tried to recompile dovecot. The following error is thrown now (It did compile on FBSD13): test-mail-index-transaction-update.c:650:36: error: incompatible pointer to integer conversion passing 'char

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Hi Xavier, tarball, direct downloaded from the dovecot site, Was not a problem prior to FBSD14 - so I wonder if there is a compiler switch to be set. Thanks and regards Goetz R Schultz >8 Quis custodiet ipsos custodes? /"\ \ / ASCII Ribbon Campaign X

Re: Compiler error

2023-12-06 Thread Xavier Humbert
Le 06/12/2023 10:57, Goetz Schultz a écrit : Hi Xavier, tarball, direct downloaded from the dovecot site, Was not a problem prior to FBSD14 - so I wonder if there is a compiler switch to be set. Thanks and regards   Goetz R Schultz >8 Quis custodiet ipsos cus

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Thanks, I may have to extrapolate the file in question. Today was a clang patch in the pipeline - I wonder if that has caused that fallout? Thanks and regards Goetz R Schultz >8 Quis custodiet ipsos custodes? /"\ \ / ASCII Ribbon Campaign X against

Re: Compiler error

2023-12-06 Thread Aki Tuomi via dovecot
This happens because timezone is a function that returns something totally different in FreeBSD, and it happens in unit test code. Maybe ports have a patch for this? Aki > On 06/12/2023 12:22 EET Goetz Schultz wrote: > > > Thanks, I may have to extrapolate the file in question. > Today was

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Thanks, as mention to Xavier, I will see if I can extrapolate that file. Currently the version compiled under FBSD13 is working fine, so it is not a pressing issue. Could that be fixed in the regular version or is it too complex? Thanks and regards Goetz R Schultz >8---

Re: Compiler error

2023-12-06 Thread Herbert J. Skuhra
On Wed, 06 Dec 2023 11:55:39 +0100, Aki Tuomi wrote: > > This happens because timezone is a function that returns something > totally different in FreeBSD, and it happens in unit test code. > > Maybe ports have a patch for this? https://cgit.freebsd.org/ports/tree/mail/dovecot/files/patch-src_li

Authentication failure due to address space limit

2023-12-06 Thread Max Nikulin
Hi, I faced an error that appeared rather obscure at first, so I am trying to figure out if something can be improved. I have managed to solve the issue. I am running a Dovecot IMAP server to keep my personal mail archive. This server does not receive or send mail, just IMAP access. There wa

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Thanks, will try it as soon as I getthe chance. Thanks and regards Goetz R Schultz >8 Quis custodiet ipsos custodes? /"\ \ / ASCII Ribbon Campaign X against HTML e-mail / \ 8< On 06/12/2023 13:11, Herbert J. Skuhra

Re: Compiler error

2023-12-06 Thread Goetz Schultz
On 06/12/2023 13:11, Herbert J. Skuhra wrote: On Wed, 06 Dec 2023 11:55:39 +0100, Aki Tuomi wrote: This happens because timezone is a function that returns something totally different in FreeBSD, and it happens in unit test code. Maybe ports have a patch for this? https://cgit.freebsd.org/po