maintainer-feedback requested: [Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'
Date: Wed, 05 Jan 2022 14:56:59 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 260953: lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S' https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260953 --- Description --- on recent CURRENT, FreeBSD 14.0-CURRENT #0 main-n252058-5e6a2d6eb220: Thu Dec 30 19:21:01 CET 2021 amd64, compiling port lang/python38 fails du to the error shown below: [...] --- Modules/posixmodule.o --- ./Modules/posixmodule.c:6676:27: error: implicit declaration of function 'CPU_COUNT_S' is invalid in C99 [-Werror,-Wimplicit-function-declaration] for (cpu = 0, count = CPU_COUNT_S(setsize, mask); count; cpu++) {