=> 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 libdrm-2.4.75
--- all ---
/usr/bin/make -s all-recursive
Making all in .
  CC       libdrm_la-xf86drm.lo
  CC       libdrm_la-xf86drmRandom.lo
  CC       libdrm_la-xf86drmHash.lo
  CC       libdrm_la-xf86drmSL.lo
xf86drm.c: In function 'drmGetMinorNameForFD':
xf86drm.c:2871:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (n == -1 || n >= sizeof(buf))
                      ^
xf86drm.c: In function 'drmParseSubsystemType':
xf86drm.c:2966:2: warning: #warning "Missing implementation of drmParseSubsystemType" [-Wcpp]
 #warning "Missing implementation of drmParseSubsystemType"
  ^
xf86drm.c: In function 'drmParsePciBusInfo':
xf86drm.c:3021:2: warning: #warning "Missing implementation of drmParsePciBusInfo" [-Wcpp]
 #warning "Missing implementation of drmParsePciBusInfo"
  ^
xf86drm.c: In function 'drmParsePciDeviceInfo':
xf86drm.c:3186:2: warning: #warning "Missing implementation of drmParsePciDeviceInfo" [-Wcpp]
 #warning "Missing implementation of drmParsePciDeviceInfo"
  ^
xf86drm.c: In function 'drmParseUsbBusInfo':
xf86drm.c:3368:2: warning: #warning "Missing implementation of drmParseUsbBusInfo" [-Wcpp]
 #warning "Missing implementation of drmParseUsbBusInfo"
  ^
xf86drm.c: In function 'drmParseUsbDeviceInfo':
xf86drm.c:3397:2: warning: #warning "Missing implementation of drmParseUsbDeviceInfo" [-Wcpp]
 #warning "Missing implementation of drmParseUsbDeviceInfo"
  ^
xf86drm.c: In function 'drmParsePlatformBusInfo':
xf86drm.c:3458:2: warning: #warning "Missing implementation of drmParsePlatformBusInfo" [-Wcpp]
 #warning "Missing implementation of drmParsePlatformBusInfo"
  ^
xf86drm.c: In function 'drmParsePlatformDeviceInfo':
xf86drm.c:3503:2: warning: #warning "Missing implementation of drmParsePlatformDeviceInfo" [-Wcpp]
 #warning "Missing implementation of drmParsePlatformDeviceInfo"
  ^
xf86drm.c: In function 'drmParseHost1xBusInfo':
xf86drm.c:3565:2: warning: #warning "Missing implementation of drmParseHost1xBusInfo" [-Wcpp]
 #warning "Missing implementation of drmParseHost1xBusInfo"
  ^
xf86drm.c: In function 'drmParseHost1xDeviceInfo':
xf86drm.c:3610:2: warning: #warning "Missing implementation of drmParseHost1xDeviceInfo" [-Wcpp]
 #warning "Missing implementation of drmParseHost1xDeviceInfo"
  ^
xf86drm.c: At top level:
xf86drm.c:551:20: warning: 'drmGetMinorName' defined but not used [-Wunused-function]
 static const char *drmGetMinorName(int type)
                    ^
  CC       libdrm_la-xf86drmMode.lo
  CCLD     libdrm.la
Making all in intel
  CC       intel_bufmgr.lo
  CC       intel_bufmgr_fake.lo
  CC       intel_bufmgr_gem.lo
  CC       intel_decode.lo
  CC       mm.lo
  CC       test_decode.o
  CCLD     libdrm_intel.la
  CCLD     test_decode
ld: warning: libdrm.so.3, needed by /data/scratch/x11/libdrm/work/.buildlink/lib/libdrm_intel.so, may conflict with libdrm.so.2
Making all in nouveau
  CC       nouveau.lo
  CC       pushbuf.lo
  CC       bufctx.lo
  CC       abi16.lo
  CCLD     libdrm_nouveau.la
Making all in radeon
  CC       radeon_bo_gem.lo
  CC       radeon_cs_space.lo
  CC       radeon_cs_gem.lo
  CC       radeon_bo.lo
  CC       radeon_cs.lo
  CC       radeon_surface.lo
  CCLD     libdrm_radeon.la
Making all in amdgpu
  CC       amdgpu_bo.lo
  CC       amdgpu_cs.lo
  CC       amdgpu_device.lo
  CC       amdgpu_gpu_info.lo
In file included from amdgpu_cs.c:41:0:
In function 'amdgpu_cs_unreference_sem':
amdgpu_internal.h:166:20: warning: inlining failed in call to 'update_references.part.0': call is unlikely and code size would grow [-Winline]
 static inline bool update_references(atomic_t *dst, atomic_t *src)
                    ^
cc1: warning: called from here [-Winline]
In function 'amdgpu_cs_signal_semaphore':
amdgpu_internal.h:166:20: warning: inlining failed in call to 'update_references.part.0': call is unlikely and code size would grow [-Winline]
 static inline bool update_references(atomic_t *dst, atomic_t *src)
                    ^
cc1: warning: called from here [-Winline]
  CC       amdgpu_vamgr.lo
  CC       util_hash.lo
  CC       util_hash_table.lo
  CCLD     libdrm_amdgpu.la
Making all in tests
Making all in util
  CC       libutil_la-kms.lo
  CC       libutil_la-format.lo
  CC       libutil_la-pattern.lo
  CCLD     libutil.la
Making all in kms
  CC       libkms-test-crtc.lo
  CC       libkms-test-device.lo
  CC       libkms-test-framebuffer.lo
  CC       libkms-test-plane.lo
  CC       libkms-test-screen.lo
  CC       kms-steal-crtc.o
  CC       kms-universal-planes.o
  CCLD     libkms-test.la
  CCLD     kms-universal-planes
  CCLD     kms-steal-crtc
Making all in modeprint
  CC       modeprint.o
modeprint.c: In function 'printProperty':
modeprint.c:129:4: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__u64' [-Wformat=]
    printf("\t\t%lld = %s\n", props->enums[j].value, props->enums[j].name);
    ^
modeprint.c:129:4: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__u64' [-Wformat=]
  CCLD     modeprint
modeprint.o: In function `main':
modeprint.c:(.text.startup+0x200): undefined reference to `drmModeGetConnectorCurrent'
--- modeprint ---
*** [modeprint] Error code 1

make[3]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75/tests/modeprint
1 error

make[3]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75/tests/modeprint
--- all-recursive ---
*** [all-recursive] Error code 1

make[2]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75/tests
1 error

make[2]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75/tests
--- all-recursive ---
*** [all-recursive] Error code 1

make[1]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75
1 error

make[1]: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75
*** [all] Error code 2

make: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75
1 error

make: stopped in /data/scratch/x11/libdrm/work/libdrm-2.4.75
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc-current/x11/libdrm
*** Error code 1

Stop.
make: stopped in /data/pkgsrc-current/x11/libdrm