From nobody Wed Oct 26 23:54:44 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MyQf01wYDz4gS5d for ; Wed, 26 Oct 2022 23:54:48 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from p-impout001.msg.pkvw.co.charter.net (p-impout010aa.msg.pkvw.co.charter.net [47.43.26.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MyQdz22Lrz4MZm for ; Wed, 26 Oct 2022 23:54:46 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from [192.168.3.3] ([45.47.48.206]) by cmsmtp with ESMTP id nqEOoIsZL0fWanqEOoelMK; Wed, 26 Oct 2022 23:54:45 +0000 X-Authority-Analysis: v=2.4 cv=HrZlpmfS c=1 sm=1 tr=0 ts=6359c8c5 a=ruaaDXaRuXP5Fcuwt/2sFA==:117 a=ruaaDXaRuXP5Fcuwt/2sFA==:17 a=IkcTkHD0fZMA:10 a=6I5d2MoRAAAA:8 a=i7kGpv7Vln-k-gbxL-EA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 Message-ID: <2e0ddf7b-7346-4f3f-ae58-d11425e13742@twcny.rr.com> Date: Wed, 26 Oct 2022 18:54:44 -0500 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: Updating multimedia/gstreamer1-* Content-Language: en-US To: ports@freebsd.org References: <20221017202837.c1d35c7b0bd5edaccbe3812d@3dresearch.com> <35bm-ar41-wny@FreeBSD.org> <20221018122241.2f5ff1e3249a1642b964200e@3dresearch.com> From: monochrome In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfFHRoamnkH4ouoDGJgQEte/BZmg15u4hRi4fgbsvLConhOYYaKDYzcf3nHxmcjHfDKd1btdU9QkYcfZLq/bABESZbEoA9qJp/NM2M/XvppHYHR2yT0wk R/L7H2WI20um5Szh2wWmYhhM96AWjX85D7SAuNdRt8LWr/9qgpSSTVeYPYELmFOo5DWB+uBaqdB62g== X-Rspamd-Queue-Id: 4MyQdz22Lrz4MZm X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of monochrome@twcny.rr.com designates 47.43.26.141 as permitted sender) smtp.mailfrom=monochrome@twcny.rr.com X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[rr.com]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N Yes hello I have been watching the various bugs listed on bugzilla, I got that fix from the gstreamer1-plugins-gl bug page. It all seems like a mishmash of random fixes that work or don't for different people, obviously depending on what plugins they have and why. But I have had no positive results other than gstreamer1-plugins-gl, which I rolled back and removed to wait for an actual update. I'm just wondering if everyone is aware that there is some larger problem with all of these and that its piling up and meanwhile we still have half broken systems for a week and a half. On 10/26/22 12:45, George Mitchell wrote: > On 10/25/22 23:08, monochrome wrote: >> is anything happening with this? this suggestion did not work for me. >> I have 4 packages that I couldn't reinstall during that update a week >> and a half ago, and now they are holding up other larger updates like >> qt5-webkit and webkit2-gtk3 >> >> gstreamer1-plugins-core >> gstreamer1-plugins-dts >> gstreamer1-plugins-gl >> gstreamer1-plugins-resindvd >> >> adding: >> MESON_ARGS+= -Dallocators=enabled >> to the end of /usr/ports/graphics/gstreamer1-plugins-gl/Makefile >> worked for gstreamer1-plugins-gl, but not the others >> [...] > > I'm adding the info from this message to bug 267132, since with this > change I can now get gstreamer1 compiled.  Have you seen the other > workarounds found in that bug? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132 > > (Also I CC'd you on the bug.) > > -- George > >