From nobody Thu Mar 20 18:25:28 2025 X-Original-To: freebsd-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 4ZJYsp4v4hz5rCY4 for ; Thu, 20 Mar 2025 18:25:34 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (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 RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R11" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZJYsp2vWjz3L2s; Thu, 20 Mar 2025 18:25:34 +0000 (UTC) (envelope-from imb@protected-networks.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:from:from:content-language:references :subject:subject:user-agent:mime-version:date:date:message-id; s=201508; t=1742495128; bh=R7iP01/P0L/Bq4cmBvA8KCooV3auaonPIKYn 1Soh8OM=; b=DhecuGKvvH6KqHWPsIaF5qOhKLHfGdk3thADmaB1Ij8r2VBYR7NM WcHndWuxgO9SLUyv4TDf22bcrIfIzNhzDb57pn3vr6Kc6WFGlK7BydFiUyKGMC7B Boushk+pPTxae0GM6t4ZWoPD+7c7lbaRRn6l4GDBrM+Bnd1TLWxWX9o= Received: from [192.168.1.9] (d5540.auburn.protected-networks.net [192.168.1.9]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 8416B75CEB; Thu, 20 Mar 2025 14:25:28 -0400 (EDT) Message-ID: Date: Thu, 20 Mar 2025 14:25:28 -0400 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 User-Agent: Mozilla Thunderbird Subject: Re: Reply: ISO build broken? To: Ed Maste Cc: yu shan wei , freebsd-current@freebsd.org References: <8ef4da67-ec6c-455d-b7b5-c0701b28b819@protected-networks.net> Content-Language: en-NZ From: Michael Butler In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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:5716, ipnet:202.12.127.0/24, country:US] X-Rspamd-Queue-Id: 4ZJYsp2vWjz3L2s X-Spamd-Bar: ---- On 3/20/25 13:46, Ed Maste wrote: > On Tue, 18 Mar 2025 at 22:39, Michael Butler wrote: >> >> Ah .. thanks for the hint .. trying with WITHOUT_LLVM_BINUTILS set now, > > Thanks for the report - I've opened https://reviews.freebsd.org/D49425 > to address this. And just to confirm .. adding WITHOUT_LLVM_BINUTILS allows the build to complete, Michael