Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2023 18:54:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 269091] multimedia/mpv: Issues with Luajit-devel with other pkgs and error compiling  MPV default option
Message-ID:  <bug-269091-12827-ZueULwSanB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269091-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269091-12827-ZueULwSanB>