[Bug 255887] benchmarks/vkmark fails to build on aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 14 23:17:40 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255887

            Bug ID: 255887
           Summary: benchmarks/vkmark fails to build on aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich at FreeBSD.org
          Reporter: linimon at FreeBSD.org
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)
          Assignee: jbeich at FreeBSD.org

In benchmarks/vkmark/Makefile, we have:

 
DRM_BUILD_DEPENDS=${LOCALBASE}/include/vulkan/vulkan_intel.h:graphics/mesa-dri

and yet in graphics/mesa-dri/pkg-plist we have:

  %%INTEL_VDRIVER%%include/vulkan/vulkan_intel.h

and in graphics/mesa-dri/Makefile, we have:

  .if ${ARCH} == aarch64 [...]
  VULKAN_DRIVERS+=        AMD

I have no idea what the proper fix is here (if any).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list