From nobody Mon May 26 14:57:48 2025 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 4b5f5F4Z29z5w7DH; Mon, 26 May 2025 14:57:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 4b5f5F0rtLz3nGx; Mon, 26 May 2025 14:57:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 70AEF33F43; Mon, 26 May 2025 10:57:52 -0400 (EDT) Received: from [172.20.13.127] (unknown [37.76.255.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id E626D33F18; Mon, 26 May 2025 10:57:50 -0400 (EDT) Date: Mon, 26 May 2025 17:57:48 +0300 (+03) From: Gerald Pfeifer To: Jason Bacon cc: "Jason W. Bacon" , Hayzam Sherif , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 40478d7acd2a - main - biology/bifrost: Unbreak build on 15-CURRENT In-Reply-To: Message-ID: <84105b29-4d52-fd89-4e20-6bb37f04b4da@pfeifer.com> References: <202505151138.54FBcqe4040748@gitrepo.freebsd.org> <20a662ed-1233-c096-8615-c4df9e277713@pfeifer.com> 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=pair-202402271039; bh=8aiuzi/rzIUlOJuHHPaEM1GuQBF+oxJm58vK94q46AQ=; b=MFLBlyKZd1yN+UrlDFdmJlItU9VpGWjQ8piwsXNyxQ55Ro5TugFw7YQtjUiGq04YJ2fXE2Sw5Uo8maEzdCaTzs4Sg5L6VslqOKsgSan+gP2zWQOCNJPE2Pr4BGMieunPmsRZBmy4Al5WcQtOoLhzBn4hoApHYCsHPOqu/6jrnTzoHJY4hxfQwUe59uYBue3Kh4cgzc0J6u32p5qHQHQ/vHMtTm16/nHMOHyhvtr7egqvdLz+O9sreIygBo8WsfCBfNiHTXniZ0s3Vj6cN/+tdT1wsxdcZdbckf9b+z3EB/yB5h3mPs1xZdtjmIvKs9ePNv5eFDBGi7Imamnv+eZKnA== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Rspamd-Queue-Id: 4b5f5F0rtLz3nGx 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:7859, ipnet:209.68.0.0/18, country:US] X-Spamd-Bar: ---- On Mon, 26 May 2025, Jason Bacon wrote: >> Did the build work with older versions of clang? > If USE_GCC is problematic, I'll just dig deeper and figure out how to > fix the build with clang19+. In fact, we have a new volunteer with > strong C++ skills who might be able to solve this pretty quickly. > Hayzam: You want to take a shot at this? That would be awesome, thank you! (USE_GCC itself is not problematic, especially if something really is GCC-specific. Just using it to work around clang getting stricter over time has often bitten us with loads of extra work and delays when then updating GCC_DEFAULT.) > This also affects kallisto, which uses a bundled bifrost. I'd also like > to unbundle that, assuming their bundled copy doesn't contain any > special hacks. Thumbs up. :-) Thank you, Gerald