Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: can not download IMAP messages with isync/mbsync



> RVP <rvp%sdf.org@localhost> hat am 14.11.2022 08:46 CET geschrieben:

hey rvp
you are the greatest! awesome.

> ...Turn out, on ARM, strnlen(3) is written in assembly
> and this always returns `maxlen' for any value of `maxlen' > ~1GB.  > The fix is either:
> 
> a) Configure isync-1.4.4 to _not_ use the system strnlen(). It will
>     then use its own implementation which seems to work fine.
> 
> ```
> $ env ac_cv_func_strnlen=no ./configure ...
> $ make
> $ make install
> ```

I configured to not use the system strnlen as you suggested. this works fine.
i'm able to fetch my mails.
THX!!

I will cross post this to the isync-mailinglist to let the devs know what the actual issue is. 

thx
marko


Home | Main Index | Thread Index | Old Index