Date: Sun, 31 Jul 2022 12:55:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265393] x11/kitty: Update to 0.25.2 Message-ID: <bug-265393-7788-O8uRas94js@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265393-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265393-7788@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=3D265393 --- Comment #6 from Nuno Teixeira <eduardo@FreeBSD.org> --- (...) short log: --- [12/102] Compiling kitty/state.c ... In file included from kitty/unicode-data.c:3: kitty/data-types.h:167:15: error: expected parameter declarator static_assert(sizeof(GPUCell) =3D=3D 20, "Fix the ordering of GPUCell"); ^ kitty/data-types.h:167:15: error: expected ')' kitty/data-types.h:167:14: note: to match this '(' static_assert(sizeof(GPUCell) =3D=3D 20, "Fix the ordering of GPUCell"); ^ kitty/data-types.h:167:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] static_assert(sizeof(GPUCell) =3D=3D 20, "Fix the ordering of GPUCell"); ^ kitty/data-types.h:167:14: error: this function declaration is not a protot= ype [-Werror,-Wstrict-prototypes] static_assert(sizeof(GPUCell) =3D=3D 20, "Fix the ordering of GPUCell"); ^ void kitty/data-types.h:174:15: error: expected parameter declarator static_assert(sizeof(CPUCell) =3D=3D 12, "Fix the ordering of CPUCell"); ^ kitty/data-types.h:174:15: error: expected ')' kitty/data-types.h:174:14: note: to match this '(' static_assert(sizeof(CPUCell) =3D=3D 12, "Fix the ordering of CPUCell"); ^ kitty/data-types.h:174:1: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] static_assert(sizeof(CPUCell) =3D=3D 12, "Fix the ordering of CPUCell"); ^ kitty/data-types.h:174:14: error: this function declaration is not a protot= ype [-Werror,-Wstrict-prototypes] static_assert(sizeof(CPUCell) =3D=3D 12, "Fix the ordering of CPUCell"); ^ void 8 errors generated. done Compiling kitty/unicode-data.c ... cc -MMD -DNDEBUG -DPRIMARY_VERSION=3D4000 -DSECONDARY_VERSION=3D25 -DXT_VERSION=3D"0.25.2" -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=3Dc11 -pedantic-errors -Werror -O3 -fwrapv -fstack-protector-strong -pipe -fvisibility=3Dhidden -D_FORTIFY_SOURCE=3D2 -fPIC -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -flto -I/usr/local/include/ -DKITTY_HAS_RS_SIG_ARGS -pthread -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/python3.9 -c kitty/unicode-data.c -o build/fast_data_types-unicode-data.c.o *** Error code 1 Stop. make: stopped in /usr/ports/x11/kitty --- --=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-265393-7788-O8uRas94js>