[Bug 265393] x11/kitty: Update to 0.25.2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265393] x11/kitty: Update to 0.25.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 12:55:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265393 --- 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) == 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) == 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) == 20, "Fix the ordering of GPUCell"); ^ kitty/data-types.h:167:14: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] static_assert(sizeof(GPUCell) == 20, "Fix the ordering of GPUCell"); ^ void kitty/data-types.h:174:15: error: expected parameter declarator static_assert(sizeof(CPUCell) == 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) == 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) == 12, "Fix the ordering of CPUCell"); ^ kitty/data-types.h:174:14: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] static_assert(sizeof(CPUCell) == 12, "Fix the ordering of CPUCell"); ^ void 8 errors generated. done Compiling kitty/unicode-data.c ... cc -MMD -DNDEBUG -DPRIMARY_VERSION=4000 -DSECONDARY_VERSION=25 -DXT_VERSION="0.25.2" -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -pedantic-errors -Werror -O3 -fwrapv -fstack-protector-strong -pipe -fvisibility=hidden -D_FORTIFY_SOURCE=2 -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 --- -- You are receiving this mail because: You are the assignee for the bug.