[Bug 273422] x11-drivers/xf86-video-intel ETIME build failure on 14-STABLE (src update to 14-STABLE from 13-STABLE)
Date: Mon, 26 Feb 2024 18:45:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273422 O. Hartmann <ohartmann@walstatt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ohartmann@walstatt.org --- Comment #12 from O. Hartmann <ohartmann@walstatt.org> --- Same here on recent CURRENT (FreeBSD 15.0-CURRENT #12 main-n268534-32fdcff8703d: Sun Feb 25 21:41:58 CET 2024 amd64), recent ports tree with recent updates to port x11-drivers/xf86-video-intel as of today (26.02.2024, CET): [...] --- cursor-cursor.o --- mv -f .deps/cursor-cursor.Tpo .deps/cursor-cursor.Po --- cursor --- /bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -I/usr/local/include/libpng16 -D_THREAD_SAFE -O2 -pipe -Werror=uninitialized -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o cursor cursor-cursor.o -L/usr/local/lib -lXfixes -lX11 -lpng16 --- 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; | ^ --- cursor --- libtool: link: cc -I/usr/local/include -I/usr/local/include/libpng16 -D_THREAD_SAFE -O2 -pipe -Werror=uninitialized -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o cursor cursor-cursor.o -L/usr/local/lib -lXfixes -lX11 -lpng16 --- intel_virtual_output-virtual.o --- virtual.c:3008:12: error: use of undeclared identifier 'ETIME' 3008 | return -ETIME; -- You are receiving this mail because: You are the assignee for the bug.