FAILED: gio/libgio-2.0.so.0.6501.0.p/glocalfileinfo.c.o ccache cc -Igio/libgio-2.0.so.0.6501.0.p -Igio -I../gio -I. -I.. -Iglib -I../glib -Igobject -I../gobject -Igmodule -I../gmodule -I/usr/include/libmount -I/usr/include/blkid -fdia gnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O2 -g -D_GNU_SOURCE -fno-strict-aliasing -DG_ENABLE_DEBUG -Wduplicated-branches -Wimplicit-fall through -Wmisleading-indentation -Wstrict-prototypes -Wunused -Wno-unused-parameter -Wno-bad-function-cast -Wno-cast-function-type -Wno-pedantic -Wno-format-zero-length -Werror=d eclaration-after-statement -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -fPIC '-DG_LOG_DOMAIN="GLib-GIO"' -DGIO_COMPILATION '-DGIO_MODULE_DIR="/usr/local/lib/gio/modules"' -fvisibility=hidden -MD -MQ gio/libgio-2.0.so.0.6501.0.p/glocalfileinfo.c.o -M F gio/libgio-2.0.so.0.6501.0.p/glocalfileinfo.c.o.d -o gio/libgio-2.0.so.0.6501.0.p/glocalfileinfo.c.o -c ../gio/glocalfileinfo.c ../gio/glocalfileinfo.c: In function ‘_g_local_file_info_create_etag’: ../gio/glocalfileinfo.c:134:17: error: ‘struct statx’ has no member named ‘st_mtimensec’ 134 | usec = statbuf->st_mtimensec / 1000; | ^~ ../gio/glocalfileinfo.c: In function ‘set_info_from_stat’: ../gio/glocalfileinfo.c:1024:97: error: ‘struct statx’ has no member named ‘st_mtimensec’ 1024 | _g_file_info_set_attribute_uint32_by_id (info, G_FILE_ATTRIBUTE_ID_TIME_MODIFIED_USEC, statbuf->st_mtimensec / 1000); | ^~ ../gio/glocalfileinfo.c:1031:95: error: ‘struct statx’ has no member named ‘st_atimensec’ 1031 | _g_file_info_set_attribute_uint32_by_id (info, G_FILE_ATTRIBUTE_ID_TIME_ACCESS_USEC, statbuf->st_atimensec / 1000); | ^~ ../gio/glocalfileinfo.c:1045:96: error: ‘struct statx’ has no member named ‘st_ctimensec’ 1045 | _g_file_info_set_attribute_uint32_by_id (info, G_FILE_ATTRIBUTE_ID_TIME_CHANGED_USEC, statbuf->st_ctimensec / 1000); | ^~