From nobody Fri Aug 25 09:49:26 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 4RXFY63fSYz4r7LB; Fri, 25 Aug 2023 09:49:46 +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 4RXFY54dY1z4Fjq; Fri, 25 Aug 2023 09:49:45 +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 37P9nQUH090713; Fri, 25 Aug 2023 18:49:28 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 25 Aug 2023 18:49:26 +0900 From: Tomoaki AOKI To: Christoph Moench-Tegeder Cc: Christoph Moench-Tegeder , dev-commits-ports-main@freebsd.org, freebsd-ports@freebsd.org Subject: Re: git: d8a3e1d47a90 - main - www/firefox: update to 117.0 (rc1) Message-Id: <20230825184926.caab6d42021a6e28c1974be6@dec.sakura.ne.jp> In-Reply-To: References: <20230822234916.99067eee7bffb75a3ca34aea@dec.sakura.ne.jp> <20230823075340.7b567c42d4c077ff8e98c891@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: 4RXFY54dY1z4Fjq 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 Thu, 24 Aug 2023 15:18:36 +0200 Christoph Moench-Tegeder wrote: > ## Tomoaki AOKI (junchoon@dec.sakura.ne.jp): > > > There are some workarounds in about:config, but unfortunately I'm not > > sure what actually they were, and some of them are already switched to > > default or not. > > Given that there are no other reports of this, I still suspect a > local issue - whatever there might be in your profile, your desktop > environment, or even your builds (e.g. firefox does not always play > nice with partial upgrades, e.g. I've had my fair share of fun with > the graphics/Xorg stuff when there were mismatches between build > environment, installed and actually running versions) > Have you at least tried a clean (that is, new) profile? > > Regards, > Christoph > > -- > Spare Space Thanks! I've not tried clean profile yet this time. As I noticed rc2 is committed, I'll test with it (needs a fair amount of time, as I'm on the way to switch from stable/13 to stable/14). rc2 would be built while rebuilding all pkgs. And notably, the backed up libraries under /usr/local/lib/compat/pkg, which were built for stable/13 can be deleted or moved to elseware after updating. This means cleaner environmet. (Currently, I've not `make delete-old-libs` to keep email, browsing, and other jobs available while rebuilding pkgs with poudriere. Base is already updated and `make delete-old`, etcupdate and creating new poudriere jail for stable/14 are completed.) Rebuilding all ports with poudriere usually forces me 24 hour or more. Still on early stage. And then upgrading using them is needed. Regards. -- Tomoaki AOKI