[Bug 259787] sched.h: unknown type name 'cpu_set_t' after 160b4b922b6021848b6b48afc894d16b879b7af2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 30 Apr 2022 21:25:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259787

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugen@freebsd.org

--- Comment #41 from Eugene Grosbein <eugen@freebsd.org> ---
Build of www/squid 5.5 (ports tree of today) is broken on 13.1-STABLE/amd64 of
16 April 2022. So, what's decided - should I bother squid maintainer or will
this be fixed in base?

gmake[5]: Entering directory '/usr/ports/www/squid/work/squid-5.5/src'
depbase=`echo CpuAffinity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/squid/squid.conf\"
-DDEFAULT_SQUID_DATA_
DIR=\"/usr/local/etc/squid\"
-DDEFAULT_SQUID_CONFIG_DIR=\"/usr/local/etc/squid\"   -I.. -I../includ
e -I../lib -I../src -I../include   -I../libltdl -I../src -I../libltdl  -isystem
/usr/local/include
-D_REENTRANT -O2 -pipe -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -
isystem /usr/local/include  -I/usr/local/include -MT CpuAffinity.o -MD -MP -MF
$depbase.Tpo -c -o C
puAffinity.o CpuAffinity.cc &&\
mv -f $depbase.Tpo $depbase.Po
In file included from CpuAffinity.cc:15:
In file included from ../src/CpuAffinitySet.h:12:
../compat/cpu.h:42:31: error: unknown type name 'cpu_set_t'; did you mean
'cpusetid_t'?
inline void CpuSet(int, const cpu_set_t *) {}
                              ^~~~~~~~~
                              cpusetid_t
/usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
typedef __cpusetid_t    cpusetid_t;

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