Hi,
building 5.8.5 fails for us.
In src/core/mem/f_malloc.c, there is a call to sr_event_exec using the define "SREV_PKG_UPDATE_STAT" which is only defined if "MALLOC_STATS" is defined.
However in the use there is no check for the define, so it fails with the default debian bookworm build. This might be a bug.
Regards Christian
Ahh sorry, It seems to be related to our renaming of the resulting packages. If we don't do that it seems to work.
Am 06.02.25 um 11:03 schrieb Christian Berger:
Hi,
building 5.8.5 fails for us.
In src/core/mem/f_malloc.c, there is a call to sr_event_exec using the define "SREV_PKG_UPDATE_STAT" which is only defined if "MALLOC_STATS" is defined.
However in the use there is no check for the define, so it fails with the default debian bookworm build. This might be a bug.
Regards Christian