Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jan 2022 14:56:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'
Message-ID:  <bug-260953-21822-mHXFEjbeVX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260953-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260953-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D260953



--- Description ---
on recent CURRENT, FreeBSD 14.0-CURRENT #0 main-n252058-5e6a2d6eb220: Thu D=
ec
30 19:21:01 CET 2021 amd64, compiling port lang/python38 fails du to the er=
ror
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 =3D 0, count =3D CPU_COUNT_S(setsize, mask); count; cpu++) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260953-21822-mHXFEjbeVX>