pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/graphics/blender-lts
Hi,
blender-lts becomes broken for me in early January.
In December, it builds and works fine for my NetBSD/amd64-current.
I do not find why it becomes broken.
"Thomas Klausner" <wiz%netbsd.org@localhost> writes:
> Module Name: pkgsrc
> Committed By: wiz
> Date: Fri Jan 31 08:08:33 UTC 2025
>
> Modified Files:
> pkgsrc/graphics/blender-lts: Makefile
>
> Log Message:
> blender-lts: mark as BROKEN
>
> Hasn't built in over half a year, and despite BUILDLINK_TRANSFORM
> removing all kinds of -Werror, it still fails to build with a -Werror
> problem.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/blender-lts/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/graphics/blender-lts/Makefile
> diff -u pkgsrc/graphics/blender-lts/Makefile:1.51 pkgsrc/graphics/blender-lts/Makefile:1.52
> --- pkgsrc/graphics/blender-lts/Makefile:1.51 Sun Dec 29 15:09:49 2024
> +++ pkgsrc/graphics/blender-lts/Makefile Fri Jan 31 08:08:33 2025
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.51 2024/12/29 15:09:49 adam Exp $
> +# $NetBSD: Makefile,v 1.52 2025/01/31 08:08:33 wiz Exp $
>
> DISTNAME= blender-3.6.18
> PKGREVISION= 1
> @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
>
> USE_LANGUAGES= c c++
>
> +BROKEN= "Does not build due to -Werror problems, despite all the BUILDLINK_TRANSFORMS."
> +
> # GCC 11.0.0 or later is required.
> GCC_REQD+= 12
>
> @@ -50,8 +52,14 @@ CMAKE_CONFIGURE_ARGS+= -DPYTHON_VERSION=
> CMAKE_CONFIGURE_ARGS+= -DWITH_PYTHON_INSTALL_NUMPY=OFF
> CMAKE_CONFIGURE_ARGS+= -DWITH_PYTHON_INSTALL_REQUESTS=OFF
>
> -BUILDLINK_TRANSFORM+= rm:-Werror=float-conversion
> +BUILDLINK_TRANSFORM+= rm:-Wall
> +BUILDLINK_TRANSFORM+= rm:-Werror=conversion
> BUILDLINK_TRANSFORM+= rm:-Werror=double-conversion
> +BUILDLINK_TRANSFORM+= rm:-Werror=double-promotion
> +BUILDLINK_TRANSFORM+= rm:-Werror=float-conversion
> +BUILDLINK_TRANSFORM+= rm:-Werror=implicit-function-declaration
> +BUILDLINK_TRANSFORM+= rm:-Werror=return-type
> +BUILDLINK_TRANSFORM+= rm:-Werror=vla
>
> .include "../../graphics/MesaLib/buildlink3.mk"
> .if ${MESALIB_SUPPORTS_EGL} == "yes"
>
--
Ryo ONODERA // ryo%tetera.org@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
Home |
Main Index |
Thread Index |
Old Index