Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 11:35:54 +0300
From:      Gleb Popov <arrowd@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 410711a4baa1 - main - graphics/py-openimageio: Broken
Message-ID:  <CALH631kBSLe0mUyqzffKcYP-=VXRfxfzsUL9RtmPsqE4=b%2BRPA@mail.gmail.com>
In-Reply-To: <202405140823.44E8NJR8057394@gitrepo.freebsd.org>
References:  <202405140823.44E8NJR8057394@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 14, 2024 at 11:23=E2=80=AFAM Yuri Victorovich <yuri@freebsd.org=
> wrote:
>
> The branch main has been updated by yuri:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D410711a4baa10174d81bbbf6=
47e04e76b5e64a86
>
> commit 410711a4baa10174d81bbbf647e04e76b5e64a86
> Author:     Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2024-05-14 08:22:10 +0000
> Commit:     Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2024-05-14 08:23:17 +0000
>
>     graphics/py-openimageio: Broken
>
>     Reported by:    fallout
> ---
>  graphics/py-openimageio/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/M=
akefile
> index 90cf0342bb59..4d2e4eaf0dbd 100644
> --- a/graphics/py-openimageio/Makefile
> +++ b/graphics/py-openimageio/Makefile
> @@ -4,6 +4,8 @@ PKGNAMEPREFIX=3D  ${PYTHON_PKGNAMEPREFIX}
>
>  COMMENT=3D       OpenImageIO python bindings
>
> +BROKEN=3D                broken due to OpenVDB using undefined STL funct=
ion std::tuple_size_v, see https://github.com/AcademySoftwareFoundation/ope=
nvdb/issues/1814
> +

This is a C++17 thing. Maybe USES=3Dcompiler:c++14-lang should be
replaced with c++17 ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALH631kBSLe0mUyqzffKcYP-=VXRfxfzsUL9RtmPsqE4=b%2BRPA>