=> 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-ark-0.7.5nb5 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- ark_accel.lo --- --- ark_driver.lo --- --- ark_accel.lo --- CC ark_accel.lo --- ark_driver.lo --- CC ark_driver.lo --- ark_accel.lo --- In file included from ark_accel.c:39:0: ark.h:38:2: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; ^~~~~~~~~~~ ark.h:39:2: error: unknown type name 'PCITAG' PCITAG PciTag; ^~~~~~ *** [ark_accel.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5/src --- ark_driver.lo --- In file included from ark_driver.c:43:0: ark.h:38:2: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; ^~~~~~~~~~~ ark.h:39:2: error: unknown type name 'PCITAG' PCITAG PciTag; ^~~~~~ ark_driver.c: In function 'ARKProbe': ark_driver.c:199:12: warning: implicit declaration of function 'xf86MatchPciInstances'; did you mean 'xf86MatchDevice'? [-Wimplicit-function-declaration] numUsed = xf86MatchPciInstances("ark", PCI_VENDOR_ARK, ^~~~~~~~~~~~~~~~~~~~~ xf86MatchDevice ark_driver.c:214:11: warning: implicit declaration of function 'xf86ConfigPciEntity'; did you mean 'xf86ConfigFbEntity'? [-Wimplicit-function-declaration] pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i], ARKPciChipsets, ^~~~~~~~~~~~~~~~~~~ xf86ConfigFbEntity ark_driver.c:214:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i], ARKPciChipsets, ^ ark_driver.c: In function 'ARKPreInit': ark_driver.c:319:18: warning: implicit declaration of function 'xf86GetPciInfoForEntity'; did you mean 'xf86GetDevFromEntity'? [-Wimplicit-function-declaration] pARK->PciInfo = xf86GetPciInfoForEntity(pEnt->index); ^~~~~~~~~~~~~~~~~~~~~~~ xf86GetDevFromEntity ark_driver.c:332:32: error: invalid type argument of '->' (have 'int') pARK->Chipset = pARK->PciInfo->chipType; ^~ ark_driver.c:346:32: error: invalid type argument of '->' (have 'int') pARK->ChipRev = pARK->PciInfo->chipRev; ^~ ark_driver.c:356:17: warning: implicit declaration of function 'pciTag' [-Wimplicit-function-declaration] pARK->PciTag = pciTag(pARK->PciInfo->bus, pARK->PciInfo->device, ^~~~~~ ark_driver.c:356:37: error: invalid type argument of '->' (have 'int') pARK->PciTag = pciTag(pARK->PciInfo->bus, pARK->PciInfo->device, ^~ ark_driver.c:356:57: error: invalid type argument of '->' (have 'int') pARK->PciTag = pciTag(pARK->PciInfo->bus, pARK->PciInfo->device, ^~ ark_driver.c:357:23: error: invalid type argument of '->' (have 'int') pARK->PciInfo->func); ^~ ark_driver.c:367:36: error: invalid type argument of '->' (have 'int') pScrn->memPhysBase = pARK->PciInfo->memBase[0]; ^~ ark_driver.c: In function 'ARKModeInit': ark_driver.c:751:27: error: invalid type argument of '->' (have 'int') new->sr13 = pARK->PciInfo->memBase[0] >> 16; ^~ ark_driver.c:752:27: error: invalid type argument of '->' (have 'int') new->sr14 = pARK->PciInfo->memBase[0] >> 24; ^~ ark_driver.c: In function 'ARKWriteMode': ark_driver.c:978:6: warning: implicit declaration of function 'xf86IsPrimaryPci'; did you mean 'xf86scanpci'? [-Wimplicit-function-declaration] if (xf86IsPrimaryPci(pARK->PciInfo)) ^~~~~~~~~~~~~~~~ xf86scanpci ark_driver.c: In function 'ARKMapMem': ark_driver.c:1025:19: warning: implicit declaration of function 'xf86MapDomainMemory'; did you mean 'xf86BindGARTMemory'? [-Wimplicit-function-declaration] pARK->MMIOBase = xf86MapDomainMemory(pScrn->scrnIndex, VIDMEM_MMIO, ^~~~~~~~~~~~~~~~~~~ xf86BindGARTMemory ark_driver.c:1025:57: error: 'VIDMEM_MMIO' undeclared (first use in this function) pARK->MMIOBase = xf86MapDomainMemory(pScrn->scrnIndex, VIDMEM_MMIO, ^~~~~~~~~~~ ark_driver.c:1025:57: note: each undeclared identifier is reported only once for each function it appears in ark_driver.c:1028:17: warning: implicit declaration of function 'xf86MapPciMem' [-Wimplicit-function-declaration] pARK->FBBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, ^~~~~~~~~~~~~ ark_driver.c:1028:49: error: 'VIDMEM_FRAMEBUFFER' undeclared (first use in this function) pARK->FBBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, ^~~~~~~~~~~~~~~~~~ ark_driver.c:1029:37: error: invalid type argument of '->' (have 'int') pARK->PciTag, pARK->PciInfo->memBase[0], ^~ ark_driver.c: In function 'ARKUnmapMem': ark_driver.c:1072:2: warning: implicit declaration of function 'xf86UnMapVidMem' [-Wimplicit-function-declaration] xf86UnMapVidMem(pScrn->scrnIndex, pARK->FBBase, ^~~~~~~~~~~~~~~ *** [ark_driver.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5/src 2 errors make[2]: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5/src *** [all-recursive] Error code 1 make[1]: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5 1 error make[1]: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5 *** [all] Error code 2 make: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5 1 error make: stopped in /tmp/x11/xf86-video-ark/work/xf86-video-ark-0.7.5 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-ark *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-ark