From nobody Wed Oct 26 03:08:36 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 4Mxv075kg7z4gr85 for ; Wed, 26 Oct 2022 03:08:39 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from p-impout001.msg.pkvw.co.charter.net (p-impout001aa.msg.pkvw.co.charter.net [47.43.26.132]) (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 4Mxv064hwXz3G5F for ; Wed, 26 Oct 2022 03:08:38 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from [192.168.3.3] ([45.47.48.206]) by cmsmtp with ESMTP id nWmSoVAFq4DCtnWmSo2Mhx; Wed, 26 Oct 2022 03:08:37 +0000 X-Authority-Analysis: v=2.4 cv=GtZRR25C c=1 sm=1 tr=0 ts=6358a4b5 a=ruaaDXaRuXP5Fcuwt/2sFA==:117 a=ruaaDXaRuXP5Fcuwt/2sFA==:17 a=IkcTkHD0fZMA:10 a=6I5d2MoRAAAA:8 a=O1tKSNBaAAAA:8 a=qOADKQvoEWmwTBrSVOgA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 a=2Sp242GHURr_vopBO5rO:22 Message-ID: Date: Tue, 25 Oct 2022 22:08:36 -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.0 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: <20221018122241.2f5ff1e3249a1642b964200e@3dresearch.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfDXyIHYD9WGSgfYmqdlyYTTVCdmizowUCYB+kTol426aZ6FFx+tuZaBwGqzRRW/zSpnk4oVVdUMMp9GP0IsFH3fe2OKu682BYqrApB601jIXFUHTpVsk wWxkHPTDc4IxjQc1SgxO4gcNN83MugTRQcCHn6KYUXu3YZPwEZa68Z1oVYnl8p7rQR3ONnLqHO0Apw== X-Rspamd-Queue-Id: 4Mxv064hwXz3G5F 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.132 as permitted sender) smtp.mailfrom=monochrome@twcny.rr.com X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; 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)[]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; 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 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 On 10/18/22 11:22, Janos Dohanics wrote: > On Tue, 18 Oct 2022 02:54:22 +0200 > Jan Beich wrote: > >> Janos Dohanics writes: >> >>> sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable >>> "gstcodecs_dep". >> >> See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132 > > Thank you for the pointer, deleting the package multimedia/v4l_compat > solved the problem for me. >