From owner-freebsd-current@freebsd.org Tue Jan 19 23:03:22 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CBD8A87CFA for ; Tue, 19 Jan 2016 23:03:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62EE71C88 for ; Tue, 19 Jan 2016 23:03:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::118f:eb70:2b5f:8c94] (unknown [IPv6:2001:7b8:3a7:0:118f:eb70:2b5f:8c94]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 18DA91A129; Wed, 20 Jan 2016 00:03:10 +0100 (CET) Subject: Re: Shared library version bump? Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_7CFD6C37-4956-414A-BC41-7C117E7500C7"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.6b2 (ebbf3ef) From: Dimitry Andric In-Reply-To: <206770.43295.bm@smtp113.sbc.mail.ne1.yahoo.com> Date: Wed, 20 Jan 2016 00:05:20 +0100 Cc: freebsd-current@freebsd.org Message-Id: References: <206770.43295.bm@smtp113.sbc.mail.ne1.yahoo.com> To: Thomas Mueller X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 19 Jan 2016 23:03:22 -0000 --Apple-Mail=_7CFD6C37-4956-414A-BC41-7C117E7500C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 19 Jan 2016, at 23:32, Thomas Mueller = wrote: >=20 > Has there recently been a version bump in the shared libraries? I saw = no warning on this in the src or ports UPDATING files. This was already answered in reply to your previous post on this same issue. As mentioned in the reply, OpenSSL has been upgraded, and both of its shared libraries have been bumped, e.g. they are now named libcrypto.so.8 and libssl.so.8. (Apparently you deleted the old libcrypto.so.7 and libssl.so.7, even though you should never do so until your ports are upgraded.) > I can no longer startx and can no longer run many other ports, getting = errors like >=20 > Shared object "libcrypto.so.7" not found, required by "X" > xinit: giving up > xinit: unable to connect to X server: Connection refused > xinit: server error >=20 > and >=20 > root@amelia:~ # pkg info -f xserver > Shared object "libssl.so.7" not found, required by "pkg" >=20 > Is this due to a version bump, Yes. > or is it related to the messages I got in yesterday's kernel = installation like "unknown metadata record 4 ..."? No, that is something entirely different. It is mainly cosmetic, and you can ignore it, it will go away at the next kernel update, if your kldxref executable is new enough. > What do I do? Make buildworld and kernel again, or rebuild all ports? = How do I find which ports need updating, or rebuild all except = portmaster and pkg which I rebuilt after getting the errors? It is easiest to use pkg-static to reinstall your ports, e.g.: pkg-static update pkg-static upgrade Alternatively, rebuild all ports depending on OpenSSL. -Dimitry --Apple-Mail=_7CFD6C37-4956-414A-BC41-7C117E7500C7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.29 iEYEARECAAYFAlaewTgACgkQsF6jCi4glqNxRwCgyEwReiQ6zBZ2BEB7EJvjBRZW EYQAoOUSwjotg1SWsiQOKba8BpoyIGrU =n8x/ -----END PGP SIGNATURE----- --Apple-Mail=_7CFD6C37-4956-414A-BC41-7C117E7500C7--