From nobody Sat Nov 13 00:48:41 2021 X-Original-To: desktop@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2923C18370E6 for ; Sat, 13 Nov 2021 00:48:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrcJn0bQqz52MP for ; Sat, 13 Nov 2021 00:48:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8B221B0B for ; Sat, 13 Nov 2021 00:48:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1AD0megT096710 for ; Sat, 13 Nov 2021 00:48:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AD0meLw096709 for desktop@FreeBSD.org; Sat, 13 Nov 2021 00:48:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 259801] graphics/cairo: build fails on recent 14-CURRENT Date: Sat, 13 Nov 2021 00:48:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: khb.dev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259801 khb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |khb.dev@gmail.com --- Comment #1 from khb --- +1, also affects me. `uname -a`: FreeBSD Stygiomedusa_gigantea 14.0-CURRENT FreeBSD 14.0-CURRENT= #7 main-n250631-df07bfda67a: Fri Nov 12 16:37:17 CST 2021=20=20=20=20 root@Stygiomedusa_gigantea:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 `make install clean`: --- cairo-perf-micro.o --- cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'? cpu_set_t affinity; ^~~~~~~~~ cpuset_t /usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here typedef struct _cpuset cpuset_t; ^ 1 error generated. --- cairo-perf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../boilerplate -I../src -I../util/cairo-missing -I../util/cairo-script -I../src -D_REENTRANT -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -pthread -I/usr/local/include -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=3D2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=3D2 -O2 -pipe -fstack-protector-strong -fno-strict-al= iasing -MT cairo-perf.lo -MD -MP -MF .deps/cairo-perf.Tpo -c cairo-perf.c -fPIC -= DPIC -o .libs/cairo-perf.o --- cairo-perf-micro.o --- *** [cairo-perf-micro.o] Error code 1 make[6]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4/perf --- cairo-error.o --- mv -f .deps/cairo-error.Tpo .deps/cairo-error.Po --- cairo-perf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../boilerplate -I../src -I../util/cairo-missing -I../util/cairo-script -I../src -D_REENTRANT -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -pthread -I/usr/local/include -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=3D2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=3D2 -O2 -pipe -fstack-protector-strong -fno-strict-al= iasing -MT cairo-perf.lo -MD -MP -MF .deps/cairo-perf.Tpo -c cairo-perf.c -o cairo-perf.o >/dev/null 2>&1 --- cairo-stats.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../boilerplate -I../src -I../util/cairo-missing -I../util/cairo-script -I../src -D_REENTRANT -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -pthread -I/usr/local/include -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=3D2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=3D2 -O2 -pipe -fstack-protector-strong -fno-strict-al= iasing -MT cairo-stats.lo -MD -MP -MF .deps/cairo-stats.Tpo -c cairo-stats.c -o cairo-stats.o >/dev/null 2>&1 --- cairo-perf.lo --- mv -f .deps/cairo-perf.Tpo .deps/cairo-perf.Plo --- cairo-time.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../boilerplate -I../src -I../util/cairo-missing -I../util/cairo-script -I../src -D_REENTRANT -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -pthread -I/usr/local/include -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=3D2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=3D2 -O2 -pipe -fstack-protector-strong -fno-strict-al= iasing -MT cairo-time.lo -MD -MP -MF .deps/cairo-time.Tpo -c ../src/cairo-time.c -o cairo-time.o >/dev/null 2>&1 --- cairo-analyse-trace.o --- mv -f .deps/cairo-analyse-trace.Tpo .deps/cairo-analyse-trace.Po --- cairo-hash.o --- mv -f .deps/cairo-hash.Tpo .deps/cairo-hash.Po --- cairo-perf-report.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I../boilerplate -I../src -I../util/cairo-missing -I../util/cairo-script -I../src -D_REENTRANT -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -pthread -I/usr/local/include -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -D_THREAD_SAFE -pthread -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=3D2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=3D2 -O2 -pipe -fstack-protector-strong -fno-strict-al= iasing -MT cairo-perf-report.lo -MD -MP -MF .deps/cairo-perf-report.Tpo -c cairo-perf-report.c -o cairo-perf-report.o >/dev/null 2>&1 --- cairo-stats.lo --- mv -f .deps/cairo-stats.Tpo .deps/cairo-stats.Plo --- cairo-time.lo --- mv -f .deps/cairo-time.Tpo .deps/cairo-time.Plo --- cairo-perf-trace.o --- mv -f .deps/cairo-perf-trace.Tpo .deps/cairo-perf-trace.Po --- cairo-perf-report.lo --- mv -f .deps/cairo-perf-report.Tpo .deps/cairo-perf-report.Plo 1 error make[6]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4/perf make[5]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4/perf make[4]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4/perf make[3]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4 make[2]: stopped in /usr/ports/graphics/cairo/work/cairo-1.17.4 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=