[Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 260953] lang/python38: compile error: implicit declaration of function 'CPU_COUNT_S'"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 14:56:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260953
Bug ID: 260953
Summary: lang/python38: compile error: implicit declaration of
function 'CPU_COUNT_S'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: python@FreeBSD.org
Reporter: ohartmann@walstatt.org
Flags: maintainer-feedback?(python@FreeBSD.org)
Assignee: python@FreeBSD.org
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++) {
--
You are receiving this mail because:
You are the assignee for the bug.