From nobody Sat Aug 26 08:27:23 2023 X-Original-To: dev-commits-ports-main@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 4RXqgw6G5nz4rTGZ; Sat, 26 Aug 2023 08:27:40 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RXqgw2Dfmz3fcn; Sat, 26 Aug 2023 08:27:39 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 37Q8ROFP048612; Sat, 26 Aug 2023 17:27:24 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 26 Aug 2023 17:27:23 +0900 From: Tomoaki AOKI To: Christoph Moench-Tegeder Cc: Christoph Moench-Tegeder , Jan Beich , dev-commits-ports-main@freebsd.org, freebsd-ports@freebsd.org Subject: Re: git: d8a3e1d47a90 - main - www/firefox: update to 117.0 (rc1) Message-Id: <20230826172723.6cd8ca26c459c09e9580133e@dec.sakura.ne.jp> In-Reply-To: References: <20230822234916.99067eee7bffb75a3ca34aea@dec.sakura.ne.jp> <20230823075340.7b567c42d4c077ff8e98c891@dec.sakura.ne.jp> <20230825184926.caab6d42021a6e28c1974be6@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.2) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4RXqgw2Dfmz3fcn X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] On Fri, 25 Aug 2023 21:36:06 +0200 Christoph Moench-Tegeder wrote: > ## Tomoaki AOKI (junchoon@dec.sakura.ne.jp): > > > And notably, the backed up libraries under /usr/local/lib/compat/pkg, > > And I guess we found the issue right here: libs in compat/pkg only > keep improperly updated software alive and lead to all kinds of > funny stuff like multiple or surprisingly outdated versions of some > libs in one process, ultimatively resulting in unexpected behaviour > including crashes. I've already lost too much life time with that, > put an end to that before it's too late for you, too. > Anyways, I'm never touching that construct again. > > Regards, > Christoph > > -- > Spare Space I hope so, too. One thing I'm confused is that why previous (and yet former) versions worked OK, but suddenly crashed at 117. Unfortunately, rebuilding pkgs is blocked by buld faulure of x11/libinput, just the same as reported by Bug 273354 [1]. (CC'ing jbeich@ for this. 1.24.0 is still broken.) I'm holding updating working environment until this is fixed and blocked ports finishes creating pkgs on poudriere. So I still cannot `make delete-old-libs` and removing contents under /usr/local/lib/compat/pkg. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273354 Regards. -- Tomoaki AOKI