From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:43:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C45B1065673 for ; Mon, 18 Jul 2011 17:43:58 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id E76898FC08 for ; Mon, 18 Jul 2011 17:43:57 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id p6IHhIGx072284; Mon, 18 Jul 2011 19:43:18 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id 4C310BA82; Mon, 18 Jul 2011 19:43:18 +0200 (CEST) Date: Mon, 18 Jul 2011 19:43:18 +0200 From: Roland Smith To: Tim Daneliuk Message-ID: <20110718174318.GA89565@slackbox.erewhon.net> References: <4E244D20.6060401@tundraware.com> <20110718162330.GA88138@slackbox.erewhon.net> <4E2460D5.3060602@tundraware.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <4E2460D5.3060602@tundraware.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Am I Missing A Compat Library? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 17:43:58 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 18, 2011 at 11:35:33AM -0500, Tim Daneliuk wrote: > On 7/18/2011 11:23 AM, Roland Smith said this: > > On Mon, Jul 18, 2011 at 10:11:28AM -0500, Tim Daneliuk wrote: > >> I just ran pkg_libchk and got this: > >> > >> avahi-app-0.6.29: /usr/local/lib/libavahi-glib.so.1 misses libicui18= n.so.46 > >> > >> As I've never seen this before, I'm unclear on what to do to remmediat= e. > >=20 > > Have you updated your ports recently? The ICU port was updated to versi= on 4.8 >=20 > Yes. >=20 > > recently, which provides libicui18n.so.48, and replaced libicui18n.so.4= 6. As > > noted in /usr/ports/UPDATING, all ports that depend on ICU should be up= dated. >=20 > I did this (and what a joy THAT was ;) Indeed. :-/ Almost but not quite as much "fun" as a gettext update. > > Recompile the avahi-app port and it should link with the newer version = and > > work fine again. >=20 > The compilation is blowing out (that might explain the observed problem). > That is, the port does not build properly - apparently there is some > syntax problem in the code: >=20 > /usr/include/machine/endian.h:107: syntax error, unexpected '{' in ' retu= rn (__extension__ ({ register __uint32_t __X =3D (_x); __asm ("bswap %0" : = "+r" (__X)); __X; }));' at '{' > /usr/include/machine/endian.h:107: syntax error, unexpected ';' in ' retu= rn (__extension__ ({ register __uint32_t __X =3D (_x); __asm ("bswap %0" : = "+r" (__X)); __X; }));' at ';' I get the same messages from as well. They do not cause the error. > /libexec/ld-elf.so.1: Shared object "libicui18n.so.46" not found, require= d by "libavahi-glib.so.1" But I _don't_ get this linker error. Just a thought, but have a look at glib and dbus, and check that it is linked to the right libicu? ('ldd /usr/local/lib/libglib-2.0.so.0' and 'ldd /usr/local/lib/libdbus-glib-1.so.= 2') If that is not the case, you'll have to dive into the configure output, I think.=20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --UugvWAfsgieZRqgk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk4kcLYACgkQEnfvsMMhpyXsUwCfRzoGvLCuMhinDs8x79mwA715 jxEAoILQX0ehj/DUa9vFz9qqE5K3s6Zu =jXHY -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--