Control: severity -1 serious On Mon, Feb 17, 2025 at 06:42:32PM +0100, Chris Hofstaedtler wrote: > In file included from > /usr/include/powerpc64le-linux-gnu/urcu/uatomic/ppc.h:228, > from /usr/include/powerpc64le-linux-gnu/urcu/uatomic.h:73, > from lock.h:5, > from lock.c:1: > /usr/include/powerpc64le-linux-gnu/urcu/uatomic/generic.h: In function > ‘_uatomic_and’: > /usr/include/powerpc64le-linux-gnu/urcu/uatomic/generic.h:422:24: error: > implicit declaration of function ‘abort’ [-Wimplicit-function-declaration] > 422 | oldt = uatomic_read((uint32_t *) addr); > | ^~~~~~~~~~~~
Raising to severity serious after feedback, and given it affects release archs, and to prevent the new liburcu from migrating to testing for now. Chris