=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/MesaLib", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "PYTHON_VERSION_REQD=313", "WRKLOG=/data/bob/db/logs/MesaLib-21.3.9nb5/work.log"] ===> Building for MesaLib-21.3.9nb5 ninja: Entering directory `output' [1/1823] Generating src/util/driconf_static.h with a custom command [2/1823] Generating src/util/format/u_format_table.c with a custom command (wrapped by meson to capture output) [3/1823] Generating src/util/format/u_format_pack.h with a custom command (wrapped by meson to capture output) [4/1823] Compiling C object src/util/libmesa_util.a.p/anon_file.c.o [5/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format.c.o In file included from ../src/util/u_cpu_detect.h:40, from ../src/util/format/u_format.c:37: ../src/util/u_thread.h: In function 'u_thread_setname': ../src/util/u_thread.h:150:2: warning: #warning Not sure how to call pthread_setname_np [-Wcpp] 150 | #warning Not sure how to call pthread_setname_np | ^~~~~~~ [6/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_bptc.c.o In file included from ../src/util/u_cpu_detect.h:40, from ../src/util/half_float.h:32, from ../src/util/format/../../mesa/main/texcompress_bptc_tmp.h:32, from ../src/util/format/u_format_bptc.c:33: ../src/util/u_thread.h: In function 'u_thread_setname': ../src/util/u_thread.h:150:2: warning: #warning Not sure how to call pthread_setname_np [-Wcpp] 150 | #warning Not sure how to call pthread_setname_np | ^~~~~~~ ../src/util/format/../../mesa/main/texcompress_bptc_tmp.h: In function 'extract_float_endpoints': ../src/util/format/../../mesa/main/texcompress_bptc_tmp.h:902:34: warning: array subscript has type 'char' [-Wchar-subscripts] 902 | endpoints[bitfield->endpoint][bitfield->component] |= | ~~~~~~~~^~~~~~~~~~ ../src/util/format/../../mesa/main/texcompress_bptc_tmp.h:906:28: warning: array subscript has type 'char' [-Wchar-subscripts] 906 | endpoints[bitfield->endpoint][bitfield->component] |= | ~~~~~~~~^~~~~~~~~~ [7/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_etc.c.o [8/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_fxt1.c.o [9/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_latc.c.o ../src/util/format/u_format_latc.c: In function 'util_format_latc1_snorm_unpack_rgba_float': ../src/util/format/u_format_latc.c:145:55: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 145 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1); | ^~~ | | | const int8_t * {aka const char *} In file included from ../src/util/format/u_format_latc.c:29: ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:145:66: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 145 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_latc.c: In function 'util_format_latc1_snorm_fetch_rgba': ../src/util/format/u_format_latc.c:164:43: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 164 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); | ^~~~~~~~~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:164:64: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 164 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_latc.c: In function 'util_format_latc2_snorm_unpack_rgba_float': ../src/util/format/u_format_latc.c:277:55: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 277 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 2); | ^~~ | | | const int8_t * {aka const char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:277:66: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 277 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_latc.c:278:59: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 278 | util_format_signed_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); | ~~~~^~~ | | | const int8_t * {aka const char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:278:70: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 278 | util_format_signed_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_latc.c: In function 'util_format_latc2_snorm_fetch_rgba': ../src/util/format/u_format_latc.c:303:43: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 303 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 2); | ^~~~~~~~~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:303:64: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 303 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_latc.c:304:57: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 304 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src + 8, i, j, &tmp_g, 2); | ~~~~~~~~~~~~~~^~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_latc.c:304:68: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 304 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src + 8, i, j, &tmp_g, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ [10/1823] Generating src/util/format_srgb with a custom command (wrapped by meson to capture output) [11/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_rgtc.c.o FAILED: [code=1] src/util/format/libmesa_format.a.p/u_format_rgtc.c.o gcc -Isrc/util/format/libmesa_format.a.p -Isrc/util/format -I../src/util/format -Iinclude -I../include -Isrc -I../src -Isrc/mapi -I../src/mapi -Isrc/mesa -I../src/mesa -I../src/gallium/include -Isrc/gallium/auxiliary -I../src/gallium/auxiliary -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/python3.13 -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.9"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DHAVE_ST_VDPAU -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -D__EXTENSIONS__ -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DMAJOR_IN_MKDEV -DHAS_SCHED_H -DHAVE_XLOCALE_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_POSIX_MEMALIGN -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_OPENMP -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -Wno-format-truncation -fno-math-errno -fno-trapping-math -fno-common -Werror=format -Wformat-security -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_POSIX_PTHREAD_SEMANTICS -DHAVE_NOATEXIT -DSYSCONFDIR=/etc/opt/pkg -fPIC -Werror=pointer-arith -MD -MQ src/util/format/libmesa_format.a.p/u_format_rgtc.c.o -MF src/util/format/libmesa_format.a.p/u_format_rgtc.c.o.d -o src/util/format/libmesa_format.a.p/u_format_rgtc.c.o -c ../src/util/format/u_format_rgtc.c ../src/util/format/u_format_rgtc.c: In function 'util_format_rgtc1_snorm_pack_rgba_float': ../src/util/format/u_format_rgtc.c:185:47: warning: pointer targets in passing argument 1 of 'util_format_signed_encode_rgtc_ubyte' differ in signedness [-Wpointer-sign] 185 | util_format_signed_encode_rgtc_ubyte(dst, tmp, 4, 4); | ^~~ | | | int8_t * {aka char *} In file included from ../src/util/format/u_format_rgtc.c:29: ../src/util/rgtc.h:37:56: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:185:52: error: passing argument 2 of 'util_format_signed_encode_rgtc_ubyte' from incompatible pointer type [-Wincompatible-pointer-types] 185 | util_format_signed_encode_rgtc_ubyte(dst, tmp, 4, 4); | ^~~ | | | int8_t (*)[4] {aka char (*)[4]} ../src/util/rgtc.h:37:77: note: expected 'signed char (*)[4]' but argument is of type 'int8_t (*)[4]' {aka 'char (*)[4]'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ ../src/util/format/u_format_rgtc.c: In function 'util_format_rgtc1_snorm_unpack_rgba_float': ../src/util/format/u_format_rgtc.c:204:55: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 204 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1); | ^~~ | | | const int8_t * {aka const char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:204:66: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 204 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_rgtc.c: In function 'util_format_rgtc1_snorm_fetch_rgba': ../src/util/format/u_format_rgtc.c:222:43: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 222 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); | ^~~~~~~~~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:222:64: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 222 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_rgtc.c: In function 'util_format_rgtc2_snorm_unpack_rgba_float': ../src/util/format/u_format_rgtc.c:395:55: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 395 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 2); | ^~~ | | | const int8_t * {aka const char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:395:66: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 395 | util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_rgtc.c:396:59: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 396 | util_format_signed_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); | ~~~~^~~ | | | const int8_t * {aka const char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'const int8_t *' {aka 'const char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:396:70: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 396 | util_format_signed_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_rgtc.c: In function 'util_format_rxtc2_snorm_pack_rgba_float': ../src/util/format/u_format_rgtc.c:426:47: warning: pointer targets in passing argument 1 of 'util_format_signed_encode_rgtc_ubyte' differ in signedness [-Wpointer-sign] 426 | util_format_signed_encode_rgtc_ubyte(dst, tmp_r, 4, 4); | ^~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:37:56: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:426:52: error: passing argument 2 of 'util_format_signed_encode_rgtc_ubyte' from incompatible pointer type [-Wincompatible-pointer-types] 426 | util_format_signed_encode_rgtc_ubyte(dst, tmp_r, 4, 4); | ^~~~~ | | | int8_t (*)[4] {aka char (*)[4]} ../src/util/rgtc.h:37:77: note: expected 'signed char (*)[4]' but argument is of type 'int8_t (*)[4]' {aka 'char (*)[4]'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ ../src/util/format/u_format_rgtc.c:427:51: warning: pointer targets in passing argument 1 of 'util_format_signed_encode_rgtc_ubyte' differ in signedness [-Wpointer-sign] 427 | util_format_signed_encode_rgtc_ubyte(dst + 8, tmp_g, 4, 4); | ~~~~^~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:37:56: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:427:56: error: passing argument 2 of 'util_format_signed_encode_rgtc_ubyte' from incompatible pointer type [-Wincompatible-pointer-types] 427 | util_format_signed_encode_rgtc_ubyte(dst + 8, tmp_g, 4, 4); | ^~~~~ | | | int8_t (*)[4] {aka char (*)[4]} ../src/util/rgtc.h:37:77: note: expected 'signed char (*)[4]' but argument is of type 'int8_t (*)[4]' {aka 'char (*)[4]'} 37 | void util_format_signed_encode_rgtc_ubyte(signed char *blkaddr, signed char srccolors[4][4], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ ../src/util/format/u_format_rgtc.c: In function 'util_format_rgtc2_snorm_fetch_rgba': ../src/util/format/u_format_rgtc.c:445:43: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 445 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 2); | ^~~~~~~~~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:445:64: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 445 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ ../src/util/format/u_format_rgtc.c:446:57: warning: pointer targets in passing argument 2 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 446 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src + 8, i, j, &tmp_g, 2); | ~~~~~~~~~~~~~~^~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:31:84: note: expected 'const signed char *' but argument is of type 'int8_t *' {aka 'char *'} 31 | void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ../src/util/format/u_format_rgtc.c:446:68: warning: pointer targets in passing argument 5 of 'util_format_signed_fetch_texel_rgtc' differ in signedness [-Wpointer-sign] 446 | util_format_signed_fetch_texel_rgtc(0, (int8_t *)src + 8, i, j, &tmp_g, 2); | ^~~~~~ | | | int8_t * {aka char *} ../src/util/rgtc.h:32:81: note: expected 'signed char *' but argument is of type 'int8_t *' {aka 'char *'} 32 | unsigned i, unsigned j, signed char *value, unsigned comps); | ~~~~~~~~~~~~~^~~~~ [12/1823] Compiling C object src/util/format/libmesa_format.a.p/u_format_other.c.o [13/1823] Compiling C object src/util/format/libmesa_format.a.p/meson-generated_.._u_format_table.c.o In file included from ../src/util/u_cpu_detect.h:40, from ../src/util/half_float.h:32, from src/util/format/u_format_table.c:41: ../src/util/u_thread.h: In function 'u_thread_setname': ../src/util/u_thread.h:150:2: warning: #warning Not sure how to call pthread_setname_np [-Wcpp] 150 | #warning Not sure how to call pthread_setname_np | ^~~~~~~ ninja: build stopped: subcommand failed. *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/MesaLib *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/MesaLib