[Bug 269091] multimedia/mpv: Issues with Luajit-devel with other pkgs and error compiling MPV default option

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Jan 2023 18:54:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269091

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(multim |maintainer-feedback+
                   |edia@FreeBSD.org)           |

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
After ports 04a5d2f65e53 to use lang/luajit (instead of -devel) add
DEFAULT_VERSIONS += luajit=luajit to make.conf(5).

If you want binary packages to be compatible file a bug against
multimedia/obs-studio as it has different maintainer. Many ports already have
USES=luajit, so obs-studio is an outlier.

> ../video/out/vulkan/context_xlib.c:61:33: error: incomplete definition of type 'struct pl_vk_inst'
>     VkInstance inst = vk->vkinst->instance;
>                       ~~~~~~~~~~^
> ../video/out/vulkan/common.h:32:18: note: forward declaration of 'struct pl_vk_inst'
>     const struct pl_vk_inst *vkinst;
>                  ^

Partial upgrades are not supported. Make sure all dependencies are up-to-date
before trying to build the port. "struct pl_vk_inst" is defined in
graphics/libplacebo.

Alternatively, compare your build log against the package cluster:
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p9ed8e38cde84_sc52c98e69a/logs/mpv-0.35.0_6,1.log
https://pkg-status.freebsd.org/beefy16/data/131amd64-default/9ed8e38cde84/logs/mpv-0.35.0_6,1.log
https://pkg-status.freebsd.org/beefy6/data/123amd64-default/9ed8e38cde84/logs/mpv-0.35.0_6,1.log

If nothing helps you can just disable VULKAN option.

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