From nobody Sun Feb 25 00:19:14 2024 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 4Tj4B25Rl7z5BtgY for ; Sun, 25 Feb 2024 00:19:22 +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 4Tj4B02hBCz4pXD for ; Sun, 25 Feb 2024 00:19:19 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp designates 153.125.133.21 as permitted sender) smtp.mailfrom=junchoon@dec.sakura.ne.jp Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 41P0JFgF001645 for ; Sun, 25 Feb 2024 09:19:15 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sun, 25 Feb 2024 09:19:14 +0900 From: Tomoaki AOKI To: ports@freebsd.org Subject: Re: Firefox failing at startup Message-Id: <20240225091914.f7e696f65a39375a1ac8a0e2@dec.sakura.ne.jp> In-Reply-To: References: <3951881.BtFdxlPPek@walrus.pepperland> <100530349.9BBdX1lBPE@walrus.pepperland> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.69 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.995]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4Tj4B02hBCz4pXD On Sat, 24 Feb 2024 19:57:50 +0000 Graham Perrin wrote: > On 14/02/2024 18:56, Stefan Ehmann wrote: > > … For the error 'Undefined symbol "sin"', there's an active discussion > > here: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021 > > > > … > > I was bitten with locally-built 123.0_3,2 on Thursday 22nd February, so > I reactivated a boot environment with 122.0.1_3,2. > > The more recent package from the FreeBSD repo for FreeBSD:15:amd64 is > not bugged. From /var/log/messages.0.bz2: > > Feb 23 14:43:12 mowa219-gjp4-zbook-freebsd pkg[8841]: firefox upgraded: > 122.0.1_3,2 -> 123.0,2 Even with the patch proposed at Bug 277021 applied? firefox-123.0_3,2 built and running fine for me with the patch applied. stable/14, amd64 at commit 81be5a55d9bb8717e280433cd8927dfe9bf9b814. CPUTYPE=haswell. -- Tomoaki AOKI