Date: Tue, 05 Mar 2024 19:42:16 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 277510] x11-drivers/xf86-video-intel: virtual.c:499:11: error: use of undeclared identifier 'ETIME' Message-ID: <bug-277510-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277510 Bug ID: 277510 Summary: x11-drivers/xf86-video-intel: virtual.c:499:11: error: use of undeclared identifier 'ETIME' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Host: CURRENT (FreeBSD 15.0-CURRENT #20 main-n268656-d3befb534b9c: Mon Mar = 4 16:38:02 CET 2024 amd64), recent ports tree (today's update). Linker error: [..] libtool: link: cc -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/libpng16 -O2 -pipe -Werror=3Duninitialized -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o cursor cursor-cursor.o -L/usr/local/lib -lXfix= es -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; | ^ 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 =3D vsnprintf(buf+4, sizeof(buf)-4, format, va)+5; | ^~~~~~ virtual.c:3465:17: error: use of undeclared identifier 'ETIME' 3465 | if (ret !=3D -ETIME) { | ^ 2 warnings and 4 errors generated. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277510-7788>