From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 14:00:51 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D821A1B for ; Mon, 8 Dec 2014 14:00:51 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB910751 for ; Mon, 8 Dec 2014 14:00:50 +0000 (UTC) Received: from ox-dell39.ox.adestra.com (no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.9/8.14.9) with ESMTP id sB8E0TBx039349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 8 Dec 2014 14:00:44 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk sB8E0TBx039349 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1418047244; bh=WvCMdr98Eu2EtIlGTd23Ihy6ppN5dNfTfzQuALHHKNQ=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Mon,=2008=20Dec=202014=2014:00:29=20+0000|From:=20Matthew =20Seaman=20|To:=20freebsd-questi ons@freebsd.org|Subject:=20Re:=20Error=20in=20pkg=20mgnt=20of=20li bintl|References:=20<20141208132322.GF8479@tweddell.de>=20<2014120 8133956.GA35579@ozzmosis.com>|In-Reply-To:=20<20141208133956.GA355 79@ozzmosis.com>; b=HanJjgHXLIBh/4zHRAw3N20z/C0Ui76K9LJaNs4ZGK14lTkaGTbGKqYN6eGfyo0BA YI01C/DwKtD2NMsAmkPDaiVmAqhkj90VUkkrDdsYOjRArHsNDh89Ybq6iKsnULUuiC zIXkUBqoDqD0G3JGI0rtqNz/9npz46awkeUy5dFs= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged) claimed to be ox-dell39.ox.adestra.com Message-ID: <5485AEFD.4030908@infracaninophile.co.uk> Date: Mon, 08 Dec 2014 14:00:29 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Error in pkg mgnt of libintl References: <20141208132322.GF8479@tweddell.de> <20141208133956.GA35579@ozzmosis.com> In-Reply-To: <20141208133956.GA35579@ozzmosis.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hnPnX6raX70dUnnce2W1rJ7mAFEwR9G1n" X-Virus-Scanned: clamav-milter 0.98.5 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RDNS_NONE,SPF_FAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 14:00:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hnPnX6raX70dUnnce2W1rJ7mAFEwR9G1n Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/08/14 13:39, andrew clarke wrote: > On Mon 2014-12-08 14:23:22 UTC+0100, bastian-freebsd-ml@t6l.de (bastian= -freebsd-ml@t6l.de) wrote: >=20 >> 109 # vim /etc/inetd.conf=20 >> Shared object "libintl.so.9" not found, required by "vim" >> >> Looking into the lib dir, I revealed the existence of libintl.so.8. >> I guess somehow a downgrade took place, byt I do not know why. >> >> To just help my self in quick and realy ugly way, I created a link, >> libintl.so.9 -> libintl.so.8 which eventually made vim running agai.= >> (I am totally surpised by that working). Yeah. Usually the advice is *not* to do this sort of thing, as ABI version numbers are incremented for good reason. This is a special case -- apart from anything else the ABI version here is going backwards... >> Can you give me a hint how I can comprehensively solve this problem? >=20 > I can't explain the cause of your missing libintl.so.9, but out of > curiosity I took a look at my 10.1-REL system, where evidently > libintl.so.9 is already symlinked to libintl.so.8. >=20 > -rw-r--r-- 1 root wheel 104872 2014-12-05 14:17:38 /usr/local/lib/li= bintl.a > lrwxr-xr-x 1 root wheel 16 2014-12-05 14:17:38 /usr/local/lib/li= bintl.so -> libintl.so.8.1.2 > lrwxr-xr-x 1 root wheel 16 2014-12-05 14:17:38 /usr/local/lib/li= bintl.so.8 -> libintl.so.8.1.2 > -rw-r--r-- 1 root wheel 55166 2014-12-05 14:17:37 /usr/local/lib/li= bintl.so.8.1.2 > lrwxr-xr-x 1 root wheel 12 2014-12-05 14:17:38 /usr/local/lib/li= bintl.so.9 -> libintl.so.8 >=20 > $ pkg which /usr/local/lib/libintl.so.9=20 > /usr/local/lib/libintl.so.9 was installed by package gettext-runtime-0.= 19.3 This is a well-known problem to do with the split of the old gettext port into gettext-runtime and gettext-tools. The fix in UPDATING says to 'pkg delete -f gettext' before you start. However, seeing as you've missed the opportunity to do that, you can fix things up now by: pkg install -f gettext-runtime Cheers, Matthew --hnPnX6raX70dUnnce2W1rJ7mAFEwR9G1n Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUha79XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw MDAwMDAwMDAwMDAwMDAwAAoJEABRPxDgqeTnDR8P/15J00OXPi2OLOGTZx6nW/KO 1uozxqDaMbz2szaqZbPlMMOlxc0dMq9e03qM+4IJgvWBrhLfe7/oj6hSFYN14Y29 rmeeJfVqlBUYZTKBU0m6DX7HeN5qhX363Z99qRZd2hoao6IuIAiuJjKkKxAwmojo Y0dKG99DE4xXDViEvJwNeBc1CD6Pa98dO7Ap9aXsXPKMine0BGn3XditN9N+pWfm 6086PVrCp204KGfSCTbmJh+c0uzTtNLaRpz3HC3oqaMgNNKkYYMf/T4sabps3ohl ixggzDoLhQ8shr9jXdS1VuLwn6U7iXs2jCJHoOtVCjsc5LRwgI4Vc8qOocXRHNn3 EkeP/li2gXyq+G9coiuR9ydim47obbfA2AiylT7Ocxzn/8nk/90w2+0d13pZ3t9F kIaRf2JVa0enxijIqHtbJcGty0fWJy+8iSjZuZvBPt7Ye7Kr2bKoaVPghpUvFgPO 2tWE6hQ9FmpAVO69xtFD/Kq1dnZonXyrNiWJPLa/qrxc2ZtVt2BroM86D/hIEthi uDu3LhjBtti/J3kBy/8szITcglpYvIqohZjzSr8WvYA1bNjzZ7kHw8s4apiRKhlN w+MHyq2lFdU/qOKWx4nPEAokkprrNduPpEEJVNvNLlLJJpXRhwcxAkysJ0aPvGWC 1uvqrBmv245DFAqLubNx =40oR -----END PGP SIGNATURE----- --hnPnX6raX70dUnnce2W1rJ7mAFEwR9G1n--