+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xf86-video-rendition-4.2.7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xf86-video-rendition-4.2.7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xf86-video-rendition-4.2.7 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- hwcursor.lo --- --- rendition.lo --- --- rendition_shadow.lo --- --- v1krisc.lo --- --- hwcursor.lo --- CC hwcursor.lo --- rendition_shadow.lo --- CC rendition_shadow.lo --- v1krisc.lo --- CC v1krisc.lo --- rendition.lo --- CC rendition.lo --- rendition_shadow.lo --- In file included from rendition_shadow.c:13: vtypes.h:182:5: error: unknown type name 'PCITAG' 182 | PCITAG pcitag; /* tag for the PCI config space */ | ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' 183 | pciVideoPtr PciInfo; /* PCI config data */ | ^~~~~~~~~~~ *** [rendition_shadow.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- hwcursor.lo --- In file included from hwcursor.c:10: vtypes.h:182:5: error: unknown type name 'PCITAG' 182 | PCITAG pcitag; /* tag for the PCI config space */ | ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' 183 | pciVideoPtr PciInfo; /* PCI config data */ | ^~~~~~~~~~~ *** [hwcursor.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- v1krisc.lo --- In file included from v1krisc.h:17, from v1krisc.c:14: vtypes.h:182:5: error: unknown type name 'PCITAG' 182 | PCITAG pcitag; /* tag for the PCI config space */ | ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' 183 | pciVideoPtr PciInfo; /* PCI config data */ | ^~~~~~~~~~~ *** [v1krisc.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src --- rendition.lo --- In file included from rendition.c:50: vtypes.h:182:5: error: unknown type name 'PCITAG' 182 | PCITAG pcitag; /* tag for the PCI config space */ | ^~~~~~ vtypes.h:183:5: error: unknown type name 'pciVideoPtr' 183 | pciVideoPtr PciInfo; /* PCI config data */ | ^~~~~~~~~~~ rendition.c: In function 'renditionProbe': rendition.c:319:9: warning: implicit declaration of function 'xf86GetPciVideoInfo'; did you mean 'xf86GetEntityInfo'? [-Wimplicit-function-declaration] 319 | if (xf86GetPciVideoInfo()) { | ^~~~~~~~~~~~~~~~~~~ | xf86GetEntityInfo rendition.c:320:17: warning: implicit declaration of function 'xf86MatchPciInstances' [-Wimplicit-function-declaration] 320 | numUsed=xf86MatchPciInstances(RENDITION_DRIVER_NAME, PCI_VENDOR_RENDITION, | ^~~~~~~~~~~~~~~~~~~~~ rendition.c:320:62: error: 'PCI_VENDOR_RENDITION' undeclared (first use in this function) 320 | 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] 334 | if ((pScrn = xf86ConfigPciEntity(pScrn, 0,usedChips[c], | ^~~~~~~~~~~~~~~~~~~ | xf86ConfigFbEntity rendition.c:334:24: warning: assignment to 'ScrnInfoPtr' {aka 'struct _ScrnInfoRec *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 334 | if ((pScrn = xf86ConfigPciEntity(pScrn, 0,usedChips[c], | ^ rendition.c: In function 'renditionPreInit': rendition.c:529:27: warning: implicit declaration of function 'xf86GetPciInfoForEntity' [-Wimplicit-function-declaration] 529 | pRendition->PciInfo = xf86GetPciInfoForEntity(pRendition->pEnt->index); | ^~~~~~~~~~~~~~~~~~~~~~~ rendition.c:530:25: warning: implicit declaration of function 'pciTag' [-Wimplicit-function-declaration] 530 | pRendition->pcitag= pciTag(pRendition->PciInfo->bus, | ^~~~~~ rendition.c:530:51: error: invalid type argument of '->' (have 'int') 530 | pRendition->pcitag= pciTag(pRendition->PciInfo->bus, | ^~ rendition.c:531:35: error: invalid type argument of '->' (have 'int') 531 | pRendition->PciInfo->device, pRendition->PciInfo->func); | ^~ rendition.c:531:64: error: invalid type argument of '->' (have 'int') 531 | pRendition->PciInfo->device, pRendition->PciInfo->func); | ^~ rendition.c:537:5: warning: implicit declaration of function 'xf86SetOperatingState' [-Wimplicit-function-declaration] 537 | xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); | ^~~~~~~~~~~~~~~~~~~~~ rendition.c:537:27: error: 'resVgaMem' undeclared (first use in this function) 537 | xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); | ^~~~~~~~~ rendition.c:537:63: error: 'ResUnusedOpr' undeclared (first use in this function) 537 | xf86SetOperatingState(resVgaMem, pRendition->pEnt->index, ResUnusedOpr); | ^~~~~~~~~~~~ rendition.c:539:9: warning: implicit declaration of function 'xf86RegisterResources' [-Wimplicit-function-declaration] 539 | if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive)) | ^~~~~~~~~~~~~~~~~~~~~ rendition.c:539:62: error: 'ResExclusive' undeclared (first use in this function) 539 | if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive)) | ^~~~~~~~~~~~ rendition.c:544:16: error: 'struct _ScrnInfoRec' has no member named 'racMemFlags' 544 | pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; | ^~ rendition.c:544:32: error: 'RAC_FB' undeclared (first use in this function) 544 | pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; | ^~~~~~ rendition.c:544:41: error: 'RAC_CURSOR' undeclared (first use in this function); did you mean 'RT_CURSOR'? 544 | pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; | ^~~~~~~~~~ | RT_CURSOR rendition.c:546:16: error: 'struct _ScrnInfoRec' has no member named 'racIoFlags' 546 | 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'? 546 | 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) 546 | pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; | ^~~~~~~~~~~~ rendition.c:61:27: error: invalid type argument of '->' (have 'int') 61 | # define DEVICE_ID(p) (p)->chipType | ^~ rendition.c:564:35: note: in expansion of macro 'DEVICE_ID' 564 | if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) { | ^~~~~~~~~ rendition.c:61:27: error: invalid type argument of '->' (have 'int') 61 | # define DEVICE_ID(p) (p)->chipType | ^~ rendition.c:636:27: note: in expansion of macro 'DEVICE_ID' 636 | if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) { | ^~~~~~~~~ rendition.c:666:23: error: invalid type argument of '->' (have 'int') 666 | + pRendition->PciInfo->ioBase[1] | ^~ rendition.c:673:58: error: invalid type argument of '->' (have 'int') 673 | pRendition->board.mem_base=(vu8 *)pRendition->PciInfo->memBase[0]; | ^~ rendition.c:696:28: error: invalid type argument of '->' (have 'int') 696 | pRendition->PciInfo->ioBase[1], | ^~ rendition.c:697:28: error: invalid type argument of '->' (have 'int') 697 | pRendition->PciInfo->memBase[0] | ^~ rendition.c:723:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 723 | 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) 1393 | mapOption = VIDMEM_FRAMEBUFFER; | ^~~~~~~~~~~~~~~~~~ rendition.c:1397:14: error: 'VIDMEM_MMIO' undeclared (first use in this function) 1397 | mapOption = VIDMEM_MMIO; | ^~~~~~~~~~~ rendition.c:1401:9: warning: implicit declaration of function 'xf86MapPciMem' [-Wimplicit-function-declaration] 1401 | xf86MapPciMem(pScreenInfo->scrnIndex, mapOption, | ^~~~~~~~~~~~~ rendition.c:1400:32: warning: assignment to 'vu8 *' {aka 'unsigned char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1400 | pRendition->board.vmem_base= | ^ rendition.c: In function 'renditionUnmapMem': rendition.c:1422:5: warning: implicit declaration of function 'xf86UnMapVidMem' [-Wimplicit-function-declaration] 1422 | xf86UnMapVidMem(pScreenInfo->scrnIndex, | ^~~~~~~~~~~~~~~ *** [rendition.lo] Error code 1 bmake[2]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src 4 errors bmake[2]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 1 error bmake[1]: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 1 error bmake: stopped in /home/pbulk/build/x11/xf86-video-rendition/work/xf86-video-rendition-4.2.7 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/x11/xf86-video-rendition *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/x11/xf86-video-rendition