From owner-freebsd-current@freebsd.org Tue Feb 23 13:23:55 2021 Return-Path: Delivered-To: freebsd-current@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 17FE1543D07 for ; Tue, 23 Feb 2021 13:23:55 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DlKWZ6S7Tz3Fk8 for ; Tue, 23 Feb 2021 13:23:54 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.nyi.freebsd.org (Postfix) id DD6EA5439ED; Tue, 23 Feb 2021 13:23:54 +0000 (UTC) Delivered-To: current@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 DD351543B71 for ; Tue, 23 Feb 2021 13:23:54 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 4DlKWY611kz3FRt for ; Tue, 23 Feb 2021 13:23:53 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 11NDNqQI030153 for ; Tue, 23 Feb 2021 13:23:52 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 11NDNqTX030152 for current@freebsd.org; Tue, 23 Feb 2021 05:23:52 -0800 (PST) (envelope-from david) Date: Tue, 23 Feb 2021 05:23:52 -0800 From: David Wolfskill To: current@freebsd.org Subject: /usr/local/lib/compat no longer searched? Message-ID: Reply-To: current@freebsd.org Mail-Followup-To: current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NJEHamdBDlwJMJi1" Content-Disposition: inline X-Rspamd-Queue-Id: 4DlKWY611kz3FRt X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [0.94 / 15.00]; HAS_REPLYTO(0.00)[current@freebsd.org]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170:c]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-0.66)[-0.664]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[107.204.234.170:from]; REPLYTO_EQ_TO_ADDR(5.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[david]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; DMARC_NA(0.00)[catwhisker.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[107.204.234.170:from:127.0.2.255]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2021 13:23:55 -0000 --NJEHamdBDlwJMJi1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is after an update from main-n244973-c02a28754bc2 -> main-n245005-77e1ccbee3ed. Before the update: ldconfig -r | grep curses=20 51:-lncursesw.9 =3D> /lib/libncursesw.so.9 811:-lncursesw.8 =3D> /usr/local/lib/compat/libncursesw.so.8 812:-lncurses.8 =3D> /usr/local/lib/compat/libncurses.so.8 after: g1-48(14.0-C)[9] ldconfig -r | grep curses 33:-lncursesw.9 =3D> /lib/libncursesw.so.9 g1-48(14.0-C)[10]=20 Circumvention: g1-48(14.0-C)[10] sudo ldconfig -m /usr/local/lib/compat/ Password: g1-48(14.0-C)[11] ldconfig -r | grep curses 33:-lncursesw.9 =3D> /lib/libncursesw.so.9 807:-lncurses.8 =3D> /usr/local/lib/compat//libncurses.so.8 808:-lncursesw.8 =3D> /usr/local/lib/compat//libncursesw.so.8 g1-48(14.0-C)[12]=20 Was this intentional? Or am I missing something I ought not? Peace, david --=20 David H. Wolfskill david@catwhisker.org It is supremely disingenuous to claim a lack of jurisdiction, then =20 proceed to participate in a decision on the same matter. See https://www.catwhisker.org/~david/publickey.gpg for my public key. --NJEHamdBDlwJMJi1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE4owz2QxMJyaxAefyQLJg+bY2PckFAmA1AedfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUy OEMzM0Q5MEM0QzI3MjZCMTAxRTdGMjQwQjI2MEY5QjYzNjNEQzkACgkQQLJg+bY2 Pcll4AgAmBDvOI0hL6+Wi00xef1aFhziogT4EdX/LJGolN/EDrZcfIrGTsh65BND N6+5pX5RpmPljW+rpkOXyawEFsqf/HOz/eIT5nSsuBcKLcJ8ZhdpH2a8YZXzglFd xzNXKdEJONth8dRtAkklQsUJ0mk/H0J32LfxYF3WEwElye66bZsmBVzv5myCISGy fMIdNSah4D3+ayI/xTn5ZBkbkO7Iosn088KCsnylBwQr3POJxOzihkKDnPhTXr2b wrqe4NtqhLu+iFhXjhi4osRxZkUWcaYUr2SBOMfCss+yRp9ws3+4fdjey1n7VZHc Rh/H+TyoDnSUVTzXdl3avWEf8Dl47w== =QC+B -----END PGP SIGNATURE----- --NJEHamdBDlwJMJi1--