From nobody Wed Feb 7 19:55:41 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 4TVW7m14pXz59yfQ for ; Wed, 7 Feb 2024 19:55:48 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 4TVW7l5wNMz42kZ; Wed, 7 Feb 2024 19:55:47 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 515B23C019A; Wed, 7 Feb 2024 19:55:41 +0000 (UTC) Date: Wed, 7 Feb 2024 19:55:41 +0000 From: Brooks Davis To: Brooks Davis Cc: salvadore@freebsd.org, ports@freebsd.org Subject: Re: lang/gcc* broken on current, fix in the works Message-ID: References: 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=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4TVW7l5wNMz42kZ 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:36236, ipnet:199.48.128.0/22, country:US] On Wed, Feb 07, 2024 at 05:55:48AM +0000, Brooks Davis wrote: > A late breaking change to my libsys patch caused the MULTILIB option to > be broken on current. I've got a fix that seems to be working, but want > to do a bit more testing before I commit it as breaking pthreads broadly > (vs linkage with GNU ld) would be very bad. I've committed: commit 49d684369c6682eebca325c55a6c96b7c03f5aeb Author: Brooks Davis Date: Wed Feb 7 19:38:16 2024 +0000 libthr: filter rather than link with libsys In my testing this fixes MULTILIB support in lang/gcc*. -- Brooks