Hello David, David Wolfskill wrote: > This is during a source-based, in-place update using META MODE. > > The machines (one headless build machine; 2 laptops) were running > stable/14-n270769-be425fcdc63c -- e.g.: > > freebeast(14.2-S)[8] uname -aUK > FreeBSD freebeast.catwhisker.org 14.2-STABLE FreeBSD 14.2-STABLE #136 > stable/14-n270769-be425fcdc63c: Mon Mar 17 10:39:06 UTC 2025 > r...@freebeast.catwhisker.org:/common/S1/obj/usr/src/amd64.amd64/sys/GENERIC > amd64 1402504 1402504 > > and I had just updated /usr/src to stable/14-n270783-01ade56eba14: > > ... > -- command output -- > In file included from /usr/src/tests/sys/sound/pcm_read_write.c:24: > /usr/src/sys/dev/sound/pcm/pcm.h:196:3: error: call to undeclared function > '__assert_unreachable'; ISO C99 and later do not support implicit function > declarations [-Werror,-Wimplicit-function-declaration] > 196 | __assert_unreachable(); > | ^ > /usr/src/sys/dev/sound/pcm/pcm.h:324:3: error: call to undeclared function > '__assert_unreachable'; ISO C99 and later do not support implicit function > declarations [-Werror,-Wimplicit-function-declaration] > 324 | __assert_unreachable(); > | ^ > /usr/src/sys/dev/sound/pcm/pcm.h:371:3: error: call to undeclared function > '__assert_unreachable'; ISO C99 and later do not support implicit function > declarations [-Werror,-Wimplicit-function-declaration] > 371 | __assert_unreachable(); > | ^ > /usr/src/sys/dev/sound/pcm/pcm.h:373:1: error: non-void function does not > return a value in all control paths [-Werror,-Wreturn-type] > 373 | } > | ^ > 4 errors generated. > .... > > The full ERROR_META_FILE is at > https://www.catwhisker.org/~david/FreeBSD/stable_14/
It seems like https://cgit.freebsd.org/src/commit/?id=712f81feea416e9f8aaf040173883876a50a7d34 hasn't been MFCd to stable/14. That will fix it. Any objections to MFCing it? Christos