Re: problem building gstreamer1-plugins-gl

From: George Mitchell <george+freebsd_at_m5p.com>
Date: Mon, 31 Oct 2022 22:29:43 UTC
On 10/31/22 18:00, Andy Farkas wrote:
> [apologies about mail format - forced to use outlook...ewwww]
> 
> I updated my 13.1-STABLE workstation, uninstalled gstreamer1* and went to
> rebuild ports (via portmaster)...
> 
> For me gstreamer1-plugins-dts won't build and fails with:
> 
>   Sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep".
> 
> Something funky going on..
> 
> -andyf
> 
> 
> -----Original Message-----
> From: owner-freebsd-ports@freebsd.org
> [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Robert Huff
> Sent: Tuesday, 1 November 2022 7:12 AM
> To: ports@freebsd.org
> Subject: problem building gstreamer1-plugins-gl
> 
> 
> 
> Hello:
> 	I recently updated a system to:
> 
> FreeBSD 14.0-CURRENT #0 main-f0a15aafcb
> Mon Oct 31 08:19:54 EDT 2022
> amd64
> 
> 	and am rebuilding ports.
> 	Pursuant to ports/UPDATING, I deleted everything gstreamer1 and
> started over; many things build fine, but gstreamer1-plugins-gl fails
> to build, reporting:
> 
> Dependency (anonymous) from subproject subprojects/gl-headers found: YES
> 2019.1.0
> Run-time dependency opengl found: YES 4.5
> Run-time dependency glx found: YES 1.4
> Run-time dependency glesv2 found: YES 3.2
> Has header "GLES3/gl3.h" with dependency glesv2: YES
> Has header "GLES3/gl3ext.h" with dependency glesv2: YES
> Run-time dependency egl found: YES 1.5
> Has header "EGL/egl.h" with dependency egl: YES
> Has header "EGL/eglext.h" with dependency egl: YES
> Has header "libdrm/drm_fourcc.h" : YES
> 
> gst-libs/gst/gl/meson.build:558:6: ERROR: Unknown variable "allocators_dep".
> 
> 	The full log is available on rewuest.
> 	<insert "kicked in the head by a mule" look>
> 	What did I do wrong?  More importantly - how do I fix it?
> 
> 
> 			Respectfully,
> 
> 
> 				Robert Huff
> 
> 
There are some hack workarounds that sometimes work listed in bugs
267100 and 267132, but there doesn't seem to be an actual fix yet.
-- George