From nobody Wed Oct 26 17:45:20 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 4MyGRr73nqz4gmSG for ; Wed, 26 Oct 2022 17:45:28 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "m5p.com", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MyGRr1DPsz3fm0 for ; Wed, 26 Oct 2022 17:45:28 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [IPV6:2001:470:1f07:15ff::26] (court.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:26]) (authenticated bits=0) by mailhost.m5p.com (8.16.1/8.15.2) with ESMTPSA id 29QHjKv0011816 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 26 Oct 2022 13:45:26 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: Date: Wed, 26 Oct 2022 13:45:20 -0400 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.3.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: George Mitchell In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=10.0 tests=HELO_NO_DOMAIN,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on mattapan.m5p.com X-Rspamd-Queue-Id: 4MyGRr1DPsz3fm0 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of george+freebsd@m5p.com designates 74.104.188.4 as permitted sender) smtp.mailfrom=george+freebsd@m5p.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)[+a]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; DMARC_NA(0.00)[m5p.com]; ASN(0.00)[asn:701, ipnet:74.104.0.0/16, country:US]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TAGGED_FROM(0.00)[freebsd] X-ThisMailContainsUnwantedMimeParts: N 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