On Mon, Sep 16, 2024 at 04:01:06PM +0200, Gianfranco Costamagna wrote: > Hello, after the time64_t transition, kannel started FTBFS on armel, armhf > and where time_t is 64 bit defined.
With my ex-kannel-maintainer hat on, I have to say that is unsurprising. > I don't know how to patch it, and I don't know if changing that struct size > is source of troubles (is this a struct sent over network?) Best case you'd have to introduce a new TIME_T macro and what not. Maybe best to just remove the old binaries on arm{el,hf} and whenever a porter comes along, they can fix it. Chris