From nobody Wed Sep 20 12:09:03 2023 X-Original-To: stable@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 4RrHPr5JDFz4tZTq for ; Wed, 20 Sep 2023 12:09:04 +0000 (UTC) (envelope-from pete@twisted.org.uk) Received: from toybox.twisted.org.uk (toybox.twisted.org.uk [178.250.76.50]) (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 4RrHPr4qF5z3HBc for ; Wed, 20 Sep 2023 12:09:04 +0000 (UTC) (envelope-from pete@twisted.org.uk) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twisted.org.uk; s=tbx; h=Date:From:Message-Id:In-Reply-To:Subject:To:Sender :Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=2s5fYtXsAIctyf/T5tb0Q1W1IzP86M4ejdoLlMe8/RA=; t=1695211744; x=1696075744; b=aKUtJTOw/dkz0wFCQyF8JV19HhDWg5iABtKZVRH/P4iMYACgRWnYJApqCUP9gYf6dZv++MzZIeK t4WRy+WDE7600s3FjZ+SCAyDurooqUe/L+Q8tJvs6Nev2+brZWeY4P/hh0gGpRVyEN4dAkLJKKbze AlZy11bGLNdqJRmgxVhIOyUYTv1fUhvFWcja5SdllE/QjMioCo3qdNeBjtyQllXxGWwVMoirt05U5 8EAHdBoDvp8ezybhoIIxtXOmqFE6hYLp0VsRAAu8/Iy8oezt6ksIv6ifjEHMaTchYUNMoIPOhkbwS UbJAi7d0qPuqKPiTem03w6axugoXM+2GNkig==; Received: from mailnull by toybox.twisted.org.uk with spamc-scanned (Exim 4.95 (FreeBSD)) (envelope-from ) id 1qiw0t-00048S-A5 for stable@freebsd.org; Wed, 20 Sep 2023 12:09:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on toybox.twisted.org.uk X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=unavailable autolearn_force=no version=3.4.5 X-Spam-Score: -0.0 () Received: from pete by toybox.twisted.org.uk with local (Exim 4.95 (FreeBSD)) (envelope-from ) id 1qiw0t-00048P-9E; Wed, 20 Sep 2023 12:09:03 +0000 To: stable@freebsd.org, yuri@aetern.org Subject: Re: Build of 14 on 13 creates a file which needs libdialog.so.9 In-Reply-To: <8474d23f-8551-474d-94d0-3fb04183b01b@aetern.org> Message-Id: From: Pete French Date: Wed, 20 Sep 2023 12:09:03 +0000 X-spamc-toybox: true X-transport-toybox: lookuphost 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:12290, ipnet:178.250.72.0/21, country:GB] X-Rspamd-Queue-Id: 4RrHPr4qF5z3HBc List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org > I don't think I completely understand the procedure you are describing, Ah, yes, sorry I did miss out a critical bit of what I am doing! I am compiling on a stable/13 box, and then using NFS to mount /usr/src and /usr/obj onto the test machine. On that machine I am doing installkernel and installworld to upgrade it. > just a note that guessing on the /tmp/legacy/ in path it's a "native" > tool that runs on build system and was compiled against the libraries on > the build system (unlike real binaries built against the libraries for > the target system). Yes, thast the conclusion I came to. I am also not sure that it ever actually runs that binary - the failure is right at the start of installworld where it checks to make sure all the shared libraries are here. Possibly what I am doing is not supported, but I am a bit surprised as my usual upgrade procedure is to build on one machine and then either NSF mount, or rsync, the files to the boxes on which I wish to install them. -pete.