=======================<phase: package >============================ ===> Building package for libdrm-2.4.74,1 pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/include/libdrm/vc4_gpq_defines.h: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_vc4.so: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_vc4.so.1: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_vc4.so.1.0.0: No such file or directory *** Error code 1 http://thunderx1.nyi.freebsd.org/data/110arm64-default/432006/logs/errors/libdrm-2.4.74,1.log http://thunderx1.nyi.freebsd.org/data/110arm64-default/431503/logs/libdrm-2.4.74,1.log
I'm impacted by this, too. It looks like comms/gnuradio depends on something that depends on graphics/libdrm.
$ make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: include/freedreno/freedreno_drmif.h Error: Orphaned: include/freedreno/freedreno_ringbuffer.h Error: Orphaned: include/libdrm/vc4_qpu_defines.h Error: Orphaned: lib/libdrm_freedreno.so Error: Orphaned: lib/libdrm_freedreno.so.1 Error: Orphaned: lib/libdrm_freedreno.so.1.0.0 Error: Orphaned: libdata/pkgconfig/libdrm_freedreno.pc ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: include/libdrm/vc4_gpq_defines.h Error: Missing: lib/libdrm_vc4.so Error: Missing: lib/libdrm_vc4.so.1 Error: Missing: lib/libdrm_vc4.so.1.0.0 ===> Error: Plist issues found. *** Error code 1
Created attachment 179254 [details] armv6 fix It's also broken on armv6: there is a typo arm6 -> armv6 and the plist is wrong. I'm attaching a patch that survives make check-plist / stage-qa on armv6. I will test on aarch64 soon.
A commit references this bug: Author: jbeich Date: Mon Jan 23 13:57:07 UTC 2017 New revision: 432219 URL: https://svnweb.freebsd.org/changeset/ports/432219 Log: graphics/libdrm: unbreak on armv6 + aarch64 PR: 216377 Submitted by: mikael.urankar@gmail.com Approved by: portmgr blanket Changes: head/graphics/libdrm/Makefile head/graphics/libdrm/pkg-plist