dri3_request.c:404:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 404 | int fds[4]; | ^~~ dri3_request.c: In function 'proc_dri3_buffers_from_pixmap': dri3_request.c:498:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 498 | xDRI3BuffersFromPixmapReply rep = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libdri3.la make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/dri3' Making all in exa make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/exa' CC exa.lo CC exa_classic.lo CC exa_migration_classic.lo CC exa_driver.lo CC exa_mixed.lo CC exa_migration_mixed.lo CC exa_accel.lo CC exa_glyphs.lo CC exa_offscreen.lo CC exa_render.lo CC exa_unaccel.lo CCLD libexa.la make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/exa' Making all in config make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/config' CC config.lo CCLD libconfig.la make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/config' Making all in hw make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw' Making all in xfree86 make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' GEN xorg.conf.example /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' Making all in common make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/common' GEN xf86DefModeSet.c GEN xf86DefModeSet.c /usr/bin/make all-am make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/common' CC xf86Configure.lo CC xf86Bus.lo CC xf86Config.lo CC xf86Cursor.lo CC xf86DGA.lo CC xf86DPMS.lo CC xf86Events.lo CC xf86Globals.lo CC xf86AutoConfig.lo CC xf86Option.lo CC xf86Init.lo CC xf86VidMode.lo CC xf86fbman.lo CC xf86cmap.lo CC xf86Helper.lo CC xf86PM.lo CC xf86Xinput.lo xf86Bus.c: In function 'xf86BusConfig': xf86Bus.c:219:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 219 | int scrnum = (layout && layout->screen) ? layout->screen->screennum : 0; | ^~~ CC xisb.lo CC xf86Mode.lo CC xorgHelper.lo xf86DGA.c: In function 'ProcXDGAOpenFramebuffer': xf86DGA.c:1240:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1240 | xXDGAOpenFramebufferReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGAQueryModes': xf86DGA.c:1297:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1297 | xXDGAQueryModesReply rep; | ^~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGASetMode': xf86DGA.c:1410:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1410 | xXDGASetModeReply rep; | ^~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGAGetViewportStatus': xf86DGA.c:1630:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1630 | xXDGAGetViewportStatusReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGASync': xf86DGA.c:1654:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1654 | xXDGASyncReply rep; | ^~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGASetClientVersion': xf86DGA.c:1679:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1679 | DGAPrivPtr pPriv; | ^~~~~~~~~~ xf86DGA.c: In function 'ProcXDGAChangePixmapMode': xf86DGA.c:1699:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1699 | xXDGAChangePixmapModeReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXDGACreateColormap': xf86DGA.c:1731:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1731 | int result; | ^~~ xf86DGA.c: In function 'ProcXF86DGAGetVideoLL': xf86DGA.c:1764:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1764 | xXF86DGAGetVideoLLReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXF86DGAGetViewPortSize': xf86DGA.c:1867:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1867 | xXF86DGAGetViewPortSizeReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXF86DGAGetVidPage': xf86DGA.c:1923:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1923 | xXF86DGAGetVidPageReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXF86DGAQueryDirectVideo': xf86DGA.c:1988:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1988 | xXF86DGAQueryDirectVideoReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86DGA.c: In function 'ProcXF86DGAViewPortChanged': xf86DGA.c:2011:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 2011 | xXF86DGAViewPortChangedReply rep; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC xf86Extensions.lo CC xf86xv.lo CC xf86xvmc.lo CC xf86fbBus.lo CC xf86noBus.lo CC xf86pciBus.lo CC xf86VGAarbiter.lo CC xf86RandR.lo CC xf86DefModeSet.lo CCLD libcommon.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/common' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/common' Making all in ddc make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/ddc' CC ddc.lo CC interpret_edid.lo CC print_edid.lo CC ddcProperty.lo CCLD libddc.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/ddc' Making all in x86emu make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/x86emu' CC debug.lo CC decode.lo CC fpu.lo CC ops2.lo CC ops.lo CC prim_ops.lo CC sys.lo CCLD libx86emu.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/x86emu' Making all in int10 make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/int10' CC vbe.lo CC vbeModes.lo CC helper_exec.lo CC helper_mem.lo CC xf86int10.lo CC xf86int10module.lo CC xf86x86emu.lo CC generic.lo CC x86emu.lo generic.c:103:1: warning: 'readIntVec' defined but not used [-Wunused-function] 103 | readIntVec(struct pci_device *dev, unsigned char *buf, int len) | ^~~~~~~~~~ CCLD libint10.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/int10' Making all in os-support make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support' Making all in bus make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/bus' CC Pci.lo CC nobus.lo CCLD libbus.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/bus' Making all in linux make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/linux' CC lnx_init.lo CC lnx_video.lo CC lnx_kmod.lo CC lnx_bell.lo CC lnx_platform.lo CC VTsw_usl.lo CC posix_tty.lo CC vidmem.lo CC sigio.lo CC lnx_apm.lo CC lnx_agp.lo CCLD liblinux.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/linux' Making all in misc make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/misc' CC SlowBcopy.lo CCLD libmisc.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support/misc' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support' CCLD libxorgos.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/os-support' Making all in parser make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/parser' CC Device.lo CC Files.lo CC Flags.lo CC Input.lo CC InputClass.lo CC OutputClass.lo CC Module.lo CC Layout.lo CC Video.lo CC Pointer.lo CC Monitor.lo CC Screen.lo CC Vendor.lo CC read.lo CC scan.lo CC write.lo CC DRI.lo CC Extensions.lo CCLD libxf86config.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/parser' Making all in ramdac make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/ramdac' CC xf86CursorRD.lo CC xf86HWCurs.lo CCLD libramdac.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/ramdac' Making all in vgahw make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/vgahw' CC vgaHW.lo CC vgaHWmodule.lo CCLD libvgahw.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/vgahw' Making all in loader make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/loader' CC loader.lo CC loadmod.lo CCLD libloader.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/loader' Making all in modes make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/modes' CC xf86Crtc.lo CC xf86Cursors.lo CC xf86gtf.lo CC xf86EdidModes.lo CC xf86Modes.lo CC xf86RandR12.lo CC xf86Rotate.lo CC xf86DiDGA.lo CCLD libxf86modes.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/modes' Making all in dri2 make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2' Making all in pci_ids make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2/pci_ids' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2/pci_ids' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2' CC dri2.lo CC dri2ext.lo dri2ext.c: In function 'ProcDRI2QueryVersion': dri2ext.c:76:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 76 | xDRI2QueryVersionReply rep = { | ^~~~~~~~~~~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2Connect': dri2ext.c:105:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 105 | xDRI2ConnectReply rep = { | ^~~~~~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2Authenticate': dri2ext.c:143:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 143 | xDRI2AuthenticateReply rep; | ^~~~~~~~~~~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2CreateDrawable': dri2ext.c:179:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 179 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2DestroyDrawable': dri2ext.c:200:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 200 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2GetBuffers': dri2ext.c:267:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 267 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2GetBuffersWithFormat': dri2ext.c:297:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 297 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2CopyRegion': dri2ext.c:327:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 327 | xDRI2CopyRegionReply rep; | ^~~~~~~~~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2SwapBuffers': dri2ext.c:398:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 398 | xDRI2SwapBuffersReply rep = { | ^~~~~~~~~~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2GetMSC': dri2ext.c:451:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 451 | xDRI2MSCReply rep = { | ^~~~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2WaitMSC': dri2ext.c:481:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 481 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2SwapInterval': dri2ext.c:524:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 524 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2WaitSBC': dri2ext.c:544:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 544 | DrawablePtr pDrawable; | ^~~~~~~~~~~ dri2ext.c: In function 'ProcDRI2GetParam': dri2ext.c:564:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 564 | xDRI2GetParamReply rep = { | ^~~~~~~~~~~~~~~~~~ dri2ext.c: In function 'SProcDRI2Connect': dri2ext.c:641:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 641 | xDRI2ConnectReply rep = { | ^~~~~~~~~~~~~~~~~ CCLD libdri2.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dri2' Making all in . make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' GEN sdksyms.c make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dixmods' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/i2c' CC libdixmods_la-miinitext.lo make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/xkb' CC xf86i2c.lo CC xkbVT.lo CC xkbPrivate.lo CC xkbKillSrv.lo CCLD libxorgxkb.la CCLD libdixmods.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/xkb' make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dixmods' CCLD libi2c.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/i2c' CC sdksyms.o CCLD Xorg make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' Making all in i2c make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/i2c' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/i2c' Making all in dixmods make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dixmods' CC libwfb_la-fbmodule.lo CC shmodule.lo CCLD libwfb.la CCLD libshadow.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/dixmods' Making all in xkb make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/xkb' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/xkb' Making all in fbdevhw make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw' Making all in man make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw/man' GEN fbdevhw.4 make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw/man' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw' CC fbdevhw.lo CCLD libfbdevhw.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/fbdevhw' Making all in shadowfb make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/shadowfb' CC sfbmodule.lo CC shadowfb.lo CCLD libshadowfb.la make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/shadowfb' Making all in exa make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa' Making all in man make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa/man' GEN exa.4 make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa/man' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa' CC examodule.lo CCLD libexa.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/exa' Making all in utils make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils' Making all in gtf make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils/gtf' CC gtf-gtf.o CCLD gtf make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils/gtf' Making all in man make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils/man' GEN gtf.1 make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils/man' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/utils' Making all in doc make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/doc' Making all in man make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/man' GEN Xorg.1 GEN xorg.conf.5 GEN xorg.conf.d.5 make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/man' Making all in drivers make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers' Making all in modesetting make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers/modesetting' CC dri2.lo CC driver.lo CC drmmode_display.lo CC dumb_bo.lo CC present.lo CC vblank.lo CC pageflip.lo GEN modesetting.4 drmmode_display.c:66:9: warning: left shift count >= width of type [-Wshift-count-overflow] 66 | 1UL << 32, 0, 0, | ^~ drmmode_display.c:67:12: warning: left shift count >= width of type [-Wshift-count-overflow] 67 | 0, 1UL << 32, 0, | ^~ drmmode_display.c:68:15: warning: left shift count >= width of type [-Wshift-count-overflow] 68 | 0, 0, 1UL << 32 | ^~ driver.c: In function 'msEnableSharedPixmapFlipping': driver.c:1407:19: warning: unused variable 'pEnt' [-Wunused-variable] 1407 | EntityInfoPtr pEnt = ms->pEnt; | ^~~~ drmmode_display.c: In function 'drmmode_crtc_upgrade_lut': drmmode_display.c:3920:49: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3920 | "Gamma ramp set to %ld entries on CRTC %d\n", | ~~^ | | | long int | %lld 3921 | size, num); | ~~~~ | | | uint64_t {aka long long unsigned int} drmmode_display.c:3924:57: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3924 | "Failed to allocate memory for %ld gamma ramp entries " | ~~^ | | | long int | %lld 3925 | "on CRTC %d.\n", 3926 | size, num); | ~~~~ | | | uint64_t {aka long long unsigned int} CCLD modesetting_drv.la /home/buildroot/instance-0/output-1/per-package/xserver_xorg-server/host/opt/ext-toolchain/bin/../lib/gcc/microblazeel-buildroot-linux-uclibc/12.3.0/../../../../microblazeel-buildroot-linux-uclibc/bin/ld: FDE encoding in /home/buildroot/instance-0/output-1/per-package/xserver_xorg-server/host/opt/ext-toolchain/bin/../lib/gcc/microblazeel-buildroot-linux-uclibc/12.3.0/libgcc.a(_udivdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers/modesetting' Making all in inputtest make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers/inputtest' CC xf86-input-inputtest.lo GEN inputtestdrv.4 xf86-input-inputtest.c: In function 'try_accept_connection': xf86-input-inputtest.c:189:29: warning: logical 'or' of equal expressions [-Wlogical-op] 189 | if (errno == EAGAIN || errno == EWOULDBLOCK) | ^~ xf86-input-inputtest.c: In function 'read_input_from_connection': xf86-input-inputtest.c:848:33: warning: logical 'or' of equal expressions [-Wlogical-op] 848 | if (errno == EAGAIN || errno == EWOULDBLOCK) | ^~ xf86-input-inputtest.c:895:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 895 | xf86ITEventAny event_data; | ^~~~~~~~~~~~~~ CCLD inputtest_drv.la make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers/inputtest' make[6]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers' make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86/drivers' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw/xfree86' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/hw' Making all in test make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' /usr/bin/make all-recursive make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11/test' make[2]: Entering directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/xserver_xorg-server-21.1.11' make: Leaving directory '/home/buildroot/instance-0/buildroot'