From nobody Fri Mar 20 12:35:47 2026 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 4fchqv5Pjqz6Vw1t for ; Fri, 20 Mar 2026 12:35:55 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fchqv382rz3kTq for ; Fri, 20 Mar 2026 12:35:55 +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=1774010148; bh=yDjOsnQH1IwJL8nbzUIRfEGv1t6hMeU5nVJL fpgBpE8=; b=ZZB3rYzfe7STxa3Agghm2KpU5VHABOtUsNyBTq+D7Nuy4qsLnlIS dT75nEXK5xV7FO+roZoTWIoGK2mS2olP8QH+SEXVUI3tyJhh/znszXIo/dAu4716 5Xf0H1zxHdupkrJKhkb02o9WKjyiL2eCqfpvqT9X4D17g63W2ecRJQI= 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 X25519MLKEM768 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 34F23756C4 for ; Fri, 20 Mar 2026 08:35:48 -0400 (EDT) Message-ID: <9f5f7432-1546-4f0b-9d57-7667ccf70cac@protected-networks.net> Date: Fri, 20 Mar 2026 08:35:47 -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: buildworld failure: main-n284554-1aecb32021ce -> main-n284582-33345b883485 To: current@freebsd.org References: 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: 4fchqv382rz3kTq X-Spamd-Bar: ---- On 3/20/26 07:07, David Wolfskill wrote: > Running ystem is: > > freebeast(16.0-C)[11] uname -aUK > FreeBSD freebeast.catwhisker.org 16.0-CURRENT FreeBSD 16.0-CURRENT #519 main-n284554-1aecb32021ce: Thu Mar 19 10:51:32 UTC 2026 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1600013 1600013 > > after updating sources to main-n284582-33345b883485, "make buildworld" > fails (from the meta file): Building shared library legacy.so; > target was legacy.so.full. > > I have attached a copy of the meta file. Reverting commit 14b9955e57cc28b61e785165b9effcbe620edb46 fixes this, Michael