Skip to content

Commit

Permalink
graphics/mesa-devel: unbreak on aarch64 after b7e360b
Browse files Browse the repository at this point in the history
In file included from ../src/panfrost/lib/pan_bo.c:31:
./include/drm-uapi/panfrost_drm.h:239:2: error: unknown type name '__le32'
        __le32 magic;
        ^
./include/drm-uapi/panfrost_drm.h:240:2: error: unknown type name '__le32'
        __le32 type;
        ^
./include/drm-uapi/panfrost_drm.h:241:2: error: unknown type name '__le32'
        __le32 file_size;
        ^
./include/drm-uapi/panfrost_drm.h:242:2: error: unknown type name '__le32'
        __le32 file_offset;
        ^
./include/drm-uapi/panfrost_drm.h:246:4: error: unknown type name '__le64'
                        __le64 jc;
                        ^
./include/drm-uapi/panfrost_drm.h:247:4: error: unknown type name '__le32'
                        __le32 gpu_id;
                        ^
./include/drm-uapi/panfrost_drm.h:248:4: error: unknown type name '__le32'
                        __le32 major;
                        ^
./include/drm-uapi/panfrost_drm.h:249:4: error: unknown type name '__le32'
                        __le32 minor;
                        ^
./include/drm-uapi/panfrost_drm.h:250:4: error: unknown type name '__le64'
                        __le64 nbos;
                        ^
./include/drm-uapi/panfrost_drm.h:254:4: error: unknown type name '__le32'
                        __le32 valid;
                        ^
./include/drm-uapi/panfrost_drm.h:255:4: error: unknown type name '__le64'
                        __le64 iova;
                        ^
./include/drm-uapi/panfrost_drm.h:256:4: error: unknown type name '__le32'
                        __le32 data[2];
                        ^
./include/drm-uapi/panfrost_drm.h:264:3: error: unknown type name '__le32'
                __le32 sizer[496];
                ^
./include/drm-uapi/panfrost_drm.h:270:2: error: unknown type name '__le32'
        __le32 reg;
        ^
./include/drm-uapi/panfrost_drm.h:271:2: error: unknown type name '__le32'
        __le32 value;
        ^

Reported by:	pkg-fallout
  • Loading branch information
jbeich committed Sep 13, 2022
1 parent 8b2714a commit beb133a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/mesa-devel/Makefile
Expand Up @@ -56,6 +56,7 @@ OPTIONS_GROUP_VULKAN= anv hasvk radv
OPTIONS_EXCLUDE_DragonFly= LIBUNWIND anv hasvk
OPTIONS_EXCLUDE_i386= LTO # anv: vkcube fails on vkCreateSwapchainKHR
OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # https://github.com/llvm/llvm-project/issues/46697
OPTIONS_EXCLUDE+= panfrost # https://gitlab.freedesktop.org/mesa/mesa/-/issues/7252
OPTIONS_EXCLUDE+= ${ARCH:Naarch64:C/.+/panfrost/}
OPTIONS_EXCLUDE+= ${ARCH:Namd64:Ni386:Nx86_64:C/.+/anv crocus hasvk iris/}
OPTIONS_EXCLUDE+= ${ARCH:Naarch64:Namd64:Ni386:Npowerpc64:Npowerpc64le:Nx86_64:C/.+/LIBUNWIND/}
Expand Down

0 comments on commit beb133a

Please sign in to comment.