From owner-svn-src-head@freebsd.org Fri Feb 21 07:52:41 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6482B2556B3 for ; Fri, 21 Feb 2020 07:52:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48P3bF1sKDz4MmM; Fri, 21 Feb 2020 07:52:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from ivaldir.etoilebsd.net (etoilebsd.net [178.32.217.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 2829B16761; Fri, 21 Feb 2020 07:52:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by ivaldir.etoilebsd.net (Postfix, from userid 1001) id 4D06CE8892; Fri, 21 Feb 2020 08:52:08 +0100 (CET) Date: Fri, 21 Feb 2020 08:52:08 +0100 From: Baptiste Daroussin To: Mark Millard Cc: svn-src-head@freebsd.org Subject: Re: svn commit: r358164 - in head: . lib/ncurses/ncurses Message-ID: <20200221075208.7k5xxcl3h66kwf37@ivaldir.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xaxdxcbtdrzpjpur" Content-Disposition: inline In-Reply-To: X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 07:52:41 -0000 --xaxdxcbtdrzpjpur Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 20, 2020 at 05:24:13PM -0800, Mark Millard wrote: > [This is not an objection to the version upgrade.] >=20 > FYI: I happen to have updated to head -r358132 on multiple > environments, not having done anything to force rebuilds > of things tied to ncurses. >=20 > armv7 / 32-bit powerpc : poudriere options displays look normal. >=20 > aarch64 / powerpc64 / amd64: they look odd/poor. > (But I could still see what I needed too see to figure out what > to do.) >=20 > The breakage seems to be tied to 64-bit contexts in some way. >=20 Thanks for the information, still the ABI has changed meaning we do need to bump shlibs, the fact that the options on 32bits looks fine does not mean everything is fine. For intance, try tig, or mutt, depending terminal you will see the rendering is not 100% good (tested on armv7). It becomes fine after rebuilding the said tools. Best regards, Bapt --xaxdxcbtdrzpjpur Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAl5PjCUACgkQY4mL3PG3 PlponA/+N+J+9269YLv+aE9BkQxuypPlvFD0qMJ0E4IWEnXzRl8AnsAOe2G3KR4y 8ph/EeRFyToIeedz8CA5gOzFau/62CUc0g0JubZ2YwE2tb9n+hWnTUo6CGCRHb3L pnjt0euyl2A2eGtfz+JF6PEIao/6i5TgqPuHD6GfQzRm01VUKPZCwVvuTf2VEkJ5 EerbLaqLbfsMBnU6TghYpd3K2Nh7wFukViSBXnj0TOhHcoB/DtcKz/ZCXZvUdJu7 vxWW1Lhd+jaeGlUm4V+jtcvQV7pOrptYZlsWJGQgYMxasA7Y71CIs7D8V9Fwefn2 LENaMEbG4dRnXiWSKcKsque7cegs9EG9A/Bt+v17M5ix9WagFdF6Lw6KPC6khzs3 lAYHODcLpMx4sWgUt5Pytegya4PNjjnpsTvw0nJD82KTuCCIoA5iFthxnc/A0MB3 cV2uwF2LlY2lMn0KRrC30RgT/Mr3KKTkWN0ho16x6lRmiqa9LsVHb+6SJjHMK6tT OkoQlRu9v0RgNJ+xZJxyi9XioMbJmqGOmcMPitjhfD7jAuzN06sj1PKlEwIGkgSw HdatR8Mp4OKxR3x+hGskZMInuHc0AGAp2HDhPolLvD8pc5JtY1ewvuoJXffdhPzV 5mw4SOKesmI3vvW9u6eSfhUGyE8unoqcqnSssB/l8RODPatWu3M= =YPjk -----END PGP SIGNATURE----- --xaxdxcbtdrzpjpur--