[Bug 273422] x11-drivers/xf86-video-intel ETIME build failure on 14-STABLE (src update to 14-STABLE from 13-STABLE)
Date: Fri, 06 Dec 2024 23:49:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273422 --- Comment #23 from jakub_lach@mailplus.pl --- (In reply to Curtis Villamizar from comment #22) Still the same --- intel_virtual_output-virtual.o --- virtual.c:499:11: error: use of undeclared identifier 'ETIME' 499 | return -ETIME; | ^ virtual.c:506:11: error: use of undeclared identifier 'ETIME' 506 | return -ETIME; | ^ virtual.c:3008:12: error: use of undeclared identifier 'ETIME' 3008 | return -ETIME; | ^ virtual.c:3042:16: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes] 3042 | __attribute__((format(gnu_printf, 3, 4))) | ^ virtual.c:3056:40: warning: format string is not a string literal [-Wformat-nonliteral] 3056 | len = vsnprintf(buf+4, sizeof(buf)-4, format, va)+5; | ^~~~~~ virtual.c:3465:17: error: use of undeclared identifier 'ETIME' 3465 | if (ret != -ETIME) { | ^ 2 warnings and 4 errors generated. *** [intel_virtual_output-virtual.o] Error code 1 make[2]: stopped in /usr/obj/usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df/tools --- dri3info-dri3info.o --- mv -f .deps/dri3info-dri3info.Tpo .deps/dri3info-dri3info.Po 1 error make[2]: stopped in /usr/obj/usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df/tools make[1]: stopped in /usr/obj/usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df make: stopped in /usr/obj/usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-drivers/xf86-video-intel -- You are receiving this mail because: You are the assignee for the bug.