=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xf86-video-tdfx-1.4.7 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- tdfx_accel.lo --- --- tdfx_dga.lo --- --- tdfx_driver.lo --- --- tdfx_hwcurs.lo --- --- tdfx_accel.lo --- CC tdfx_accel.lo --- tdfx_driver.lo --- CC tdfx_driver.lo --- tdfx_dga.lo --- CC tdfx_dga.lo --- tdfx_hwcurs.lo --- CC tdfx_hwcurs.lo --- tdfx_io.lo --- CC tdfx_io.lo --- tdfx_priv.lo --- CC tdfx_priv.lo --- tdfx_sli.lo --- CC tdfx_sli.lo --- tdfx_video.lo --- CC tdfx_video.lo --- tdfx_dri.lo --- CC tdfx_dri.lo tdfx_dri.c:22:10: error: unknown type name 'DRIContextType' DRIContextType contextStore); ^ tdfx_dri.c:24:11: error: unknown type name 'DRIContextType' DRIContextType contextStore); ^ tdfx_dri.c:25:51: error: unknown type name 'DRISyncType' static void TDFXDRISwapContext(ScreenPtr pScreen, DRISyncType syncType, ^ tdfx_dri.c:26:11: error: unknown type name 'DRIContextType' DRIContextType readContextType, ^ tdfx_dri.c:28:11: error: unknown type name 'DRIContextType' DRIContextType writeContextType, ^ tdfx_dri.c: In function 'TDFXInitVisualConfigs': tdfx_dri.c:236:8: error: 'struct _TDFXRec' has no member named 'numVisualConfigs' pTDFX->numVisualConfigs = numConfigs; ^ tdfx_dri.c:237:8: error: 'struct _TDFXRec' has no member named 'pVisualConfigs' pTDFX->pVisualConfigs = pConfigs; ^ tdfx_dri.c:238:8: error: 'struct _TDFXRec' has no member named 'pVisualConfigsPriv' pTDFX->pVisualConfigsPriv = pTDFXConfigs; ^ tdfx_dri.c: In function 'TDFXDoWakeupHandler': tdfx_dri.c:250:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->wrap.WakeupHandler = pTDFX->coreWakeupHandler; ^ tdfx_dri.c:251:10: error: 'struct _TDFXRec' has no member named 'pDRIInfo' (*pTDFX->pDRIInfo->wrap.WakeupHandler) (WAKEUPHANDLER_ARGS); ^ tdfx_dri.c:252:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->wrap.WakeupHandler = TDFXDoWakeupHandler; ^ tdfx_dri.c: In function 'TDFXDoBlockHandler': tdfx_dri.c:267:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->wrap.BlockHandler = pTDFX->coreBlockHandler; ^ tdfx_dri.c:268:10: error: 'struct _TDFXRec' has no member named 'pDRIInfo' (*pTDFX->pDRIInfo->wrap.BlockHandler) (BLOCKHANDLER_ARGS); ^ tdfx_dri.c:269:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->wrap.BlockHandler = TDFXDoBlockHandler; ^ tdfx_dri.c: In function 'TDFXDRIScreenInit': tdfx_dri.c:277:3: error: unknown type name 'DRIInfoPtr' DRIInfoPtr pDRIInfo; ^ tdfx_dri.c:320:5: warning: implicit declaration of function 'DRIQueryVersion' [-Wimplicit-function-declaration] DRIQueryVersion(&major, &minor, &patch); ^ tdfx_dri.c:321:18: error: 'DRIINFO_MAJOR_VERSION' undeclared (first use in this function) if (major != DRIINFO_MAJOR_VERSION || minor < DRIINFO_MINOR_VERSION) { ^ tdfx_dri.c:321:18: note: each undeclared identifier is reported only once for each function it appears in tdfx_dri.c:321:51: error: 'DRIINFO_MINOR_VERSION' undeclared (first use in this function) if (major != DRIINFO_MAJOR_VERSION || minor < DRIINFO_MINOR_VERSION) { ^ tdfx_dri.c:332:3: warning: implicit declaration of function 'DRICreateInfoRec' [-Wimplicit-function-declaration] pDRIInfo = DRICreateInfoRec(); ^ tdfx_dri.c:339:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo = pDRIInfo; ^ tdfx_dri.c:341:11: error: invalid type argument of '->' (have 'int') pDRIInfo->drmDriverName = TDFXKernelDriverName; ^ tdfx_dri.c:342:11: error: invalid type argument of '->' (have 'int') pDRIInfo->clientDriverName = TDFXClientDriverName; ^ tdfx_dri.c:344:13: error: invalid type argument of '->' (have 'int') pDRIInfo->busIdString = DRICreatePCIBusID(pTDFX->PciInfo[0]); ^ tdfx_dri.c:344:5: warning: implicit declaration of function 'DRICreatePCIBusID' [-Wimplicit-function-declaration] pDRIInfo->busIdString = DRICreatePCIBusID(pTDFX->PciInfo[0]); ^ tdfx_dri.c:356:11: error: invalid type argument of '->' (have 'int') pDRIInfo->ddxDriverMajorVersion = TDFX_MAJOR_VERSION; ^ tdfx_dri.c:357:11: error: invalid type argument of '->' (have 'int') pDRIInfo->ddxDriverMinorVersion = TDFX_MINOR_VERSION; ^ tdfx_dri.c:358:11: error: invalid type argument of '->' (have 'int') pDRIInfo->ddxDriverPatchVersion = TDFX_PATCHLEVEL; ^ tdfx_dri.c:359:11: error: invalid type argument of '->' (have 'int') pDRIInfo->frameBufferPhysicalAddress = (pointer) pTDFX->LinearAddr[0]; ^ tdfx_dri.c:360:11: error: invalid type argument of '->' (have 'int') pDRIInfo->frameBufferSize = pTDFX->FbMapSize; ^ tdfx_dri.c:361:11: error: invalid type argument of '->' (have 'int') pDRIInfo->frameBufferStride = pTDFX->stride; ^ tdfx_dri.c:362:11: error: invalid type argument of '->' (have 'int') pDRIInfo->ddxDrawableTableEntry = TDFX_MAX_DRAWABLES; ^ tdfx_dri.c:364:37: error: invalid type argument of '->' (have 'int') pTDFX->coreBlockHandler = pDRIInfo->wrap.BlockHandler; ^ tdfx_dri.c:365:11: error: invalid type argument of '->' (have 'int') pDRIInfo->wrap.BlockHandler = TDFXDoBlockHandler; ^ tdfx_dri.c:366:38: error: invalid type argument of '->' (have 'int') pTDFX->coreWakeupHandler = pDRIInfo->wrap.WakeupHandler; ^ tdfx_dri.c:367:11: error: invalid type argument of '->' (have 'int') pDRIInfo->wrap.WakeupHandler = TDFXDoWakeupHandler; ^ tdfx_dri.c:369:7: error: 'SAREA_MAX_DRAWABLES' undeclared (first use in this function) if (SAREA_MAX_DRAWABLES < TDFX_MAX_DRAWABLES) ^ tdfx_dri.c:370:13: error: invalid type argument of '->' (have 'int') pDRIInfo->maxDrawableTableEntry = SAREA_MAX_DRAWABLES; ^ tdfx_dri.c:372:13: error: invalid type argument of '->' (have 'int') pDRIInfo->maxDrawableTableEntry = TDFX_MAX_DRAWABLES; ^ tdfx_dri.c:385:14: error: 'XF86DRISAREARec' undeclared (first use in this function) if (sizeof(XF86DRISAREARec)+sizeof(TDFXSAREAPriv)>SAREA_MAX) { ^ tdfx_dri.c:385:53: error: 'SAREA_MAX' undeclared (first use in this function) if (sizeof(XF86DRISAREARec)+sizeof(TDFXSAREAPriv)>SAREA_MAX) { ^ tdfx_dri.c:389:11: error: invalid type argument of '->' (have 'int') pDRIInfo->SAREASize = SAREA_MAX; ^ tdfx_dri.c:395:5: warning: implicit declaration of function 'DRIDestroyInfoRec' [-Wimplicit-function-declaration] DRIDestroyInfoRec(pTDFX->pDRIInfo); ^ tdfx_dri.c:395:28: error: 'struct _TDFXRec' has no member named 'pDRIInfo' DRIDestroyInfoRec(pTDFX->pDRIInfo); ^ tdfx_dri.c:396:10: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo=0; ^ tdfx_dri.c:399:11: error: invalid type argument of '->' (have 'int') pDRIInfo->devPrivate = pTDFXDRI; ^ tdfx_dri.c:400:11: error: invalid type argument of '->' (have 'int') pDRIInfo->devPrivateSize = sizeof(TDFXDRIRec); ^ tdfx_dri.c:401:11: error: invalid type argument of '->' (have 'int') pDRIInfo->contextSize = sizeof(TDFXDRIContextRec); ^ tdfx_dri.c:403:11: error: invalid type argument of '->' (have 'int') pDRIInfo->CreateContext = TDFXCreateContext; ^ tdfx_dri.c:403:29: error: 'TDFXCreateContext' undeclared (first use in this function) pDRIInfo->CreateContext = TDFXCreateContext; ^ tdfx_dri.c:404:11: error: invalid type argument of '->' (have 'int') pDRIInfo->DestroyContext = TDFXDestroyContext; ^ tdfx_dri.c:404:30: error: 'TDFXDestroyContext' undeclared (first use in this function) pDRIInfo->DestroyContext = TDFXDestroyContext; ^ tdfx_dri.c:405:11: error: invalid type argument of '->' (have 'int') pDRIInfo->SwapContext = TDFXDRISwapContext; ^ tdfx_dri.c:405:27: error: 'TDFXDRISwapContext' undeclared (first use in this function) pDRIInfo->SwapContext = TDFXDRISwapContext; ^ tdfx_dri.c:406:11: error: invalid type argument of '->' (have 'int') pDRIInfo->InitBuffers = TDFXDRIInitBuffers; ^ tdfx_dri.c:407:11: error: invalid type argument of '->' (have 'int') pDRIInfo->MoveBuffers = TDFXDRIMoveBuffers; ^ tdfx_dri.c:408:11: error: invalid type argument of '->' (have 'int') pDRIInfo->OpenFullScreen = TDFXDRIOpenFullScreen; ^ tdfx_dri.c:409:11: error: invalid type argument of '->' (have 'int') pDRIInfo->CloseFullScreen = TDFXDRICloseFullScreen; ^ tdfx_dri.c:410:11: error: invalid type argument of '->' (have 'int') pDRIInfo->TransitionTo2d = TDFXDRITransitionTo2d; ^ tdfx_dri.c:411:11: error: invalid type argument of '->' (have 'int') pDRIInfo->TransitionTo3d = TDFXDRITransitionTo3d; ^ tdfx_dri.c:412:11: error: invalid type argument of '->' (have 'int') pDRIInfo->bufferRequests = DRI_ALL_WINDOWS; ^ tdfx_dri.c:412:30: error: 'DRI_ALL_WINDOWS' undeclared (first use in this function) pDRIInfo->bufferRequests = DRI_ALL_WINDOWS; ^ tdfx_dri.c:414:11: error: invalid type argument of '->' (have 'int') pDRIInfo->createDummyCtx = FALSE; ^ tdfx_dri.c:415:11: error: invalid type argument of '->' (have 'int') pDRIInfo->createDummyCtxPriv = FALSE; ^ tdfx_dri.c:417:3: warning: implicit declaration of function 'DRIScreenInit' [-Wimplicit-function-declaration] if (!DRIScreenInit(pScreen, pDRIInfo, &pTDFX->drmSubFD)) { ^ tdfx_dri.c:417:47: error: 'struct _TDFXRec' has no member named 'drmSubFD' if (!DRIScreenInit(pScreen, pDRIInfo, &pTDFX->drmSubFD)) { ^ tdfx_dri.c:418:18: error: invalid type argument of '->' (have 'int') free(pDRIInfo->devPrivate); ^ tdfx_dri.c:419:13: error: invalid type argument of '->' (have 'int') pDRIInfo->devPrivate=0; ^ tdfx_dri.c:420:28: error: 'struct _TDFXRec' has no member named 'pDRIInfo' DRIDestroyInfoRec(pTDFX->pDRIInfo); ^ tdfx_dri.c:421:10: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo=0; ^ tdfx_dri.c:430:49: error: 'struct _TDFXRec' has no member named 'drmSubFD' drmVersionPtr version = drmGetVersion(pTDFX->drmSubFD); ^ tdfx_dri.c:451:22: error: 'struct _TDFXRec' has no member named 'drmSubFD' if (drmAddMap(pTDFX->drmSubFD, (drm_handle_t)pTDFX->MMIOAddr[0], ^ tdfx_dri.c: In function 'TDFXDRICloseScreen': tdfx_dri.c:476:3: warning: implicit declaration of function 'DRICloseScreen' [-Wimplicit-function-declaration] DRICloseScreen(pScreen); ^ tdfx_dri.c:478:12: error: 'struct _TDFXRec' has no member named 'pDRIInfo' if (pTDFX->pDRIInfo) { ^ tdfx_dri.c:479:14: error: 'struct _TDFXRec' has no member named 'pDRIInfo' if (pTDFX->pDRIInfo->devPrivate) { ^ tdfx_dri.c:480:17: error: 'struct _TDFXRec' has no member named 'pDRIInfo' free(pTDFX->pDRIInfo->devPrivate); ^ tdfx_dri.c:481:12: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->devPrivate=0; ^ tdfx_dri.c:483:28: error: 'struct _TDFXRec' has no member named 'pDRIInfo' DRIDestroyInfoRec(pTDFX->pDRIInfo); ^ tdfx_dri.c:484:10: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo=0; ^ tdfx_dri.c:486:12: error: 'struct _TDFXRec' has no member named 'pVisualConfigs' if (pTDFX->pVisualConfigs) free(pTDFX->pVisualConfigs); ^ tdfx_dri.c:486:40: error: 'struct _TDFXRec' has no member named 'pVisualConfigs' if (pTDFX->pVisualConfigs) free(pTDFX->pVisualConfigs); ^ tdfx_dri.c:487:12: error: 'struct _TDFXRec' has no member named 'pVisualConfigsPriv' if (pTDFX->pVisualConfigsPriv) free(pTDFX->pVisualConfigsPriv); ^ tdfx_dri.c:487:44: error: 'struct _TDFXRec' has no member named 'pVisualConfigsPriv' if (pTDFX->pVisualConfigsPriv) free(pTDFX->pVisualConfigsPriv); ^ tdfx_dri.c: At top level: tdfx_dri.c:493:5: error: unknown type name 'DRIContextType' DRIContextType contextStore) ^ tdfx_dri.c:500:6: error: unknown type name 'DRIContextType' DRIContextType contextStore) ^ tdfx_dri.c: In function 'TDFXDRIFinishScreenInit': tdfx_dri.c:511:8: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFX->pDRIInfo->driverSwapMethod = DRI_HIDE_X_CONTEXT; ^ tdfx_dri.c:511:39: error: 'DRI_HIDE_X_CONTEXT' undeclared (first use in this function) pTDFX->pDRIInfo->driverSwapMethod = DRI_HIDE_X_CONTEXT; ^ tdfx_dri.c:513:29: error: 'struct _TDFXRec' has no member named 'pDRIInfo' pTDFXDRI=(TDFXDRIPtr)pTDFX->pDRIInfo->devPrivate; ^ tdfx_dri.c:531:40: error: 'XF86DRISAREARec' undeclared (first use in this function) pTDFXDRI->sarea_priv_offset = sizeof(XF86DRISAREARec); ^ tdfx_dri.c:532:3: warning: implicit declaration of function 'DRIFinishScreenInit' [-Wimplicit-function-declaration] return DRIFinishScreenInit(pScreen); ^ tdfx_dri.c: At top level: tdfx_dri.c:536:39: error: unknown type name 'DRISyncType' TDFXDRISwapContext(ScreenPtr pScreen, DRISyncType syncType, ^ tdfx_dri.c:537:6: error: unknown type name 'DRIContextType' DRIContextType oldContextType, void *oldContext, ^ tdfx_dri.c:538:6: error: unknown type name 'DRIContextType' DRIContextType newContextType, void *newContext) ^ *** [tdfx_dri.lo] Error code 1 make[2]: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7/src 1 error make[2]: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7/src *** [all-recursive] Error code 1 make[1]: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7 1 error make[1]: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7 *** [all] Error code 2 make: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7 1 error make: stopped in /data/scratch/x11/xf86-video-tdfx/work/xf86-video-tdfx-1.4.7 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc-current/x11/xf86-video-tdfx *** Error code 1 Stop. make: stopped in /data/pkgsrc-current/x11/xf86-video-tdfx