Date: Fri, 21 Apr 2023 12:52:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270977] multimedia/dav1d: Fails to build with TEST=ON due to missing typedef cpu_set_t Message-ID: <bug-270977-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270977 Bug ID: 270977 Summary: multimedia/dav1d: Fails to build with TEST=3DON due to missing typedef cpu_set_t Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: ross@exitzero.uk Flags: maintainer-feedback?(jbeich@FreeBSD.org) Assignee: jbeich@FreeBSD.org Attachment #241629 text/plain mime type: Created attachment 241629 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241629&action= =3Dedit Poudriere test log for multimedia/dav1d on 12.4-RELEASE multimedia/dav1d fails to build with TEST=3DON with the message: BEGINS ../tests/checkasm/checkasm.c:623:13: error: unknown type name 'cpu_set_t'; = did you mean 'cpuset_t'? cpu_set_t set; ^~~~~~~~~ cpuset_t /usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here typedef struct _cpuset cpuset_t; ^ 1 error generated. ENDS The missing cpu_set_t type appears to be a GNU extension to the POSIX stand= ard: https://www.gnu.org/software/libc/manual/html_node/CPU-Affinity.html It seems equivalent to cpuset_t on FreeBSD. Other ports have been affected;= see PR 259787. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270977-7788>