From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 2 14:45:38 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D42DC232; Wed, 2 Jan 2013 14:45:38 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1.freebsd.org (Postfix) with ESMTP id E582D8FC08; Wed, 2 Jan 2013 14:45:37 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id fe20so6196687lab.15 for ; Wed, 02 Jan 2013 06:45:31 -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:content-transfer-encoding; bh=MhGquQNWZVIkbSMLWqiu9WckFqwppbcaUw6kfdCMh9k=; b=B9UMB1GDuPGYoPTXiLUOl1lwe2g53SmNt+phzAPLfbtD05SfYmDuyhfIdVEQ+xsjtf 7W/KCF2CGL6hUQUZxhZRDQallzhL1/E+Qu9P74lMOGdqI082OzEAOHL1JFgFE7FImQvQ sMV7xowMqHNWWR5nocjoLemfa89wYZ3sNKP07/XcszB2PBIzJmWVgYx6/L4W4MG3KHnX 66aHZkutlXo2nbZtbYSIL1wrMyxU3Gh9Yq6y839pvrmLuknzudPR6TBfDZhx8NfaGxhN O7YoUh46cxkzGZyZwbZEsyvsruQEjBKRhedH3OzG4wrl/zEvyw7st7O6r7r96Y1M2VgF eBsQ== Received: by 10.152.111.166 with SMTP id ij6mr44324440lab.47.1357137931507; Wed, 02 Jan 2013 06:45:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.94.202 with HTTP; Wed, 2 Jan 2013 06:45:10 -0800 (PST) In-Reply-To: References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> <20121220213841.GA84251@triton8.kn-bremen.de> From: Luca Pizzamiglio Date: Wed, 2 Jan 2013 15:45:10 +0100 Message-ID: Subject: Re: CFT: vlc 2.0.5 To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org, =?ISO-8859-1?Q?Ren=E9_Ladan?= , Juergen Lock , freebsd-ports@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 14:45:38 -0000 There is a dynamic library loading of libicu*.so.48 in devel/qt4-corelib. Unfortunately, this is not a declared as a dependency in the Makefile. Recompile it. This solved the issue on my system. Best regards, Luca On Sat, Dec 22, 2012 at 3:53 AM, Kevin Oberman wrote: > On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock wr= ote: >> On Thu, Dec 20, 2012 at 09:18:03PM +0100, Ren=E9 Ladan wrote: >>> On 19-12-2012 22:44, Juergen Lock wrote: >>> > Hi! >>> > >>> > It's this time again, there's a new vlc release out and I want to up= date >>> > the port: >>> > >>> > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch >>> > >>> > Everyone is invited to test this update and post any issues they fin= d... >>> > >>> A quick test with an online mp3 stream works fine, but I do get this >>> message in the console: >>> >>> VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) >>> >>> Unable to load library icui18n "Cannot load library icui18n: (Shared >>> object "libicui18n.so.48" not found, required by "vlc")" >>> >>> I have icu-50.1 installed, although the port does not seem to use it. >>> So maybe it is triggered by some dependency. >> >> I don't get that here so yes it's probably a problem in a dependency. > > Sorry for those who have seen this in other threads. > > To find and fix these issues: > Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure > that you have the latest version!) > # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq > somefile > # portmaster -D `cat somefile` > > This will update all ports that are still linked to the old icu > libraries. This should be a very short list as only a handful of ports > link directly to these libraries. Many more depend on these ports, but > don't directly link to libicu sharables and don't need re-building. > -- > R. Kevin Oberman, Network Engineer > E-mail: kob6558@gmail.com > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"