Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2022 21:25:59 +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-K3lazikA0u@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

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=3D`echo CpuAffinity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
c++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=3D\"/usr/local/etc/squid/squid.co=
nf\"
-DDEFAULT_SQUID_DATA_
DIR=3D\"/usr/local/etc/squid\"
-DDEFAULT_SQUID_CONFIG_DIR=3D\"/usr/local/etc/squid\"   -I.. -I../includ
e -I../lib -I../src -I../include   -I../libltdl -I../src -I../libltdl  -isy=
stem
/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;

--=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-K3lazikA0u>