[Bug 282316] graphics/mesa-dri: fix build with clang 19

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Nov 2024 00:40:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282316

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=f093abad37cb6de91f71a72302b6591793ae5f52

commit f093abad37cb6de91f71a72302b6591793ae5f52
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-11-01 23:40:32 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-11-01 23:52:43 +0000

    graphics/mesa-libs: force rebuild on -CURRENT after 13d55b0eaa13

    $ glxgears
    Error: couldn't get an RGB, Double-buffered visual

    $ glmark2-wayland
    Error: eglGetDisplay() failed with error: 0x3000
    Error: main: Could not initialize canvas

    $ kmscube
    MESA-LOADER: failed to open iris: /usr/local/lib/libglapi.so.0: Unsupported
relocation type 36 in non-PLT relocations
     (search paths /usr/local/lib/dri, suffix _dri)
    MESA-LOADER: failed to open kms_swrast: /usr/local/lib/libglapi.so.0:
Unsupported relocation type 36 in non-PLT relocations
     (search paths /usr/local/lib/dri, suffix _dri)
    MESA-LOADER: failed to open swrast: /usr/local/lib/libglapi.so.0:
Unsupported relocation type 36 in non-PLT relocations
     (search paths /usr/local/lib/dri, suffix _dri)
    failed to initialize GBM

    PR:             282316

 graphics/mesa-libs/Makefile | 1 +
 1 file changed, 1 insertion(+)

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