From nobody Fri May 30 14:14:44 2025 X-Original-To: current@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 4b84xr2J6nz5xk6p for ; Fri, 30 May 2025 14:14:56 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (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 ECDSA (secp384r1) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4b84xq5HCbz3KXh for ; Fri, 30 May 2025 14:14:55 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Fri, 30 May 2025 16:14:44 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1748621682; bh=qaHW26hkuwtnnhXynr7Q6epx/HE2tTjoVnJbgfEltAM=; h=Date:Message-ID:From:To:Cc:Subject:MIME-Version:Content-Type; b=gid4ovvZqqCQFLKCKimnfBe15DxOb7p/d/UW7piOPaljVY0T00VNEPczv/eFhttkH FArTWgU/aMJlYvSb8pqTdAcnK4KGtzd7zn32SE5jNY268GBWDN/cYwYi7RvUba9Vxi oxy/ensDkmZOv2dpYGtFvutykC1KeSPWaGwvzghVplzd7IYRVA1YWLOQrAjqpKeP3h EFnzOKUFweHXup6HfVNcLZxYb/AQjaRvbcvX/Aa9W64GV1U5p4GCvRdOr37bGPopqW KQ7bO3cf4DuVRx6hcShZcutUDk9IxsG2th4Rd/gpNcPCCfLjjHV1qi3ByOHVXO4DMo cE7T8geyQUPgw== Message-ID: <87jz5y2njf.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: Konstantin Belousov Cc: current@freebsd.org Subject: Re: Building lang/go* and go ports broken on main (amd64)? In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.1 Mule/6.0 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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:24940, ipnet:94.130.0.0/16, country:DE] X-Rspamd-Queue-Id: 4b84xq5HCbz3KXh X-Spamd-Bar: ---- On Fri, 30 May 2025 13:32:27 +0200, Konstantin Belousov wrote: > > On Fri, May 30, 2025 at 09:36:39AM +0200, Herbert J. Skuhra wrote: > > Hi, > > > > building lang/go (e.g. 1.24) and go ports (e.g. aerc, netbird) on main > > (amd64) fails with: fatal: bad g in signal handler. > > Arm64 seems to be OK. > > I might have a guess. Try the following untested patch, you need to rebuild > at least kernel, but ideally both kernel and userspace. Also it is amd64-only. Thanks a lot! With your patch I could build go 1.24 and netbird again.