From nobody Wed Sep 20 11:24:05 2023 X-Original-To: freebsd-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 4RrGQ72svZz4tX6M for ; Wed, 20 Sep 2023 11:24:15 +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 4RrGQ567sjz4djf for ; Wed, 20 Sep 2023 11:24:13 +0000 (UTC) (envelope-from pete@twisted.org.uk) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=twisted.org.uk header.s=tbx header.b=XcIDtp5n; spf=pass (mx1.freebsd.org: domain of pete@twisted.org.uk designates 178.250.76.50 as permitted sender) smtp.mailfrom=pete@twisted.org.uk; dmarc=pass (policy=none) header.from=twisted.org.uk DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twisted.org.uk; s=tbx; h=Date:From:Message-Id: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:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=MeLZPbhmnMnzB+z6XT0Lo6UXlnMBJFiXYraJeryfdmI=; t=1695209053; x=1696073053; b=XcIDtp5nP6yDpg0I8vdpGWLvQ5uZrpGbbI3Y/jcF6+ZCADHBneIawvLT9IMzlDOYNfhWW+AKlTc MsAGuLjsauDn7LsJFR3MzM7MwHjX6X8Pi9Y6zBEW3RcMKcMhea2O+hzwCSpaUG4i0nA8/KYb8FG8V xsaThXxLav3vCffQJSV30xKK2aTTTelyQ8ozyYXJqVojUfOnACRcAWPxJS6H5Js88UcTs898HmKTM 9VGIBRDee0UO9XROKTaq7rAo9/7rOYboSm9ltfxdu2oFGRrkElX3pcsWSZnMFlnrFtsSRa8CbKO4A ZR31UU7cBonR2DgdvkEkJThlDcgLxSFzF+Xw==; Received: from mailnull by toybox.twisted.org.uk with spamc-scanned (Exim 4.95 (FreeBSD)) (envelope-from ) id 1qivJN-0001ag-Om for freebsd-stable@freebsd.org; Wed, 20 Sep 2023 11:24:06 +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 1qivJN-0001ad-O0 for freebsd-stable@freebsd.org; Wed, 20 Sep 2023 11:24:05 +0000 To: freebsd-stable@freebsd.org Subject: Build of 14 on 13 creates a file which needs libdialog.so.9 Message-Id: From: Pete French Date: Wed, 20 Sep 2023 11:24:05 +0000 X-spamc-toybox: true X-transport-toybox: lookuphost X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.993]; DMARC_POLICY_ALLOW(-0.50)[twisted.org.uk,none]; R_SPF_ALLOW(-0.20)[+ip4:178.250.76.50/32]; R_DKIM_ALLOW(-0.20)[twisted.org.uk:s=tbx]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROMTLD(0.00)[]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[twisted.org.uk:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:12290, ipnet:178.250.72.0/21, country:GB]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4RrGQ567sjz4djf 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 Am experimenting with stable/14 to see how it goes, but have an odd problem. I am compiling it on a stable/13 machine, as I was upgrading a 13 box to 14. But having done this, I now cannot don an installworld again with a slihtly more recent compile, as it fails, telling me that I need libdialog.so.9 The culprit appears to be /usr/src/amd64.amd64/tmp/legacy/bin/tzsetup which needs the shared object. It exists on 13 so my first installworld succeeds, but after installing 14 it then fails as 14 does not have this library Is what I am doing wrong? Is it true that once I have gone to 14, I can no longer install again a version which was compiled under 13 ? -pete.