From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:50:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26C3C2DC; Tue, 5 Feb 2013 22:50:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0C2D79; Tue, 5 Feb 2013 22:50:48 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d4so386956eek.22 for ; Tue, 05 Feb 2013 14:50:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=FVPtn7KONk5hlCIhctJxL4lh+2vJMrzCcm+/wtYJjCg=; b=Obe/ZQeB00B4TGLRziPn39KT3NkciJ7qqTBBRSytY67aQ2KVNfKKDIL9zBpdqHh0un UMCBIm4N3Rb74frz9P7d9pFCFlOjuHVOeGofvN1RUWipYQRg9sDLw0xdBFZ5HswbYHpD gzT8eyNt+yUl8tfvbDM5+1hyYMh2QO0grQRXGWs3+huZ0RbryNfrW/Gbuzx7XxwKG/az tWzNPl79mNqsSfCFnueBK5EI+Kguc8SEygsZw2uwQuXSbqXQCZTRI3qZyEBcRUW+fXID 35U3UlDNuRxLCxyI7ZlVEmHTH3L3XJ8ohQ25GRuiqtZu/ySH3VdSH+BwsjDVGp54OcfQ VOLw== X-Received: by 10.14.215.131 with SMTP id e3mr26023410eep.32.1360104642300; Tue, 05 Feb 2013 14:50:42 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 44sm33994543eek.5.2013.02.05.14.50.40 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 14:50:41 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 23:50:39 +0100 From: Baptiste Daroussin To: Anton Shterenlikht Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Message-ID: <20130205225038.GJ88651@ithaqua.etoilebsd.net> References: <201302052215.r15MFPFb071163@mech-aslap239.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aznLbwQ42o7LEaqN" Content-Disposition: inline In-Reply-To: <201302052215.r15MFPFb071163@mech-aslap239.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: johans@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:50:50 -0000 --aznLbwQ42o7LEaqN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: >=20 > Hi >=20 > BUZI# pkg check -Ba > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > BUZI# >=20 > I thought there was something wrong with my installation, > so I rebuilt the port: >=20 > =3D=3D=3D> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > =3D=3D=3D> Registering installation for calc-2.12.4.3_1 > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > Installing calc-2.12.4.3_1... done >=20 > =3D=3D=3D>>> Re-installation of calc-2.12.4.3_1 complete >=20 > The libraries seem in order: >=20 > BUZI# ls -al /usr/local/lib/libcalc.so* > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so = -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4 -> libcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4.3 > BUZI#=20 >=20 > BUZI# ls -al /usr/local/lib/libcustcalc.so* > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4 -> libcustcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4.3 > BUZI#=20 >=20 > I've pkg-1.0.7 installed. > Is the problem with pkg? Do you have shlib activated? regards, Bapt --aznLbwQ42o7LEaqN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERjL4ACgkQ8kTtMUmk6EygMACgoxL2qBG00Jv6AAw6ins5199f uyIAnAqgupr6hzrdXe348csFZFgmmvBU =uOCy -----END PGP SIGNATURE----- --aznLbwQ42o7LEaqN--