From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 13:27:57 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 1DC05C89 for ; Mon, 8 Dec 2014 13:27:57 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA660165 for ; Mon, 8 Dec 2014 13:27:56 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id hy10so2138677vcb.28 for ; Mon, 08 Dec 2014 05:27:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=PDEu5YPkYMtZ+zE+RuAi3OEJjS5vpKwzC1BJCo21qOc=; b=W+JhRe8QZTBxxrbhSZDNhZp4N73Huk1orPmvZY6PaGD7Eix7xgZcvR402ss2T49TQ2 oUI7uBeDL9mF5b1T/ox2G0hIY8w+cZzQyCq5SH1I+VhQbxH2LEsytzRUGwwqrhXwbRUJ Fldmq+qkUqwKO+2tC+qDJC94+P1kInbeCznieiE6FZLlZmZwjJi1oOwY52PV8Lmyxxcq s5SX51/NO9sMv/nFITKg6hNnLcwhZpHLSfAtuutfV+1CQ4AQfoxA8MLT0jRLK1CMnS45 GGoM9rQ9vb66pZNNvpI9DPPLU8qR3Xd08pfMh5STjiMIKC+va2lDgu09G6e395RNvPJk 31Zw== X-Received: by 10.52.228.67 with SMTP id sg3mr20898840vdc.2.1418045275851; Mon, 08 Dec 2014 05:27:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.139.51 with HTTP; Mon, 8 Dec 2014 05:27:35 -0800 (PST) In-Reply-To: <20141208132322.GF8479@tweddell.de> References: <20141208132322.GF8479@tweddell.de> From: Konstantin Kulikov Date: Mon, 8 Dec 2014 17:27:35 +0400 Message-ID: Subject: Re: Error in pkg mgnt of libintl To: bastian-freebsd-ml@t6l.de Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org 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 13:27:57 -0000 Hello. Yesterday had the same problem, pkg upgrade -f worked in my case. On Mon, Dec 8, 2014 at 4:23 PM, wrote: > Hey all, > > I run a recently installed > FreeBSD myHost 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 > > I use a quite simple set of packages, base system + X11 + i3wm. Nearly > all work is done via rvxt. > > Last weekend I tried to mount a ntfs partinioned disk, which urged me to > install ntfs + fuse related tools: > > """ > Dec 6 20:03:44 myHost pkg: fusefs-libs-2.9.3_3 installed > Dec 6 20:03:44 myHost pkg: libublio-20070103 installed > Dec 6 20:03:44 myHost pkg: ntfsprogs-2.0.0_4 installed > Dec 6 20:15:52 myHost pkg: gettext-0.18.3.1_1 deinstalled > Dec 6 20:15:52 myHost pkg: gettext-runtime-0.19.3 installed > Dec 6 20:15:52 myHost pkg: gettext-tools-0.19.3 installed > Dec 6 20:15:52 myHost pkg: gettext upgraded: 0.18.3.1_1 -> 0.19.3 > Dec 6 20:15:52 myHost pkg: libspectrum-1.1.1_3 installed > Dec 6 20:15:52 myHost pkg: fuse-1.1.1_5 installed > Dec 6 20:17:26 myHost pkg: libaudiofile-0.3.6_1 installed > Dec 6 20:17:26 myHost pkg: rlog-1.4_2 installed > Dec 6 20:17:26 myHost pkg: fuse-utils-1.1.1_3 installed > Dec 6 20:17:26 myHost pkg: fusefs-sshfs-2.5 installed > Dec 6 20:17:26 myHost pkg: fusefs-encfs-1.7.4_7 installed > """ > > (BTW, I question my self, if r/o ntfs support is available in 10.1) > > After that I install VLC (I guess, now you know what my intention > was): > """ > Dec 6 20:24:52 myHost pkg: flac-1.3.0_3 installed > Dec 6 20:24:52 myHost pkg: libdaemon-0.14_1 installed > Dec 6 20:24:52 myHost pkg: libsndfile-1.0.25_4 installed > Dec 6 20:24:52 myHost pkg: xdg-utils-1.0.2.20130919_1 installed > Dec 6 20:24:52 myHost pkg: qt4-corelib-4.8.6_3 installed > Dec 6 20:24:52 myHost pkg: libebml-1.3.0 installed > Dec 6 20:24:52 myHost pkg: libdvdread-4.9.9_2 installed > Dec 6 20:24:52 myHost pkg: libcddb-1.3.2_3 installed > Dec 6 20:24:52 myHost pkg: avahi-app-0.6.31_3 installed > Dec 6 20:24:52 myHost pkg: libmpeg2-0.5.1_6 installed > Dec 6 20:24:52 myHost pkg: taglib-1.9.1_2 installed > Dec 6 20:24:53 myHost pkg: libsamplerate-0.1.8_5 installed > Dec 6 20:24:53 myHost pkg: libmad-0.15.1b_5 installed > Dec 6 20:24:53 myHost pkg: qt4-gui-4.8.6_2 installed > Dec 6 20:24:53 myHost pkg: libmatroska-1.4.1_1 installed > Dec 6 20:24:53 myHost pkg: libdvdnav-4.2.1_1 installed > Dec 6 20:24:53 myHost pkg: libdvbpsi-1.2.0 installed > Dec 6 20:24:53 myHost pkg: libdca-0.0.5_1 installed > Dec 6 20:24:53 myHost pkg: twolame-0.3.13_3 installed > Dec 6 20:24:53 myHost pkg: liba52-0.7.4_3 installed > Dec 6 20:24:53 myHost pkg: faad2-2.7_5,1 installed > Dec 6 20:24:53 myHost dbus[766]: [system] Reloaded configuration > Dec 6 20:24:53 myHost dbus[766]: [system] Reloaded configuration > Dec 6 20:24:54 myHost pkg: vlc-2.1.5_11,4 installed > """ > > Whitin one of these steps above, a failure sneaked into my package > management system. > > Quite a number of tools fail to work due to unfulfiled library > dependency: > > """ > 109 # vim /etc/inetd.conf > 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). > > > Can you give me a hint how I can comprehensively solve this problem? > > > > Many thanks, > > -- > Bastian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"