=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xf86-video-rendition-4.2.7 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- hwcursor.lo --- --- rendition.lo --- --- rendition_shadow.lo --- --- v1krisc.lo --- --- hwcursor.lo --- CC hwcursor.lo --- rendition.lo --- CC rendition.lo --- rendition_shadow.lo --- CC rendition_shadow.lo --- v1krisc.lo --- CC v1krisc.lo In file included from v1krisc.h:17:0, from v1krisc.c:14: vtypes.h:182:5: error: unknown type name 'PCITAG' PCITAG pcitag; /* tag for the PCI config space */ ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI config data */ ^~~~~~~~~~~ --- rendition.lo --- In file included from rendition.c:50:0: vtypes.h:182:5: error: unknown type name 'PCITAG' PCITAG pcitag; /* tag for the PCI config space */ ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI config data */ ^~~~~~~~~~~ --- rendition_shadow.lo --- In file included from rendition_shadow.c:13:0: vtypes.h:182:5: error: unknown type name 'PCITAG' PCITAG pcitag; /* tag for the PCI config space */ ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI config data */ ^~~~~~~~~~~ --- hwcursor.lo --- In file included from hwcursor.c:10:0: vtypes.h:182:5: error: unknown type name 'PCITAG' PCITAG pcitag; /* tag for the PCI config space */ ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI config data */ ^~~~~~~~~~~ --- v1krisc.lo --- *** [v1krisc.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- rendition.lo --- rendition.c: In function 'renditionProbe': rendition.c:319:9: warning: implicit declaration of function 'xf86GetPciVideoInfo'; did you mean 'xf86GetEntityInfo'? [-Wimplicit-function-declaration] if (xf86GetPciVideoInfo()) { ^~~~~~~~~~~~~~~~~~~ xf86GetEntityInfo --- rendition_shadow.lo --- *** [rendition_shadow.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- hwcursor.lo --- *** [hwcursor.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- rendition.lo --- rendition.c:320:17: warning: implicit declaration of function 'xf86MatchPciInstances'; did you mean 'xf86MatchDevice'? [-Wimplicit-function-declaration] numUsed=xf86MatchPciInstances(RENDITION_DRIVER_NAME, PCI_VENDOR_RENDITION, ^~~~~~~~~~~~~~~~~~~~~ xf86MatchDevice rendition.c:320:62: error: 'PCI_VENDOR_RENDITION' undeclared (first use in this function) numUsed=xf86MatchPciInstances(RENDITION_DRIVER_NAME, PCI_VENDOR_RENDITION, ^~~~~~~~~~~~~~~~~~~~ rendition.c:320:62: note: each undeclared identifier is reported only once for each function it appears in rendition.c:334:26: warning: implicit declaration of function 'xf86ConfigPciEntity'; did you mean 'xf86ConfigFbEntity'? [-Wimplicit-function-declaration] if ((pScrn = xf86ConfigPciEntity(pScrn, 0,usedChips[c], ^~~~~~~~~~~~~~~~~~~ xf86ConfigFbEntity rendition.c:334:24: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if ((pScrn = xf86ConfigPciEntity(pScrn, 0,usedChips[c], ^ rendition.c: In function 'renditionPreInit': rendition.c:529:27: warning: implicit declaration of function 'xf86GetPciInfoForEntity'; did you mean 'xf86GetDevFromEntity'? [-Wimplicit-function-declaration] pRendition->PciInfo = xf86GetPciInfoForEntity(pRendition->pEnt->index); ^~~~~~~~~~~~~~~~~~~~~~~ xf86GetDevFromEntity rendition.c:530:25: warning: implicit declaration of function 'pciTag' [-Wimplicit-function-declaration] pRendition->pcitag= pciTag(pRendition->PciInfo->bus, ^~~~~~ rendition.c:530:51: error: invalid type argument of '->' (have 'int') pRendition->pcitag= pciTag(pRendition->PciInfo->bus, ^~ rendition.c:531:35: error: invalid type argument of '->' (have 'int') pRendition->PciInfo->device, pRendition->PciInfo->func); ^~ rendition.c:531:64: error: invalid type argument of '->' (have 'int') pRendition->PciInfo->device, pRendition->PciInfo->func); ^~ rendition.c:537:5: warning: implicit declaration of function 'xf86SetOperatingState'; did you mean 'xf86SetBackingStore'? [-Wimplicit-function-declaration] xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); ^~~~~~~~~~~~~~~~~~~~~ xf86SetBackingStore rendition.c:537:27: error: 'resVgaMem' undeclared (first use in this function) xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); ^~~~~~~~~ rendition.c:537:63: error: 'ResUnusedOpr' undeclared (first use in this function) xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); ^~~~~~~~~~~~ rendition.c:539:9: warning: implicit declaration of function 'xf86RegisterResources' [-Wimplicit-function-declaration] if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive)) ^~~~~~~~~~~~~~~~~~~~~ rendition.c:539:62: error: 'ResExclusive' undeclared (first use in this function); did you mean 'Relative'? if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive)) ^~~~~~~~~~~~ Relative rendition.c:544:16: error: 'struct _ScrnInfoRec' has no member named 'racMemFlags' pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; ^~ rendition.c:544:32: error: 'RAC_FB' undeclared (first use in this function) pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; ^~~~~~ rendition.c:544:41: error: 'RAC_CURSOR' undeclared (first use in this function); did you mean 'RT_CURSOR'? pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; ^~~~~~~~~~ RT_CURSOR rendition.c:546:16: error: 'struct _ScrnInfoRec' has no member named 'racIoFlags' pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; ^~ rendition.c:546:40: error: 'RAC_COLORMAP' undeclared (first use in this function); did you mean 'RT_COLORMAP'? pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; ^~~~~~~~~~~~ RT_COLORMAP rendition.c:546:68: error: 'RAC_VIEWPORT' undeclared (first use in this function); did you mean 'RAC_CURSOR'? pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; ^~~~~~~~~~~~ RAC_CURSOR rendition.c:61:27: error: invalid type argument of '->' (have 'int') # define DEVICE_ID(p) (p)->chipType ^ rendition.c:564:35: note: in expansion of macro 'DEVICE_ID' if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) { ^~~~~~~~~ rendition.c:61:27: error: invalid type argument of '->' (have 'int') # define DEVICE_ID(p) (p)->chipType ^ rendition.c:636:27: note: in expansion of macro 'DEVICE_ID' if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) { ^~~~~~~~~ rendition.c:666:23: error: invalid type argument of '->' (have 'int') + pRendition->PciInfo->ioBase[1] ^~ rendition.c:673:58: error: invalid type argument of '->' (have 'int') pRendition->board.mem_base=(vu8 *)pRendition->PciInfo->memBase[0]; ^~ rendition.c:696:28: error: invalid type argument of '->' (have 'int') pRendition->PciInfo->ioBase[1], ^~ rendition.c:697:28: error: invalid type argument of '->' (have 'int') pRendition->PciInfo->memBase[0] ^~ rendition.c:723:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if ((in_string = xf86GetOptValString(pRendition->Options, OPTION_ROTATE))){ ^ rendition.c: In function 'renditionMapMem': rendition.c:1393:14: error: 'VIDMEM_FRAMEBUFFER' undeclared (first use in this function); did you mean 'CRTCCTL_FRAMEBUFFERBGR'? mapOption = VIDMEM_FRAMEBUFFER; ^~~~~~~~~~~~~~~~~~ CRTCCTL_FRAMEBUFFERBGR rendition.c:1397:14: error: 'VIDMEM_MMIO' undeclared (first use in this function) mapOption = VIDMEM_MMIO; ^~~~~~~~~~~ rendition.c:1401:9: warning: implicit declaration of function 'xf86MapPciMem' [-Wimplicit-function-declaration] xf86MapPciMem(pScreenInfo->scrnIndex, mapOption, ^~~~~~~~~~~~~ rendition.c:1400:32: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pRendition->board.vmem_base= ^ rendition.c: In function 'renditionUnmapMem': rendition.c:1422:5: warning: implicit declaration of function 'xf86UnMapVidMem' [-Wimplicit-function-declaration] xf86UnMapVidMem(pScreenInfo->scrnIndex, ^~~~~~~~~~~~~~~ *** [rendition.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src 4 errors make[2]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src *** [all-recursive] Error code 1 make[1]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 1 error make[1]: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 *** [all] Error code 2 make: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 1 error make: stopped in /tmp/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-rendition *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-rendition