Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2021 11:05:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 259787] sched.h: unknown type name 'cpu_set_t' after 160b4b922b6021848b6b48afc894d16b879b7af2
Message-ID:  <bug-259787-39348-0sQAcWITB3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259787-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259787-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259787

--- Comment #22 from commit-hook@FreeBSD.org ---
A commit in branch 2021Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D49dc1cc6ac16e0d5365971705299766=
4b16f4970

commit 49dc1cc6ac16e0d53659717052997664b16f4970
Author:     Trond Endrest=C3=B8l <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-11-23 10:35:34 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-11-23 11:03:36 +0000

    graphics/cairo: define _WITH_CPU_SET_T to fix build on -CURRENT

    Changes in 90fa9705d5cd hide functionality behind _WITH_CPU_SET_T,
    and require consumers to opt-in.

    Error:
            --- cairo-perf-micro.o ---
            cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t';=
 did
you mean 'cpusetid_t'?
                cpu_set_t affinity;
                ^~~~~~~~~
                cpusetid_t
            /usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
            typedef __cpusetid_t    cpusetid_t;
                            ^

    PR:             259787
    (cherry picked from commit ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9)

 graphics/cairo/files/patch-perf_cairo-perf-micro.c (new) | 10 ++++++++++
 1 file changed, 10 insertions(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259787-39348-0sQAcWITB3>