=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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-voodoo-1.2.5nb2 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- voodoo_dga.lo --- --- voodoo_driver.lo --- --- voodoo_hardware.lo --- --- voodoo_dga.lo --- CC voodoo_dga.lo --- voodoo_driver.lo --- CC voodoo_driver.lo --- voodoo_hardware.lo --- CC voodoo_hardware.lo --- voodoo_driver.lo --- In file included from voodoo_driver.c:53:0: /tmp/x11/xf86-video-voodoo/work/.x11-buildlink/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp] #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." ^~~~~~~ In file included from voodoo_driver.c:65:0: voodoo.h:25:3: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI data */ ^~~~~~~~~~~ voodoo.h:27:3: error: unknown type name 'PCITAG' PCITAG PciTag; ^~~~~~ --- voodoo_hardware.lo --- In file included from voodoo_hardware.c:45:0: /tmp/x11/xf86-video-voodoo/work/.x11-buildlink/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp] #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." ^~~~~~~ --- voodoo_driver.lo --- voodoo_driver.c: In function 'VoodooProbe': voodoo_driver.c:247:9: warning: implicit declaration of function 'xf86GetPciVideoInfo'; did you mean 'xf86GetEntityInfo'? [-Wimplicit-function-declaration] if (xf86GetPciVideoInfo() ) ^~~~~~~~~~~~~~~~~~~ xf86GetEntityInfo --- voodoo_dga.lo --- In file included from voodoo_dga.c:44:0: /tmp/x11/xf86-video-voodoo/work/.x11-buildlink/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp] #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." ^~~~~~~ --- voodoo_hardware.lo --- In file included from voodoo_hardware.c:56:0: voodoo.h:25:3: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI data */ ^~~~~~~~~~~ voodoo.h:27:3: error: unknown type name 'PCITAG' PCITAG PciTag; ^~~~~~ --- voodoo_driver.lo --- voodoo_driver.c:250:12: warning: implicit declaration of function 'xf86MatchPciInstances'; did you mean 'xf86MatchDevice'? [-Wimplicit-function-declaration] numUsed = xf86MatchPciInstances(VOODOO_NAME, PCI_VENDOR_3DFX, ^~~~~~~~~~~~~~~~~~~~~ xf86MatchDevice --- voodoo_dga.lo --- In file included from voodoo_dga.c:54:0: voodoo.h:25:3: error: unknown type name 'pciVideoPtr' pciVideoPtr PciInfo; /* PCI data */ ^~~~~~~~~~~ voodoo.h:27:3: error: unknown type name 'PCITAG' PCITAG PciTag; ^~~~~~ --- voodoo_driver.lo --- voodoo_driver.c:263:16: warning: implicit declaration of function 'xf86ConfigPciEntity'; did you mean 'xf86ConfigFbEntity'? [-Wimplicit-function-declaration] if ((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i], ^~~~~~~~~~~~~~~~~~~ xf86ConfigFbEntity voodoo_driver.c:263:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if ((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i], ^ --- voodoo_hardware.lo --- In file included from voodoo.h:1:0, from voodoo_hardware.c:56: voodoo_hardware.c: In function 'pci_enable': voodoo_pcirename.h:75:21: warning: implicit declaration of function 'pciReadLong'; did you mean 'pthread_once'? [-Wimplicit-function-declaration] *(_value_ptr) = pciReadLong(PCI_CFG_TAG(_pcidev), (_offset)) ^ voodoo_hardware.c:170:2: note: in expansion of macro 'PCI_READ_LONG' PCI_READ_LONG(pVoo->PciInfo, &x, 0x40); ^~~~~~~~~~~~~ --- voodoo_dga.lo --- voodoo_dga.c: In function 'VoodooDGAInit': voodoo_dga.c:186:13: warning: implicit declaration of function 'DGAInit'; did you mean 'LogInit'? [-Wimplicit-function-declaration] return (DGAInit(pScreen, &VoodooDGAFunctions, ^~~~~~~ LogInit --- voodoo_hardware.lo --- voodoo_pcirename.h:55:34: error: 'pciConfigPtr' undeclared (first use in this function); did you mean 'confstr'? #define PCI_CFG_TAG(_pcidev) (((pciConfigPtr)(_pcidev)->thisCard)->tag) ^ voodoo_pcirename.h:75:33: note: in expansion of macro 'PCI_CFG_TAG' *(_value_ptr) = pciReadLong(PCI_CFG_TAG(_pcidev), (_offset)) ^~~~~~~~~~~ voodoo_hardware.c:170:2: note: in expansion of macro 'PCI_READ_LONG' PCI_READ_LONG(pVoo->PciInfo, &x, 0x40); ^~~~~~~~~~~~~ voodoo_pcirename.h:55:34: note: each undeclared identifier is reported only once for each function it appears in #define PCI_CFG_TAG(_pcidev) (((pciConfigPtr)(_pcidev)->thisCard)->tag) ^ voodoo_pcirename.h:75:33: note: in expansion of macro 'PCI_CFG_TAG' *(_value_ptr) = pciReadLong(PCI_CFG_TAG(_pcidev), (_offset)) ^~~~~~~~~~~ voodoo_hardware.c:170:2: note: in expansion of macro 'PCI_READ_LONG' PCI_READ_LONG(pVoo->PciInfo, &x, 0x40); ^~~~~~~~~~~~~ --- voodoo_dga.lo --- *** [voodoo_dga.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src --- voodoo_driver.lo --- voodoo_driver.c: In function 'VoodooPreInit': voodoo_driver.c:383:19: warning: implicit declaration of function 'xf86GetPciInfoForEntity'; did you mean 'xf86GetDevFromEntity'? [-Wimplicit-function-declaration] pVoo->PciInfo = xf86GetPciInfoForEntity(pVoo->pEnt->index); ^~~~~~~~~~~~~~~~~~~~~~~ xf86GetDevFromEntity voodoo_driver.c:385:18: warning: implicit declaration of function 'pciTag' [-Wimplicit-function-declaration] pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func); ^~~~~~ voodoo_driver.c:385:38: error: invalid type argument of '->' (have 'int') pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func); ^~ voodoo_driver.c:385:58: error: invalid type argument of '->' (have 'int') pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func); ^~ voodoo_driver.c:385:81: error: invalid type argument of '->' (have 'int') pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func); ^~ --- voodoo_hardware.lo --- voodoo_pcirename.h:78:5: warning: implicit declaration of function 'pciWriteLong'; did you mean 'miWideLine'? [-Wimplicit-function-declaration] pciWriteLong(PCI_CFG_TAG(_pcidev), (_offset), (_value)) ^ voodoo_hardware.c:175:2: note: in expansion of macro 'PCI_WRITE_LONG' PCI_WRITE_LONG(pVoo->PciInfo, x, 0x40); ^~~~~~~~~~~~~~ --- voodoo_driver.lo --- In file included from voodoo.h:1:0, from voodoo_driver.c:65: voodoo_pcirename.h:62:41: error: invalid type argument of '->' (have 'int') (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \ ^ voodoo_driver.c:434:20: note: in expansion of macro 'PCI_REGION_BASE' pVoo->PhysBase = PCI_REGION_BASE(pVoo->PciInfo, 0, REGION_MEM) + 0x400000; ^~~~~~~~~~~~~~~ voodoo_pcirename.h:63:41: error: invalid type argument of '->' (have 'int') : (_pcidev)->ioBase[(_b)]) ^ voodoo_driver.c:434:20: note: in expansion of macro 'PCI_REGION_BASE' pVoo->PhysBase = PCI_REGION_BASE(pVoo->PciInfo, 0, REGION_MEM) + 0x400000; ^~~~~~~~~~~~~~~ --- voodoo_hardware.lo --- voodoo_hardware.c: In function 'vclock_enable': voodoo_pcirename.h:55:34: error: 'pciConfigPtr' undeclared (first use in this function); did you mean 'confstr'? #define PCI_CFG_TAG(_pcidev) (((pciConfigPtr)(_pcidev)->thisCard)->tag) ^ voodoo_pcirename.h:78:18: note: in expansion of macro 'PCI_CFG_TAG' pciWriteLong(PCI_CFG_TAG(_pcidev), (_offset), (_value)) ^~~~~~~~~~~ voodoo_hardware.c:185:3: note: in expansion of macro 'PCI_WRITE_LONG' PCI_WRITE_LONG(pVoo->PciInfo, 0, 0xc0); ^~~~~~~~~~~~~~ --- voodoo_driver.lo --- voodoo_driver.c:437:16: warning: implicit declaration of function 'xf86MapPciMem' [-Wimplicit-function-declaration] pVoo->MMIO = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVoo->PciTag, ^~~~~~~~~~~~~ voodoo_driver.c:437:48: error: 'VIDMEM_MMIO' undeclared (first use in this function) pVoo->MMIO = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVoo->PciTag, ^~~~~~~~~~~ voodoo_driver.c:437:48: note: each undeclared identifier is reported only once for each function it appears in voodoo_driver.c:438:22: error: invalid type argument of '->' (have 'int') pVoo->PciInfo->memBase[0], 0x400000); ^~ voodoo_driver.c:440:24: error: invalid type argument of '->' (have 'int') pVoo->PciInfo->memBase[0] + 0x400000, 0x400000); ^~ --- voodoo_hardware.lo --- *** [voodoo_hardware.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src --- voodoo_driver.lo --- voodoo_driver.c: In function 'VoodooScreenInit': voodoo_driver.c:683:3: warning: implicit declaration of function 'miInitializeBackingStore'; did you mean 'InitializeSprite'? [-Wimplicit-function-declaration] miInitializeBackingStore(pScreen); ^~~~~~~~~~~~~~~~~~~~~~~~ InitializeSprite *** [voodoo_driver.lo] Error code 1 make[2]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src 3 errors make[2]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src *** [all-recursive] Error code 1 make[1]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5 1 error make[1]: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5 *** [all] Error code 2 make: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5 1 error make: stopped in /tmp/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-voodoo *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xf86-video-voodoo