Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Dec 2014 14:00:29 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Error in pkg mgnt of libintl
Message-ID:  <5485AEFD.4030908@infracaninophile.co.uk>
In-Reply-To: <20141208133956.GA35579@ozzmosis.com>
References:  <20141208132322.GF8479@tweddell.de> <20141208133956.GA35579@ozzmosis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5485AEFD.4030908>