Date: Sun, 3 Mar 2024 16:25:57 +0000 (UTC) From: Filippo Moretti <filippomore@yahoo.com> To: Kevin Oberman <rkoberman@gmail.com> Cc: Freebsd-stable List <stable@freebsd.org> Subject: Re: Error compiling xf86-video-intel Message-ID: <476385005.3877519.1709483157919@mail.yahoo.com> In-Reply-To: <CAN6yY1upubZ3ypr61HsfmD_aodvXvQqw_h47P0tS6-_qZw_whA@mail.gmail.com> References: <1646351680.3606510.1709391988165.ref@mail.yahoo.com> <1646351680.3606510.1709391988165@mail.yahoo.com> <CAN6yY1upubZ3ypr61HsfmD_aodvXvQqw_h47P0tS6-_qZw_whA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_3877518_1248211290.1709483157917 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you for your explanation,my computer is an old core duo but X is wor= king anyway even with my older build.SincerelyFilippo On Sunday, March 3, 2024 at 04:38:32 PM GMT+1, Kevin Oberman <rkoberman= @gmail.com> wrote: =20 =20 On Sat, Mar 2, 2024 at 7:06=E2=80=AFAM Filippo Moretti <filippomore@yahoo.= com> wrote: -- intel_virtual_output-virtual.o --- virtual.c:499:11: error: use of undeclared identifier 'ETIME' =C2=A0 499 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return -ETIME; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ virtual.c:506:11: error: use of undeclared identifier 'ETIME' =C2=A0 506 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return -ETIME; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ virtual.c:3008:12: error: use of undeclared identifier 'ETIME' =C2=A03008 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 return -ETIME; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= ^ virtual.c:3042:16: warning: 'format' attribute argument not supported: gnu_= printf [-Wignored-attributes] =C2=A03042 | __attribute__((format(gnu_printf, 3, 4))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ virtual.c:3056:40: warning: format string is not a string literal [-Wformat= -nonliteral] =C2=A03056 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 len =3D vsnpri= ntf(buf+4, sizeof(buf)-4, format, va)+5; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 ^~~~~~ virtual.c:3465:17: error: use of undeclared identifier 'ETIME' =C2=A03465 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 if (ret !=3D -ETIME)= { =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ 2 warnings and 4 errors generated. *** [intel_virtual_output-virtual.o] Error code 1 make[2]: stopped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video= -intel-b74b67f0f321875492968f7097b9d6e82a66d7df/tools 1 error make[2]: stopped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video= -intel-b74b67f0f321875492968f7097b9d6e82a66d7df/tools make[1]: stopped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video= -intel-b74b67f0f321875492968f7097b9d6e82a66d7df make: stopped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-in= tel-b74b67f0f321875492968f7097b9d6e82a66d7df =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-drivers/xf86-video-intel *** Error code 1 Stop. make: stopped in /usr/ports/x11-drivers/xf86-video-intel [root@ROXY /usr/ports/x11-drivers/xf86-video-intel]#=20 This is the error message in my system :[root@ROXY /usr/ports/x11-drivers/x= f86-video-intel]# uname -a FreeBSD ROXY 14.0-STABLE FreeBSD 14.0-STABLE #22 stable/14-n266661-a727d8d7= f50f: Fri Feb=C2=A0 9 22:57:13 CET 2024=C2=A0=C2=A0=C2=A0=C2=A0 filippo@ROX= Y:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64 Filippo =C2=A0People keep reporting problems with xf86-video-intel when it really s= hould not be used on any modern system. Intel dropped support for this driv= er years ago. Unless you have a really old system with a device that predat= es at least Sandy Bridge, the proper thing to do is to simply delete it. I'= m not sure why xorg still prioritizes it ahead of modesetting which is the = correct driver for any modern system using Intel graphics. I would like to see some information that modesetting is the right driver f= or any recent Intel graphics, but it seems obvious that the old Intel drive= r is needed for Intel graphics, even though it is the wrong answer. --=20 Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 =20 ------=_Part_3877518_1248211290.1709483157917 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <html><head></head><body><div class=3D"ydp5456a776yahoo-style-wrap" style= =3D"font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px= ;"><div></div> <div dir=3D"ltr" data-setdir=3D"false">Thank you for your explanati= on,my computer is an old core duo but X is working anyway even with my olde= r build.</div><div dir=3D"ltr" data-setdir=3D"false">Sincerely</div><div di= r=3D"ltr" data-setdir=3D"false">Filippo<br></div><div><br></div> =20 </div><div id=3D"yahoo_quoted_0000392223" class=3D"yahoo_quoted"> <div style=3D"font-family:'Helvetica Neue', Helvetica, Arial, s= ans-serif;font-size:13px;color:#26282a;"> =20 <div> On Sunday, March 3, 2024 at 04:38:32 PM GMT+1, Kevin Ob= erman <rkoberman@gmail.com> wrote: </div> <div><br></div> <div><br></div> <div><div id=3D"yiv2880796143"><div><div dir=3D"ltr"><div i= d=3D"yiv2880796143yqt07183" class=3D"yiv2880796143yqt8557363406"><div dir= =3D"ltr"><div style=3D"font-family:tahoma, sans-serif;font-size:small;" cla= ss=3D"yiv2880796143gmail_default">On Sat, Mar 2, 2024 at 7:06=E2=80=AFAM Fi= lippo Moretti <<a rel=3D"nofollow noopener noreferrer" shape=3D"rect" ym= ailto=3D"mailto:filippomore@yahoo.com" target=3D"_blank" href=3D"mailto:fil= ippomore@yahoo.com">filippomore@yahoo.com</a>> wrote:</div></div><div cl= ass=3D"yiv2880796143gmail_quote"><blockquote style=3D"margin:0px 0px 0px 0.= 8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;" class=3D"yiv2= 880796143gmail_quote"><div><div style=3D"font-family:Helvetica Neue, Helvet= ica, Arial, sans-serif;font-size:13px;"><div dir=3D"ltr"><div>-- intel_virt= ual_output-virtual.o ---<br clear=3D"none">virtual.c:499:11: error: use of = undeclared identifier 'ETIME'<br clear=3D"none"> 499 | &nb= sp; = return -ETIME;<br clear=3D"none"> |&nb= sp; = ^<br cle= ar=3D"none">virtual.c:506:11: error: use of undeclared identifier 'ETIME'<b= r clear=3D"none"> 506 | &nbs= p; return -ETIME;<br clear= =3D"none"> | &nb= sp; = ^<br clear=3D"none">virtual.c:3008:12:= error: use of undeclared identifier 'ETIME'<br clear=3D"none"> 3008 |= &nb= sp; retur= n -ETIME;<br clear=3D"none"> | &nb= sp; = &nb= sp; ^<br clear=3D"none">virtual.c:3042:16: warning:= 'format' attribute argument not supported: gnu_printf [-Wignored-attribute= s]<br clear=3D"none"> 3042 | __attribute__((format(gnu_printf, 3, 4)))= <br clear=3D"none"> | = ^<br cle= ar=3D"none">virtual.c:3056:40: warning: format string is not a string liter= al [-Wformat-nonliteral]<br clear=3D"none"> 3056 | &n= bsp; len =3D vsnprintf(buf+4, sizeof(buf)-4, format= , va)+5;<br clear=3D"none"> | &nbs= p; &= nbsp; &nbs= p; &= nbsp; ^~~~~~<br clear=3D"none">virtual.c:3465= :17: error: use of undeclared identifier 'ETIME'<br clear=3D"none"> 34= 65 |  = ; &n= bsp; if (ret !=3D -ETIME) {<br cl= ear=3D"none"> | = &nb= sp; = &nb= sp; ^<br clear=3D"none">2 warnings and 4 errors generated.<br clear= =3D"none">*** [intel_virtual_output-virtual.o] Error code 1<br clear=3D"non= e"><br clear=3D"none">make[2]: stopped in /usr/ports/x11-drivers/xf86-video= -intel/work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df/tools= <br clear=3D"none">1 error<br clear=3D"none"><br clear=3D"none">make[2]: st= opped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-b74b= 67f0f321875492968f7097b9d6e82a66d7df/tools<br clear=3D"none"><br clear=3D"n= one">make[1]: stopped in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-= video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df<br clear=3D"none"><br = clear=3D"none">make: stopped in /usr/ports/x11-drivers/xf86-video-intel/wor= k/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df<br clear=3D"non= e">=3D=3D=3D> Compilation failed unexpectedly.<br clear=3D"none">Try to = set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure to<br c= lear=3D"none">the maintainer.<br clear=3D"none">*** Error code 1<br clear= =3D"none"><br clear=3D"none">Stop.<br clear=3D"none">make[1]: stopped in /u= sr/ports/x11-drivers/xf86-video-intel<br clear=3D"none">*** Error code 1<br= clear=3D"none"><br clear=3D"none">Stop.<br clear=3D"none">make: stopped in= /usr/ports/x11-drivers/xf86-video-intel<br clear=3D"none">[root@ROXY /usr/= ports/x11-drivers/xf86-video-intel]# <br clear=3D"none"><br clear=3D"none">= <br clear=3D"none"></div>This is the error message in my system :<div></div= ><div>[root@ROXY /usr/ports/x11-drivers/xf86-video-intel]# uname -a<br clea= r=3D"none">FreeBSD ROXY 14.0-STABLE FreeBSD 14.0-STABLE #22 stable/14-n2666= 61-a727d8d7f50f: Fri Feb 9 22:57:13 CET 2024 = filippo@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64</div><div><br clea= r=3D"none"></div><div dir=3D"ltr">Filippo<br clear=3D"none"></div></div></d= iv></div></blockquote><div> </div></div></div><div style=3D"font-famil= y:tahoma, sans-serif;font-size:small;" class=3D"yiv2880796143gmail_default"= >People keep reporting problems with xf86-video-intel when it really should= not be used on any modern system. Intel dropped support for this driver ye= ars ago. Unless you have a really old system with a device that predates at= least Sandy Bridge, the proper thing to do is to simply delete it. I'm not= sure why xorg still prioritizes it ahead of modesetting which is the corre= ct driver for any modern system using Intel graphics.</div><div style=3D"fo= nt-family:tahoma, sans-serif;font-size:small;" class=3D"yiv2880796143gmail_= default"><br clear=3D"none"></div><div style=3D"font-family:tahoma, sans-se= rif;font-size:small;" class=3D"yiv2880796143gmail_default">I would like to = see some information that modesetting is the right driver for any recent In= tel graphics, but it seems obvious that the old Intel driver is needed for = Intel graphics, even though it is the wrong answer.<br clear=3D"none"></div= ><span class=3D"yiv2880796143gmail_signature_prefix">-- </span><br clear=3D= "none"><div dir=3D"ltr" class=3D"yiv2880796143gmail_signature"><div dir=3D"= ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr">Kevi= n Oberman, Part time kid herder and retired Network Engineer<br clear=3D"no= ne">E-mail: <a rel=3D"nofollow noopener noreferrer" shape=3D"rect" ymailto= =3D"mailto:rkoberman@gmail.com" target=3D"_blank" href=3D"mailto:rkoberman@= gmail.com">rkoberman@gmail.com</a><br clear=3D"none"></div><div>PGP Fingerp= rint: D03FB98AFA78E3B78C1694B318AB39EF1B055683</div></div></div></div></div= ></div></div></div></div> </div></div></div> </div> </div></body></html> ------=_Part_3877518_1248211290.1709483157917--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?476385005.3877519.1709483157919>